Regs,
Yeah, I have that loop in my macro. The loop works as I need it to. And I do realize I am calling out the face of a solid; I need to in order to draft the solid it pertains to. So, unless there's a better way of somehow referencing that face, that's all I've got for now.
Ok, never mind, I figured that one out. Here's another one:
I am calling out a draft in a macro, and I am trying to automate it. When the face is picked and I display it in a macro, it comes up as:
Set reference3 = part1.CreateReferenceFromBRepName("Rsur:(Face:(Brp:(Pad.1;0:(Brp...
OK, got another question. In R12.4.15, I opened an existing IGES file and immediately started recording a macro to create a single pad from a single surface in the X direction. I closed the file without saving changes, re-opened the same IGES file, and tried to run the macro. It failed...
I am a fairly comfortable user with CATIA V5, operating on V12.4.15. I am trying to write a macro that which will take a group of selected surfaces and create pads with them. Here's the hitch: the surfaces may not be named exactly the same every time this macro is run, and the number of...