PlateElement.transformed
- PlateElement.transformed(transformation)
Creates a transformed copy of the class.
- Parameters:
- transformation
compas.geometry.Transformation
: The transformation to be applied to the copy of an element.
- transformation
- Returns:
compas_model.elements.Element
A new instance of the Element with the specified transformation applied.