Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Request Override Surfaces

Cosminn
Booster
Hello everyone, Is there a way to request the name of Overridden surface of an ArchiCad element, on each faces and edge.
Sincerely,
Daniel
3 REPLIES 3
Dontknow
Enthusiast
At the selection settings of your element you can override the surfaces.

Architectural construction designer, draftsman, modeller
ArchiCAD 25.
Cosminn
Booster
Thank you Dontknow

Sometimes my english level creates misunderstandings.
I solved my problem, last night. I was referred, how to request it using gdl scripting.
Eg.for Walls -just one face:
qq = REQUEST (WALL_MAT_A , your_mat, get_mat)
Sincerely,
Daniel
Cosminn
Booster
Actually the code is:

qq = REQUEST ("name_of_material", WALL_MAT_A, get_mat)
Sincerely,
Daniel