Point2f

class rhino3dm.Point2f
Point2f(x, y)

Initializes a new two-dimensional point from two components.

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

  • y (float) – Y 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.

Encode()

[todo] add documentation

__repr__()

[todo] add documentation