.. vale off :class:`Plane` ============== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.ConstructionLines.Plane Bases: :py:obj:`object` A 2D sketching planes in a ConstructionLine instance. .. !! processed by numpydoc !! .. py:currentmodule:: Plane Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Equivalent` - Checks to see if another plane is equivalent to this one. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Type` - Type property. * - :py:attr:`~Definition` - Definition property. * - :py:attr:`~Origin` - The global location of this plane's origin. * - :py:attr:`~PrimaryAxisDirection` - The orientation of the plane's primary (X) axis orientation. * - :py:attr:`~SecondaryAxisDirection` - The orientation of the plane's secondary (Y) axis orientation. * - :py:attr:`~Normal` - The plane's normal vector (Z axis orientation) orientation. * - :py:attr:`~ObjectId` - Get the ID of the represented entity. * - :py:attr:`~IsRepresentation` - Check to see if there is a valid entity that this instance represents. Property detail --------------- .. py:property:: Type :no-index: :type: Optional[Ansys.Mechanical.DataModel.ConstructionLines.PlaneType] Type property. .. !! processed by numpydoc !! .. py:property:: Definition :no-index: :type: Optional[System.Object] Definition property. .. !! processed by numpydoc !! .. py:property:: Origin :no-index: :type: Optional[Ansys.ACT.Core.Math.Point3D] The global location of this plane's origin. .. !! processed by numpydoc !! .. py:property:: PrimaryAxisDirection :no-index: :type: Optional[Ansys.ACT.Core.Math.Vector3D] The orientation of the plane's primary (X) axis orientation. .. !! processed by numpydoc !! .. py:property:: SecondaryAxisDirection :no-index: :type: Optional[Ansys.ACT.Core.Math.Vector3D] The orientation of the plane's secondary (Y) axis orientation. .. !! processed by numpydoc !! .. py:property:: Normal :no-index: :type: Optional[Ansys.ACT.Core.Math.Vector3D] The plane's normal vector (Z axis orientation) orientation. .. !! processed by numpydoc !! .. py:property:: ObjectId :no-index: :type: Optional[System.UInt32] Get the ID of the represented entity. .. !! processed by numpydoc !! .. py:property:: IsRepresentation :no-index: :type: Optional[System.Boolean] Check to see if there is a valid entity that this instance represents. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: Equivalent(other: Ansys.Mechanical.DataModel.ConstructionLines.Plane) -> System.Boolean :no-index: Checks to see if another plane is equivalent to this one. .. !! processed by numpydoc !! .. vale on