|
ElementState Constructor
|
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ElementState(
double position,
Point3 basePoint,
PointState state,
Vector3[] coosys
)
Public Sub New (
position As Double,
basePoint As Point3,
state As PointState,
coosys As Vector3()
)
public:
ElementState(
double position,
Point3 basePoint,
PointState^ state,
array<Vector3>^ coosys
)
new :
position : float *
basePoint : Point3 *
state : PointState *
coosys : Vector3[] -> ElementStateParameters
- position
- Type: SystemDouble
position on the element in normalized parametric space. - basePoint
- Type: Karamba.GeometryPoint3
Anchor point of the state. - state
- Type: PointState
State of the element. - coosys
- Type: Karamba.GeometryVector3
Local coordinate system at the anchor point.
See Also