CadCircle constructor

init

Initializes a new instance of the CadCircle class.

def __init__(self, center_point, radius):
    ...
ParameterTypeDescription
center_pointCad3DPointStart point.
radiusfloatRadius.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when center point is null

See Also