Parameters for aligning 2d contours onto mesh surface Generated from class MR.ContoursMeshAlignParams. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.Const_MeshTriPoint | meshPoint [get] |
| | Point coordinate on mesh, represent position of contours box 'pivotPoint' on mesh.
|
| |
| unsafe ref readonly MR.Vector2f | pivotPoint [get] |
| |
|
unsafe ref readonly MR.Vector3f | xDirection [get] |
| | Represents 2d contours xDirection in mesh space.
|
| |
| unsafe MR.? ConstBox_Vector3f | zDirection [get] |
| |
|
unsafe float | extrusion [get] |
| | Contours extrusion in +z and -z direction.
|
| |
|
unsafe float | maximumShift [get] |
| | Maximum allowed shift along 'zDirection' for alignment.
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Parameters for aligning 2d contours onto mesh surface Generated from class MR.ContoursMeshAlignParams. This is the const half of the class.
◆ pivotPoint
| unsafe ref readonly MR.Vector2f MR.Const_ContoursMeshAlignParams.pivotPoint |
|
get |
Relative position of 'meshPoint' in contours bounding box (0, 0) - bottom left, (0, 1) - bottom right, (0.5, 0.5) - center, (1, 1) - top right
◆ zDirection
Represents contours normal in mesh space if nullptr - use mesh normal at 'meshPoint'
The documentation for this class was generated from the following file: