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) |
Generated from: MR::FixUndercuts::FindParams Parameters that is used to find undercuts
None mrmeshpy.FixUndercuts.FindParams.__init__ | ( | self | ) |
Implicit default constructor.
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.
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 ) |