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

STEP-specific mesh load parameters Generated from class MR.MeshLoad.StepLoadSettings. This is the const half of the class. More...

Inheritance diagram for MR.MeshLoad.Const_StepLoadSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_StepLoadSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_StepLoadSettings (double angularDeflection, double linearDeflection, bool relative)
 Constructs MR.MeshLoad.StepLoadSettings elementwise.
unsafe Const_StepLoadSettings (MR.MeshLoad.Const_StepLoadSettings _other)
 Generated from constructor MR.MeshLoad.StepLoadSettings.StepLoadSettings.
 Const_StepLoadSettings (StepLoadSettings _other)
 Generated from constructor MR.MeshLoad.StepLoadSettings.StepLoadSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe double * __ref_storage_angularDeflection
unsafe double * __ref_storage_linearDeflection
unsafe bool * __ref_storage_relative

Properties

unsafe double angularDeflection [get]
 angular deflection used to tessellate the boundary edges
unsafe double linearDeflection [get]
 linear deflection used to tessellate the boundary edges
unsafe bool relative [get]
 whether the deflection values are related to the size of edges

Detailed Description

STEP-specific mesh load parameters Generated from class MR.MeshLoad.StepLoadSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_StepLoadSettings() [1/4]

unsafe MR.MeshLoad.Const_StepLoadSettings.Const_StepLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_StepLoadSettings() [2/4]

unsafe MR.MeshLoad.Const_StepLoadSettings.Const_StepLoadSettings ( double angularDeflection,
double linearDeflection,
bool relative )
inline

Constructs MR.MeshLoad.StepLoadSettings elementwise.

◆ Const_StepLoadSettings() [3/4]

unsafe MR.MeshLoad.Const_StepLoadSettings.Const_StepLoadSettings ( MR.MeshLoad.Const_StepLoadSettings _other)
inline

Generated from constructor MR.MeshLoad.StepLoadSettings.StepLoadSettings.

◆ Const_StepLoadSettings() [4/4]

MR.MeshLoad.Const_StepLoadSettings.Const_StepLoadSettings ( StepLoadSettings _other)
inline

Generated from constructor MR.MeshLoad.StepLoadSettings.StepLoadSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.MeshLoad.Const_StepLoadSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.MeshLoad.Const_StepLoadSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_angularDeflection

unsafe double* MR.MeshLoad.Const_StepLoadSettings.__ref_storage_angularDeflection
protected

◆ __ref_storage_linearDeflection

unsafe double* MR.MeshLoad.Const_StepLoadSettings.__ref_storage_linearDeflection
protected

◆ __ref_storage_relative

unsafe bool* MR.MeshLoad.Const_StepLoadSettings.__ref_storage_relative
protected

Property Documentation

◆ angularDeflection

unsafe double MR.MeshLoad.Const_StepLoadSettings.angularDeflection
get

angular deflection used to tessellate the boundary edges

◆ linearDeflection

unsafe double MR.MeshLoad.Const_StepLoadSettings.linearDeflection
get

linear deflection used to tessellate the boundary edges

◆ relative

unsafe bool MR.MeshLoad.Const_StepLoadSettings.relative
get

whether the deflection values are related to the size of edges


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