MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

None __init__ (self)
None __init__ (self, MeshLoad.StepLoadSettings arg0)
None __init__ (self, float angularDeflection, float linearDeflection, bool relative)
float angularDeflection (self)
None angularDeflection (self, float arg1)
float linearDeflection (self)
None linearDeflection (self, float arg1)
bool relative (self)
None relative (self, bool arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
MeshLoad.StepLoadSettings operator (*args, **kwargs)
MeshLoad.StepLoadSettings operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_angularDeflection = 0
typing _offsetof_linearDeflection = 8
typing _offsetof_relative = 16

Detailed Description

Generated from:  MR::MeshLoad::StepLoadSettings

STEP-specific mesh load parameters

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.MeshLoad.StepLoadSettings.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.MeshLoad.StepLoadSettings.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.MeshLoad.StepLoadSettings.__init__ ( self,
MeshLoad.StepLoadSettings arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.MeshLoad.StepLoadSettings.__init__ ( self,
float angularDeflection,
float linearDeflection,
bool relative )
Implicit aggregate constructor.

Member Function Documentation

◆ angularDeflection() [1/2]

float mrmeshpy.MeshLoad.StepLoadSettings.angularDeflection ( self)
angular deflection used to tessellate the boundary edges

◆ angularDeflection() [2/2]

None mrmeshpy.MeshLoad.StepLoadSettings.angularDeflection ( self,
float arg1 )

◆ linearDeflection() [1/2]

float mrmeshpy.MeshLoad.StepLoadSettings.linearDeflection ( self)
linear deflection used to tessellate the boundary edges

◆ linearDeflection() [2/2]

None mrmeshpy.MeshLoad.StepLoadSettings.linearDeflection ( self,
float arg1 )

◆ operator() [1/2]

MeshLoad.StepLoadSettings mrmeshpy.MeshLoad.StepLoadSettings.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

MeshLoad.StepLoadSettings mrmeshpy.MeshLoad.StepLoadSettings.operator ( * args,
** kwargs )
static

◆ relative() [1/2]

bool mrmeshpy.MeshLoad.StepLoadSettings.relative ( self)
whether the deflection values are related to the size of edges

◆ relative() [2/2]

None mrmeshpy.MeshLoad.StepLoadSettings.relative ( self,
bool arg1 )

Member Data Documentation

◆ _offsetof_angularDeflection

typing mrmeshpy.MeshLoad.StepLoadSettings._offsetof_angularDeflection = 0
staticprotected

◆ _offsetof_linearDeflection

typing mrmeshpy.MeshLoad.StepLoadSettings._offsetof_linearDeflection = 8
staticprotected

◆ _offsetof_relative

typing mrmeshpy.MeshLoad.StepLoadSettings._offsetof_relative = 16
staticprotected

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