set_geometry_paths method

set_geometry_paths

Updates shape geometry from array of IGeometryPath. Coordinates must be relative to the left top corner of the shape. Changes the type of the shape (GeometryShape.shape_type) to ShapeType.CUSTOM.

def set_geometry_paths(self, geometry_paths):
    ...
ParameterTypeDescription
geometry_pathsList[IGeometryPath]Array geometry paths

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentException))No path found
RuntimeError(Proxy error(ArgumentException))Empty path

See Also