i had a doubt in my project i am creating circle but in creating circle command which is as followed Set skSegment = Part.SketchManager.CreateCircle(0#, 0#, 0#, xod / 2, 0#, 0#) here in these line it says type mismatch i had set xod as double also set its value in the textbox any idea for the solution?
Very cool! had no Idea that was possible in Solidworks.
Thanks Garrett..I am glad that you liked it😊
i had a doubt in my project i am creating circle
but in creating circle command which is as followed
Set skSegment = Part.SketchManager.CreateCircle(0#, 0#, 0#, xod / 2, 0#, 0#)
here in these line it says type mismatch
i had set xod as double also set its value in the textbox
any idea for the solution?
It seems correct. However can you check once the declaration of skSegment? Does your code have this line: Dim skSegment as Object ?