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: 2.2.0.4 (2.2.0.4)
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