NXOpen.UF.Ugmgr.AskVariantConfigurationsForLoad

Ugmgr.AskVariantConfigurationsForLoad()

Refer to UF_UGMGR_ask_variant_configurations_for_load for documentation.

Signature: AskVariantConfigurationsForLoad()

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.`): n_variantsAvailable variant configurations. Free with UF_free.

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

License requirements: None