get_transformed_drawable method

get_transformed_drawable

Creates a new drawable using provided points and non-geometric properties of current drawable

Returns

New drawable with new geometry and current non-geometric properties

def get_transformed_drawable(self, new_points):
    ...
ParameterTypeDescription
new_pointslistAll points defining new geometry

See Also