![]() |
MarchingBC Class |
Namespace: Karamba.Results.ShellSection
The MarchingBC type exposes the following members.
Name | Description | |
---|---|---|
![]() | MarchingBC | Initializes a new instance of the MarchingBC class |
Name | Description | |
---|---|---|
![]() | CurrentFaceIndex |
Gets or sets the index of the face where the marching algorithm is at the moment.
|
![]() | InitialFaceIndex |
Gets or sets the face where is placed InitialPositionOnMesh.
|
![]() | InitialPositionOnMesh |
Gets or sets the position of the first point where the MarchOnSubpolyline(SubPolyline3, SubPolyVerticesIntersection, MarchingInfo) begins.
|
![]() | IsSwitchActive | Gets or sets a value indicating whether the marching algorithm can reverse the marching direction. otherwise.
|
![]() | PreviousPositionOnMesh |
Gets or sets the last point founded by the last run of MarchOnASegment(MarchingBC, Segment3, MarchingInfo, CrossedSection).
|
![]() | SegmentEndIntersections |
Gets or sets the intersection between the mesh and the segment end point.
|
![]() | StartingEdge |
Gets or sets the edge where StartingPositionOnEdge is placed.
|
![]() | StartingPositionOnEdge |
Gets or sets the position of the starting point. The MarchOnASegment(MarchingBC, Segment3, MarchingInfo, CrossedSection) will begin from here.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |