Hi,
We are experiencing the strangest thing. When using Catia and Smarteam (Catia set to work with cache system) we get slower graphic performance with visualization mode then with design mode. Of course converting the complete assy from vis to design mode takes some time but graphic...
Hi,
I have seen a tool in CATIA v5 that worked as a draft analysis. Of course I know about the regular Out-Of-The-Box-Draft-Analysis but this programmed tool was really neat.
Once I selected the tool I only had to select draft/tooling direction and then I could click around anywhere on the...
Tjena, (vikt=user from sweden?)
What do you mean with linked? So that it will stay linked with the front view when you reposition the view?
So not as a regular baloon connected to a BOM?
/jowr
Hello Lardman and Ferdo, thank you very much for your help!
It worked perfectly!
With best regards
JOWR
Private Sub btn_start_Click()
btn_start.Enabled = False 'Disable button while running script
Dim USel 'As Selection
Dim USelLB
Dim InputObject(0)
Dim oStatus...
Oh, if i dare to ask another question...? :)
If I would like to populate a listbox with the selections?
wouldn´t the code below together with your code (comment out the msgboxes) do the trick?
text = USel.Item(1).Value.Name
myListBox.AddItem (text)
I tried it but it would only populate one...
Hi Lardman363,
Yes, that´s it. It says:
"Compile Error:
Function or interface marked as restricted, or the function uses an Automation typ not supported in Visual Basic."
I understand what it says but I suppose there must be a workaround for this? Or is it not possible to make a feature...
WOW Ferdo!
I have seen your nice work here at the forum and read many posts that you have solved and now you solved my problem! :) I´m really greatful!
Sorry for another newbe question, but if I would like to use this code inside a catvba? Is it possible? I get "compile error" on...
Hi,
The following simple code below generates a messagebox with the text of the feature that´s been (and needs to be) selected before running the macro:
But what if I would like to use the opposite order, first run the macro and then select feature and get the messagebox? How do I do that...