Display Resource File
To display width spacing patterns, the display.drf file can include definitions for the outline, full, track, and period display packets. For example,
drDefinePacket(
;( Display PacketName Stipple LineStyle Fill Outline FillStyle)
( display m2WSP blank dash red red outline)
( display m2WSP_snapPatternFull x solid redWeak red outlineStipple)
( display m2WSP_snapPatternTracks x longDash red red outline
( display m2WSP_snapPatternPeriod x longDashThick red red outline
)
…
);
In this example, m2WSP is the display packet associated with the layer-purpose pair ("Metal2" "type1"), which was used to create the WSSPDef for one of the Metal2 grids.
Related Topics
Return to top