poncho3101
Civil/Environmental
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.
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.