ElementEccentricity(Vector3, Vector3) Constructor

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

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public ElementEccentricity(
	Vector3 ecce_loc,
	Vector3 ecce_glo
)

Parameters

ecce_loc  Vector3
eccentricity referred to the element's local coordinate system.
ecce_glo  Vector3
eccentricity referred to the global coordinate system.

See Also