- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys.
I recently had an idea which I need help with.
1. Basically, I want to create lots of parts and name them something like this:
[thickness] THK [material] [part number] [description] QTY [quantity].
2. I would then use an iLogic rule from a drawing to set the existing 'view' variable of a selected part view to be equal to the part number and description (using an array).
-note: I don't want to override the view label to replace "<VIEW>" with anything.
3. Lastly, the iLogic rule would modify the label to add various lines with the rest of the info.
Obviously there is no problem with the first part.
For the second part, I am thinking of using this:
tmpView.Name = "..."
, but I am not sure how to get the file number of the view's part. With that, I could just use an array and pick out the bits I need.
For the third part, I will be using
oView.Label.FormattedText = "<VIEW>" & ...
but again need something which returns the file name of the part of the selected view. I will then use arrays again.
Any ideas?
Cheers,
Jonathan.
Solved! Go to Solution.