SegmentCenter
Computes the center point of a segment.
Syntax
C++
Python
def SegmentCenter(
inSegment: Segment2D,
/
)
-> outCenterPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment | Segment2D | ||
![]() |
outCenterPoint | Point2D |


