Share

EllipticalCone.minorRadius Property

Parent Object: EllipticalCone
Defined in namespace "adsk::core" and the header file is <Core/Geometry/EllipticalCone.h>

Description

Gets and sets the minor radius of the ellipse that defines the cone.

Syntax

"ellipticalCone_var" is a variable referencing an EllipticalCone object.

# Get the value of the property.
propertyValue = ellipticalCone_var.minorRadius

# Set the value of the property.
ellipticalCone_var.minorRadius = propertyValue

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version August 2014

Was this information helpful?