Baat
Mechanical
- Sep 23, 2005
- 2
Hi,
can anyone tell me how I can correctly call checkinterference.
I'm trying:
Set objDoc = objApp.ActiveDocument
Set objParts = objDoc.Parts
Set Set1(1) = objParts.Item(1)
Call objDoc.CheckInterference(1, Set1(1),.....
SE replies with:
wrong type, array of objects or user defined type required
It's refering to the last Set1(1) in my listing
Thanks,
Ronald.
can anyone tell me how I can correctly call checkinterference.
I'm trying:
Set objDoc = objApp.ActiveDocument
Set objParts = objDoc.Parts
Set Set1(1) = objParts.Item(1)
Call objDoc.CheckInterference(1, Set1(1),.....
SE replies with:
wrong type, array of objects or user defined type required
It's refering to the last Set1(1) in my listing
Thanks,
Ronald.