sponsored ads

Programmatically rotate a solidworks model in C#

sponsored ads

I would like to rotate a solidworks model in C# using pitch/roll data and the solidworks API. Asked Jul, 05 2012
add commentflag 

sponsored ads

answer this question

select the point you desire, (or place a point entity at the intersection of CL's so that you have a point to select.) and then click on measure, it will give you the X, Y, and Z in respect to origin. Answered Aug, 10 2011
vote up 1 vote down

I would open a sketch, lets say on the right plane
Draw a circle and dimension the outer diameter
Next I would offset that circle to the thickness of the belt
Next I would extrude that sketch by mid plane to the width of the belt
Now I would create another sketch off the same plane (right) and select the face of the belt and select convert entities in your sketch list
Now I would take the line command and center a tooth top and bottom (or off set them if need belt)
Now trim off the excess lines after you dimension your teeth.
Extrude the teeth sketch the same way as you did the belt.
Now select that feature in the feature manager and do a circular pattern.
You can then choose how many teeth you want and it will space it out for you. Answered Aug, 09 2011
vote up 1 vote down

Your Answer

community wiki:

The Verified Code is to stop spamming. It will be hidden once your reputation reached 100.
or
Create one

Options

sponsored ads