SweepWithGuideData#

class ansys.geometry.core.designer.component.SweepWithGuideData#

Data class for sweep with guide parameters.

Parameters:
namestr

Name of the body to be generated by the sweep operation.

parent_idstr

ID of the parent component.

sketchSketch

Sketch to use for the sweep operation.

pathTrimmedCurve

Path to sweep along.

guideTrimmedCurve

Guide curve for the sweep operation.

tight_tolerancebool

Whether to use tight tolerance for the sweep operation.

Overview#

Import detail#

from ansys.geometry.core.designer.component import SweepWithGuideData

Attribute detail#

SweepWithGuideData.name: str#
SweepWithGuideData.parent_id: str#
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#
SweepWithGuideData.tight_tolerance: bool = False#