SegmentBisector
Computes a line passing through the center of a segment at a right angle.
Syntax
C++
Python
def SegmentBisector(
inSegment: Segment2D,
/
)
-> outBisector: Line2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment | Segment2D | ||
![]() |
outBisector | Line2D |


