Skip to main content
1-Visitor
August 19, 2011
Question

Is there support for Drawing Representations?

  • August 19, 2011
  • 2 replies
  • 4352 views

I see in the guide about simplified representations but not drawing representations. I would like to ultimately distinguish between notes associated with views and textual block notes on the drawing and in the title block. I would think if I can retrieve a drawing with 'no views', all the views and associated items would be blank. Then I can call GetIsDisplayed() to figure out what is left. I didn't even see anything to erase the views. Is this just not supported?

2 replies

1-Visitor
August 23, 2011

Hello Antonio

There is not much on drawing Reps, but allot on drawing views, notes, and tables. This is a number of ways to determine if a note is associated to a view or in a table. You can email me at jfelkins@felcosolutions.com to ask me more detail questions if you like. Thank you.

1-Visitor
August 24, 2011

Confirmed with PTC Tech Support. Toolkit can do it but not JLink. In regard to my interrogation of notes, I was able to filter out all notes that did not have leader lines associated with it.

17-Peridot
July 21, 2022

Any ideas how to retrieve a drawing with 'no views' using C Toolkit?

21-Topaz I
July 29, 2022

The following article https://www.ptc.com/en/support/article/cs244978 suggests to set the option call ProMdlFiletypeLoad() as ProMdlLoad is deprecated with 3rd argument to True.
This will prompt the request the No View rep.

21-Topaz I
August 2, 2022

Hi you are looking for a methodology to open drawings and skip the relationship with the 3D model at loading. It is a fair request as sometimes indeed this relationship can have been severed. 
This capability has been a recurring pipe dream for years and this is not part of Creo Parametric capabilities and by corollary not part of Creo Toolkit capabilities.