Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, LoadedObjectT arg0) |
None | __init__ (self, Object obj, str warnings) |
str | warnings (self) |
None | warnings (self, str arg1) |
Generated from: MR::LoadedObjectT<> Aliases: LoadedObjectT_Object, LoadedObject result of loading (e.g. from a file) as one object (with possible subobjects)
None meshlib.mrmeshpy.LoadedObjectT.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.LoadedObjectT.__init__ | ( | self, | |
LoadedObjectT | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.LoadedObjectT.__init__ | ( | self, | |
Object | obj, | ||
str | warnings ) |
Implicit aggregate constructor.
str meshlib.mrmeshpy.LoadedObjectT.warnings | ( | self | ) |
either empty or ends with '\\n'
None meshlib.mrmeshpy.LoadedObjectT.warnings | ( | self, | |
str | arg1 ) |