Guest
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