|
|
MarchingInfo Properties |
The MarchingInfo type exposes the following members.
| 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.
|