Skip to main content
14-Alexandrite
March 28, 2022
Solved

Table Drawing Position

  • March 28, 2022
  • 1 reply
  • 1886 views

Hey guys,

 

I have created a table with ProDrawingTableCreate. I have placed it with ProDwgtabledataOriginSet and ProMousePickGet until now.

 

I want it to be place automatically next an already existing table.

 

Do you know how to do it? Or how to get the coordinate position of the existing table so I can place the new one next it.

 

Thank you!

Best answer by syalagudri

Using API "ProDwgtableInfoGet" you can get origin, height, width, etc... You do some calculation and place at right origin with API ProDwgtabledataOriginSet  

 

1 reply

14-Alexandrite
March 28, 2022

Using API "ProDwgtableInfoGet" you can get origin, height, width, etc... You do some calculation and place at right origin with API ProDwgtabledataOriginSet  

 

14-Alexandrite
March 29, 2022

Thank you! You are right!