Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Parameter Calculated by Square Root and Exponential Factor

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
alexandre
325 Views, 4 Replies

Parameter Calculated by Square Root and Exponential Factor

I need to calculate the diagonal of an escalator with parameters of a revit family.

With the following equation:

 

alexandre_0-1668704139656.png

 

D = Diagonal (mm)

IF = Inferior Length (mm)

SL = Superior Length (mm)

h = Height (mm)

inclination = (degrees - o)

 

I need to calculate the diagonal of an escalator with parameters of a revit family.

With the following equation:

 

Diagonal = sqrt((Height^2)+((IF + SL+ (Height/tan(Inclination))^2)))

 

However, Revit returns that I have an inconsistent unit.

One part of the equation agrees:

(IF + SL+ (Height/tan(Inclination))^2)), but when it is included (Height^2) or sqrt. Revit the inconsistent unit warning message.

 

I tried to calculate in a separate parameter (Height^2), but the message persists.

 

Thanks if anyone has a tip.

4 REPLIES 4
Message 2 of 5
barthbradley
in reply to: alexandre

Sounds like you need a neutralizer.  That is, divide by 1 or multiply by 1.  

 

https://knowledge.autodesk.com/support/revit/troubleshooting/caas/sfdcarticles/sfdcarticles/Inconsis...

Message 3 of 5
ToanDN
in reply to: alexandre

Your brackets are wrong.  Try this:

 

sqrt((h ^ 2) + ((IL + SL + (h / tan(Inclination))) ^ 2))

 

ToanDN_0-1668706793726.png

 

 

Message 4 of 5
alexandre
in reply to: alexandre

Excellent. Thank you very much.

Message 5 of 5
alexandre
in reply to: ToanDN

Excellent. Thank you very much.

 
 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report