OCCExtrusionSurface.translated
- OCCExtrusionSurface.translated(vector)
Returns a translated copy of this geometry.
- Parameters:
- vector
compas.geometry.Vector
The vector used to translate the geometry.
- vector
- Returns:
Geometry
The translated geometry.
See also