SketchCurves.sketchConicCurves Property

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

Description

Returns the conic curves collection associated with this sketch. This provides access to the existing conic curves and supports the creation of new conic curves.

Syntax

"sketchCurves_var" is a variable referencing a SketchCurves object.

# Get the value of the property.
propertyValue = sketchCurves_var.sketchConicCurves
"sketchCurves_var" is a variable referencing a SketchCurves object.
#include <Fusion/Sketch/SketchCurves.h>

// Get the value of the property.
Ptr<SketchConicCurves> propertyValue = sketchCurves_var->sketchConicCurves();

Property Value

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

Version

Introduced in version January 2015