Share

OffsetConstraintInput.curves Property

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

Description

Gets and sets an array of SketchCurve objects that defines the connected curves that will be offset. The Sketch.FindConnectedCurves method is a convenient way to get this set of curves.

Syntax

"offsetConstraintInput_var" is a variable referencing an OffsetConstraintInput object.

# Get the value of the property.
propertyValue = offsetConstraintInput_var.curves

# Set the value of the property.
offsetConstraintInput_var.curves = propertyValue

Property Value

This is a read/write property whose value is an array of type SketchCurve.

Version

Introduced in version September 2024

Was this information helpful?