Bisect¶
Functionality¶
This can give the cross section of an object shape from any angle. The implementation is from bmesh.ops.bisect_plane
see: bisect plane. It can also provide either side of the cut, separate or joined.
Inputs¶
Vertices, PolyEdges and Matrix
Parameters¶
Parameter |
Type |
Description |
---|---|---|
Inner |
bool |
don’t include the negative side of the Matrix cut |
Outer |
bool |
don’t include the positive side of the Matrix cut |
Fill cuts |
bool |
generates a polygon from the bisections |
Per Object |
bool |
One matrix per mesh or multiple matrixes per object |
Inner, Outer
Fill cuts
Advanced Parameters¶
In the N-Panel (and on the right-click menu) you can find:
- Simplify Output: Method to keep output data suitable for most of the rest of the Sverchok nodes
None: Do not perform any change on the data. Only for advanced users
Join: The node will join the deepest level of bisections in one object
Flat: It will flat the output to keep the one bisection per object (default)
Match List Global: Define how list with different lengths should be matched. Refers to the matching of groups (level 1)
Outputs¶
Vertices, Edges, and Polygons.
See also¶
CAD-> Crop Mesh 2D
Examples¶
Generator-> Box
Matrix-> Matrix In
Viz-> Viewer Draw