InterfaceElement.transformed

InterfaceElement.transformed(transformation)

Creates a transformed copy of the class.

Parameters:
transformationcompas.geometry.Transformation:

The transformation to be applied to the copy of an element.

Returns:
compas_model.elements.Element

A new instance of the Element with the specified transformation applied.