Hi guys,
I want to hold the pointer of Axis at the time of its creation hereis my code how cann i hold it so that i can rename it
boolstatus = skPoint.Select4(True, Nothing) //select fist point todra AXIS
boolstatus = Part.Extension.SelectByID2("PlaneAlongXAxis","PLANE", 0, 0, 0, True, 0, Nothing, 0) // plane for vertical Axis
boolstatus = Part.InsertAxis2(True) // here i am drawing AXIS
but now how can i change it even its not selected at the time ofcreattion
Regards,
SolidworksApi macros
I want to hold the pointer of Axis at the time of its creation hereis my code how cann i hold it so that i can rename it
boolstatus = skPoint.Select4(True, Nothing) //select fist point todra AXIS
boolstatus = Part.Extension.SelectByID2("PlaneAlongXAxis","PLANE", 0, 0, 0, True, 0, Nothing, 0) // plane for vertical Axis
boolstatus = Part.InsertAxis2(True) // here i am drawing AXIS
but now how can i change it even its not selected at the time ofcreattion
Regards,
SolidworksApi macros
