Gets and sets the origin point (center) of the base of the cone.
# Get the value of the property.propertyValue = ellipticalCone_var.origin# Set the value of the property.ellipticalCone_var.origin = propertyValue
#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);