SketchLine.startSketchPoint Property
Parent Object:
SketchLineDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchLine.h>
Description
The sketch point at the start of the line. The line is dependent on this point and moving the point will cause the line to adjust.
Syntax
"sketchLine_var" is a variable referencing a SketchLine object.
# Get the value of the property. propertyValue = sketchLine_var.startSketchPoint
|
"sketchLine_var" is a variable referencing a SketchLine object.
#include <Fusion/Sketch/SketchLine.h>
// Get the value of the property. Ptr<SketchPoint> propertyValue = sketchLine_var->startSketchPoint();
|
Property Value
This is a read only property whose value is a
SketchPoint.
Version
Introduced in version August 2014