Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
a month ago
- last edited
a month ago
by
Laszlo Nagy
I am trying to make a property with and expression, so that elements automatically looks like this:
"Layer name" + "Parent ID" divided by a "/" symbol.
For example:
"YVH-01/A" - Where 'YVH-01' is the name of the layer and 'A' is the Parent ID.
Can anyone help with an expression for this?
Thanks 🙂
Solved! Go to Solution.
a month ago
Here you go:
CONCAT ( {Property:General Parameters/Layer}, "/", {Property:General Parameters/Parent ID} )
You can just copy this into the expression editor and it will recognize the parameters.
Hope that helps 🙂
Bernd
a month ago
Here you go:
CONCAT ( {Property:General Parameters/Layer}, "/", {Property:General Parameters/Parent ID} )
You can just copy this into the expression editor and it will recognize the parameters.
Hope that helps 🙂
Bernd
a month ago
Thanks a bunch Bernd! 😊