Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! 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()