Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi Team,
We have a need to build custom code to get part number associated with drawing residing in the workspace of Creo Parametric. Could you please help with this?
I have something like this:
Drawing drawing = (Drawing) model;
Models solids = drawing.ListModels ();
Solid solid = (Solid)solids.get (0);
There I have the drawing in model.
You will then it in solid.GetFullName()