polyop.makeVertsPlana <Poly poly> <vertlist>
Moves the specified vertices so that they are planar.
polyop.moveVertsToPlane <Poly poly> <vertlist> <Point3 planeNormal> <float planeOffset> \
node:<node>
Moves the specified vertices into the specified plane.
The target plane is defined as all points that return offset when DotProducted with N.
All vertices are moved along the normal vector N.
polyop.makeEdgesPlanar <Poly poly> <edgelist>
Moves the vertices associated with the specified edges so that they are planar.
polyop.moveEdgesToPlane <Poly poly> <edgelist> <Point3 planeNormal> <float planeOffset> \
node:<node=unsupplied>
Moves the vertices associated with the specified edges into the specified plane.
The target plane is defined as all points that return offset when DotProducted with N.
All vertices are moved along the normal vector N.
polyop.makeFacesPlanar <Poly poly> <facelist>
Moves the vertices associated with the specified faces so that they are planar.
polyop.moveFacesToPlane <Poly poly> <facelist> <Point3 planeNormal> <float planeOffset> \
node:<node=unsupplied>
Moves the vertices associated with the specified faces into the specified plane.
The target plane is defined as all points that return offset when DotProducted with N.
All vertices are moved along the normal vector N.