VerticalConstraint.line Property

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

Description

Returns the line being constrained.

Syntax

"verticalConstraint_var" is a variable referencing a VerticalConstraint object.

# Get the value of the property.
propertyValue = verticalConstraint_var.line
"verticalConstraint_var" is a variable referencing a VerticalConstraint object.
#include <Fusion/Sketch/VerticalConstraint.h>

// Get the value of the property.
Ptr<SketchLine> propertyValue = verticalConstraint_var->line();

Property Value

This is a read only property whose value is a SketchLine.

Version

Introduced in version August 2014