CadArc constructor

init

Initializes a new instance of the CadArc class.

def __init__(self, center_point, radius, start_angle, end_angle):
    ...
ParameterTypeDescription
center_pointCad3DPointStart point.
radiusfloatRadius.
start_anglefloatStart angle.
end_anglefloatEnd angle.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when center point is null

See Also