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

Public Member Functions

None __init__ (self)
 
None __init__ (self, float eps, float maxRadius, func_bool_from_float cb)
 
func_bool_from_float cb (self)
 
None cb (self, func_bool_from_float arg1)
 
float eps (self)
 
None eps (self, float arg1)
 
float maxRadius (self)
 
None maxRadius (self, float arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
ArcInterpolationParams operator (*args, **kwargs)
 
ArcInterpolationParams operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_cb = 8
 
typing _offsetof_eps = 0
 
typing _offsetof_maxRadius = 4
 

Detailed Description

Generated from:  MR::ArcInterpolationParams

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.ArcInterpolationParams.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.ArcInterpolationParams.__init__ ( self,
float eps,
float maxRadius,
func_bool_from_float cb )
Implicit aggregate constructor.

Member Function Documentation

◆ cb() [1/2]

func_bool_from_float mrmeshpy.ArcInterpolationParams.cb ( self)
callback for reporting on progress

◆ cb() [2/2]

None mrmeshpy.ArcInterpolationParams.cb ( self,
func_bool_from_float arg1 )

◆ eps() [1/2]

float mrmeshpy.ArcInterpolationParams.eps ( self)
maximal deviation of arc from given path

◆ eps() [2/2]

None mrmeshpy.ArcInterpolationParams.eps ( self,
float arg1 )

◆ maxRadius() [1/2]

float mrmeshpy.ArcInterpolationParams.maxRadius ( self)
maximal radius of the arc

◆ maxRadius() [2/2]

None mrmeshpy.ArcInterpolationParams.maxRadius ( self,
float arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_cb

typing mrmeshpy.ArcInterpolationParams._offsetof_cb = 8
staticprotected

◆ _offsetof_eps

typing mrmeshpy.ArcInterpolationParams._offsetof_eps = 0
staticprotected

◆ _offsetof_maxRadius

typing mrmeshpy.ArcInterpolationParams._offsetof_maxRadius = 4
staticprotected

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