Expressions to reference element parameters. These will typically be prefixed with element, e.g. element.parameter, but any specific element type can be used, e.g. door.parameter , if attributes are only required for that type.
Library parts usually have multiple parameter, but a rule or calculation will be focussed on the value of just one – therefore the name of the target parameter should be appended, e.g. element.parameter.gs_list_manufacturer
Parameters cannot contain spaces or other breaking characters, so parentheses and quotes are not required. Refer to section 4.4.10, How to use object parameters for more detail.
parameter |
An element property value – the property name must be specified, e.g. element.property(“Manufacturer”) The property name can optionally be prefixed with the group name to guarantee uniqueness, e.g. element.property(“General::Manufacturer”) |
Comments
0 comments
Please sign in to leave a comment.