|
SubPolyline3MarchStartingPt Property
|
Gets the Point from which the marching algorithm begin.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3 MarchStartingPt { get; }
Public ReadOnly Property MarchStartingPt As Point3
Get
public:
property Point3 MarchStartingPt {
Point3 get ();
}
member MarchStartingPt : Point3 with get
Property Value
Type:
Point3
See Also