NXOpen.UF.Ugmgr.AskVariantConfigurationsForDisplay

Ugmgr.AskVariantConfigurationsForDisplay()

Refer to UF_UGMGR_ask_variant_configurations_for_display for documentation.

Signature: AskVariantConfigurationsForDisplay(availableDisplayedPart)

Parameters:availableDisplayedPart (Tag) – Part that returned information is about.
Returns:A Tuple
Return type:A tuple consisting of (nVariants,variants,selected)

nVariants(int): Number of variant configurations available.

variants(list of ``NXOpen.UF.Ugmgr.VariantConfiguration` Refer to UF_UGMGR_variant_configuration_s for documentation.`): Available variant configurations. Free with UF_free.

selected(list of bool): Parallel array of logicals: true if corresponding variant configuration is to be selected for this part, false otherwise. Free with UF_free.

License requirements: None