How to extract the engineering quantity of different measurement unit components at one time?

how to extract the engineering quantity of different measurement units at one time:
for example: column, wall, beam and plate are measured by volume;
doors and windows are measured by area or floor;
electromechanical pipes are measured by length;
.

Nov.16,2021

so far I haven't seen a very fast attribute reading method
about your requirement:
1. Iterate through all the dbid and get the name of the component
2. Reclassify
3 by name. Extract engineering quantity according to corresponding attributes
it is recommended to use promise.all for callback integration

I hope I can help you ~ ~ good luck

Menu