TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: roy_043 on November 08, 2013, 06:18:58 AM

Title: Looking for a list of all annotative entities
Post by: roy_043 on November 08, 2013, 06:18:58 AM
I am looking for a list of all annotative entities.

This is what I have so far:
Code: [Select]
ARC_DIMENSION
ATTDEF
ATTRIB
DIMENSION
HATCH
INSERT
LEADER
MTEXT
MULTILEADER
TEXT
TOLERANCE

Are these annotative?:
Code: [Select]
ARCALIGNEDTEXT
RTEXT
Title: Re: Looking for a list of all annotative entities
Post by: LibertyOne on November 11, 2013, 04:13:08 AM
3 Point Angular Dimension
Aligned Dimension
Angular Dimension
Arc Length Dimension
Attribute
Attribute Definition
Diametric Dimension
Jogged Dimension
Leader
MText
Multileader
Ordinate Dimension
Radial Dimension
Rotated Dimension
Text
Tolerance
Title: Re: Looking for a list of all annotative entities
Post by: roy_043 on November 11, 2013, 06:58:41 AM
Thank you. As far as I can tell your list matches my first list (ARC_DIMENSION - TOLERANCE). So I guess ARCALIGNEDTEXT and RTEXT are not annotative.