Hi all!
I'm trying to code macro which would copy bodies from all parts and instances in assembly (1st level) and paste them (as result) in newly created part in same assembly.
Problem is that if I do the same thing manually, positions of fasted bodies are as in source part or instance, if I...
Hi!
I would need a bit of explanation why my code skips parts with only one body (PartBody) so it's name is not listed in immediate?
Sub CATMain()
Dim RootProduct As Product
Set RootProduct = CATIA.ActiveDocument.Product
'first check if document is part or product
If...
Hi!
After changing computer and reinstall Catia, I'm heaving problem using ttf fonts installed additionally, as I can not see them in catia drafting. I can't remember if there is something else to check in catia beside in tools/options - General/Display/Thickness&Font where I have checked...
Hi,
my issue is probably not related directly to catia, but it is most noticeable in it's environment...
So, I'm experiencing in certain cases and area very noticeable part of screen "frequency" or "flickering", for example on print screen below, areas that are bright yellow and half...
I would need to modify post processor so in header would be an additional line with text in square brackets. Problem is that adding Text block doesn't work because of brackets, so question is how define output in the way it would output with that necessary [ ] ?
For example, output line should...
Hi,
I have macro which generates parts (and assembly of new parts) from each body in multy-body part, but they are pasted as normal (second) body. What would like is that this new (pasted) body would be Part Body. any ideas?
It might be a common problem, couldn't find solution. So, as fresh install was needed (B25), now I can't get to run even a simple code like this:
Sub CATMain()
Dim RootProduct As Product
Set RootProduct = CATIA.ActiveDocument.Product
MsgBox RootProduct.Name
End Sub
I'm...
Is there a way to access part (instances) numbering via macro? I would like to customize numbering of parts (instances) and this numbers will also be used then for balloon creation in drafting.
Is there a way to export to PDF only specific sheet?
I manage to filter those sheets by their name, but don't know the proper way to export them, and I need to create new PDF file for every sheet that is exported.
I have one level assembly with multiple parts and their instances on different positions. Parts already have published elements (lines and axis systems) that are needed to be copied in (empty) part called "Positions" which is in the in same assembly, so the position of copied elements doesn't...
I have to use two different releases of catia (B20&B22) for two projects on same computer. If I set in example favorite workbenches with accelerators in B22, and then close it, and open B20 and make same settings there, and close, open again B22, there is everything reset, and also in B20 after...