MMpy.Point3D.z

Syntax

MMpy.Point3D.z

Description

Point3D Z component property.

Parameters

Type
Description
float The value to assign to the Z coordinate.

Returns

Type
Description
float The value assigned to the Z coordinate.

Examples

point = MMpy.Point3D(100.0, 50.0, 50.0)
print(point.z)
point.z = 100.0

Resource ID

IDPH_POINT3D_Z