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

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

Inheritance diagram for MR.FillingSurface.CellularSurface.Const_Params:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Params ()
 Constructs an empty (default-constructed) instance.
unsafe Const_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 Const_Params (MR.FillingSurface.CellularSurface.Const_Params _other)
 Generated from constructor MR.FillingSurface.CellularSurface.Params.Params.
 Const_Params (Params _other)
 Generated from constructor MR.FillingSurface.CellularSurface.Params.Params.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.FillingSurface.CellularSurface.Type__ref_storage_type
unsafe MR.Vector3f__ref_storage_period
unsafe MR.Vector3f__ref_storage_width
unsafe float * __ref_storage_r
unsafe bool * __ref_storage_highRes
unsafe bool * __ref_storage_preserveTips

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Params() [1/4]

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

Constructs an empty (default-constructed) instance.

◆ Const_Params() [2/4]

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

◆ Const_Params() [3/4]

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

◆ Const_Params() [4/4]

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

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.FillingSurface.CellularSurface.Const_Params.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.FillingSurface.CellularSurface.Const_Params.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_highRes

unsafe bool* MR.FillingSurface.CellularSurface.Const_Params.__ref_storage_highRes
protected

◆ __ref_storage_period

unsafe MR.Vector3f* MR.FillingSurface.CellularSurface.Const_Params.__ref_storage_period
protected

◆ __ref_storage_preserveTips

unsafe bool* MR.FillingSurface.CellularSurface.Const_Params.__ref_storage_preserveTips
protected

◆ __ref_storage_r

unsafe float* MR.FillingSurface.CellularSurface.Const_Params.__ref_storage_r
protected

◆ __ref_storage_type

unsafe MR.FillingSurface.CellularSurface.Type* MR.FillingSurface.CellularSurface.Const_Params.__ref_storage_type
protected

◆ __ref_storage_width

unsafe MR.Vector3f* MR.FillingSurface.CellularSurface.Const_Params.__ref_storage_width
protected

Property Documentation

◆ highRes

unsafe bool MR.FillingSurface.CellularSurface.Const_Params.highRes
get

◆ period

unsafe ref readonly MR.Vector3f MR.FillingSurface.CellularSurface.Const_Params.period
get

the distance between consecutive cylinders in each direction

◆ preserveTips

unsafe bool MR.FillingSurface.CellularSurface.Const_Params.preserveTips
get

◆ r

unsafe float MR.FillingSurface.CellularSurface.Const_Params.r
get

the radius of uniting spheres

◆ type

unsafe MR.FillingSurface.CellularSurface.Type MR.FillingSurface.CellularSurface.Const_Params.type
get

the type of the base element

◆ width

unsafe ref readonly MR.Vector3f MR.FillingSurface.CellularSurface.Const_Params.width
get

the width of cylinders in each direction


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