MeshLib C# Docs
Loading...
Searching...
No Matches
MR.FillingSurface.CellularSurface.Params Class Reference

Generated from class MR.FillingSurface.CellularSurface.Params. This is the non-const half of the class. More...

+ Inheritance diagram for MR.FillingSurface.CellularSurface.Params:

Public Member Functions

unsafe Params ()
 Constructs an empty (default-constructed) instance.
 
unsafe Params (MR.FillingSurface.CellularSurface.Type type, MR.Vector3f period, MR.Vector3f width, float r, bool highRes, bool preserveTips)
 Constructs MR.FillingSurface.CellularSurface.Params elementwise.
 
unsafe Params (MR.FillingSurface.CellularSurface.Const_Params _other)
 Generated from constructor MR.FillingSurface.CellularSurface.Params.Params.
 
 Params (Params _other)
 Generated from constructor MR.FillingSurface.CellularSurface.Params.Params.
 
unsafe MR.FillingSurface.CellularSurface.Params assign (MR.FillingSurface.CellularSurface.Const_Params _other)
 Generated from method MR.FillingSurface.CellularSurface.Params.operator=.
 

Properties

new unsafe ref MR.FillingSurface.CellularSurface.Type type [get]
 < the type of the base element
 
new unsafe ref MR.Vector3f period [get]
 the width of cylinders in each direction
 
new unsafe ref MR.Vector3f width [get]
 the radius of uniting spheres
 
new unsafe ref float r [get]
 
new unsafe ref bool highRes [get]
 
new unsafe ref bool preserveTips [get]
 

Detailed Description

Generated from class MR.FillingSurface.CellularSurface.Params. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Params() [1/4]

unsafe MR.FillingSurface.CellularSurface.Params.Params ( )
inline

Constructs an empty (default-constructed) instance.

◆ Params() [2/4]

unsafe MR.FillingSurface.CellularSurface.Params.Params ( MR.FillingSurface.CellularSurface.Type type,
MR.Vector3f period,
MR.Vector3f width,
float r,
bool highRes,
bool preserveTips )
inline

◆ Params() [3/4]

unsafe MR.FillingSurface.CellularSurface.Params.Params ( MR.FillingSurface.CellularSurface.Const_Params _other)
inline

Generated from constructor MR.FillingSurface.CellularSurface.Params.Params.

◆ Params() [4/4]

MR.FillingSurface.CellularSurface.Params.Params ( Params _other)
inline

Generated from constructor MR.FillingSurface.CellularSurface.Params.Params.

Member Function Documentation

◆ assign()

unsafe MR.FillingSurface.CellularSurface.Params MR.FillingSurface.CellularSurface.Params.assign ( MR.FillingSurface.CellularSurface.Const_Params _other)
inline

Generated from method MR.FillingSurface.CellularSurface.Params.operator=.

Property Documentation

◆ highRes

new unsafe ref bool MR.FillingSurface.CellularSurface.Params.highRes
get

◆ period

new unsafe ref MR.Vector3f MR.FillingSurface.CellularSurface.Params.period
get

the width of cylinders in each direction

◆ preserveTips

new unsafe ref bool MR.FillingSurface.CellularSurface.Params.preserveTips
get

◆ r

new unsafe ref float MR.FillingSurface.CellularSurface.Params.r
get

◆ type

new unsafe ref MR.FillingSurface.CellularSurface.Type MR.FillingSurface.CellularSurface.Params.type
get

< the type of the base element

the distance between consecutive cylinders in each direction

◆ width

new unsafe ref MR.Vector3f MR.FillingSurface.CellularSurface.Params.width
get

the radius of uniting spheres


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