Hello,
I have an issue with Catia programming.
I do a lot calculation with a macro, point coordinates, angles between lines.
My problem is that with one Catia Environment it works properly.
But with another it throws an Error.
The error is Accessviolationexception
I try to measure an angle...
Hello everyone,
I have faced with a issue that I still can not find a result for.
When I wrote a macro I can Tell the macro that I would like to modify a part which is user selected.
The selected part name is stored ín a strint than with that Line:
Catia.Documents.item(strint that stored name)...
Hello all,
I have created a macro userform for Catia with several modules underneath and calling them.
My question is that how can I share this catvba project with others, while they can run the userform but they are not able to see my code. I dont want to share my code with others but they...
Hello,
I have a problem which I can not find a solution for. So I have several geometrical sets with different names. Example: GS1, GS2...
In these geometrical sets I have points, lines, planes inside them, but they have the total same name in each geometrical set.
Example: GS1: point, line...
Hello guys,
I have a question regarding is there any method which gives me a 3D line Startpoint and Endpoint?
I would like to check that if the line startpoint or the endpoint is closer to a selected plane. So I mean which distance is smaller.
I tried to put two points on that curve, but I got...
thread560-363868
Hello all,
I have seen that there are some professionals in this forum in VBA programming of catia V5.
I am totally new in this topic so could you please give me information where I can find tutorials, books where I can start learning Catia programming?
If some of you have...