|
| class | _InOptConst_Params |
| | This is used for optional parameters of class Params with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Params. Usage:
|
| |
| class | _InOptMut_Params |
| | This is used for optional parameters of class Params with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Params. Usage:
|
| |
| class | Const_Params |
| | Generated from class MR.FillingSurface.CellularSurface.Params. This is the const half of the class.
|
| |
| class | Params |
| | Generated from class MR.FillingSurface.CellularSurface.Params. This is the non-const half of the class. More...
|
| |
◆ Type
Type of cellular surface base element.
◆ build()
| static unsafe MR.Mesh MR.FillingSurface.CellularSurface.build |
( |
in MR.Vector3f | size, |
|
|
MR.FillingSurface.CellularSurface.Const_Params | params_, |
|
|
MR.Std.Const_Function_BoolFuncFromFloat? | cb = null ) |
|
inlinestatic |
◆ estimateDensity()
| static float MR.FillingSurface.CellularSurface.estimateDensity |
( |
float | period, |
|
|
float | width, |
|
|
float | r ) |
|
inlinestatic |
◆ estimateWidth()
| static unsafe MR.Std.Optional_Float MR.FillingSurface.CellularSurface.estimateWidth |
( |
float | period, |
|
|
float | r, |
|
|
float | targetDensity ) |
|
inlinestatic |
◆ fill()
| static unsafe MR.Mesh MR.FillingSurface.CellularSurface.fill |
( |
MR.Const_Mesh | mesh, |
|
|
MR.FillingSurface.CellularSurface.Const_Params | params_, |
|
|
MR.Std.Const_Function_BoolFuncFromFloat? | cb = null ) |
|
inlinestatic |
◆ getTypeNames()
| static unsafe MR.Std.Vector_StdString MR.FillingSurface.CellularSurface.getTypeNames |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: