CircleSection
Computes an arciform section of the circle perimeter.
Syntax
C++
Python
def CircleSection( inCircle: Circle2D, inStartAngle: float, inSweepAngle: float, / ) -> outArc: Arc2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle | Circle2D | Input circle | |
![]() |
inStartAngle | float | Direction at which the arc begins | |
![]() |
inSweepAngle | float | Angular length of the arc (may be negative) | |
![]() |
outArc | Arc2D |


