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 LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pitch Circle Diameter parameters

Status
Not open for further replies.

1oldcaduser

Automotive
Joined
Jun 3, 2005
Messages
79
Location
SE
I have a group of 15 holes on a pitch circle diameter with a constant angle. How can I parameterize the sketch to enable diameter of hole and PCD and angle changes (If all this is possible) Also is it possible to change the number of holes within the sketch with a parameter.
 
See if this works for you -
Create 3 user defined parameters using the FORMULAS:PARAMETERS panel, say "hole dia" , "pcd" and "angle"(making sure the types are length, length and angle respectively). These then appear in the specification tree under Parameters.
Create your sketch with a construction circle and a point coincident on the cicumfrence. Right click the dim for the circle, go to edit formula and make the dim equal to "pcd".
Exit sketcher, and create a hole on your point on the sketch. In the Diameter field of the HOLE DEFINITION panel, right click, select edit formula and make the Diameter equal to "hole dia". Fianlly, create a circular pattern. In the Angular Spacing field of the Circular Pattern Definition panel, right click, edit formula and make the spacing equal to "angle". You can now control your 3 varaibles be double clicking them in the parameters branch in the specification tree.
Hope I explained this ok.
Good Luck
 
- You can also amend the number of holes using the same principal - create a parameter eg "instances". In the instances field of the Circular Pattern Definition panel right click, edit formula and make the number of instances equal to "instances" / 1mm.
 
Thanks for the info. I will try it thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top