PointGeometry ============= .. py:class:: py3dm.PointGeometry PointGeometry(x: float, y: float, z: float) PointGeometry(point3d: Point3d) Bases: :py:obj:`Geometry` Python bindings for the openNURBS ``ON_Point`` class. .. py:attribute:: point :type: Point3d .. py:method:: is_valid(text_log: TextLog | None = None) -> bool Returns ``False`` if any coordinate is infinite, a nan, or ``ON_UNSET_VALUE``.