NXOpen.UF.ModlGeneral.HideParentCurves

ModlGeneral.HideParentCurves()

Refer to UF_MODL_hide_parent_curves for documentation.

Signature: HideParentCurves(featureTag, nUnchDispStat, unchParentsDispStatus, nChDispStat, chParentsDispStatus)

Parameters:
  • featureTag (Tag) – Input feature record eid
  • nUnchDispStat (int) – The number of parent NX curves whose original display status are in the array unch_parents_disp_status. Usually, this is an output from UF_MODL_show_parent_curves.
  • unchParentsDispStatus (list of NXOpen.UF.Modl.ParentDispInfo Refer to UF_MODL_parent_disp_info_s for documentation.) – If NULL, then all of the NX curves used to construct the feature will be blanked. If not NULL this is an array of structures that contain the original display status for the parent NX curves. The display status for each parent NX curve will be restored to the original values in this array. Normally this array is an output from UF_MODL_show_parent_curves
  • nChDispStat (int) – The number of parent NX curves whose original display status are in the array ch_parents_disp_status. Usually, this is an output from UF_MODL_show_parent_ curves.
  • chParentsDispStatus – If NULL, then all of the NX curves used to construct the feature will be blank. If not NULL this is an array of structures that contain the original display status for the parent NX curves. The display status for each parent NX curve will be restored to the original values in this array. Normally this array is an output from UF_MODL_show_parent_curves

License requirements: SOLIDS MODELING