Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, FixUndercuts.FindParams arg0) |
| None | __init__ (self, Vector3f upDirection, float wallAngle) |
| Vector3f | upDirection (self) |
| None | upDirection (self, Vector3f arg1) |
| float | wallAngle (self) |
| None | wallAngle (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| FixUndercuts.FindParams | operator (*args, **kwargs) |
| FixUndercuts.FindParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_upDirection = 0 |
| typing | _offsetof_wallAngle = 12 |
Generated from: MR::FixUndercuts::FindParams Parameters that is used to find undercuts
|
static |
| None mrmeshpy.FixUndercuts.FindParams.__init__ | ( | self | ) |
| None mrmeshpy.FixUndercuts.FindParams.__init__ | ( | self, | |
| FixUndercuts.FindParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.FixUndercuts.FindParams.__init__ | ( | self, | |
| Vector3f | upDirection, | ||
| float | wallAngle ) |
Implicit aggregate constructor.
|
static |
|
static |
| Vector3f mrmeshpy.FixUndercuts.FindParams.upDirection | ( | self | ) |
Primitives that are not visible from up direction are considered as undercuts (fix undercuts is performed downwards (in `-direction`))
| None mrmeshpy.FixUndercuts.FindParams.upDirection | ( | self, | |
| Vector3f | arg1 ) |
| float mrmeshpy.FixUndercuts.FindParams.wallAngle | ( | self | ) |
vertical angle of fixed undercut walls (note that this value is approximate - it defines "camera" position for internal projective transformation) 0 - strictly vertical walls of undercuts area positive - expanding downwards walls negative - shrinking downwards walls
| None mrmeshpy.FixUndercuts.FindParams.wallAngle | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |