Click or drag to resize

ModelElementreferencePointOnZAxis Method

return reference point on local z-axis for local coordinate system being situated at first element node.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual Point3 referencePointOnZAxis(
	Model model
)

Parameters

model
Type: Karamba.ModelsModel
model in which this element is contained

Return Value

Type: Point3
reference point on local z-axis
See Also