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

result of loading (e.g. from a file) as a number of objects Generated from class MR.LoadedObjects. This is the non-const half of the class. More...

+ Inheritance diagram for MR.LoadedObjects:

Public Member Functions

unsafe LoadedObjects ()
 Constructs an empty (default-constructed) instance.
 
unsafe LoadedObjects (MR.Std._ByValue_Vector_StdSharedPtrMRObject objs, string warnings, MR.LengthUnit? lengthUnit)
 Constructs MR.LoadedObjects elementwise.
 
unsafe LoadedObjects (MR._ByValue_LoadedObjects _other)
 Generated from constructor MR.LoadedObjects.LoadedObjects.
 
 LoadedObjects (Const_LoadedObjects _other)
 Generated from constructor MR.LoadedObjects.LoadedObjects.
 
 LoadedObjects (LoadedObjects _other)
 Generated from constructor MR.LoadedObjects.LoadedObjects.
 
unsafe MR.LoadedObjects assign (MR._ByValue_LoadedObjects _other)
 Generated from method MR.LoadedObjects.operator=.
 

Properties

new unsafe MR.Std.Vector_StdSharedPtrMRObject objs [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 a number of objects Generated from class MR.LoadedObjects. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ LoadedObjects() [1/5]

unsafe MR.LoadedObjects.LoadedObjects ( )
inline

Constructs an empty (default-constructed) instance.

◆ LoadedObjects() [2/5]

unsafe MR.LoadedObjects.LoadedObjects ( MR.Std._ByValue_Vector_StdSharedPtrMRObject objs,
string warnings,
MR.LengthUnit? lengthUnit )
inline

Constructs MR.LoadedObjects elementwise.

◆ LoadedObjects() [3/5]

unsafe MR.LoadedObjects.LoadedObjects ( MR._ByValue_LoadedObjects _other)
inline

Generated from constructor MR.LoadedObjects.LoadedObjects.

◆ LoadedObjects() [4/5]

MR.LoadedObjects.LoadedObjects ( Const_LoadedObjects _other)
inline

Generated from constructor MR.LoadedObjects.LoadedObjects.

◆ LoadedObjects() [5/5]

MR.LoadedObjects.LoadedObjects ( LoadedObjects _other)
inline

Generated from constructor MR.LoadedObjects.LoadedObjects.

Member Function Documentation

◆ assign()

unsafe MR.LoadedObjects MR.LoadedObjects.assign ( MR._ByValue_LoadedObjects _other)
inline

Generated from method MR.LoadedObjects.operator=.

Property Documentation

◆ lengthUnit

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

units of object coordinates and transformations (if known)

◆ objs

new unsafe MR.Std.Vector_StdSharedPtrMRObject MR.LoadedObjects.objs
getprotected set

◆ warnings

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

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