Method Translate
Translate(GridPoint3)
Creates a new explicit shape that is a translation of this shape.
public ExplicitShape.ExplicitShape3 Translate(GridPoint3 offset)
Parameters
offset
GridPoint3The offset to translate by.
Returns
- ExplicitShape.ExplicitShape3
The translated shape as a new ExplicitShape3 instance.