SplitPathBySegment
Splits path in common points of a path and a segment.
Syntax
C++
C#
Python
def SplitPathBySegment( inPath: Path, inSegment: Segment2D, / ) -> outPaths: list[Path]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Path being split | |
![]() |
inSegment | Segment2D | Segment used for splitting | |
![]() |
outPaths | list[Path] | Paths arisen from splitting the initial path |


