SketchArc.geometry Property
Parent Object: SketchArcDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchArc.h>
Description
Returns the transient geometry of the arc which provides geometric information about the arc. The returned geometry is always in sketch space.
Syntax
"sketchArc_var" is a variable referencing a SketchArc object.
|
Property Value
This is a read only property whose value is an Arc3D.Samples
Name | Description |
SketchArcs.split | Demonstrates the SketchArc.split method. |