The ``body.py`` module ====================== .. py:module:: ansys.geometry.core.designer.body Summary ------- .. py:currentmodule:: body .. tab-set:: .. tab-item:: Interfaces .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.geometry.core.designer.body.IBody` - Defines the common methods for a body, providing the abstract body interface. .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.geometry.core.designer.body.MasterBody` - Represents solids and surfaces organized within the design assembly. * - :py:obj:`~ansys.geometry.core.designer.body.Body` - Represents solids and surfaces organized within the design assembly. .. tab-item:: Enums .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.geometry.core.designer.body.MidSurfaceOffsetType` - Provides values for mid-surface offsets supported. * - :py:obj:`~ansys.geometry.core.designer.body.CollisionType` - Provides values for collision types between bodies. * - :py:obj:`~ansys.geometry.core.designer.body.FillStyle` - Provides values for fill styles supported. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: IBody .. toctree:: :titlesonly: :maxdepth: 1 :hidden: MasterBody Body .. toctree:: :titlesonly: :maxdepth: 1 :hidden: MidSurfaceOffsetType CollisionType FillStyle Description ----------- Provides for managing a body. .. !! processed by numpydoc !!