:class:`SweepWithGuideData` =========================== .. py:class:: ansys.geometry.core.designer.component.SweepWithGuideData Data class for sweep with guide parameters. :Parameters: **name** : :class:`python:str` Name of the body to be generated by the sweep operation. **parent_id** : :class:`python:str` ID of the parent component. **sketch** : :obj:`Sketch` Sketch to use for the sweep operation. **path** : :obj:`TrimmedCurve` Path to sweep along. **guide** : :obj:`TrimmedCurve` Guide curve for the sweep operation. **tight_tolerance** : :ref:`bool ` Whether to use tight tolerance for the sweep operation. .. !! processed by numpydoc !! .. py:currentmodule:: SweepWithGuideData Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~name` - * - :py:attr:`~parent_id` - * - :py:attr:`~sketch` - * - :py:attr:`~path` - * - :py:attr:`~guide` - * - :py:attr:`~tight_tolerance` - Import detail ------------- .. code-block:: python from ansys.geometry.core.designer.component import SweepWithGuideData Attribute detail ---------------- .. py:attribute:: name :type: str .. py:attribute:: parent_id :type: str .. py:attribute:: sketch :type: ansys.geometry.core.sketch.sketch.Sketch .. py:attribute:: path :type: ansys.geometry.core.shapes.curves.trimmed_curve.TrimmedCurve .. py:attribute:: guide :type: ansys.geometry.core.shapes.curves.trimmed_curve.TrimmedCurve .. py:attribute:: tight_tolerance :type: bool :value: False