Skip to main content
18-Opal
July 12, 2018
Solved

is it possible a creaet Drawing with toolikt?

  • July 12, 2018
  • 1 reply
  • 2811 views

Hi

 

is it possible to creaet a Drawing with toolkit?

if select a specific model, we get model name using ProMdlNameGet.

and model name will be fill a New Drawing File name.

 

and call dialog following picture.

 image 4.png

is it possible?

 

and can toolkit call a update sheets?

 

thanks

Best answer by Ketan_Lalcheta

Below is list of API:

 

  • ProDrawingFromTmpltCreate() to create drawing from template
  • ProDwgSheetRegenerate() for sheet update. Make sure you set all drawing sheet as current sheet one by one before calling API ProDwgSheetRegenerate().

- HIH

Ketan

1 reply

1-Visitor
July 17, 2018

Below is list of API:

 

  • ProDrawingFromTmpltCreate() to create drawing from template
  • ProDwgSheetRegenerate() for sheet update. Make sure you set all drawing sheet as current sheet one by one before calling API ProDwgSheetRegenerate().

- HIH

Ketan

CHASEONHO18-OpalAuthor
18-Opal
July 17, 2018

Thank you!

also you can call new drawing dialog with using ProMacroLoad()

 

CHASEONHO18-OpalAuthor
18-Opal
July 17, 2018

why are you avoid using macro?

can you tell me?