Click or drag to resize

MarchingBC Class

Collects the boundary conditions required by MarchOnASegment(MarchingBC, Segment3, MarchingInfo, CrossedSection).
Inheritance Hierarchy
SystemObject
  Karamba.Results.ShellSectionMarchingBC

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class MarchingBC

The MarchingBC type exposes the following members.

Constructors
  NameDescription
Public methodMarchingBC
Initializes a new instance of the MarchingBC class
Top
Properties
  NameDescription
Public propertyCurrentFaceIndex
Gets or sets the index of the face where the marching algorithm is at the moment.
Public propertyInitialFaceIndex
Gets or sets the face where is placed InitialPositionOnMesh.
Public propertyInitialPositionOnMesh
Gets or sets the position of the first point where the MarchOnSubpolyline(SubPolyline3, SubPolyVerticesIntersection, MarchingInfo) begins.
Public propertyIsSwitchActive
Gets or sets a value indicating whether the marching algorithm can reverse the marching direction. otherwise.
Public propertyPreviousPositionOnMesh
Gets or sets the last point founded by the last run of MarchOnASegment(MarchingBC, Segment3, MarchingInfo, CrossedSection).
Public propertySegmentEndIntersections
Gets or sets the intersection between the mesh and the segment end point.
Public propertyStartingEdge
Gets or sets the edge where StartingPositionOnEdge is placed.
Public propertyStartingPositionOnEdge
Gets or sets the position of the starting point. The MarchOnASegment(MarchingBC, Segment3, MarchingInfo, CrossedSection) will begin from here.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also