|
ElementEccentricity Constructor (Vector3, Vector3)
|
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ElementEccentricity(
Vector3 ecce_loc,
Vector3 ecce_glo
)
Public Sub New (
ecce_loc As Vector3,
ecce_glo As Vector3
)
public:
ElementEccentricity(
Vector3 ecce_loc,
Vector3 ecce_glo
)
new :
ecce_loc : Vector3 *
ecce_glo : Vector3 -> ElementEccentricity
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