Author Topic: Looking for a list of all annotative entities  (Read 1999 times)

0 Members and 1 Guest are viewing this topic.

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Looking for a list of all annotative entities
« 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

LibertyOne

  • Guest
Re: Looking for a list of all annotative entities
« Reply #1 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

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Looking for a list of all annotative entities
« Reply #2 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.