NXOpen.UF.Modl.ReplaceSweepStrings

Modl.ReplaceSweepStrings()

Refer to UF_MODL_replace_sweep_strings for documentation.

Signature: ReplaceSweepStrings(sweepFeatureId, nOriginalProfileObjs, originalProfileObjs, nNewProfileObjs, newProfileObjs, nOriginalGuideObjs, originalGuideObjs, nNewGuideObjs, newGuideObjs)

Parameters:
  • sweepFeatureId (Tag) – Feature object identifier of sweep
  • nOriginalProfileObjs (int) – Number of contiguous original curves/edges in the profile of the sweep feature to be replaced
  • originalProfileObjs (list of Tag) – An array of contiguous original curves/edges in the profile of the sweep feature to be replaced
  • nNewProfileObjs (int) – Number of contiguous curves/edges to replace the curves/edges in the original_profile_objs.
  • newProfileObjs (list of Tag) – An array of contiguous curves/edges to replace the curves/edges in the original_profile_objs.
  • nOriginalGuideObjs (int) – Number of contiguous original curves/edgesin the guide of the sweep feature to be replaced.
  • originalGuideObjs (list of Tag) – An array of contiguous original curves/edges in the guide of the sweep feature to be replaced.
  • nNewGuideObjs (int) – Number of contiguous curves/edges to replace the curves/edges in the original_guide_objs.
  • newGuideObjs (list of Tag) – An array of contiguous curves/edges to replace the curves/edges in the original_guide_objs.

License requirements: SOLIDS MODELING