Could it really be that silly?
that there is no way to call an attibute from a parents parent (grandparent! )?
a string equal to the file path version of ../ would make life so much easier.
D.
Could it really be that silly?
that there is no way to call an attibute from a parents parent (grandparent! )?
a string equal to the file path version of ../ would make life so much easier.
D.
Hi BillW...
Have you found any solution on the parent!parent! issue?
I need to call a custom attribute from the toplevel component to apply on my sub-sub- component.
Generally i am asking how to define a hierarchy something like:
to get LenX on my sub sub component [hole] to react on the custom attribute of [Box], [hole] is an component nested in [Wall], custom attribute is 'BoxHeight'
LenX =Box!Wall!BoxHeight/2
How do i write the path?
Thankyou for any help!
D.