meta data for this page
Intersect
Several objects can be combined (overlapped) into a single shape. This result is the logical intersection of the shapes.
const newshape = intersect(cube({size: 10}), cylinder({radius: 4, heigth: 14})
jump to: Search / User Tools / Main Content / Change Content Width
JSCAD V2 User Guide
Several objects can be combined (overlapped) into a single shape. This result is the logical intersection of the shapes.
const newshape = intersect(cube({size: 10}), cylinder({radius: 4, heigth: 14})