Solidworks Equivalent to AutoCAD "DIV" Command?
Solidworks Equivalent to AutoCAD "DIV" Command?
(OP)
I have an arc and I am trying to split it into 13 segments (or place 12 points evenly spaced). Currently I draw 13 straight lines along the curve and then make them all equal to each other. Is there an easier way to do this? I was hoping there is a SolidWorks equivalent to AutoCAD's "DIV" command, but I can't seem to find one.






RE: Solidworks Equivalent to AutoCAD "DIV" Command?
I do not see how an equivalent to AutoCAD's DIV command would be parametrically controlled.
How about you model your first feature, place an axis at your arc's centre, then use a circular array?
JHG
RE: Solidworks Equivalent to AutoCAD "DIV" Command?
The attached macro will do what you're looking for (split a sketch segment into a number of equal portions).
I'm not the author of this macro and I don't remember where I got it.
Hope it helps.
RE: Solidworks Equivalent to AutoCAD "DIV" Command?
From the SolidWorks website: (API Examples)
http://w
http://fi
RE: Solidworks Equivalent to AutoCAD "DIV" Command?
RE: Solidworks Equivalent to AutoCAD "DIV" Command?
Jraoul - thank you for the macro and links. I'll have to check them out as soon as I can.
Thanks Guys