Lock View in Catia
Lock View in Catia
(OP)
Hi,
Give me, please, 1-2 strong reasons to lock a view in Catia.................!
Thanks!
Give me, please, 1-2 strong reasons to lock a view in Catia.................!
Thanks!
MZ7DYJ
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Lock View in Catia
1. Selective sheet updates.
A heavy drawing can take a while to update completely - and will sometimes fail on weaker machines. (batch updates and using the contextual menu to update a single view at a time can help with this, though.)
2. Comparative views.
make 2 front views. lock one. change the 3D. update the drawing.....only the unlocked one will update. Compare the views.
3. Use the lock attribute to differentiate views in code.
I've locked views I consider 'critical' and color code dimensions that have changed in that view on update.
RE: Lock View in Catia
Please, be kind and develop your third answer(nr.3).
I do not get it.......If possibible, a step-by-step sample.
Regards,
MZ7DYJ
RE: Lock View in Catia
MZ7DYJ
RE: Lock View in Catia
If the LockStatus=TRUE then do something.
What I did was to record the value of each dimension.
Then I unlocked the view and updated it.
Then I compared the new dimensions to the old ones.
If the value changed, I color coded it the color red.
You can see some looping code that uses LockStatus here.