Hi,
I was wondering if it is possible to set up an If statement for vispropertys within CATIA. I would want it to find a set of properties and apply new ones accordingly.
I am able to change it by selection but want a one button solution.
Thanks!
Zelym
itsmyjob, Yeah thats what I am looking for and was afraid that additional licenses was a requirement.
I think I am now going to have a script that will instantiate the powercopy by searching for axis systems and using these as the input.
What type of prompt or code do I need to instantiate to...
Hi everyone,
I am currently working on a powercopy that will instantiate simple part bodies.
I want to be able to have the user input a number of instances and the powercopy will create that number of instances entered.
Has anyone been able to perform this type of action.
My workbenches are...
Yeah I am using a form for them to choose which part they want copied and pasted. Just having a tough time figuring out how to make a window active by selection.
I am probably going to have the macro create a new document and have it paste into there so the macro can work consistently. This way...
Hello,
I am looking to create a macro that copies and pastes an item from one document to the other. The problem I am having is having the user select their active window. Right now the code specifies which document to paste in. I am looking for code that prompts the user to select their window...
I was wondering if I could create a negative distance in Kinematics. For Example, when creating a graph using the simulation with commands. Is there a way to get the negative value of a clash?
Thanks
I found that solution, but get a click ok to terminate everytime I create the reaction. Not sure on which options to use in the reaction. I tried owner for source type then selected beforupdate for available events and wrote the code with knowledgeware action......
if string == ....
{
`VB...
I was wondering if there is a way to delete axis systems/geometry using a rule in knowledge advisor. I would want to control which axis system is deleted by having it linked to a multiple value string parameter. Thanks