cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Getting elements list from an object

Hi everyone!

I finally managed to create the object you can see in the image. I mean the panels that cover the walls of the building.

This cladding is composed by panels and substructure. My question is: Is it possible to get a list or quantify how many elements of each type are there (panels/aluminium profiles...)? The goal is to make it easy to get a budget of the cladding system.

Thanks!!

panels.jpg
13 Replies 13
Anonymous
Not applicable
It's strange,
you say that with print the number of panels is correct during execution,
but what about the parameter?
if it stays at 0 you must go to parameter script and type:
parameters panels=panels
could it be?
Anonymous
Not applicable
ops i have forgotten a line:

parameters panels=panels
parameters
Anonymous
Not applicable
It's strange,
you say that with print the number of panels is correct during execution,
but what about the parameter?
if it stays at 0 you must go to parameter script and type:
parameters panels=panels
could it be?
It worked!!! I didn't know about this function, thank you!!
Anonymous
Not applicable
Hello Joseba,
try adding this in the parameter script:

PARAMETERS panels=vert_panels*horz_panels
PARAMETERS

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!