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