.. vale off :class:`Point2DPlanar` ====================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.ConstructionLines.Point2DPlanar(location: Ansys.ACT.Core.Math.Point2D, plane: Ansys.Mechanical.DataModel.ConstructionLines.Plane) Bases: :py:obj:`object` Basic data that describe a 2D point on a plane. .. !! processed by numpydoc !! .. py:currentmodule:: Point2DPlanar Overview -------- .. tab-set:: .. tab-item:: Constructors .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~GetGlobalLocation` - Get the global location of a Point2DPlanar. .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Equals` - Equals method. * - :py:attr:`~GetHashCode` - GetHashCode method. * - :py:attr:`~GetType` - GetType method. * - :py:attr:`~ToString` - ToString method. Method detail ------------- .. py:method:: Equals(obj: Any) -> bool Equals method. .. !! processed by numpydoc !! .. py:method:: GetGlobalLocation(pointPlane: Ansys.Mechanical.DataModel.ConstructionLines.Point2DPlanar) -> Ansys.ACT.Core.Math.Point3D :classmethod: Get the global location of a Point2DPlanar. .. !! processed by numpydoc !! .. py:method:: GetHashCode() -> int GetHashCode method. .. !! processed by numpydoc !! .. py:method:: GetType() -> type GetType method. .. !! processed by numpydoc !! .. py:method:: ToString() -> str ToString method. .. !! processed by numpydoc !! .. vale on