Share

SketchLinearDimension.isDriving Property

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

Description

Gets and sets if the dimension is Driving or is Driven. Setting this property to true for a given dimension may fail if the result would over constrain the sketch. Fusion does not allow over-constrained sketches.

Syntax

"sketchLinearDimension_var" is a variable referencing a SketchLinearDimension object.

# Get the value of the property.
propertyValue = sketchLinearDimension_var.isDriving

# Set the value of the property.
sketchLinearDimension_var.isDriving = propertyValue

Property Value

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

Version

Introduced in version July 2015

Was this information helpful?