I have two releases, R16 and R25, of catia installed on my workstations. Problem is i want to start, release 16 using scripting.
Only command i know is createobject("CATIA.Application").
But it does not include any version or release name in this.
How can i start a specific catia environment...
I want to create a shaft and add a chamfer on its one edge.
I know the edge on which i want to add chamfer.
So, i only want from user the length of chamfer and edge selected by itself.
Anybody knows how edges can be send to selection without selecting it?
Is There any name method for catia by...
Can anyone tell me about any function that can be used to isolate plane or surface created using scripting.
I need to isolate a plane in a part so that i can cut and paste it into another in same location without references.
With references it will not be pasted.
Please Give some suggestion..
I have a step product file containing two products 1 & 2.
product1 contains a hole. Now, i want to add a product 3 in which a hole is made concentric with this hole.
i write following program to excess cylinderical hole surface but it gives error.
Can anyone help that how to access this .
Sub...
I want to access properties of section view using scripting like its name ident i.e. F for section F-F and scale (to add it later to text box).
As i couldn't find any method in object tree.method name returns full name.Is there any way to access only ident and scale?
Any suggestion would be helpful
I have made this program in VBA and i am getting color value of background but it showing compile error there that"Function or interface marked as restricted or the function uses an automation type not supported in visual basic".Can you give the reason of error??
This is working in CATScript...
I have a stp file which i imported in Catia V5 R20. I want to find and remove all the fillets in range 1 to 3mm in this file. Is there any tool which can be used to find directly all fillets in considered range as i don't want to measure every fillet.