MeshLib C# Docs
Loading...
Searching...
No Matches
MR.CutByProjectionSettings Class Reference

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

Inheritance diagram for MR.CutByProjectionSettings:

Public Member Functions

unsafe CutByProjectionSettings ()
 Constructs an empty (default-constructed) instance.
unsafe CutByProjectionSettings (MR.Vector3f direction, MR.AffineXf3f? cont2mesh)
 Constructs MR.CutByProjectionSettings elementwise.
unsafe CutByProjectionSettings (MR.Const_CutByProjectionSettings _other)
 Generated from constructor MR.CutByProjectionSettings.CutByProjectionSettings.
 CutByProjectionSettings (CutByProjectionSettings _other)
 Generated from constructor MR.CutByProjectionSettings.CutByProjectionSettings.
unsafe MR.CutByProjectionSettings assign (MR.Const_CutByProjectionSettings _other)
 Generated from method MR::CutByProjectionSettings::operator=.

Properties

new unsafe ref MR.Vector3f direction [get]
 direction of projection (in mesh space)
new unsafe MR.? ConstBox_AffineXf3f cont2mesh [get, set]
 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 non-const half of the class.

Constructor & Destructor Documentation

◆ CutByProjectionSettings() [1/4]

unsafe MR.CutByProjectionSettings.CutByProjectionSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ CutByProjectionSettings() [2/4]

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

Constructs MR.CutByProjectionSettings elementwise.

◆ CutByProjectionSettings() [3/4]

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

◆ CutByProjectionSettings() [4/4]

MR.CutByProjectionSettings.CutByProjectionSettings ( CutByProjectionSettings _other)
inline

Member Function Documentation

◆ assign()

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

Generated from method MR::CutByProjectionSettings::operator=.

Property Documentation

◆ cont2mesh

new unsafe MR.? ConstBox_AffineXf3f MR.CutByProjectionSettings.cont2mesh
getset

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

◆ direction

new unsafe ref MR.Vector3f MR.CutByProjectionSettings.direction
get

direction of projection (in mesh space)


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