Hi friends,
I just want to check if anyone else is encountering the same issue or am I the only one?
I do my surface modelling in NX and made sure all surface is Sew/Join properly before saving as STP/IGS file. But when I open the file in CATIA, the surfaces were broken and I wasn't able to...
I have this to rename the bodies uniquely. For example, I have 5 bodies named A & 3 bodies named 3A, then they will be renamed as: A.1, A.2, A.3, A.4, A.5, 3A.1, 3A.2, 3A.3.
The code can run without error, but nothing happens[sad]. Did I do something wrong here?
Sub RenameBodiesWithCounts()...
Hi mates, may I know how can I rename a Bodies in a Part with unique names? As attached in the picture, I have multiple bodies with the same name (D14-d4)that I want to rename uniquely as D14-d4.1, D14-d4.2, D14-d4.3,...respectively.
I have tried searching for many renaming macro but I've yet...
Hi pals, I am having an issue with importing STEP file consisting of an assembly into CATIA. It will always show the whole as one single PART, and every actual 'parts' of the assembly as PARTBODY. This makes it difficult to move things around/snapping.
Is there something I can do differently...
Hi LWolf,
I managed to code to get the renaming to ParmValue. i just need some final touch ups to execute it properly. I will try your commented advice above too.
I've learnt a lot from you all. thank you so muchhh
Hi Marc,
thank you so much on the explanations.
LWolf, I am starting to code more in VBA to use the debugger and learn bit by bit. thank you for bringing it up.
So based on the revised code, the code catch all the "Dimension" and rename the product level:
Sub CATMain()
Set CatDoc =...
Hi I'm a junior designer and still new with CATIA Automation. I wrote a cat vbscript to rename my part once it has a new parameter "Dimension". The part number shall have additional Dimension.value into the name. As per image below I want the part name to become '01-01_16x33x50'
somehow my...
Creating the 2D drafting from assembly. now how I'm practicing is i need to select part by part from one assembly product to laid them in the CATdrawing. I just wondering if there's any optimum ways to do this repetitive task.
Below is an example of master drawing for the product in dwg.
In my case, I have an assembly occupied with many parts (around 50-100 parts). It is a troublesome to export each part one by one into the 2D drafting. Is there any macro or feature I can use to automate this?