Sometimes you will want to query an object's properties - that you found in a drawing. How do you do that?
Let us suppose we have a single part. Then we need to:
- Get the Drawing
- Get the part identifier
- Select it in the model
SinglePartDrawing singlePartDrawing = (SinglePartDrawing)drawing;