IBM Support

HD60765: WHEN THE PARAMETER IS CREATED WITH THE COMMAND, TH E PARAMETER IS NOT DISPLAYED ON THE TREE

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as user error.

Error description

  • When the parameter is created with the command,
    the parameter is not displayed on the tree.
    Scenario:
    1. Build given workspace and Launch CATIA.
    1. Create a new CATPart.
    2. Change to Generative Shape Design workbench.
    3. Launch the sample command (TessTest).
    4. Click the part icon of the tree.
    Actual Result:
    When the parameter is added, it is not  displayed
    on spec. tree.
    We can confirm that the parameter is set from F(x)
    command.
    Expected Result:
    When the parameter is added, it is should be
    displayed on spec. tree
    Note: Please check Tools--Options--Infrastructure--
    --Part Infrastructure--Display--Parameters option.
    .
    

Local fix

Problem summary

Problem conclusion

Temporary fix

Comments

  • Hello L1,
    .
    This is an user error.
    .
    The  way to aggregate the parameter under a part
    is not correct.
    .
    Please replace below line in the code
    spParmPub->Append(spCkeSpec);
    by :
    CATICkeFunctionFactory_var funcFactory =
    CATCkeGlobalFunctions::GetFunctionFactory();
    if (!!funcFactory)
    {
    CATIParmPublisher_var pubSet =
    funcFactory->GetCurrentSet(
    CATICkeFunctionFactory::Parameter,spParmPub,1);
    if (!!pubSet)
    pubSet->Append(spCkePrmSpec);
    }
    pubSet->Append(spCkePrmSpec);
    }
    .
    Thanks in advance for your co-operation and
    understandings.
    .
    Regards,
    CAA maint. team.
    .
    

APAR Information

  • APAR number

    HD60765

  • Reported component name

    CATIA V5 NT>XP

  • Reported component ID

    569151000

  • Reported release

    517

  • Status

    CLOSED USE

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2007-01-10

  • Closed date

    2007-01-12

  • Last modified date

    2007-01-12

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSVJ2K","label":"CATIA V5"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"517","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
12 January 2007