add
Boolean unite operation on two shapes
Syntax
Description
add(
unites the 2-D or 3-D
shape1,shape2
)shape1
and shape2
using the add operation
retaining the individual shape boundaries and plots the resultant 2-D or 3-D shape.
Adjust the Transparency
property of the shapes to view the
retained individual shape portion in the resultant shape. Alternatively, you can
also use the '+'
operator to add the two shapes together.
add(
unites
the 3-D shape1,shape2
,RetainShape=0)shape1
and shape2
using the add
operation by merging boundaries of both the shapes and plots the resultant 3-D
shape.
unites the 2-D or 3-D c
= add(shape1,shape2
)shape1
and shape2
using
the add operation while retaining the individual shape boundaries and returns a
polygon object for the resultant 2-D shape or a custom 3-D object for the resultant
3-D shape. Adjust the Transparency
property of the shapes to
view the retained individual shape portion in the resultant shape. Alternatively,
you can also use the '+'
operator to add the two shapes
together.
unites the 3-D c
= add(shape1,shape2
,RetainShape=0)shape1
and shape2
using the add
operation by merging boundaries of both the shapes and returns a custom 3-D object
for the resultant 3-D shape.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017a