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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Table Drawing Position

MrSteveR_3
14-Alexandrite

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!

ACCEPTED SOLUTION

Accepted Solutions
syalagudri
14-Alexandrite
(To:MrSteveR_3)

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
syalagudri
14-Alexandrite
(To:MrSteveR_3)

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

 

MrSteveR_3
14-Alexandrite
(To:syalagudri)

Thank you! You are right!

Announcements


Top Tags