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
Input value inCircle Circle2D Input circle
Input value inStartAngle float Direction at which the arc begins
Input value inSweepAngle float Angular length of the arc (may be negative)
Output value outArc Arc2D