Share

Cone.origin Property

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

Description

Gets and sets the origin point (center) of the base of the cone.

Syntax

"cone_var" is a variable referencing a Cone object.

# Get the value of the property.
propertyValue = cone_var.origin

# Set the value of the property.
cone_var.origin = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?