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 |
Generated from: MR::FillingSurface::CellularSurface::Params
|
static |
| None mrmeshpy.FillingSurface.CellularSurface.Params.__init__ | ( | self | ) |
| None mrmeshpy.FillingSurface.CellularSurface.Params.__init__ | ( | self, | |
| FillingSurface.CellularSurface.Params | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.FillingSurface.CellularSurface.Params.__init__ | ( | self, | |
| Vector3f | period, | ||
| Vector3f | width, | ||
| float | r, | ||
| bool | highRes ) |
Implicit aggregate constructor.
| 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
| None mrmeshpy.FillingSurface.CellularSurface.Params.highRes | ( | self, | |
| bool | arg1 ) |
|
static |
|
static |
| Vector3f mrmeshpy.FillingSurface.CellularSurface.Params.period | ( | self | ) |
the distance between consecutive cylinders in each direction
| None mrmeshpy.FillingSurface.CellularSurface.Params.period | ( | self, | |
| Vector3f | arg1 ) |
| float mrmeshpy.FillingSurface.CellularSurface.Params.r | ( | self | ) |
the radius of uniting spheres
| None mrmeshpy.FillingSurface.CellularSurface.Params.r | ( | self, | |
| float | arg1 ) |
| Vector3f mrmeshpy.FillingSurface.CellularSurface.Params.width | ( | self | ) |
the width of cylinders in each direction
| None mrmeshpy.FillingSurface.CellularSurface.Params.width | ( | self, | |
| Vector3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |