Skip to main content
10-Marble
October 20, 2021
Solved

Open Drawing From Model structure

  • October 20, 2021
  • 1 reply
  • 1992 views

 

I want to open the corresponding drawing in Annotation

when I click the viewset from the Model structure .

It is troublesome because the model and drawing cannot be loaded as a set from Windchill.

 

Best answer by KenFarley

There is no data stored in a model file that indicates which drawing(s) it is used in. A drawing has a reference to the model(s) being used in its views, but not the other way around. This makes sense, because a model could be used in one drawing, or in many drawings. You can have more than one model in a drawing, or you might have many drawings showing the progressive stages i part goes through in being manufactured (casting, machining, final grinding, etc.)

 

It's the same situation with parts and assemblies. An assembly knows all the parts that it is using, but a part does not have any data indicating which assemblies it is being used in.

1 reply

KenFarley21-Topaz IIAnswer
21-Topaz II
October 20, 2021

There is no data stored in a model file that indicates which drawing(s) it is used in. A drawing has a reference to the model(s) being used in its views, but not the other way around. This makes sense, because a model could be used in one drawing, or in many drawings. You can have more than one model in a drawing, or you might have many drawings showing the progressive stages i part goes through in being manufactured (casting, machining, final grinding, etc.)

 

It's the same situation with parts and assemblies. An assembly knows all the parts that it is using, but a part does not have any data indicating which assemblies it is being used in.

juchida10-MarbleAuthor
10-Marble
October 20, 2021

Thank you for your reply. I agree.

 

Most models and drawings are related one-to-one,

so I wondered if the "Open Related Drawings" function would be possible if Modeling + Windchill could be integrated well. ..

 

.bdl is easy to handle, isn't it?