Might be interesting. And even practically applicable.
We are doing experimental projects: XDPoint for point objects, XDLabel for inscriptions. We want to explore object linking in basic AutoCAD. And wanted to test how it could be used.
We used XData because we were aiming for versatility - XData is available in any AutoCAD. And we wanted to avoid creating special objects - like Annotations or the like in vertical applications.
(For Map 3D, all of this can be done on Object Data as well).
For example, can use XDPoint to solve the problem of this topic too:
Link blocks and linear objects along which want to arrange these blocks - XDPOINT_LINK.
The blocks will have XData with link parameters. Among these parameters there are dx, dy, dz and distance of blocks relative to linear objects. Replace these numbers with the required identical ones - XDTOOLS_VEDIT.
Execute XDPOINT_UPDATE - the blocks will be projected along the linked linear objects.
This is certainly more complicated than Olivier's program.
The XDPoint commands were not created for the task of this topic. But it turns out that they are applicable in this case as well.
Having objects linked allows you to solve very many problems with just three to five commands and allows to exchange data between objects.
-- Alexander, private person, pacifist, english only with translator
🙂 --
Object-modeling _
odclass-odedit.com _ Help