|
The Draw->Boolean2D command in the Model module allows you
to perform Boolean operations on two closed linear curves. You can perform the traditional
union, difference, and intersection Boolean operations in any of the three drawing planes
(xy, xz, or yz) to create complex shapes from simple curves. The resulting object is a
closed linear curve or a hierarchy of linear curves.
Tip:
If you want to apply the effect to B-Spline curves, you must first convert them to linear curves using the Effect->Convert command in the Model module. In the dialogue box that is displayed, select the Keep Curve and Linear options, and set the subdivision factor as desired.
Projection
- Front selects the Front window as the projection window for the two curves. This window corresponds to the xy plane.
- Top selects the Top window as the projection window for the two curves. This window corresponds to the xz plane.
- Right selects the Right window as the projection window for the two curves. This window corresponds to the yz plane.
Union
The two curves are merged and the intersecting portions are discarded to create a new curve.
Intersection
The intersecting portions of the two curves are used to create the new curve.
Difference
All parts of the first curve that are different from the second curve are used to create the new curve.
Last updated 08-apr-1998