SketchCurve.isDeletable Property

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

Description

Indicates if this sketch entity can be deleted. There are cases, especially with sketch points where another entity is dependent on an entity so deleting it is not allowed. For example, you can't delete the center point of circle by itself but deleting the circle will delete the point. The same is true for the end points of a line.

Syntax

"sketchCurve_var" is a variable referencing a SketchCurve object.

# Get the value of the property.
propertyValue = sketchCurve_var.isDeletable
"sketchCurve_var" is a variable referencing a SketchCurve object.
#include <Fusion/Sketch/SketchCurve.h>

// Get the value of the property.
boolean propertyValue = sketchCurve_var->isDeletable();

Property Value

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

Version

Introduced in version June 2015