MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.DihedralAngleProcessParams. This is the const half of the class. More...

Inheritance diagram for MR.Const_DihedralAngleProcessParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_DihedralAngleProcessParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DihedralAngleProcessParams (float convexFactor, float concaveFactor, float boundaryValue)
 Constructs MR.DihedralAngleProcessParams elementwise.
unsafe Const_DihedralAngleProcessParams (MR.Const_DihedralAngleProcessParams _other)
 Generated from constructor MR.DihedralAngleProcessParams.DihedralAngleProcessParams.
 Const_DihedralAngleProcessParams (DihedralAngleProcessParams _other)
 Generated from constructor MR.DihedralAngleProcessParams.DihedralAngleProcessParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_convexFactor
unsafe float * __ref_storage_concaveFactor
unsafe float * __ref_storage_boundaryValue

Properties

unsafe float convexFactor [get]
 positive convex dihedral angles are returned multiplied on this factor
unsafe float concaveFactor [get]
 negative concave dihedral angles are returned multiplied on this factor
unsafe float boundaryValue [get]
 this value will be returned as dihedral angle for boundary edges

Detailed Description

Generated from class MR.DihedralAngleProcessParams. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_DihedralAngleProcessParams() [1/4]

unsafe MR.Const_DihedralAngleProcessParams.Const_DihedralAngleProcessParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DihedralAngleProcessParams() [2/4]

unsafe MR.Const_DihedralAngleProcessParams.Const_DihedralAngleProcessParams ( float convexFactor,
float concaveFactor,
float boundaryValue )
inline

Constructs MR.DihedralAngleProcessParams elementwise.

◆ Const_DihedralAngleProcessParams() [3/4]

unsafe MR.Const_DihedralAngleProcessParams.Const_DihedralAngleProcessParams ( MR.Const_DihedralAngleProcessParams _other)
inline

◆ Const_DihedralAngleProcessParams() [4/4]

MR.Const_DihedralAngleProcessParams.Const_DihedralAngleProcessParams ( DihedralAngleProcessParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DihedralAngleProcessParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_DihedralAngleProcessParams.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_boundaryValue

unsafe float* MR.Const_DihedralAngleProcessParams.__ref_storage_boundaryValue
protected

◆ __ref_storage_concaveFactor

unsafe float* MR.Const_DihedralAngleProcessParams.__ref_storage_concaveFactor
protected

◆ __ref_storage_convexFactor

unsafe float* MR.Const_DihedralAngleProcessParams.__ref_storage_convexFactor
protected

Property Documentation

◆ boundaryValue

unsafe float MR.Const_DihedralAngleProcessParams.boundaryValue
get

this value will be returned as dihedral angle for boundary edges

◆ concaveFactor

unsafe float MR.Const_DihedralAngleProcessParams.concaveFactor
get

negative concave dihedral angles are returned multiplied on this factor

◆ convexFactor

unsafe float MR.Const_DihedralAngleProcessParams.convexFactor
get

positive convex dihedral angles are returned multiplied on this factor


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