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
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....
RE: the mean of sp1 sp2 sp3....
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....
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....
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....
Eric N.
catiav5@softhome.net
RE: the mean of sp1 sp2 sp3....
thanks
Cory