Message 1 of 3
WorkAxis.DrivenBy issues (IV2008)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been using a macro I wrote pretty successfully until today. On one part which has a good imported solid, I input some datum points and then place workaxes through the points normal to a part face (manually using UI). A portion of the macro is supposed to check the "DrivenBy" object collection of the workaxis to look for a possible workpoint object and rename the axis using the workpoint name as a prefix. Out of 10 axes I inserted manually on points, 4 of them error out the macro with a Run-time error 445 "Object doesn't support this action", apparently on the following code line:
Set oWA_DrivenBy = oWA.DrivenBy
where oWA_DrivenBy is dim'd as an ObjectCollection and of course oWA is a WorkAxis.
Is Autodesk aware of this issue? I can send the affected part to AD for analysis of the axes, but can't post it here.
Bob S.
Set oWA_DrivenBy = oWA.DrivenBy
where oWA_DrivenBy is dim'd as an ObjectCollection and of course oWA is a WorkAxis.
Is Autodesk aware of this issue? I can send the affected part to AD for analysis of the axes, but can't post it here.
Bob S.