SketchArc.isFixed Property
Parent Object:
SketchArcDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchArc.h>
Description
Indicates if this geometry is "fixed".
Syntax
"sketchArc_var" is a variable referencing a SketchArc object.
# Get the value of the property. propertyValue = sketchArc_var.isFixed
# Set the value of the property. sketchArc_var.isFixed = propertyValue
|
"sketchArc_var" is a variable referencing a SketchArc object.
#include <Fusion/Sketch/SketchArc.h>
// Get the value of the property. boolean propertyValue = sketchArc_var->isFixed();
// Set the value of the property, where value_var is a boolean. bool returnValue = sketchArc_var->isFixed(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version August 2014