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