SketchEllipticalArc.worldGeometry Property

Parent Object: SketchEllipticalArc
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchEllipticalArc.h>

Description

Returns an EllipticalArc3D object which provides geometric information in world space. The returned geometry takes into account the assembly context and the position of the sketch in it's parent component, which means the geometry will be returned in the root component space.

Syntax

"sketchEllipticalArc_var" is a variable referencing a SketchEllipticalArc object.

# Get the value of the property.
propertyValue = sketchEllipticalArc_var.worldGeometry
"sketchEllipticalArc_var" is a variable referencing a SketchEllipticalArc object.
#include <Fusion/Sketch/SketchEllipticalArc.h>

// Get the value of the property.
Ptr<EllipticalArc3D> propertyValue = sketchEllipticalArc_var->worldGeometry();

Property Value

This is a read only property whose value is an EllipticalArc3D.

Version

Introduced in version August 2014