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