MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.LoadedObjectT Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, Object obj, str warnings)
 
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_obj = 0
 
typing _offsetof_warnings = 16
 

Detailed Description

Generated from:  MR::LoadedObjectT<>
Aliases:  LoadedObject, LoadedObjectT_Object

result of loading (e.g. from a file) as one object (with possible subobjects)

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.LoadedObjectT.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.LoadedObjectT.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.LoadedObjectT.__init__ ( self,
Object obj,
str warnings )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

LoadedObjectT mrmeshpy.LoadedObjectT.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

LoadedObjectT mrmeshpy.LoadedObjectT.operator ( * args,
** kwargs )
static

◆ warnings() [1/2]

str mrmeshpy.LoadedObjectT.warnings ( self)
either empty or ends with '\\n'

◆ warnings() [2/2]

None mrmeshpy.LoadedObjectT.warnings ( self,
str arg1 )

Member Data Documentation

◆ _offsetof_obj

typing mrmeshpy.LoadedObjectT._offsetof_obj = 0
staticprotected

◆ _offsetof_warnings

typing mrmeshpy.LoadedObjectT._offsetof_warnings = 16
staticprotected

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