OffsetConstraint.dimension Property
Parent Object: OffsetConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/OffsetConstraint.h>
Description
Returns the dimension controlling the offset distance. This can return null in the case where the dimension has been deleted. To change the offset distance you can use the parameter property of the returned dimension to get the parameter that controls the value and use properties on the parameter to change the value. This can return either a SketchOffsetCurvesDimension or a SketchOffsetDimension. A SketchOffsetCurvesDimension is created automatically when curves are offset but if it is deleted the offset can also be controlled by a SketchOffsetDimension.
Syntax
"offsetConstraint_var" is a variable referencing an OffsetConstraint object.
|