Shape.scaled

Shape.scaled(factor)[source]

Returns a scaled copy of the shape.

Parameters:
factorfloat

The scaling factor.

Returns:
compas.geometry.Shape

The scaled shape.

See also

scale