MMpy.Point3D.x
Syntax
MMpy.Point3D.x
Description
Point3D X component property.
Parameters
Type |
Description |
---|---|
float | The value to assign to the X coordinate. |
Returns
Type |
Description |
---|---|
float | The value assigned to the X coordinate. |
Examples
point = MMpy.Point3D(100.0, 50.0, 50.0) print(point.x) point.x = 150.0
Resource ID
IDPH_POINT3D_X