MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.FillingSurface.CellularSurface.Params Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, FillingSurface.CellularSurface.Params arg0)
 
None __init__ (self, Vector3f period, Vector3f width, float r, bool highRes)
 
bool highRes (self)
 
None highRes (self, bool arg1)
 
Vector3f period (self)
 
None period (self, Vector3f arg1)
 
float r (self)
 
None r (self, float arg1)
 
Vector3f width (self)
 
None width (self, Vector3f arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
FillingSurface.CellularSurface.Params operator (*args, **kwargs)
 
FillingSurface.CellularSurface.Params operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_highRes = 28
 
typing _offsetof_period = 0
 
typing _offsetof_r = 24
 
typing _offsetof_width = 12
 

Detailed Description

Generated from:  MR::FillingSurface::CellularSurface::Params

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.FillingSurface.CellularSurface.Params.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.FillingSurface.CellularSurface.Params.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.FillingSurface.CellularSurface.Params.__init__ ( self,
FillingSurface.CellularSurface.Params arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.FillingSurface.CellularSurface.Params.__init__ ( self,
Vector3f period,
Vector3f width,
float r,
bool highRes )
Implicit aggregate constructor.

Member Function Documentation

◆ highRes() [1/2]

bool mrmeshpy.FillingSurface.CellularSurface.Params.highRes ( self)
used in tests in order to make surfaces close to their analytical expression
recommended to be false for real usage for better performance

◆ highRes() [2/2]

None mrmeshpy.FillingSurface.CellularSurface.Params.highRes ( self,
bool arg1 )

◆ operator() [1/2]

FillingSurface.CellularSurface.Params mrmeshpy.FillingSurface.CellularSurface.Params.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

FillingSurface.CellularSurface.Params mrmeshpy.FillingSurface.CellularSurface.Params.operator ( * args,
** kwargs )
static

◆ period() [1/2]

Vector3f mrmeshpy.FillingSurface.CellularSurface.Params.period ( self)
the distance between consecutive cylinders in each direction

◆ period() [2/2]

None mrmeshpy.FillingSurface.CellularSurface.Params.period ( self,
Vector3f arg1 )

◆ r() [1/2]

float mrmeshpy.FillingSurface.CellularSurface.Params.r ( self)
the radius of uniting spheres

◆ r() [2/2]

None mrmeshpy.FillingSurface.CellularSurface.Params.r ( self,
float arg1 )

◆ width() [1/2]

Vector3f mrmeshpy.FillingSurface.CellularSurface.Params.width ( self)
the width of cylinders in each direction

◆ width() [2/2]

None mrmeshpy.FillingSurface.CellularSurface.Params.width ( self,
Vector3f arg1 )

Member Data Documentation

◆ _offsetof_highRes

typing mrmeshpy.FillingSurface.CellularSurface.Params._offsetof_highRes = 28
staticprotected

◆ _offsetof_period

typing mrmeshpy.FillingSurface.CellularSurface.Params._offsetof_period = 0
staticprotected

◆ _offsetof_r

typing mrmeshpy.FillingSurface.CellularSurface.Params._offsetof_r = 24
staticprotected

◆ _offsetof_width

typing mrmeshpy.FillingSurface.CellularSurface.Params._offsetof_width = 12
staticprotected

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