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

result of loading (e.g. from a file) as one object (with possible subobjects) Generated from class MR.LoadedObjectT<>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.LoadedObjectT:

Public Member Functions

unsafe LoadedObjectT ()
 Constructs an empty (default-constructed) instance.
 
unsafe LoadedObjectT (MR._ByValueShared_Object obj, string warnings, MR.LengthUnit? lengthUnit)
 Constructs MR.LoadedObjectT<> elementwise.
 
unsafe LoadedObjectT (MR._ByValue_LoadedObjectT _other)
 Generated from constructor MR.LoadedObjectT<>::LoadedObjectT.
 
 LoadedObjectT (Const_LoadedObjectT _other)
 Generated from constructor MR.LoadedObjectT<>::LoadedObjectT.
 
 LoadedObjectT (LoadedObjectT _other)
 Generated from constructor MR.LoadedObjectT<>::LoadedObjectT.
 
unsafe MR.LoadedObjectT assign (MR._ByValue_LoadedObjectT _other)
 Generated from method MR.LoadedObjectT<>::operator=.
 

Properties

new unsafe MR.Object obj [get, protected set]
 
new unsafe MR.Std.String warnings [get, protected set]
 
new unsafe MR.Std.Optional_MRLengthUnit lengthUnit [get, protected set]
 units of object coordinates and transformations (if known)
 

Detailed Description

result of loading (e.g. from a file) as one object (with possible subobjects) Generated from class MR.LoadedObjectT<>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ LoadedObjectT() [1/5]

unsafe MR.LoadedObjectT.LoadedObjectT ( )
inline

Constructs an empty (default-constructed) instance.

◆ LoadedObjectT() [2/5]

unsafe MR.LoadedObjectT.LoadedObjectT ( MR._ByValueShared_Object obj,
string warnings,
MR.LengthUnit? lengthUnit )
inline

Constructs MR.LoadedObjectT<> elementwise.

◆ LoadedObjectT() [3/5]

unsafe MR.LoadedObjectT.LoadedObjectT ( MR._ByValue_LoadedObjectT _other)
inline

Generated from constructor MR.LoadedObjectT<>::LoadedObjectT.

◆ LoadedObjectT() [4/5]

MR.LoadedObjectT.LoadedObjectT ( Const_LoadedObjectT _other)
inline

Generated from constructor MR.LoadedObjectT<>::LoadedObjectT.

◆ LoadedObjectT() [5/5]

MR.LoadedObjectT.LoadedObjectT ( LoadedObjectT _other)
inline

Generated from constructor MR.LoadedObjectT<>::LoadedObjectT.

Member Function Documentation

◆ assign()

unsafe MR.LoadedObjectT MR.LoadedObjectT.assign ( MR._ByValue_LoadedObjectT _other)
inline

Generated from method MR.LoadedObjectT<>::operator=.

Property Documentation

◆ lengthUnit

new unsafe MR.Std.Optional_MRLengthUnit MR.LoadedObjectT.lengthUnit
getprotected set

units of object coordinates and transformations (if known)

◆ obj

new unsafe MR.Object MR.LoadedObjectT.obj
getprotected set

◆ warnings

new unsafe MR.Std.String MR.LoadedObjectT.warnings
getprotected set

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