|
Element1DStateBasePoint Property
|
Gets or sets the point in global coordinate system corresponding to
Position.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3 BasePoint { get; set; }
Public Property BasePoint As Point3
Get
Set
public:
property Point3 BasePoint {
Point3 get ();
void set (Point3 value);
}
member BasePoint : Point3 with get, set
Property Value
Type:
Point3
See Also