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

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
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.LoadedObjectT.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.LoadedObjectT.__init__ ( self,
LoadedObjectT arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

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

Member Function Documentation

◆ lengthUnit() [1/2]

std_optional_LengthUnit mrmeshpy.LoadedObjectT.lengthUnit ( self)
units of object coordinates and transformations (if known)

◆ lengthUnit() [2/2]

None mrmeshpy.LoadedObjectT.lengthUnit ( self,
std_optional_LengthUnit arg1 )

◆ 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_lengthUnit

typing mrmeshpy.LoadedObjectT._offsetof_lengthUnit = 48
staticprotected

◆ _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: