MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.PointsLoad.E57LoadSettings Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, bool combineAllObjects, bool identityXf, func_bool_from_float progress)
 
bool combineAllObjects (self)
 
None combineAllObjects (self, bool arg1)
 
bool identityXf (self)
 
None identityXf (self, bool arg1)
 
func_bool_from_float progress (self)
 
None progress (self, func_bool_from_float arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
PointsLoad.E57LoadSettings operator (*args, **kwargs)
 
PointsLoad.E57LoadSettings operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_combineAllObjects = 0
 
typing _offsetof_identityXf = 1
 
typing _offsetof_progress = 8
 

Detailed Description

Generated from:  MR::PointsLoad::E57LoadSettings

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.PointsLoad.E57LoadSettings.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.PointsLoad.E57LoadSettings.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.PointsLoad.E57LoadSettings.__init__ ( self,
bool combineAllObjects,
bool identityXf,
func_bool_from_float progress )
Implicit aggregate constructor.

Member Function Documentation

◆ combineAllObjects() [1/2]

bool mrmeshpy.PointsLoad.E57LoadSettings.combineAllObjects ( self)
true => if input file has more than one cloud, they all will be combined in one

◆ combineAllObjects() [2/2]

None mrmeshpy.PointsLoad.E57LoadSettings.combineAllObjects ( self,
bool arg1 )

◆ identityXf() [1/2]

bool mrmeshpy.PointsLoad.E57LoadSettings.identityXf ( self)
true => return only identity transforms, applying them to points

◆ identityXf() [2/2]

None mrmeshpy.PointsLoad.E57LoadSettings.identityXf ( self,
bool arg1 )

◆ operator() [1/2]

PointsLoad.E57LoadSettings mrmeshpy.PointsLoad.E57LoadSettings.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

PointsLoad.E57LoadSettings mrmeshpy.PointsLoad.E57LoadSettings.operator ( * args,
** kwargs )
static

◆ progress() [1/2]

func_bool_from_float mrmeshpy.PointsLoad.E57LoadSettings.progress ( self)
progress report and cancellation

◆ progress() [2/2]

None mrmeshpy.PointsLoad.E57LoadSettings.progress ( self,
func_bool_from_float arg1 )

Member Data Documentation

◆ _offsetof_combineAllObjects

typing mrmeshpy.PointsLoad.E57LoadSettings._offsetof_combineAllObjects = 0
staticprotected

◆ _offsetof_identityXf

typing mrmeshpy.PointsLoad.E57LoadSettings._offsetof_identityXf = 1
staticprotected

◆ _offsetof_progress

typing mrmeshpy.PointsLoad.E57LoadSettings._offsetof_progress = 8
staticprotected

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