Skip to main content
1-Visitor
September 29, 2020
Question

how to get param value for dwg_name

  • September 29, 2020
  • 2 replies
  • 1374 views

Hello

 

As we know, drawing name is stored in dwg_name system parameter, but this parameter through toolkit is not accessible. How to get value of dwg_name using toolkit?

2 replies

September 30, 2020

There is a support article:

 

Article - CS96733 'How to use the "dwg_name" in a relation or in a Pro/ Program in Creo Parametric Creo 2.0'

 

https://www.ptc.com/en/support/article/CS96733?&language=en&posno=1&q=dwg_name&source=search&source=copyurl

 

RPN
18-Opal
October 6, 2020

Why is it not possible for you to use ProMdlDataGet(model,&data) -> data.name,

which is equivalent to the requested value.