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

Public Member Functions

None __init__ (self)
 
None __init__ (self, LoadedObjectT_ObjectPoints arg0)
 
None __init__ (self, ObjectPoints 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_ObjectPoints operator (*args, **kwargs)
 
LoadedObjectT_ObjectPoints operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_lengthUnit = 48
 
typing _offsetof_obj = 0
 
typing _offsetof_warnings = 16
 

Detailed Description

Generated from:  MR::LoadedObjectT<MR::ObjectPoints>
Aliases:  LoadedObjectPoints

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

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.LoadedObjectT_ObjectPoints.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

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

Member Function Documentation

◆ lengthUnit() [1/2]

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

◆ lengthUnit() [2/2]

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

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ warnings() [1/2]

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

◆ warnings() [2/2]

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

Member Data Documentation

◆ _offsetof_lengthUnit

typing mrmeshpy.LoadedObjectT_ObjectPoints._offsetof_lengthUnit = 48
staticprotected

◆ _offsetof_obj

typing mrmeshpy.LoadedObjectT_ObjectPoints._offsetof_obj = 0
staticprotected

◆ _offsetof_warnings

typing mrmeshpy.LoadedObjectT_ObjectPoints._offsetof_warnings = 16
staticprotected

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