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 |
Generated from: MR::MeshLoad::StepLoadSettings STEP-specific mesh load parameters
|
static |
| None mrmeshpy.MeshLoad.StepLoadSettings.__init__ | ( | self | ) |
| None mrmeshpy.MeshLoad.StepLoadSettings.__init__ | ( | self, | |
| MeshLoad.StepLoadSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshLoad.StepLoadSettings.__init__ | ( | self, | |
| float | angularDeflection, | ||
| float | linearDeflection, | ||
| bool | relative ) |
Implicit aggregate constructor.
| float mrmeshpy.MeshLoad.StepLoadSettings.angularDeflection | ( | self | ) |
angular deflection used to tessellate the boundary edges
| None mrmeshpy.MeshLoad.StepLoadSettings.angularDeflection | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.MeshLoad.StepLoadSettings.linearDeflection | ( | self | ) |
linear deflection used to tessellate the boundary edges
| None mrmeshpy.MeshLoad.StepLoadSettings.linearDeflection | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| bool mrmeshpy.MeshLoad.StepLoadSettings.relative | ( | self | ) |
whether the deflection values are related to the size of edges
| None mrmeshpy.MeshLoad.StepLoadSettings.relative | ( | self, | |
| bool | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |