Drawing close circles with API
Drawing close circles with API
(OP)
Hello,
I´m using this function to draw circles in a sketch, but if the circles are very close each other, Solidworks only draw one circle.
Is there a way to change the precision to draw with the API, or other function more precise?
Set Sketch = pieza.ICreateCircleByRadius2(Xcir, Ycir, ZCir, Rcir)
Thank you
I´m using this function to draw circles in a sketch, but if the circles are very close each other, Solidworks only draw one circle.
Is there a way to change the precision to draw with the API, or other function more precise?
Set Sketch = pieza.ICreateCircleByRadius2(Xcir, Ycir, ZCir, Rcir)
Thank you






RE: Drawing close circles with API
Dim swDoc As ModelDoc2
swDoc.SetAddToDB True
'Create Your Circles Here
swDoc.SetAddToDB False
Hope this helps...
DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.