Class: PathFragment
PathBuilding.PathFragment(path, pointIndexStart, pointIndexEnd)
Path fragment descriptor
Constructor
new PathFragment(path, pointIndexStart, pointIndexEnd)
Parameters:
Name | Type | Description |
---|---|---|
path | PathBuilding.Path | Data owner |
pointIndexStart | int | First data value index where point def begins |
pointIndexEnd | int | Last data value index where point def ends |
Since:
- version 3.0.5
Methods
toPath() → PathBuilding.Path
Slice underlying path with fragment definition
Returns:
Extracted path
Type