Welcome to the COE Discussion Forums! 

 

To participate in the discussion forum, you must be logged in to the website.  If you forget your login information, please contact COE Headquarters at coe@coe.org or (800) 263-2255.

If you are new to the COE Discussion Forum and would like to participate, please register.


COE Community News

Follow COE on

COE DISCUSSION FORUM
HOW TO KNOW CATIA VERSION OF A .CATPart
Last Post 22 Jun 2009 08:55 PM by HICHAM11. 12 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
DSAINI27
New Member
New Member
Posts:1

--
06 Jun 2008 11:08 AM  

CAN ANYBODY TELL ME HOW TO KNOW THAT A PART (.CATPART) IS IN WHICH VERSION OF CATIA.

JSTRAWN
Veteran Member
Veteran Member
Posts:1421
Avatar

--
06 Jun 2008 01:51 PM  
Open the file into a binary viewer (TextPad, NotePad, etc). In the first line or two it should have a version level in it.
GSAUN
Basic Member
Basic Member
Posts:268

--
06 Jun 2008 02:27 PM  
There is also a handy utility called "which version" or at least the executable is named which_version.exe. I don't remember where I got it, but the copyright on the file is by Didier Lacour, and the company name is "Ecole Centrale de Lyon". I have the French version, but I'm pretty sure there is an English version out there too.
GSAUN
Basic Member
Basic Member
Posts:268

--
06 Jun 2008 02:37 PM  
I believe this is where I obtained the file, but don't see it attached here anymore.
http://www.coe.org/Collaboration/DiscussionForum/ActiveDiscussions/tabid/210/view/topic/forumid/6/postid/104164/Default.aspx
FERDO
Basic Member
Basic Member
Posts:219

--
18 Jun 2008 11:39 AM  
Jim is right. Open CATIA file in a text editor and search the string MinimalVersionToRead . Its working no meter what OS are you using.
JAMES2703
New Member
New Member
Posts:18
Avatar

--
20 Jun 2008 05:43 PM  

I have a copy of the english version. It has an email: Didier.Lacour@ec-lyon.fr

VNPENGUIN
New Member
New Member
Posts:11

--
26 Oct 2008 04:48 PM  
Just use this Perl code:
==================================
$/ = "\0";
while (<>) {
while (/([\040-\176\s]{4,})/g) {
$string = $1;
if($string =~ m#(\d+)/(\d+)/#){
$ver = $1;
$rel = $2;
printf "V%dR%d",$ver,$rel;
}
}
}
=====================================
tjs4689
Basic Member
Basic Member
Posts:205

--
29 Oct 2008 02:45 PM  
Try this link instead: http://didier.lacour.free.fr/#english
Truds
New Member
New Member
Posts:6

--
22 Nov 2008 12:32 AM  

Hi all,

Inquiring about information in regards to V5 R18 Vs. V5 R19? Information of differences between the releases? Or have there been any issues reported? Please let me know.........

tjs4689
Basic Member
Basic Member
Posts:205

--
08 Dec 2008 04:15 PM  
Inquiring about information in regards to V5 R18 Vs. V5 R19? Information of differences between the releases? Or have there been any issues reported? Please let me know.........

The program directory is intended for any user who wishes to install or maintain the system, or access product data. The information is provided as an addition to the official documentation, which is available on your Documentation CD. The "General and Open Issues" section of the program directory includes any important or open issues you need to be aware of in a specific product. Also each workbench / product contains a section "What's New" that covers "New Functionalities", "Enhanced Functionality", and "Customizing Settings" that are new to each release. My first task with each new release is to review both of these locations for the workbenches I cover.
The V5 Documentation is one of the major improvmeents over the V4 suite. Please make use of this valuable resource! I hope that with V6 DS will start to include more Why to the V5 User Guides. This is one area that I fell could have been inproved.
BIBERS
New Member
New Member
Posts:1

--
20 Jun 2009 07:27 PM  
Hi

open it with notepad.
and serche this word: RELEASE
GSAUN
Basic Member
Basic Member
Posts:268

--
22 Jun 2009 01:57 PM  
This is better.

http://www.coe.org/Collaboration/DiscussionForum/ActiveDiscussions/tabid/210/forumid/6/tpage/1/view/topic/postid/123686/Default.aspx#124621
HICHAM11
New Member
New Member
Posts:3

--
22 Jun 2009 08:55 PM  
Hi

Another way to check CATIA version of the part. If you have the part opened in Catia, just go to Desk and right click on it, then go to properties and you will see the version, release and service pack.

Thanks
You are not authorized to post a reply.

Active Forums 4.1