Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PointsLoad.E57LoadSettings arg0) |
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) |
Generated from: MR::PointsLoad::E57LoadSettings
None meshlib.mrmeshpy.PointsLoad.E57LoadSettings.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.PointsLoad.E57LoadSettings.__init__ | ( | self, | |
PointsLoad.E57LoadSettings | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.PointsLoad.E57LoadSettings.__init__ | ( | self, | |
bool | combineAllObjects, | ||
bool | identityXf, | ||
func_bool_from_float | progress ) |
Implicit aggregate constructor.
bool meshlib.mrmeshpy.PointsLoad.E57LoadSettings.combineAllObjects | ( | self | ) |
true => if input file has more than one cloud, they all will be combined in one
None meshlib.mrmeshpy.PointsLoad.E57LoadSettings.combineAllObjects | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.PointsLoad.E57LoadSettings.identityXf | ( | self | ) |
true => return only identity transforms, applying them to points
None meshlib.mrmeshpy.PointsLoad.E57LoadSettings.identityXf | ( | self, | |
bool | arg1 ) |
func_bool_from_float meshlib.mrmeshpy.PointsLoad.E57LoadSettings.progress | ( | self | ) |
progress report and cancellation
None meshlib.mrmeshpy.PointsLoad.E57LoadSettings.progress | ( | self, | |
func_bool_from_float | arg1 ) |