Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Features.Primitives.Plane arg0) |
None | __init__ (self, Vector3f center, Vector3f normal) |
Sphere3f | intersectWithLine (self, Features.Primitives.ConeSegment line) |
Features.Primitives.ConeSegment | intersectWithPlane (self, Features.Primitives.Plane other) |
Vector3f | normal (self) |
None | normal (self, Vector3f arg1) |
Static Public Member Functions | |
bool | __eq__ (*args, **kwargs) |
Generated from: MR::Features::Primitives::Plane
None meshlib.mrmeshpy.Features.Primitives.Plane.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.Features.Primitives.Plane.__init__ | ( | self, | |
Features.Primitives.Plane | arg0 ) |
Implicit copy constructor.
Implicit aggregate constructor.
|
static |
Sphere3f meshlib.mrmeshpy.Features.Primitives.Plane.intersectWithLine | ( | self, | |
Features.Primitives.ConeSegment | line ) |
Intersects the plane with a line, returns a point (zero radius sphere). Only `center` and `dir` are used from `line` (so if `line` is a cone/cylinder, its axis is used, and the line is extended to infinity).
Features.Primitives.ConeSegment meshlib.mrmeshpy.Features.Primitives.Plane.intersectWithPlane | ( | self, | |
Features.Primitives.Plane | other ) |
Returns an infinite line, with the center in a sane location.
Vector3f meshlib.mrmeshpy.Features.Primitives.Plane.normal | ( | self | ) |
This must be normalized. The sign doesn't matter.
None meshlib.mrmeshpy.Features.Primitives.Plane.normal | ( | self, | |
Vector3f | arg1 ) |