Cómo obtener la longitud de nodo a nodo incluso en una parte inclinada en un dibujo

Tekla Structures
Not version-specific
Tekla Structures
node length
Gross Length
node to node
Template Editor
Environment
Not environment-specific
United States (Imperial)
United States (Metric)
Pregunta: Necesito mostrar la longitud de nodo a nodo en mi lista de materiales, ¿es posible?

Respuesta: Se puede mostrar la longitud de nodo a nodo agregando un campo de valor en el editor de cuadros utilizando la fórmula a continuación:

sqrt((pow(GetValue("MAINPART.END_X")- GetValue("MAINPART.START_X"),2))+(pow(GetValue("MAINPART.END_Y")- GetValue("MAINPART.START_Y"),2))+(pow(GetValue("MAINPART.END_Z")- GetValue("MAINPART.START_Z"),2)))
¿Le ha resultado útil?