This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Synchro Script for Appearance Profile

Hello Everyone,

I have read some questions related to my inquiry in this forum but my question is a bit different. I have two WBS "Column" and "Roof slab" for many floors. Both the WBS contain task Concrete. I want to assign appearance profile named "Columns"   to concrete task in "columns" WBS and "Slab" appearance profile to concrete task in "Roof slab" WBS using synchro script. Please see the attached image as well. If there is a solution I can expand this to other disciplines as well.

Parents
  • Hello,

    This script should be ok for you:

    TASK (NAME=="Concrete" AND PARENT.NAME=="Columns").ASSIGNMENT SET_PROPERTY (PROPERTY("Appearance Profile"), ALL_USE_PROFILE(NAME=="Column"))

    TASK (NAME=="Concrete" AND PARENT.NAME=="Roof Slab").ASSIGNMENT SET_PROPERTY (PROPERTY("Appearance Profile"), ALL_USE_PROFILE(NAME=="Slab"))

    BR,

    QSN

Reply
  • Hello,

    This script should be ok for you:

    TASK (NAME=="Concrete" AND PARENT.NAME=="Columns").ASSIGNMENT SET_PROPERTY (PROPERTY("Appearance Profile"), ALL_USE_PROFILE(NAME=="Column"))

    TASK (NAME=="Concrete" AND PARENT.NAME=="Roof Slab").ASSIGNMENT SET_PROPERTY (PROPERTY("Appearance Profile"), ALL_USE_PROFILE(NAME=="Slab"))

    BR,

    QSN

Children
No Data