Hi, When using connect C++ api to query Annotations (Dimension, Label, Tag, Pattern, Detailing...) I can get various parameter definitions for each type element. in order to draw it in a viewer, I need create geometry representations for each type element and then send it to a viewer. The efforts is pretty significant given so many different annotation types since each type has different parameters definitions.
Is there some connect C++ api can support get geometry representation of the given element (say a dimension element) so I can send the data to viewer for rendering directly?
Thanks,
Danny