Share

VerticalPointsConstraint.pointTwo Property

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

Description

Returns the second point.

Syntax

"verticalPointsConstraint_var" is a variable referencing a VerticalPointsConstraint object.

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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?