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

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

Inheritance diagram for MR.Nesting.Const_NestingBaseParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_NestingBaseParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_NestingBaseParams (MR.Box3f nest, float minInterval)
 Constructs MR.Nesting.NestingBaseParams elementwise.
unsafe Const_NestingBaseParams (MR.Nesting.Const_NestingBaseParams _other)
 Generated from constructor MR.Nesting.NestingBaseParams.NestingBaseParams.
 Const_NestingBaseParams (NestingBaseParams _other)
 Generated from constructor MR.Nesting.NestingBaseParams.NestingBaseParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Box3f__ref_storage_nest
unsafe float * __ref_storage_minInterval

Properties

unsafe ref readonly MR.Box3f nest [get]
 available nest
unsafe float minInterval [get]
 minimum space among meshes in the nest

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_NestingBaseParams() [1/4]

unsafe MR.Nesting.Const_NestingBaseParams.Const_NestingBaseParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_NestingBaseParams() [2/4]

unsafe MR.Nesting.Const_NestingBaseParams.Const_NestingBaseParams ( MR.Box3f nest,
float minInterval )
inline

Constructs MR.Nesting.NestingBaseParams elementwise.

◆ Const_NestingBaseParams() [3/4]

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

◆ Const_NestingBaseParams() [4/4]

MR.Nesting.Const_NestingBaseParams.Const_NestingBaseParams ( NestingBaseParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

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

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_minInterval

unsafe float* MR.Nesting.Const_NestingBaseParams.__ref_storage_minInterval
protected

◆ __ref_storage_nest

unsafe MR.Box3f* MR.Nesting.Const_NestingBaseParams.__ref_storage_nest
protected

Property Documentation

◆ minInterval

unsafe float MR.Nesting.Const_NestingBaseParams.minInterval
get

minimum space among meshes in the nest

◆ nest

unsafe ref readonly MR.Box3f MR.Nesting.Const_NestingBaseParams.nest
get

available nest


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