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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Translate the entire conversation x

API to get Drawing Table & Note Outline

Harsh9592
7-Bedrock

API to get Drawing Table & Note Outline

Hi All,

I am trying to get the outline points (bottom left & right Top points) for the Table & Note but not able to get success.

Although we can get outlines for the view using 'ProDrawingViewOutlineGet' function.

Anybody can help me on this.

Thanks for the help.

ACCEPTED SOLUTION

Accepted Solutions
FabianWolf
13-Aquamarine
(To:Harsh9592)

Table: ProDwgtableInfoGet -> ProDwgtableInfo Attribute -> double outline[2][3];

 

2d Note: ProDtlnotedataLinesCollect -> ProDtlnoteLineEnvelopeGet (for first and last line if more than one) 

 

View solution in original post

1 REPLY 1
FabianWolf
13-Aquamarine
(To:Harsh9592)

Table: ProDwgtableInfoGet -> ProDwgtableInfo Attribute -> double outline[2][3];

 

2d Note: ProDtlnotedataLinesCollect -> ProDtlnoteLineEnvelopeGet (for first and last line if more than one) 

 

Announcements

Top Tags