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

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

Inheritance diagram for MR.MeshLoad.StepLoadSettings:

Public Member Functions

unsafe StepLoadSettings ()
 Constructs an empty (default-constructed) instance.
unsafe StepLoadSettings (double angularDeflection, double linearDeflection, bool relative)
 Constructs MR.MeshLoad.StepLoadSettings elementwise.
unsafe StepLoadSettings (MR.MeshLoad.Const_StepLoadSettings _other)
 Generated from constructor MR.MeshLoad.StepLoadSettings.StepLoadSettings.
 StepLoadSettings (StepLoadSettings _other)
 Generated from constructor MR.MeshLoad.StepLoadSettings.StepLoadSettings.
unsafe MR.MeshLoad.StepLoadSettings assign (MR.MeshLoad.Const_StepLoadSettings _other)
 Generated from method MR::MeshLoad::StepLoadSettings::operator=.

Properties

new unsafe ref double angularDeflection [get]
 angular deflection used to tessellate the boundary edges
new unsafe ref double linearDeflection [get]
 linear deflection used to tessellate the boundary edges
new unsafe ref 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 non-const half of the class.

Constructor & Destructor Documentation

◆ StepLoadSettings() [1/4]

unsafe MR.MeshLoad.StepLoadSettings.StepLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ StepLoadSettings() [2/4]

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

Constructs MR.MeshLoad.StepLoadSettings elementwise.

◆ StepLoadSettings() [3/4]

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

Generated from constructor MR.MeshLoad.StepLoadSettings.StepLoadSettings.

◆ StepLoadSettings() [4/4]

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

Generated from constructor MR.MeshLoad.StepLoadSettings.StepLoadSettings.

Member Function Documentation

◆ assign()

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

Generated from method MR::MeshLoad::StepLoadSettings::operator=.

Property Documentation

◆ angularDeflection

new unsafe ref double MR.MeshLoad.StepLoadSettings.angularDeflection
get

angular deflection used to tessellate the boundary edges

◆ linearDeflection

new unsafe ref double MR.MeshLoad.StepLoadSettings.linearDeflection
get

linear deflection used to tessellate the boundary edges

◆ relative

new unsafe ref bool MR.MeshLoad.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: