Giuseppe Beatrice
Guest
Hello, everyone.
I am working with the elements of a block definition, which I extract with the "tblsearch" function followed by "tblnext"; I would also need to know, if possible, the coordinates of the base point of the block, then used as a reference point for each insertion of the block itself.
from the online help on the dxf codes it seems to me to understand that this is possible, accessing the "block" entity and reading the association with code 10, but the extraction with the "tblnext" function makes me access only to the graphic components of the block definition, so I do not know how to access the "block" entity of the block definition.
how can I extract then the coordinates indicated above, and these always coylate with the base point, even when I fix it in different position from the origin with the "basic point" parameter of dynamic blocks?
thanks for the availability.
I am working with the elements of a block definition, which I extract with the "tblsearch" function followed by "tblnext"; I would also need to know, if possible, the coordinates of the base point of the block, then used as a reference point for each insertion of the block itself.
from the online help on the dxf codes it seems to me to understand that this is possible, accessing the "block" entity and reading the association with code 10, but the extraction with the "tblnext" function makes me access only to the graphic components of the block definition, so I do not know how to access the "block" entity of the block definition.
how can I extract then the coordinates indicated above, and these always coylate with the base point, even when I fix it in different position from the origin with the "basic point" parameter of dynamic blocks?
thanks for the availability.