Skip to main content
1-Visitor
October 18, 2021
Solved

API to get Drawing Table & Note Outline

  • October 18, 2021
  • 1 reply
  • 1241 views

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.

Best answer by FabianWolf

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

 

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

 

1 reply

14-Alexandrite
October 18, 2021

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

 

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