The ``sketch`` package ========================== .. py:module:: ansys.geometry.core.sketch Summary ------- .. py:currentmodule:: sketch .. tab-set:: .. tab-item:: Submodules .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.geometry.core.sketch.arc` - Provides for creating and managing an arc. * - :py:obj:`~ansys.geometry.core.sketch.box` - Provides for creating and managing a box (quadrilateral). * - :py:obj:`~ansys.geometry.core.sketch.circle` - Provides for creating and managing a circle. * - :py:obj:`~ansys.geometry.core.sketch.edge` - Provides for creating and managing an edge. * - :py:obj:`~ansys.geometry.core.sketch.ellipse` - Provides for creating and managing an ellipse. * - :py:obj:`~ansys.geometry.core.sketch.face` - Provides for creating and managing a face (closed 2D sketch). * - :py:obj:`~ansys.geometry.core.sketch.gears` - Module for creating and managing gears. * - :py:obj:`~ansys.geometry.core.sketch.polygon` - Provides for creating and managing a polygon. * - :py:obj:`~ansys.geometry.core.sketch.segment` - Provides for creating and managing a segment. * - :py:obj:`~ansys.geometry.core.sketch.sketch` - Provides for creating and managing a sketch. * - :py:obj:`~ansys.geometry.core.sketch.slot` - Provides for creating and managing a slot. * - :py:obj:`~ansys.geometry.core.sketch.trapezoid` - Provides for creating and managing a trapezoid. * - :py:obj:`~ansys.geometry.core.sketch.triangle` - Provides for creating and managing a triangle. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: arc box circle edge ellipse face gears polygon segment sketch slot trapezoid triangle Description ----------- PyAnsys Geometry sketch subpackage. .. !! processed by numpydoc !!