Click or drag to resize

ElementEccentricity Constructor (Vector3, Vector3)

Initializes a new instance of the ElementEccentricity class. create new eccentricity.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ElementEccentricity(
	Vector3 ecce_loc,
	Vector3 ecce_glo
)

Parameters

ecce_loc
Type: Karamba.GeometryVector3
eccentricity referred to the element's local coordinate system.
ecce_glo
Type: Karamba.GeometryVector3
eccentricity referred to the global coordinate system.
See Also