Class
|
SubPathItem |
| | Information about a path. You do not use the sub path item object to create a path. Rather, you create path segments using the sub path info object. Use the sub path item object to retrieve information about a path. All properties are read-only. |
Hierarchy
|
|
Properties
| | Property | Type | Access | Description |
| closed | bool |
readonly | If true, the path is closed. |
| operation | ShapeOperation: ShapeOperation.SHAPEADD ShapeOperation.SHAPEXOR ShapeOperation.SHAPEINTERSECT ShapeOperation.SHAPESUBTRACT |
readonly | The sub path operation on other sub paths. |
| parent | Object |
readonly | The object's container. |
| pathPoints | PathPoints PathPoint |
readonly | The path points collection in the sub path. |
| typename | string |
readonly | The class name of the object. |
|
Return |
SubPathItem SubPathItems.[] (index:
uint)
SubPathItem SubPathItems.getByName (name:
string)
|