Message 1 of 3
Checking assembly components fromout drawing ilogic rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
So i ran into the following; My dwg iLogic places dimensions on my drawing using workpoints.
Sometimes i supress a part in my assembly, in that case i do not want a dimension to be placed to that part, since theres nothing there, E.g.
to make sure only the active component dimensions are places i tried the following, but without succes;
- I wanted to use a if statement checking if the component occurence is active in my assembly, but that doesn't seem possible in drawing document iLogic
- I wanted to supress the workpoint in my assembly iLogic so no dimension would be placed in the dwg, but there is no supression option as far as i see
Any good solution?