EllipticalCone.origin Property
Parent Object:
EllipticalConeDefined in namespace "adsk::core" and the header file is <Core/Geometry/EllipticalCone.h>
Description
Gets and sets the origin point (center) of the base of the cone.
Syntax
"ellipticalCone_var" is a variable referencing an EllipticalCone object.
# Get the value of the property. propertyValue = ellipticalCone_var.origin
# Set the value of the property. ellipticalCone_var.origin = propertyValue
|
"ellipticalCone_var" is a variable referencing an EllipticalCone object.
#include <Core/Geometry/EllipticalCone.h>
// Get the value of the property. Ptr<Point3D> propertyValue = ellipticalCone_var->origin();
// Set the value of the property, where value_var is a Point3D. bool returnValue = ellipticalCone_var->origin(value_var);
|
Property Value
This is a read/write property whose value is a
Point3D.
Version
Introduced in version August 2014