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