Creating new assembly drawing with toolkit API using simplified representation only (not master)
I'm looking for some advice. It seems that ProDrawingFromTemplateCreate() does not allow for the use of a simplified representation to be utilized to create a new drawing (resulting in the drawing being created with 'master'). I want to avoid loading 'master' into a newly created drawing.
How are others working around this limitation?
I'm considering this approach:
- Supply ProDrawingFromTemplateCreate() with a temporary empty assembly model to create drawing
- Use ProDrawingAsmsimprepAdd() to add a preselected simp rep to the drawing
- Delete the temporary assembly from the drawing.
Thoughts?

