Bisect

Functionality

This can give the cross section of an object shape from any angle. The implementation is from bmesh.ops.bisect_plane. It can also provide either side of the cut, separate or joined.

Inputs

Vertices, PolyEdges and Matrix

Parameters

Parameter Type Description
Clear Inner bool don’t include the negative side of the Matrix cut
Clear Outer bool don’t include the positive side of the Matrix cut
Fill cuts bool generates a polygon from the bisections

Outputs

Vertices, Edges, and Polygons.

Examples

bisectdemo1.png bisectdemo2.png

Notes