|
ElementEccentricity Constructor (Vector3, Vector3)
|
create new eccentricity
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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