result of loading (e.g. from a file) as a number of objects Generated from class MR.LoadedObjects. This is the const half of the class.
More...
Inheritance diagram for MR.Const_LoadedObjects:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_LoadedObjects () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_LoadedObjects (MR.Std._ByValue_Vector_StdSharedPtrMRObject objs, string warnings, MR.LengthUnit? lengthUnit) |
Constructs MR.LoadedObjects elementwise. | |
| unsafe | Const_LoadedObjects (MR._ByValue_LoadedObjects _other) |
Generated from constructor MR.LoadedObjects.LoadedObjects. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_StdSharedPtrMRObject | objs [get] |
| unsafe MR.Std.Const_String | warnings [get] |
| unsafe MR.Std.Const_Optional_MRLengthUnit | lengthUnit [get] |
| units of object coordinates and transformations (if known) | |
Properties inherited from MR.Misc.Object< Const_LoadedObjects > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_LoadedObjects > | |
| bool | _IsOwningVal |
result of loading (e.g. from a file) as a number of objects Generated from class MR.LoadedObjects. This is the const half of the class.