Method Union
Union(ExplicitShape3)
Creates a new explicit shape that is the union of this shape and another shape.
public ExplicitShape.ExplicitShape3 Union(ExplicitShape.ExplicitShape3 shape3)
Parameters
shape3
ExplicitShape.ExplicitShape3The shape to union with.
Returns
- ExplicitShape.ExplicitShape3
The union of the two shapes as a new ExplicitShape3.