Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, LoadedObjectT arg0) |
| None | __init__ (self, Object obj, str warnings, std_optional_LengthUnit lengthUnit) |
| std_optional_LengthUnit | lengthUnit (self) |
| None | lengthUnit (self, std_optional_LengthUnit arg1) |
| str | warnings (self) |
| None | warnings (self, str arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| LoadedObjectT | operator (*args, **kwargs) |
| LoadedObjectT | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_lengthUnit = 48 |
| typing | _offsetof_obj = 0 |
| typing | _offsetof_warnings = 16 |
Generated from: MR::LoadedObjectT<> Aliases: LoadedObjectT_Object, LoadedObject result of loading (e.g. from a file) as one object (with possible subobjects)
|
static |
| None mrmeshpy.LoadedObjectT.__init__ | ( | self | ) |
| None mrmeshpy.LoadedObjectT.__init__ | ( | self, | |
| LoadedObjectT | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.LoadedObjectT.__init__ | ( | self, | |
| Object | obj, | ||
| str | warnings, | ||
| std_optional_LengthUnit | lengthUnit ) |
Implicit aggregate constructor.
| std_optional_LengthUnit mrmeshpy.LoadedObjectT.lengthUnit | ( | self | ) |
units of object coordinates and transformations (if known)
| None mrmeshpy.LoadedObjectT.lengthUnit | ( | self, | |
| std_optional_LengthUnit | arg1 ) |
|
static |
|
static |
| str mrmeshpy.LoadedObjectT.warnings | ( | self | ) |
either empty or ends with '\\n'
| None mrmeshpy.LoadedObjectT.warnings | ( | self, | |
| str | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |