SketchDistanceBetweenLineAndPlanarSurfaceDimension.isDriving Property

Parent Object: SketchDistanceBetweenLineAndPlanarSurfaceDimension
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchDistanceBetweenLineAndPlanarSurfaceDimension.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

"sketchDistanceBetweenLineAndPlanarSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenLineAndPlanarSurfaceDimension object.

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

# Set the value of the property.
sketchDistanceBetweenLineAndPlanarSurfaceDimension_var.isDriving = propertyValue
"sketchDistanceBetweenLineAndPlanarSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenLineAndPlanarSurfaceDimension object.
#include <Fusion/Sketch/SketchDistanceBetweenLineAndPlanarSurfaceDimension.h>

// Get the value of the property.
boolean propertyValue = sketchDistanceBetweenLineAndPlanarSurfaceDimension_var->isDriving();

// Set the value of the property, where value_var is a boolean.
bool returnValue = sketchDistanceBetweenLineAndPlanarSurfaceDimension_var->isDriving(value_var);

Property Value

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

Version

Introduced in version September 2023