csg.geom.Plane

class csg.geom.Plane(normal, w)

Bases: object

class Plane

Represents a plane in 3D space.

EPSILON = 1e-05
clone()
flip()
classmethod fromPoints(a, b, c)
splitPolygon(polygon, coplanarFront, coplanarBack, front, back)

Split polygon by this plane if needed, then put the polygon or polygon fragments in the appropriate lists. Coplanar polygons go into either coplanarFront or coplanarBack depending on their orientation with respect to this plane. Polygons in front or in back of this plane go into either front or back

Previous topic

csg.geom.Node

Next topic

csg.geom.Polygon

This Page