Click or drag to resize

ElementEccentricity Constructor (Vector3, Vector3)

create new eccentricity

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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