How do you get the fully qualified name of a selected object,for example the name of a point: Point11@Sketch4? I want to writethese out to a file so that I can read it back in and make theproper selections using SelectByID2.
I think I could probably construct this name by usingSketchPoint.GetID and SketchPoint.GetSketch plus Feature.Name butthat seems to be a pain. It would seem to me since SWX uses thisall the time it would be a built in method for selectableentities.SolidworksApi macros





I think I could probably construct this name by usingSketchPoint.GetID and SketchPoint.GetSketch plus Feature.Name butthat seems to be a pain. It would seem to me since SWX uses thisall the time it would be a built in method for selectableentities.SolidworksApi macros