I simply just edited the sketch and added the missing tangency constraints. The lines seemed almost tangent, but not tangent enough for Catia [hairpull]
I rarely use the hopper command, as it's a bit unstable if I do changes up or down the tree, so maybe if you can, you probably should try to fix the geometry first to have constant thickness and use the "recognize".
Sebastien
In the generative sheet-metal design workbench, I did it with a hopper, as the "recognized" command was complaining about thickness not being constant on the part (there is at least one panel with a different thickness). First extract the surfaces with tangent continuous (at first also correct a...
I would love to use the "free hand selection trap", but how to you get it to show up with the "hide/show" command ?
Fernando, overload properties is not good for me, and also I don't think that changing the color in 3D is helping much.
To try to explain a bit more, I have a drawing of a big...
Hello !
This seems pretty simple, I want in a drawing to select at the same time many lines to be hidden to get "cleaner" views.
At the moment, I can only do it by "multi-selecting" the lines by drawing a box with the mouse where the lines are completly in. In most cases, this is not good...
It could be coming from the standard (although I'm really puzzled of why would anyone define this color as sheet color).
You could try to see if you can change it. Do like this: On the "sheet" -> properties -> more -> standards. There is the sheet color defined under the "standard" -...
I don't know about the .xml file, but the custom colors are defined in the file: CColors.CATSettings.
I don't know how your system is configured, but it's the file you should have (and keep safe) in your "local settings" folder (i.e. c:\documents and settings\yourusername\application...
From what I understood, the licenses are only like "rented", thus the 2 years validity. If you want to use them more than 2 years, and not buy them all over again, you have to pay for maintenance fees, and after 2 years, they send a new license. But I also heard (it might be wrong information..)...
I was at the ECF, and actually the GUI in Catia is not that different. The biggest difference from what I understood is that you have to work with a database. You can't have catia only with "windows" files (there was no "file" tree in the interface, so no "file - save", or "file - open").
I don't know this "Enovia portal" product, but if it's the same logic as other Dassault products, is there a button that would do the same as catia's "swap visible space" (it swaps between the items shown and the hidden space) ?
Haven anyone here seen a weird behavior about color of parts in old assemblies. In R18 SP4, when loading old assemblies (made in R17), some parts are displayed in black.
By default, we have the parts with "no" color assigned here (the default grey). We couldn't quite find a reason for it, it...
I don't know anything about pptable, but in CATscript, it's one of those to get the username:
CATIA.SystemService.Environ("LOGNAME")
CATIA.SystemService.Environ("USERNAME")
Maybe it helps you, maybe not.