.. vale off :class:`SectionPlanes` ====================== .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.Graphics.SectionPlanes Bases: :py:obj:`object` Represents the collection of section planes used by graphics .. !! processed by numpydoc !! .. py:currentmodule:: SectionPlanes Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Add` - Adds the given SectionPlane object to the collection to modify the view. Currently only 6 SectionPlane objects in the collection can be activated at once. * - :py:attr:`~Clear` - Clears the collection of all SectionPlane objects. * - :py:attr:`~Remove` - Removes the requested SectionPlane from the collection. * - :py:attr:`~RemoveAt` - Removes the SectionPlane at the given index. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ShowWholeElement` - Gets or Sets the Element Visibility of the Section Plane * - :py:attr:`~Capping` - Gets or Sets the Capping style of the Section Plane * - :py:attr:`~Count` - The number of section planes in the collection. Property detail --------------- .. py:property:: ShowWholeElement :no-index: :type: Optional[System.Boolean] Gets or Sets the Element Visibility of the Section Plane .. !! processed by numpydoc !! .. py:property:: Capping :no-index: :type: Optional[Ansys.Mechanical.DataModel.Enums.SectionPlaneCappingType] Gets or Sets the Capping style of the Section Plane .. !! processed by numpydoc !! .. py:property:: Count :no-index: :type: Optional[System.Int32] The number of section planes in the collection. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: Add(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane) -> System.Void :no-index: Adds the given SectionPlane object to the collection to modify the view. Currently only 6 SectionPlane objects in the collection can be activated at once. .. !! processed by numpydoc !! .. py:method:: Clear() -> System.Void :no-index: Clears the collection of all SectionPlane objects. .. !! processed by numpydoc !! .. py:method:: Remove(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane) -> System.Boolean :no-index: Removes the requested SectionPlane from the collection. .. !! processed by numpydoc !! .. py:method:: RemoveAt(index: System.Int32) -> System.Void :no-index: Removes the SectionPlane at the given index. .. !! processed by numpydoc !! .. vale on