Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

CAT VBA How to get Annotation Text Angle

Status
Not open for further replies.

Portolon

Automotive
May 30, 2011
10
BR
Hi,

I'm looking for information on how to get the slant angle of a specific annoation, as shown in the picture.
The properties shown are accessible when I work on FT&A workbench.
I want to get this property through vba code, to include it in a drawing automatically.

Does anyone know how to get this property?
Thanks in advance,

Portolon

dg_tnedga.png
 
Replies continue below

Recommended for you

I found this thread on COE: (credit Little Cthulhu)

3D annotations are basically 2D texts based on 3D plane or surface. To retrieve underlying text interface you call:
Dim drwText as DrawingText
Set drwText = oAnnotation.Text().Get2dAnnot()

regards,
LWolf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top