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

Public Member Functions

None __init__ (self)
 
None __init__ (self, DistanceMapSaveSettings arg0)
 
None __init__ (self, AffineXf3f xf, func_bool_from_float progress)
 
func_bool_from_float progress (self)
 
None progress (self, func_bool_from_float arg1)
 
AffineXf3f xf (self)
 
None xf (self, AffineXf3f arg1)
 

Detailed Description

Generated from:  MR::DistanceMapSaveSettings

determines how to save distance maps

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.DistanceMapSaveSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.DistanceMapSaveSettings.__init__ ( self,
AffineXf3f xf,
func_bool_from_float progress )
Implicit aggregate constructor.

Member Function Documentation

◆ progress() [1/2]

func_bool_from_float mrmeshpy.DistanceMapSaveSettings.progress ( self)
to report save progress and cancel saving if user desires

◆ progress() [2/2]

None mrmeshpy.DistanceMapSaveSettings.progress ( self,
func_bool_from_float arg1 )

◆ xf() [1/2]

AffineXf3f mrmeshpy.DistanceMapSaveSettings.xf ( self)
optional distance map to world transform

◆ xf() [2/2]

None mrmeshpy.DistanceMapSaveSettings.xf ( self,
AffineXf3f arg1 )

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