@tak2hata said:
@hcltw1963 said:
Dear Tak2hata,
Is it possible to generalize the script to use for another kind of construction type like wood? I thought that if the class name "RC_GIRDER","RC_BEAM","RC_WALL","RC_SLAB" substituted by "GIRDER","BEAM","WALL", and "SLAB", they will not be represented as RC construction only.
So, it will be useful for different kind of construction cause materials been assigned clearly.Hi,htcltw1963.
It is possible.
But STEEL_GIRDER,STEEL_BEAM,STEEL_COLUMN,RC_GIRDER,RC_BEAM,RC_COLUMN,WOODEN_GIRDER,WOODEN_BEAM,WOODEN_COLUMN.....
I think it too many class to select.
"ALL" CLASS with searching word can find by "TAG" and "PROFILE".I can add the new CLASS If surely required.
But it will be very hard.I must change TABLE EDITOR,too.
If there is the request same otherwise, it will inquire collectively.Thanks.
Thanks for reply so quickly. I think the modification is as:
STEEL_GIRDER,STEEL_BEAM,STEEL_COLUMN,GIRDER,BEAM,COLUMN,OTHER
It is because steel material has special profile, it needs independent class. The prismatic member like concrete, wood, and other can be categorized as same class. They can be identified by materials. I had experienced modifying your scripts by deleting key word "RC_" where in rubies but failed to execute. I hope the idea works for minimum modification.