PerpendicularConstraint.lineOne Property
Parent Object:
PerpendicularConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/PerpendicularConstraint.h>
Description
Returns the first line.
Syntax
"perpendicularConstraint_var" is a variable referencing a PerpendicularConstraint object.
# Get the value of the property. propertyValue = perpendicularConstraint_var.lineOne
|
"perpendicularConstraint_var" is a variable referencing a PerpendicularConstraint object.
#include <Fusion/Sketch/PerpendicularConstraint.h>
// Get the value of the property. Ptr<SketchLine> propertyValue = perpendicularConstraint_var->lineOne();
|
Property Value
This is a read only property whose value is a
SketchLine.
Version
Introduced in version August 2014