SketchLine.endSketchPoint Property
Parent Object: SketchLineDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchLine.h>
Description
The sketch point at the end 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.
|
Property Value
This is a read only property whose value is a SketchPoint.Samples
Name | Description |
SketchDimensions.addAngularDimension | Demonstrates the SketchDimension.addAngularDimension method. |