Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Solidworks Equivalent to AutoCAD "DIV" Command? 3

Status
Not open for further replies.

sloth4z

Mechanical
Joined
Aug 12, 2003
Messages
132
Location
US
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.
 
sloth4z,

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
 
sloth4z,

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.
 
 http://files.engineering.com/getfile.aspx?folder=d8e3880f-c514-4d43-8ce2-140c9cc64789&file=split_sketch_segment.swp
drawoh's method is the one I use. Using a circular array would make it fully parametric and very easy to edit
 
I did the circular array and then made the points coincident with the arc endpoints (and one other random point coincident with the arc). This worked pretty well for what I needed.

Jraoul - thank you for the macro and links. I'll have to check them out as soon as I can.

Thanks Guys
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top