APAR status
Closed as user error.
Error description
SCENARIO: 1.Build the given workspace. 2.Launch the CATIA 3.Go to Tools->Option->General->DISPLAY->Navigation , make sure that the ?animation during viewpoint modification ? is clicked 4.In general workshop you can find the customer command 5.First command (with icon that has number 1 in a circle) disables view animation mode by using Automation API. Second command (2 in a circle) will try to do the same thing using CAA APIs 6.Run the second command ( CAA APIs), Now check the tools->option , the option is still selected. 7.Now restart CATIA5 session. You will see that option is now unchecked. 8.Now try first command (Automation API) after manually re-enabling view animation mode in Tools-Options. You will see immediate effects without restarting CATIA5 session. . PROBLEM: The ?animation during viewpoint modification? setting does not get modified in the same CATIA session though it is working with automation API. . EXPECTED RESULT: The ?animation during viewpoint modification? setting should get modified in the same CATIA session.
Local fix
empty
Problem summary
Problem conclusion
Temporary fix
Comments
This is User Error. Additional Closure Information: Incident Diagnosis: Setting controller's correct method was not used to set CATIA option Correct Application: Suggested to call appropriate method on Setting controller Documentation: Manual Reference:- Chapter: Getting Started or (if Other): Topic: Please Modify the code as given below in command 2. CATIASettingController *VizAutoSettingCtrl = NULL; HRESULT hr = ::CATInstantiateComponent("CATVizVisualizationSettingCtrl", IID_CATIASettingController,(void**) VizAutoSettingCtrl); CATIVizVisualizationSettingAtt *visu_repo = NULL; VizAutoSettingCtrl->QueryInterface(IID_CATIVizVisualizationSetti ngAtt,(void **)&visu_repo) CATBoolean new_view_anim_mode =FALSE; visu_repo->SetViewpointAnimationMode(new_view_anim_mode) VizAutoSettingCtrl->Commit(); The above modification will change the setting in same session.
APAR Information
APAR number
HD99563
Reported component name
CATIA V5 NT>XP
Reported component ID
569151000
Reported release
520
Status
CLOSED USE
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2010-08-27
Closed date
2010-09-17
Last modified date
2010-09-17
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"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"520","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Document Information
Modified date:
17 September 2010