MMpy.Point3D.to_string

Syntax

MMpy.Point3D.to_string()

Description

Serialises a 3D point to a string in the form of "Point3D(x, y, z)".

Returns

Type
Description
str Serialisation of the point 3D object to a string.

Examples

point = MMpy.Point3D(5.0, 4.0, 3.0)
print(point.to_string())

Resource ID

IDPH_POINT3D_TOSTRING