PathMassCenter
Computes the average of the path points (all, not only characteristic ones).
Syntax
C++
Python
def PathMassCenter(
inPath: Path,
/
)
-> outMassCenter: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outMassCenter | Point2D |


