Main Content
minus
Carve a shape from other shape
Description
minus(
carves out
shape1,shape2
)shape2
from shape1
and plots the resultant
shape. Alternatively, you can also use the '-'
operator to carve
out a shape from other shape (shape1 - shape2
).
generates the shape obtained by carving out c
= minus(shape1,shape2
)shape2
from
shape1
and returns a polygon object for resultant 2-D shape
or a custom 3-D object for resultant 3-D shape. Alternatively, you can also use the
'-'
operator to carve out a shape from other shape
(shape1 - shape2
).
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017a