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

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

Inheritance diagram for MR.Nesting.NestingBaseParams:

Public Member Functions

unsafe NestingBaseParams ()
 Constructs an empty (default-constructed) instance.
unsafe NestingBaseParams (MR.Box3f nest, float minInterval)
 Constructs MR.Nesting.NestingBaseParams elementwise.
unsafe NestingBaseParams (MR.Nesting.Const_NestingBaseParams _other)
 Generated from constructor MR.Nesting.NestingBaseParams.NestingBaseParams.
 NestingBaseParams (NestingBaseParams _other)
 Generated from constructor MR.Nesting.NestingBaseParams.NestingBaseParams.
unsafe MR.Nesting.NestingBaseParams assign (MR.Nesting.Const_NestingBaseParams _other)
 Generated from method MR::Nesting::NestingBaseParams::operator=.
Public Member Functions inherited from MR.Nesting.Const_NestingBaseParams
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.

Properties

new unsafe ref MR.Box3f nest [get]
 available nest
new unsafe ref float minInterval [get]
 minimum space among meshes in the nest
Properties inherited from MR.Nesting.Const_NestingBaseParams
unsafe ref readonly MR.Box3f nest [get]
 available nest
unsafe float minInterval [get]
 minimum space among meshes in the nest

Additional Inherited Members

Protected Member Functions inherited from MR.Nesting.Const_NestingBaseParams
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Nesting.Const_NestingBaseParams
unsafe MR.Box3f__ref_storage_nest
unsafe float * __ref_storage_minInterval

Detailed Description

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

Constructor & Destructor Documentation

◆ NestingBaseParams() [1/4]

unsafe MR.Nesting.NestingBaseParams.NestingBaseParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ NestingBaseParams() [2/4]

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

Constructs MR.Nesting.NestingBaseParams elementwise.

◆ NestingBaseParams() [3/4]

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

◆ NestingBaseParams() [4/4]

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

Member Function Documentation

◆ assign()

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

Generated from method MR::Nesting::NestingBaseParams::operator=.

Property Documentation

◆ minInterval

new unsafe ref float MR.Nesting.NestingBaseParams.minInterval
get

minimum space among meshes in the nest

◆ nest

new unsafe ref MR.Box3f MR.Nesting.NestingBaseParams.nest
get

available nest


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