|
MarchingBCInitialPositionOnMesh Property
|
Gets or sets the position of the first point where the MarchOnSubpolyline(SubPolyline3, SubPolyVerticesIntersection, MarchingInfo) begins.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3 InitialPositionOnMesh { get; set; }
Public Property InitialPositionOnMesh As Vector3
Get
Set
public:
property Vector3 InitialPositionOnMesh {
Vector3 get ();
void set (Vector3 value);
}
member InitialPositionOnMesh : Vector3 with get, set
Property Value
Type:
Vector3
See Also