.. vale off :class:`Point` ============== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.Graphics.Point Bases: :py:obj:`object` Point class. .. !! processed by numpydoc !! .. py:currentmodule:: Point Overview -------- .. tab-set:: .. tab-item:: Constructors .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ConvertUnit` - Returns a new Point given new unit. * - :py:attr:`~op_Equality` - Equal operator * - :py:attr:`~op_Inequality` - Not-Equal operator .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Equals` - Object.Equals(object o) override * - :py:attr:`~GetHashCode` - Object.GetHashCode() override .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Location` - The location of the Point. * - :py:attr:`~Unit` - The length unit of the Point. Property detail --------------- .. py:property:: Location :no-index: :type: Optional[System.Collections.Generic.IList[System.Double]] The location of the Point. .. !! processed by numpydoc !! .. py:property:: Unit :no-index: :type: Optional[System.String] The length unit of the Point. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: ConvertUnit(inPoint: Ansys.Mechanical.Graphics.Point, outputUnit: System.String) -> Ansys.Mechanical.Graphics.Point :classmethod: :no-index: Returns a new Point given new unit. .. !! processed by numpydoc !! .. py:method:: op_Equality(a: Ansys.Mechanical.Graphics.Point, b: Ansys.Mechanical.Graphics.Point) -> System.Boolean :classmethod: :no-index: Equal operator .. !! processed by numpydoc !! .. py:method:: op_Inequality(a: Ansys.Mechanical.Graphics.Point, b: Ansys.Mechanical.Graphics.Point) -> System.Boolean :classmethod: :no-index: Not-Equal operator .. !! processed by numpydoc !! .. py:method:: Equals(o: System.Object) -> System.Boolean :no-index: Object.Equals(object o) override .. !! processed by numpydoc !! .. py:method:: GetHashCode() -> System.Int32 :no-index: Object.GetHashCode() override .. !! processed by numpydoc !! .. vale on