Hi,
First of all, the points on the vertices must be independent objects - points, blocks, or the like. Otherwise you can't attach OD to them. Are they separate primitives?
Second, do these points already have inscriptions with their numbers? Texts, attributes?
Third, were these points created sequentially or in random order?
1. If the points already exist.
If these points were created sequentially, then ODEDIT_SETID - creating ID in the specified field OD can help.
If the points already have number inscriptions, then ODEDIT_SETTEXT - loading text content into the specified OD field can help. Or ODEDIT_LOAD_ATTRS - loading attribute values into the OD field.
These commands work for many, all specified objects at once.
You can manually load the content of texts/attributes into the desired OD field by Text_Sel2OD.lsp from CADaSchtroumpf.
2. If you need to create points, lisp's for that definitely exist - look in the Appstore or in general on the forum.
I just found it on the Russian forum NVX.lsp.
You can take the famous PtM from Lee Mac - create dots on the vertices.
When you create the points, will act as described in 1.
But points can also be created by exporting polylines and loading their vertices as points. Before loading the points, you can number them in a table editor or the like.
-- Alexander, private person, pacifist, english only with translator
🙂 --
Object-modeling _
odclass-odedit.com _ Help