MeshLib C# Docs
Loading...
Searching...
No Matches
MR.DihedralAngleProcessParams Class Reference

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

Inheritance diagram for MR.DihedralAngleProcessParams:

Public Member Functions

unsafe DihedralAngleProcessParams ()
 Constructs an empty (default-constructed) instance.
unsafe DihedralAngleProcessParams (float convexFactor, float concaveFactor, float boundaryValue)
 Constructs MR.DihedralAngleProcessParams elementwise.
unsafe DihedralAngleProcessParams (MR.Const_DihedralAngleProcessParams _other)
 Generated from constructor MR.DihedralAngleProcessParams.DihedralAngleProcessParams.
 DihedralAngleProcessParams (DihedralAngleProcessParams _other)
 Generated from constructor MR.DihedralAngleProcessParams.DihedralAngleProcessParams.
unsafe MR.DihedralAngleProcessParams assign (MR.Const_DihedralAngleProcessParams _other)
 Generated from method MR::DihedralAngleProcessParams::operator=.
Public Member Functions inherited from MR.Const_DihedralAngleProcessParams
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.

Properties

new unsafe ref float convexFactor [get]
 positive convex dihedral angles are returned multiplied on this factor
new unsafe ref float concaveFactor [get]
 negative concave dihedral angles are returned multiplied on this factor
new unsafe ref float boundaryValue [get]
 this value will be returned as dihedral angle for boundary edges
Properties inherited from MR.Const_DihedralAngleProcessParams
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_DihedralAngleProcessParams
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_DihedralAngleProcessParams
unsafe float * __ref_storage_convexFactor
unsafe float * __ref_storage_concaveFactor
unsafe float * __ref_storage_boundaryValue

Detailed Description

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

Constructor & Destructor Documentation

◆ DihedralAngleProcessParams() [1/4]

unsafe MR.DihedralAngleProcessParams.DihedralAngleProcessParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ DihedralAngleProcessParams() [2/4]

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

Constructs MR.DihedralAngleProcessParams elementwise.

◆ DihedralAngleProcessParams() [3/4]

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

◆ DihedralAngleProcessParams() [4/4]

MR.DihedralAngleProcessParams.DihedralAngleProcessParams ( DihedralAngleProcessParams _other)
inline

Member Function Documentation

◆ assign()

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

Generated from method MR::DihedralAngleProcessParams::operator=.

Property Documentation

◆ boundaryValue

new unsafe ref float MR.DihedralAngleProcessParams.boundaryValue
get

this value will be returned as dihedral angle for boundary edges

◆ concaveFactor

new unsafe ref float MR.DihedralAngleProcessParams.concaveFactor
get

negative concave dihedral angles are returned multiplied on this factor

◆ convexFactor

new unsafe ref float MR.DihedralAngleProcessParams.convexFactor
get

positive convex dihedral angles are returned multiplied on this factor


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