KilianDrafting Posted February 16 Share Posted February 16 Are there macros that can pull information from the components panel to include data in a schedule? Link to comment Share on other sites More sharing options...
Solution Alaskan_Son Posted February 16 Solution Share Posted February 16 Depends on exactly which data you want, but the short answer is yes. For the example above, you can use some relatively simple code like: upper_layers[0].material_data.quantity.to_cu_yd.round(2) It gets much more complicated though if your wall has multiple layers. Link to comment Share on other sites More sharing options...
KilianDrafting Posted February 16 Author Share Posted February 16 43 minutes ago, Alaskan_Son said: Depends on exactly which data you want, but the short answer is yes. For the example above, you can use some relatively simple code like: upper_layers[0].material_data.quantity.to_cu_yd.round(2) It gets much more complicated though if your wall has multiple layers. Thank you! I see this would also be affected by a pony wall situation. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now