<IMPLICIT
VARIANTS TABLE>
0 "Variant
1 " -1.0 100.0 "r" 0 0 204
1 "Variant
2 " 10.0 10.0 "n" 255 0 255
</IMPLICIT
VARIANTS TABLE> |
This table describes all the implicit variant
main properties. It must contains one line per variant and the columns
must be filled in this order :
- Column 1 : The ID of the variant. This ID should
start from 0 and be increased by 1 per line. If this column does not
respect this format, OptiLine will generate a warning and correct the
value
- Column 2 : The name of the variant
- Column 3 : User percentage : The percentage specified
for the current variant. Note that only certain types of BOM nodes can
have an user percentage (BOM explanation there).
A –1 value means that no user percentage is specified
- Column 4 : Final percentage : This percentage is
computed by OptiLine depending on the type of the variant, its predecessors
and the user percentages
- Column 5: This field determines the type of the BOM
node. "r" means a root leaf, "n"
a normal leaf and "i" an inverse leaf.
- Column 6: The red component of the color of the link
(between 0 and 255)
- Column 7: The green component of the color of the
link (between 0 and 255)
- Column 8: The blue component of the color of the
link (between 0 and 255)
|