Arc.transformed
- Arc.transformed(transformation)[source]
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