- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I’m trying to figure out a way of grouping single parts based on their main part Model Role.
Basically all plates that belong to columns on one sheet, those that belong to trusses to another and so on…
At the moment my workflow works like this:
- Select all Column assemblies and number them.
- Do this for all the other model roles separately
- Select all plates that belong to Columns and generate one drawing using DSM for single parts
- Select all beams that belong to Columns and generate one drawing using DSM for single parts
- In the generated drawing, I change the paper size and rearange the generated views.
- I use DPM for assemblies which is fine.
Step 4 takes time that could be spent elsewhere and I’m trying to revise it.
All i would like to see as a result is a set of generated views that are grouped by size (plates by thickness, beams by profile) and by position on the drawing.
I tried adding script to Drawing Process maps for plate thickness, as shown in the attached image. Regardless of the filter working, order of views is not effected by it.
'Check for t=5mm''
Function checkElement(Obj)
checkElement = False
Th = obj.Thickness
If Th = 5 Then
checkElement = True
End If
End Function
Does anyone have an idea how to speed this up?
DPM
by SP, but thickness is all over the place
after manual rearangement
Easy things are not worth the effort
http://www.teamcad.rs
Solved! Go to Solution.