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