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!

Geopak Criteria Syntax (Slope)

Status
Not open for further replies.

poncho3101

Civil/Environmental
Joined
Jun 15, 2011
Messages
1
Location
US
Hello everybody I am not quite sure how to use the forum this is the first time im using it. So hopefullt somebody can see this and answer my question.

I am writing criteria for proposed XS and I am almost done, I was thinking of including the either (+) positive or (-) negative sign with the slope. I was wondering if there is a quick command you can type in when drawing the slope or would you have to covert the slope into a string giving it a condition like

if (y2>y3) then

{

/* do the slope with negative sign using string*/

}

else

{

/* do the slope with positive sign using a string*/

Soemthign like this, or if anybody knwos the right way of doing it please let me know, I would really appreciate it.

Thank you.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top