AppendPointToPath
Appends a point to a path.
Syntax
C++
Python
def AppendPointToPath( ioPath: Path, inPoint: Point2D, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioPath | Path | ||
![]() |
inPoint | Point2D | Input point |
Appends a point to a path.
def AppendPointToPath( ioPath: Path, inPoint: Point2D, / ) -> None
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioPath | Path | ||
![]() |
inPoint | Point2D | Input point |