Point¶ class py3dm.Point¶ class Point(x: float, y: float, z: float)¶ class Point(point3d: Point3d) Bases: Geometry Python bindings for the openNURBS ON_Point class. point: Point3d¶ is_valid(text_log: TextLog | None = None) → bool¶ Returns False if any coordinate is infinite, a nan, or ON_UNSET_VALUE.