Skip to main content
1-Visitor
July 10, 2014
Solved

Slope value instead of angle

  • July 10, 2014
  • 3 replies
  • 3990 views

Is it possible to give slope value directly instead of coverting them into angle by taking tan inverse of the slope.For e.g : I want a line inclined to horizontal having a slope of (1/4).Now I dont want to take out my calculator and find out the angle, I just want to put in the slope value.

I have attached one such drawing where the dimensions are given in the slope form.Please suggest me as I am new to this software.

Thank You


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by dschenken

Pretty sure you can use inline functions, such as atan(1/4), which returns the angle in degrees. Instead of entering a number, type the function. It may prompt you to add this as a relation, so that you can edit the fraction later on if you want.

3 replies

17-Peridot
July 10, 2014

You cannot do this directly that I know of. I have had to do this before. in the sketch I use construction geometry to set the slop. A vertical line of "1" horizontal line of "4" and use the diagonal vertex of each to define the sloping line. With these values, I also have the data I need to create the callout for the drawing.

1-Visitor
July 10, 2014

Dear Antonius,

That would take extra bit of doing but I guess that is the only solution to this.Thank you for your helpful reply

Regards

Shashi.

17-Peridot
July 10, 2014

Certainly easier than calculating each angle

I like using geometry to define sketches whenever possible.

slope_sketch.PNG

dschenken1-VisitorAnswer
1-Visitor
July 10, 2014

Pretty sure you can use inline functions, such as atan(1/4), which returns the angle in degrees. Instead of entering a number, type the function. It may prompt you to add this as a relation, so that you can edit the fraction later on if you want.

17-Peridot
July 10, 2014

Nice trick, David. That works fine!

1-Visitor
July 11, 2014

Yes that is wroking really fine.

Thank you David and Antonius

17-Peridot
July 12, 2014

atan() also completed my equation for the involute curve by solving angle a-c in a right triangle a, b, c.

Involute Curve Equation <= trailangle