×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

the mean of sp1 sp2 sp3....

the mean of sp1 sp2 sp3....

the mean of sp1 sp2 sp3....

(OP)
hello
is there any one who know what's the difference between CATIA V5R10sp5 and CATIA V5R10sp6. the question also is whats the mean of sp1 sp2 sp3....
thanks

RE: the mean of sp1 sp2 sp3....

SP = Service Pack, it´s patches and updates, Should be information with the SP what it regards

RE: the mean of sp1 sp2 sp3....

(OP)
thanks azrael
but how can I know the sp of my catia v5 release. this is because I cant execute a macro on my catia v5R10 in spite of that it's executable on catia v5R10sp6 !! so I dont know why this was happened

RE: the mean of sp1 sp2 sp3....

There are 2 ways to check what service pack you are currently using in your loaded version of Catia V5.

1) In Catia V5 Help/About Catia and in the pop up window there will be listed the current version of Catia, including the service pack number.

2) If you are not in Catia, you can Start/Programs/CATIA/Tools/Software Management

If the macro was written for service pack 6, it probably won't run in service pack 5, but I've never tested this.  A drawing created in service pack 6 will not be able to be opened in service pack 5 though.

Good Luck!

RE: the mean of sp1 sp2 sp3....

(OP)
thanks ahbugeye
in my macro the method that is failed is: thespaworkbench.measurable(reference1)

this is described in this exemple



 Dim reference1 As Reference
Set reference1 = part1.CreateReferenceFromObject(object1)
Dim reference2 As Reference
Set reference2 = part1.CreateReferenceFromObject(object1)
Dim TheSPAWorkbench As Workbench
Set TheSPAWorkbench = CATIA.ActiveDocument.GetWorkbench ( "SPAWorkbench" )
Dim TheMeasurable As Measurable
Set TheMeasurable = TheSPAWorkbench.Measurable(reference1)
Dim MinimumDistance As double
 MinimumDistance = TheMeasurable.GetMinimumDistance(reference2)


RE: the mean of sp1 sp2 sp3....

i guess the SPAWORKBENCH is the DMU Space Analysis workbench... check if you have the licence...

Eric N.

catiav5@softhome.net

RE: the mean of sp1 sp2 sp3....

anybody know how I can get a service pack for v5.9 looking for sp7. MY it person says that she can not get this sp anylonger. Any help.

thanks
Cory

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources