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=.
Public Member Functions inherited from MR.MeshLoad.Const_StepLoadSettings
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.

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
Properties inherited from MR.MeshLoad.Const_StepLoadSettings
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

Additional Inherited Members

Protected Member Functions inherited from MR.MeshLoad.Const_StepLoadSettings
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.MeshLoad.Const_StepLoadSettings
unsafe double * __ref_storage_angularDeflection
unsafe double * __ref_storage_linearDeflection
unsafe bool * __ref_storage_relative

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: