Thanks for the replies guys!
@itsmyjob. I actually just tried this and it worked pretty well except for two things:
1. Currently I loop through the array and then in order to select the individual feature I use the search method. This works pretty well but it is not very efficient. Any...
Hello everyone,
I am trying to apply a coloring scheme to a selection of elements but I'm having some trouble. Maybe someone can help?
Problem is as follows:
I want to select a whole bunch of thickness features all with different values, Then I want to assign a color to the thickness feature...
Hi Lardman,
Thanks for your reply, I highly appreciate it.
What Im trying here is only part of a slightly bigger project. Ultimately I want to copy and paste a selected part multiple times and constrain it to a user selected set of geometry (note im working in a product). So the idea is that...
Hello everybody,
I am new to this forum and new to CATIA VBscripting/VBA and Im having some difficulty understanding some concepts. I hope someone here will be so kind to explain a few things to me.
I recorded a macro that intersects a line with a surface (see code below).
1. Now the first...