Hi All,
I am trying to achieve bounding box functinality using VB in Catia V5, very similar to one found in Generative Shape Design -> Surface Machining Tools -> Creates Rough Stock.
This utility creates a exact container box around selected geometry. Can anyone give me hint how to program this...
Hi There,
I am trying to open VB Editor within Catia V5 usinf ATL+F11.
But the menu is de-activated in my case.Can anyone please let me know how to activate that option (Tools -> Macros -> Visual Basic Editor).
Cheers
Hi There,
I am trying to get Bounding box functionality done using VB scripting in V5. Let me explain in details. I am trying to design a feature which will let system to find bounding box of given curve or part. Example of such thing can be seen in 'Measure' utility of V5. If we select measure...
Hi All,
I am new joinee on eng-tips.I am usinf Catia V5 on windows 2000. I am trying to write some automation script for V5 & everytime I declare staement like
Dim NewPart As Document
the error message 'Expect End of statement' pops up.
Can anybody please let me know why this is happening...