Point3f

class rhino3dm.Point3f
Point3f(x, y, z)

Initializes a new two-dimensional vector from two components.

Parameters:
  • x (float) – X component of vector.

  • y (float) – Y component of vector.

  • z (float) – Z component of vector.

X

float: Gets or sets the X (first) component of the vector.

Y

float: Gets or sets the Y (second) component of the vector.

Z

float: Gets or sets the Z (third) component of the vector.

Encode()

[todo] add documentation

__repr__()

[todo] add documentation