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.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.FillingSurface.CellularSurface.Type type [get]
 the distance between consecutive cylinders in each direction
 
unsafe ref readonly MR.Vector3f period [get]
 the width of cylinders in each direction
 
unsafe ref readonly MR.Vector3f width [get]
 the radius of uniting spheres
 
unsafe float r [get]
 
unsafe bool highRes [get]
 
unsafe bool preserveTips [get]
 
- Properties inherited from MR.Misc.Object< Const_Params >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Params >
bool _IsOwningVal
 

Detailed Description

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


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