Jele are integers used to identify indiviual elements in a CATIA V4 model. Some elements are named (solids, mockup) but if you want to identify precisely a face jele is the way to go. This is not for day to day operation but it could help when we deal with very heavy models or very large assemblies were we have a single critical face we need.
The jele will appear in some places in CATIA when you select an element or in the treeview on the right side. See how this is used in reporting issues for migrating from V4 to V5 by IBM, or by users:
- Question: Anybody know what JELE means?
- Convertir ficheros de solidos de catia v4 a catia v5
- HD09383: WHEN CONVERTING V4 MODEL TO V5, IT’S POSSIBLE TO CONVERT BU T ERROR HAS OCCURRED AND, A SOLID IS NOT CONVERTED CORRECTLY
How to get a jele from SolidWorks when we have no CATIA V4 available? Simple if you use RadialSoft translators. Remember we specialized in heavy duty translators to help you get your job done under every condition. When a file is translated every attribute is carried forward to SolidWorks. So click a face and use the RS3DHub menu (usually after “Help”, sometimes with no label) and in this menu use “Track CATIA”. This will display the jele of the face in decimal format.
Now when the face is precisely missing it is simple to select one after the other two or three adjacent faces and just send them to us. We have internally the tools to find all common surfaces.
Here is a trick we use to do a partial translation. It can be used by anyone to extract only partial information from a CATIA V4 model file. Create a text file near the .model file with exactly the same name but with the ‘.xml’ extension. Place the following contents in the file were %A% and %B% stands for the jele of the two nearby faces. We call such a file a policy. It allows having settings overloaded for a single file. The weird syntax is due to the XML standard. It is a very common format used across the IT industry. Our log file follow the same standard allowing automated processing.
<?xml version=”1.0″ ?>
<Settings>
<RadialSoft>
<SldCATIA
Select=”;%A%;%B%;”
/>
</RadialSoft>
</Settings>
PS: Only models translated with our translator will have this information. Sorry.