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

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.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

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
 
- Properties inherited from MR.Misc.Object< Const_CutByProjectionSettings >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_CutByProjectionSettings >
bool _IsOwningVal
 

Detailed Description

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


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