ElementEccentricity(Vector3, Vector3) Constructor
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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 Vector3
- eccentricity referred to the element's local coordinate system.
- ecce_glo Vector3
- eccentricity referred to the global coordinate system.