|
|
MarchingInfo Structure |
Namespace: Karamba.Results.ShellSection
The MarchingInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| MarchingInfo |
Initializes a new instance of the MarchingInfo struct.
|
| Name | Description | |
|---|---|---|
| AABBTree |
Gets the AABB Tree used for perform intersections.
| |
| Delta |
Gets the Delta value used by FindStartingPointOnSegment(Line3, MarchingInfo, Point3, RayMeshIntersection).
Delta is the minimum value for the splitting algorithm. If the splitted result is lower, the method won't go futrher.
| |
| InputPolyline |
Gets the input poly-line to project on the mesh.
| |
| MeshGroup |
Gets the mesh where to project the poly-line.
| |
| ProjectionVector |
Gets the direction of the projection.
| |
| Tolerance |
Gets the tolerance value used for equality check.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetInputPolylineCount |
Get number of points of the input polyline.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |