MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

None __init__ (self)
None __init__ (self, SmoothFillingSettings arg0)
None __init__ (self, bool naturalSmooth, EdgeWeights edgeWeights, VertexMass vmass)
EdgeWeights edgeWeights (self)
None edgeWeights (self, EdgeWeights arg1)
bool naturalSmooth (self)
None naturalSmooth (self, bool arg1)
VertexMass vmass (self)
None vmass (self, VertexMass arg1)

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_edgeWeights = 4
typing _offsetof_naturalSmooth = 0
typing _offsetof_vmass = 8

Detailed Description

Generated from:  MR::SmoothFillingSettings

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.SmoothFillingSettings.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.SmoothFillingSettings.__init__ ( self,
bool naturalSmooth,
EdgeWeights edgeWeights,
VertexMass vmass )
Implicit aggregate constructor.

Member Function Documentation

◆ edgeWeights() [1/2]

EdgeWeights mrmeshpy.SmoothFillingSettings.edgeWeights ( self)
edge weighting scheme for smoothCurvature mode

◆ edgeWeights() [2/2]

None mrmeshpy.SmoothFillingSettings.edgeWeights ( self,
EdgeWeights arg1 )

◆ naturalSmooth() [1/2]

bool mrmeshpy.SmoothFillingSettings.naturalSmooth ( self)
Additionally smooth 3 layers of vertices near hole boundary both inside and outside of the hole

◆ naturalSmooth() [2/2]

None mrmeshpy.SmoothFillingSettings.naturalSmooth ( self,
bool arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ vmass() [1/2]

VertexMass mrmeshpy.SmoothFillingSettings.vmass ( self)
vertex mass scheme for smoothCurvature mode

◆ vmass() [2/2]

None mrmeshpy.SmoothFillingSettings.vmass ( self,
VertexMass arg1 )

Member Data Documentation

◆ _offsetof_edgeWeights

typing mrmeshpy.SmoothFillingSettings._offsetof_edgeWeights = 4
staticprotected

◆ _offsetof_naturalSmooth

typing mrmeshpy.SmoothFillingSettings._offsetof_naturalSmooth = 0
staticprotected

◆ _offsetof_vmass

typing mrmeshpy.SmoothFillingSettings._offsetof_vmass = 8
staticprotected

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