SketchEllipse.majorAxisLine Property

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

Description

Returns the sketch line associated with the ellipse that lies along the major axis. This can return null in the case where the line has been deleted.

Syntax

"sketchEllipse_var" is a variable referencing a SketchEllipse object.

# Get the value of the property.
propertyValue = sketchEllipse_var.majorAxisLine
"sketchEllipse_var" is a variable referencing a SketchEllipse object.
#include <Fusion/Sketch/SketchEllipse.h>

// Get the value of the property.
Ptr<SketchLine> propertyValue = sketchEllipse_var->majorAxisLine();

Property Value

This is a read only property whose value is a SketchLine.

Version

Introduced in version March 2016