Share

SketchArc.geometry Property

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

Description

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

Syntax

"sketchArc_var" is a variable referencing a SketchArc object.

# Get the value of the property.
propertyValue = sketchArc_var.geometry

Property Value

This is a read only property whose value is an Arc3D.

Samples

Name Description
SketchArcs.split Demonstrates the SketchArc.split method.

Version

Introduced in version August 2014

Was this information helpful?