-
1
- #1
22555
Automotive
- Dec 17, 2003
- 24
Hi,
I wanted to write a catia macro for comparing 2 CATParts using SPA Analysis compare method.
Requirement
1: Macro should ask user to select 2 part.
2: Areas where both matches, should be in yellow color.
There are some sample code in documentation, but they are not working in CATIA V5R25. Will *.3DMap file work in R25? if not, what are the alternatives?
Dim var11(0)
var11(0) = "C:\Comparison\AddedMaterial" & myDate & ".3dmap"
products1.AddComponentsFromFiles var11, "*"
Thanks
I wanted to write a catia macro for comparing 2 CATParts using SPA Analysis compare method.
Requirement
1: Macro should ask user to select 2 part.
2: Areas where both matches, should be in yellow color.
There are some sample code in documentation, but they are not working in CATIA V5R25. Will *.3DMap file work in R25? if not, what are the alternatives?
Dim var11(0)
var11(0) = "C:\Comparison\AddedMaterial" & myDate & ".3dmap"
products1.AddComponentsFromFiles var11, "*"
Thanks