Sub Path Info

An array of PathPointInfo objects that describes a straight or curved segment of a path, used to create a SubPathItem.

Pass an array of these objects to the PathItems.add() method. This method creates a SubPathItem object for each SubPathInfo object, and creates and returns a new PathItem object for the path represented by all of the subpaths.

Properties

Name
Type
Access
Min Version
Description
closed
boolean
R W
23.3
True if the path describes an enclosed area.
entireSubPath
PathPointInfo[]
R W
23.3
An array composed of the sub-path's PathPoint objects.
operation
ShapeOperation
R W
23.3
The subpath's operation on other subpaths. Specifies how to combine the shapes if the destination path already has a selection.
typename
string
R
23.3
The class name of the referenced object: "SubPathInfo".