create method

create

Creates a new empty path.

Returns

The created IPath.

def create(self):
    ...

create

Creates a new path by copying an existing path.

Returns

The created IPath.

def create(self, path):
    ...
ParameterTypeDescription
pathIPathThe path to copy.

See Also