Design sequence create circles based on name of points; Convert string to length

Hello,
The summary is: In the design sequence i need every individual line object and every individual point object. The point objects need association to the names given to them.

 

The points get a name. If theres a "6", a 6mm radius circle should be drawn around the point. So it is absolutely crucial to keep the association of the name and the point object. The lines should be drawn by hand as a I can not control the sequence in which the points are connected automatically.
 

 


First issue I faced was, when i use the domains feature, only 1 line is being displayed and the connecting points disappear


Disassembling the single line sort of works but I can`t retrieve the points

 

When I query the children of the sketch to retrieve the points or lines, I get "2DLine" and "2D point", which I can not use for any features.

 

If I could convert the "2DLine" and "2DPoint" to usable objects, this would be perfect.

 

 


The next issue I faced was converting the name to a length. I have the names as a string but I could not find a way to convert it to a length.


If You know an answer to any of these problems, please let me know.

Best regards
Nils Schütz