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