SketchEllipse.minorAxisLine 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 minor 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.minorAxisLine
"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->minorAxisLine();

Property Value

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

Version

Introduced in version March 2016