Point4d

class rhino3dm.Point4d
Point4d(x, y, z, w)

Initializes a new instance of the class based on coordinates.

Parameters:
  • x (float) – The X (first) dimension.

  • y (float) – The Y (second) dimension.

  • z (float) – The Z (third) dimension.

  • w (float) – The W (fourth) dimension, or weight.

X

float: Gets or sets the X (first) coordinate of this point.

Y

float: Gets or sets the Y (second) coordinate of this point.

Z

float: Gets or sets the Z (third) coordinate of this point.

W

float: Gets or sets the W (fourth) coordinate -or weight- of this point.

Encode()

[todo] add documentation

__repr__()

[todo] add documentation