Available from version 1.60.14.20 of the Builder plugin.
Methods
$EDGEBAND(field name, edge band name)$
Field name: inform the name of the field corresponding to the registration of the border ribbon which is described below.
Edge band name: inform the name of the edge band that the information should be searched for.
IMPORTANT: In order for the value to be selected, the registered edge band must have an Edge structure selected according to the structure registered on the part.
IMPORTANT: If there is more than one edge applied to the part with the same name, the value returned will refer to the first edge.
Ther edge band fields are based on the edge band registration fields on the Builder tab, which are:
OPERATIONTYPE: type of operation information
LAYER: layer information
CONDITION: condition
THICKNESS: edge thickness
STRUCTURE: edge structure
NAME: name
HEIGHT: altura
TYPE: type
Examples of methods:
$EDGEBAND(HEIGHT, RIGHT)$
This assembler will display the value of the Right Edge Band Height field.
$EDGEBAND(THICKNESS, FRONTAL)$
This assembler will display the value of the field Thickness of the Front Edge Band.