MMpy.Point3D.y

Syntax

MMpy.Point3D.y

Description

Point3D Y component property.

Parameters

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

Returns

Type
Description
float The value assigned to the Y coordinate.

Examples

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

Resource ID

IDPH_POINT3D_Y