Share

Circle2D.radius Property

Parent Object: Circle2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Circle2D.h>

Description

Gets and sets the radius of the circle.

Syntax

"circle2D_var" is a variable referencing a Circle2D object.

# Get the value of the property.
propertyValue = circle2D_var.radius

# Set the value of the property.
circle2D_var.radius = propertyValue

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version August 2014

Was this information helpful?