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