SketchCircle.geometry Property

Parent Object: SketchCircle
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchCircle.h>

Description

Returns the transient geometry of the circle which provides geometric information about the circle. The returned geometry is always in sketch space.

Syntax

"sketchCircle_var" is a variable referencing a SketchCircle object.

# Get the value of the property.
propertyValue = sketchCircle_var.geometry
"sketchCircle_var" is a variable referencing a SketchCircle object.
#include <Fusion/Sketch/SketchCircle.h>

// Get the value of the property.
Ptr<Circle3D> propertyValue = sketchCircle_var->geometry();

Property Value

This is a read only property whose value is a Circle3D.

Version

Introduced in version August 2014