Share

VerticalPointsConstraint.pointOne Property

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

Description

Returns the first point.

Syntax

"verticalPointsConstraint_var" is a variable referencing a VerticalPointsConstraint object.

# Get the value of the property.
propertyValue = verticalPointsConstraint_var.pointOne

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?