CarlosR2022
Electrical
- Sep 16, 2010
- 36
I have a drawing that has its title block as a DrawingComponent object. I would like to get some DrawingTexts. Currently, in order to do this, I have to do myTitleBlock.Explode so the texts can be read. I woudl like to ask if there is a way to get the texts without using `Explode`? Explode is slow and it changes the drawing structure which I would like to avoid.