MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for mrmeshpy.MeshApproxRelaxParams:

Public Member Functions

None __init__ (self)
None __init__ (self, MeshApproxRelaxParams arg0)
float surfaceDilateRadius (self)
None surfaceDilateRadius (self, float arg1)
Public Member Functions inherited from mrmeshpy.MeshRelaxParams
None __init__ (self)
None __init__ (self, MeshRelaxParams arg0)
bool hardSmoothTetrahedrons (self)
None hardSmoothTetrahedrons (self, bool arg1)
VertScalars weights (self)
None weights (self, VertScalars arg1)
Public Member Functions inherited from mrmeshpy.RelaxParams
None __init__ (self)
None __init__ (self, RelaxParams arg0)
None __init__ (self, int iterations, VertBitSet region, float force, bool limitNearInitial, float maxInitialDist)
float force (self)
None force (self, float arg1)
int iterations (self)
None iterations (self, int arg1)
bool limitNearInitial (self)
None limitNearInitial (self, bool arg1)
float maxInitialDist (self)
None maxInitialDist (self, float arg1)
VertBitSet region (self)
None region (self, VertBitSet arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
MeshApproxRelaxParams operator (*args, **kwargs)
MeshApproxRelaxParams operator (*args, **kwargs)
Static Public Member Functions inherited from mrmeshpy.MeshRelaxParams
None __init__ (*args, **kwargs)
Static Public Member Functions inherited from mrmeshpy.RelaxParams
None __init__ (*args, **kwargs)

Static Protected Attributes

typing _offsetof_surfaceDilateRadius = 48
typing _offsetof_type = 52
Static Protected Attributes inherited from mrmeshpy.MeshRelaxParams
typing _offsetof_hardSmoothTetrahedrons = 32
typing _offsetof_weights = 40
Static Protected Attributes inherited from mrmeshpy.RelaxParams
typing _offsetof_force = 16
typing _offsetof_iterations = 0
typing _offsetof_limitNearInitial = 20
typing _offsetof_maxInitialDist = 24
typing _offsetof_region = 8

Detailed Description

Generated from:  MR::MeshApproxRelaxParams

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.MeshApproxRelaxParams.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.MeshRelaxParams.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.MeshRelaxParams.

◆ surfaceDilateRadius() [1/2]

float mrmeshpy.MeshApproxRelaxParams.surfaceDilateRadius ( self)
radius to find neighbors by surface
0.0f - default = 1e-3 * sqrt(surface area)

◆ surfaceDilateRadius() [2/2]

None mrmeshpy.MeshApproxRelaxParams.surfaceDilateRadius ( self,
float arg1 )

Member Data Documentation

◆ _offsetof_surfaceDilateRadius

typing mrmeshpy.MeshApproxRelaxParams._offsetof_surfaceDilateRadius = 48
staticprotected

◆ _offsetof_type

typing mrmeshpy.MeshApproxRelaxParams._offsetof_type = 52
staticprotected

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