OCCNurbsSurface.transformed
- OCCNurbsSurface.transformed(transformation)
Returns a transformed copy of this geometry.
- Parameters:
- transformation
compas.geometry.Transformation
The transformation used to transform the geometry.
- transformation
- Returns:
Geometry
The transformed geometry.
See also