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

Generated from class MR.Nesting.MeshXf. This is the const half of the class. More...

Inheritance diagram for MR.Nesting.Const_MeshXf:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MeshXf ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MeshXf (MR.Const_Mesh? mesh, MR.AffineXf3f xf)
 Constructs MR.Nesting.MeshXf elementwise.
unsafe Const_MeshXf (MR.Nesting.Const_MeshXf _other)
 Generated from constructor MR.Nesting.MeshXf.MeshXf.
 Const_MeshXf (MeshXf _other)
 Generated from constructor MR.Nesting.MeshXf.MeshXf.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Const_Mesh._Underlying ** __ptr_storage_mesh
unsafe MR.AffineXf3f__ref_storage_xf

Properties

unsafe MR.? Const_Mesh mesh [get]
 input mesh - should not be nullptr
unsafe ref readonly MR.AffineXf3f xf [get]
 input mesh world transformation before nesting

Detailed Description

Generated from class MR.Nesting.MeshXf. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MeshXf() [1/4]

unsafe MR.Nesting.Const_MeshXf.Const_MeshXf ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshXf() [2/4]

unsafe MR.Nesting.Const_MeshXf.Const_MeshXf ( MR.Const_Mesh? mesh,
MR.AffineXf3f xf )
inline

Constructs MR.Nesting.MeshXf elementwise.

◆ Const_MeshXf() [3/4]

unsafe MR.Nesting.Const_MeshXf.Const_MeshXf ( MR.Nesting.Const_MeshXf _other)
inline

Generated from constructor MR.Nesting.MeshXf.MeshXf.

◆ Const_MeshXf() [4/4]

MR.Nesting.Const_MeshXf.Const_MeshXf ( MeshXf _other)
inline

Generated from constructor MR.Nesting.MeshXf.MeshXf.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Nesting.Const_MeshXf.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Nesting.Const_MeshXf.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_mesh

unsafe MR.Const_Mesh._Underlying** MR.Nesting.Const_MeshXf.__ptr_storage_mesh
protected

◆ __ref_storage_xf

unsafe MR.AffineXf3f* MR.Nesting.Const_MeshXf.__ref_storage_xf
protected

Property Documentation

◆ mesh

unsafe MR.? Const_Mesh MR.Nesting.Const_MeshXf.mesh
get

input mesh - should not be nullptr

◆ xf

unsafe ref readonly MR.AffineXf3f MR.Nesting.Const_MeshXf.xf
get

input mesh world transformation before nesting


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