Plane3D
Canonical path: NemAll_Python_Geometry.Plane3D
Representation class for 3D plane.
CalcPlaneVectors
GetTransformationMatrix
GetTransformationMatrix() -> Matrix3D
Set
__eq__
__eq__(plane: Plane3D) -> object
Comparison of planes without tolerance.
Be careful, this method work without tolerance!
Parameters:
-
plane
(Plane3D
) –Compared plane.
Returns:
-
object
–True when planes are equal, otherwise false.
__init__
overloaded
Initialize
__init__(plane: Plane3D)
Constructor
Create 3D Plane from three points which lies on this plane. If plane can not be computed, then constructor throw geometry exception 'Incorrect parameters'.
Parameters:
__init__(axis: Axis3D)
__mul__
overloaded
Placeholder