sbmathias
Industrial
- Jan 29, 2004
- 50
I'd like to be able to execute a command that gets a list of the components of an assembly, then gets the drawings of each component, and then prints those drawings. Seems like this should be part of the basic system, but doesn't appear to be. I've asked around about this, but have always been told that I'd need to write it myself. So, I've just about decided to do it myself. My question is how to get started. I don't see too much in API Help, although I'll keep poking around.
I suppose I'd start by calling the Find References function (recursively), opening each object, then opening each drawing, then printing. Conceptually simple, but I'd welcome any recommendations on where to start, or pointers to resources.
I suppose I'd start by calling the Find References function (recursively), opening each object, then opening each drawing, then printing. Conceptually simple, but I'd welcome any recommendations on where to start, or pointers to resources.