SketchPoint.geometry Property
Parent Object:
SketchPointDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchPoint.h>
Description
Returns a Point3D object which provides the position of the sketch point. The returned geometry is always in sketch space.
Syntax
"sketchPoint_var" is a variable referencing a SketchPoint object.
# Get the value of the property. propertyValue = sketchPoint_var.geometry
|
"sketchPoint_var" is a variable referencing a SketchPoint object.
#include <Fusion/Sketch/SketchPoint.h>
// Get the value of the property. Ptr<Point3D> propertyValue = sketchPoint_var->geometry();
|
Property Value
This is a read only property whose value is a
Point3D.
Version
Introduced in version August 2014