cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
_c_
Enthusiast

ElemPriority <> UIPriority?

Does anyone know how the Elem <> UIPriority is calculated?

I am trying to figure out how the connectionPriority of materials in exported xml files makes sense.

_c_
1 Solution

Accepted Solutions
Viktor Kovacs
Graphisoft
Graphisoft

Here is the calculation method between Internal and UI priority:

uiPriority = int ((double) priority * 62.0 / 100.0 - 43.0 * 62.0 + 1.5);

Please note that this is an implementation detail surfaced in the XML, the calculation method may change in the future.

 

Go to post

2 Replies 2
Viktor Kovacs
Graphisoft
Graphisoft

Here is the calculation method between Internal and UI priority:

uiPriority = int ((double) priority * 62.0 / 100.0 - 43.0 * 62.0 + 1.5);

Please note that this is an implementation detail surfaced in the XML, the calculation method may change in the future.

 

_c_
Enthusiast

Thank you! I doubt that I would have figured that out on my own...

_c_

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!