Hello
Hi have Proplem
If i create a line in a 3D Sketch , these line gets the name "line1" from Solid works for example
if i create a makro and select this line
like this
boolstatus = Part.Extension.SelectByID2("Line1", "SKETCHSEGMENT", 0.394865426676, 2.007598891366, 0.5806753841057, False, 0, Nothing, 0)
My Question is
Is it possible to change the Name of this line for example from "Line1" to "Line23" in Solid Works or with the API
I have written a Programm and I need to Change every Line-Name to a specific
I hope you can help me
SolidworksApi macros