"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);
|