PDA

View Full Version : which part/group in 2d view


Maurizio
01-23-2006, 06:08 AM
hi all,

I'm new in solid personalization:
I would like to extract from 2D view (annotation) the list of the parts/group that are in it.
This because many times I calculated a view (es:explode) and remove some parts/group in order to see better some other parts.
After that I wont to put on BOM the list af the parts.

what do you think

clausb
01-23-2006, 09:01 AM
See the documentation on sd-am-inq-view and sd-am-view-struct in the Integration Kit documentation; this should hopefully get you started. And here's some Lisp code which might also be helpful:

http://www.clausbrod.de/Osdm/MacroPartsInAnnotationViews

Claus