2014-11-17 11:51 AM
2015-01-22 10:37 PM
2015-01-22 11:56 PM
n = APPLICATION_QUERY ("ParentCustomParameters", "GetParameter(IFC.Attributes.Description)", value)and use it in the 2D script window with Text2 it will update on parent change, but the parameter array extraction will not work in the 2D window.
2015-01-23 12:18 AM
2015-01-23 12:24 PM
n = APPLICATION_QUERY ("ParentCustomParameters", "GetParameter(" + params + ")", parValue)in the 2D script window with appropriate Text2 statements. The 2D window can read the parameters created by the Master script as you might expect.