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
"verticalPointsConstraint_var" Is a variable referencing a VerticalPointsConstraint Object.
#include <Fusion/Sketch/VerticalPointsConstraint.h>

// Get the value of the property.
Ptr<SketchPoint> propertyValue = verticalPointsConstraint_var->pointOne();
"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