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

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

Inheritance diagram for MR.Nesting.NestingResult:

Public Member Functions

unsafe NestingResult ()
 Constructs an empty (default-constructed) instance.
unsafe NestingResult (MR.AffineXf3f xf, bool nested)
 Constructs MR.Nesting.NestingResult elementwise.
unsafe NestingResult (MR.Nesting.Const_NestingResult _other)
 Generated from constructor MR.Nesting.NestingResult.NestingResult.
 NestingResult (NestingResult _other)
 Generated from constructor MR.Nesting.NestingResult.NestingResult.
unsafe MR.Nesting.NestingResult assign (MR.Nesting.Const_NestingResult _other)
 Generated from method MR::Nesting::NestingResult::operator=.

Properties

new unsafe ref MR.AffineXf3f xf [get]
 best found xf for this object (might be equal with input xf if no good nesting was found)
new unsafe ref bool nested [get]
 false - means that this object does not fit the nest

Detailed Description

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

Constructor & Destructor Documentation

◆ NestingResult() [1/4]

unsafe MR.Nesting.NestingResult.NestingResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ NestingResult() [2/4]

unsafe MR.Nesting.NestingResult.NestingResult ( MR.AffineXf3f xf,
bool nested )
inline

Constructs MR.Nesting.NestingResult elementwise.

◆ NestingResult() [3/4]

unsafe MR.Nesting.NestingResult.NestingResult ( MR.Nesting.Const_NestingResult _other)
inline

Generated from constructor MR.Nesting.NestingResult.NestingResult.

◆ NestingResult() [4/4]

MR.Nesting.NestingResult.NestingResult ( NestingResult _other)
inline

Generated from constructor MR.Nesting.NestingResult.NestingResult.

Member Function Documentation

◆ assign()

unsafe MR.Nesting.NestingResult MR.Nesting.NestingResult.assign ( MR.Nesting.Const_NestingResult _other)
inline

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

Property Documentation

◆ nested

new unsafe ref bool MR.Nesting.NestingResult.nested
get

false - means that this object does not fit the nest

◆ xf

new unsafe ref MR.AffineXf3f MR.Nesting.NestingResult.xf
get

best found xf for this object (might be equal with input xf if no good nesting was found)


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