Class
|
SubPathInfo |
| | An array of path point info objects that describes a straight or curved segment of a path. |
Properties
| | Property | Type | Access | Description |
| closed | bool |
r/w | If true, the path is closed. |
| entireSubPath |
Array
of PathPointInfo |
r/w | All of the sub path item's path points. |
| operation | ShapeOperation: ShapeOperation.SHAPEADD ShapeOperation.SHAPEXOR ShapeOperation.SHAPEINTERSECT ShapeOperation.SHAPESUBTRACT |
r/w | The sub path operation on other sub paths. |
|
Used in: | PathItem PathItems.add
(name:
string, entirePath:
Array
of SubPathInfo)
|