Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
NINaufal Irfan09/03/2025
I want to make a circle on the x+ axis face, but I can't set the Z axis as the positioning for making the circle.
Part.SketchManager.InsertSketch True
boolstatus = Part.Extension.SelectByID2("", "FACE", 7.49999999999886E-02, 7.22640627446935E-03, 1.02961646072686E-02, False, 0, Nothing, 0)
Set skSegment = Part.SketchManager.CreateCircle(0, 40 / 1000, -10 / 1000, 0, 45 / 1000, -10/ 1000)
Part.SketchManager.InsertSketch