Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, DihedralAngleProcessParams arg0) |
| None | __init__ (self, float convexFactor, float concaveFactor, float boundaryValue) |
| float | boundaryValue (self) |
| None | boundaryValue (self, float arg1) |
| float | concaveFactor (self) |
| None | concaveFactor (self, float arg1) |
| float | convexFactor (self) |
| None | convexFactor (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| DihedralAngleProcessParams | operator (*args, **kwargs) |
| DihedralAngleProcessParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_boundaryValue = 8 |
| typing | _offsetof_concaveFactor = 4 |
| typing | _offsetof_convexFactor = 0 |
Generated from: MR::DihedralAngleProcessParams
|
static |
| None mrmeshpy.DihedralAngleProcessParams.__init__ | ( | self | ) |
| None mrmeshpy.DihedralAngleProcessParams.__init__ | ( | self, | |
| DihedralAngleProcessParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.DihedralAngleProcessParams.__init__ | ( | self, | |
| float | convexFactor, | ||
| float | concaveFactor, | ||
| float | boundaryValue ) |
Implicit aggregate constructor.
| float mrmeshpy.DihedralAngleProcessParams.boundaryValue | ( | self | ) |
this value will be returned as dihedral angle for boundary edges
| None mrmeshpy.DihedralAngleProcessParams.boundaryValue | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.DihedralAngleProcessParams.concaveFactor | ( | self | ) |
negative concave dihedral angles are returned multiplied on this factor
| None mrmeshpy.DihedralAngleProcessParams.concaveFactor | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.DihedralAngleProcessParams.convexFactor | ( | self | ) |
positive convex dihedral angles are returned multiplied on this factor
| None mrmeshpy.DihedralAngleProcessParams.convexFactor | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |