onaycan / 3dCity_LOD1_rep

the rep of a 3d representation of a city
1 stars 1 forks source link

Input file structure P1 #50

Closed sadilak85 closed 4 years ago

sadilak85 commented 4 years ago

After today's talk, we can think a possible input file structure like this for your write to file purposes:

BUILDING ID xxx

GROUND

node 100101 0.0 0.0 0.0 .... ....

FLOOR 1

node 200101 0.0 168.0 0.0 .... ....

FLOOR 2

node 300101 0.0 336.0 0.0 node 300102 288.0 336.0 0.0 .... ...

MASTERNODES

node 900902 144.0 168.0 144.0 ....

POUNDINGNODES

POUNDING FLOOR 1

...

POUNDING FLOOR 2

...

BEAM

beam 1020101 200101 200102 beam 1030101 300101 300102 ...

BEAM_interior

...

GIRDER

girder 2020101 200101 200201 girder 2020102 200102 200202 ...

GIRDER_interior

...

COLUMN

column 20100 100101 200101 column 20101 100102 200102 .. ..

COLUMN_interior

..

END

sadilak85 commented 4 years ago

For #MASTERNODES every line is a masternode on each floor starting from floor 1 and 2,3,4...etc ....

onaycan commented 4 years ago

i guess this issue is obsolete now.