NXOpen.UF.Modl.EditSweepCurves

Modl.EditSweepCurves()

Refer to UF_MODL_edit_sweep_curves for documentation.

Signature: EditSweepCurves(sweepId, nProfileCurvesRemoved, profileCurvesRemoved, nProfileCurvesAdded, profileCurvesAdded, nGuideCurvesRemoved, guideCurvesRemoved, nGuideCurvesAdded, guideCurvesAdded)

Parameters:
  • sweepId (Tag) – sweep object identifier
  • nProfileCurvesRemoved (int) – number of the curves to be removed from the sweep profile, 0 if no curve.
  • profileCurvesRemoved (list of Tag) – curves to be removed from the sweep profile, NULL if no curve.
  • nProfileCurvesAdded (int) – number of the curves to be added to the sweep profile, 0 if no curve.
  • profileCurvesAdded (list of Tag) – curves to be added to the sweep profile, NULL if no curve.
  • nGuideCurvesRemoved (int) – number of the curves to be removed from the sweep guide, 0 if no curve.
  • guideCurvesRemoved (list of Tag) – curves to be removed from the sweep guide, NULL if no curve.
  • nGuideCurvesAdded (int) – number of the curves to be added to the sweep guide, 0 if no curve.
  • guideCurvesAdded (list of Tag) – curves to be added to the sweep guide, NULL if no curve.

License requirements: SOLIDS MODELING