| 
            
              MarchingBCStartingPositionOnEdge Property 
             | 
          
        
         
            Gets or sets the position of the starting point. The MarchOnASegment(MarchingBC, Segment3, MarchingInfo, CrossedSection) will begin from here.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3 StartingPositionOnEdge { get; set; }Public Property StartingPositionOnEdge As Vector3
	Get
	Set
public:
property Vector3 StartingPositionOnEdge {
	Vector3 get ();
	void set (Vector3 value);
}member StartingPositionOnEdge : Vector3 with get, set
Property Value
Type: 
Vector3
See Also