cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Table Drawing Position

MrSteveR_3
12-Amethyst

Table Drawing Position

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!

1 ACCEPTED SOLUTION

Accepted Solutions

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

 

View solution in original post

2 REPLIES 2

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

 

Thank you! You are right!

Top Tags