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=.

Properties

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

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: