NXOpen.UF.Modeling.ReplaceFeatStrings

Modeling.ReplaceFeatStrings()

Refer to UF_MODL_replace_feat_strings for documentation.

Signature: ReplaceFeatStrings(featureObjId, option, string, stringSet, index)

Parameters:
  • featureObjId (Tag) – Feature object identifier
  • option (int) – Operation to be performed UF_MODL_STRING_ADD = Add a string UF_MODL_STRING_REMOVE = Remove a string UF_MODL_STRING_REPLACE = Replace a string
  • string (NXOpen.UF.Modl.StringList Refer to string_list for documentation.) – Pointer to the string structure of a single string to add or replace.
  • stringSet (int) – Set of strings on which to perform the operation, especially when the feature has more than 1 set of strings If feature = Thru Curve Mesh: 1 = Primary Curves 2 = Cross Curves If feature = Freeform Sweep 1 = Guide Curves 2 = Section Curves All others: string_set = 1
  • index (int) – Index at which to perform the operation starting at index=1 If UF__MODL_STRING_ADD, add the string after the index If UF_MODL_STRING_REMOVE or UF_MODL_STRING_REPLACE, remove or replace at the index

License requirements: SOLIDS MODELING