MeshLib C# Docs
Loading...
Searching...
No Matches

Settings structurer for cutMeshByProjection function Generated from class MR.CutByProjectionSettings. This is the const half of the class. More...

Inheritance diagram for MR.Const_CutByProjectionSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_CutByProjectionSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_CutByProjectionSettings (MR.Vector3f direction, MR.AffineXf3f? cont2mesh)
 Constructs MR.CutByProjectionSettings elementwise.
unsafe Const_CutByProjectionSettings (MR.Const_CutByProjectionSettings _other)
 Generated from constructor MR.CutByProjectionSettings.CutByProjectionSettings.
 Const_CutByProjectionSettings (CutByProjectionSettings _other)
 Generated from constructor MR.CutByProjectionSettings.CutByProjectionSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_direction
unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_cont2mesh

Properties

unsafe ref readonly MR.Vector3f direction [get]
 direction of projection (in mesh space)
unsafe MR.? ConstBox_AffineXf3f cont2mesh [get]
 if set - used to transform contours form its local space to mesh local space

Detailed Description

Settings structurer for cutMeshByProjection function Generated from class MR.CutByProjectionSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_CutByProjectionSettings() [1/4]

unsafe MR.Const_CutByProjectionSettings.Const_CutByProjectionSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_CutByProjectionSettings() [2/4]

unsafe MR.Const_CutByProjectionSettings.Const_CutByProjectionSettings ( MR.Vector3f direction,
MR.AffineXf3f? cont2mesh )
inline

Constructs MR.CutByProjectionSettings elementwise.

◆ Const_CutByProjectionSettings() [3/4]

unsafe MR.Const_CutByProjectionSettings.Const_CutByProjectionSettings ( MR.Const_CutByProjectionSettings _other)
inline

◆ Const_CutByProjectionSettings() [4/4]

MR.Const_CutByProjectionSettings.Const_CutByProjectionSettings ( CutByProjectionSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_CutByProjectionSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_CutByProjectionSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_cont2mesh

unsafe MR.ConstBox_AffineXf3f._Underlying** MR.Const_CutByProjectionSettings.__ptr_storage_cont2mesh
protected

◆ __ref_storage_direction

unsafe MR.Vector3f* MR.Const_CutByProjectionSettings.__ref_storage_direction
protected

Property Documentation

◆ cont2mesh

unsafe MR.? ConstBox_AffineXf3f MR.Const_CutByProjectionSettings.cont2mesh
get

if set - used to transform contours form its local space to mesh local space

◆ direction

unsafe ref readonly MR.Vector3f MR.Const_CutByProjectionSettings.direction
get

direction of projection (in mesh space)


The documentation for this class was generated from the following file: