SweepWithGuideData
#
- class ansys.geometry.core.designer.component.SweepWithGuideData#
Data class for sweep with guide parameters.
- Parameters:
- name
str
Name of the body to be generated by the sweep operation.
- parent_id
str
ID of the parent component.
- sketch
Sketch
Sketch to use for the sweep operation.
- path
TrimmedCurve
Path to sweep along.
- guide
TrimmedCurve
Guide curve for the sweep operation.
- tight_tolerancebool
Whether to use tight tolerance for the sweep operation.
- name
Overview#
Import detail#
from ansys.geometry.core.designer.component import SweepWithGuideData
Attribute detail#
- SweepWithGuideData.sketch: ansys.geometry.core.sketch.sketch.Sketch#
- SweepWithGuideData.path: ansys.geometry.core.shapes.curves.trimmed_curve.TrimmedCurve#
- SweepWithGuideData.guide: ansys.geometry.core.shapes.curves.trimmed_curve.TrimmedCurve#