|
Sample Undercut Criteria |
| XSECTION PROPOSED XS /*
>>> For english, reset the tolerance to 0.10 <<< */ PATTERN BY STATION DEFINE "UNDERCUT XS DGN" [TIP]_RDY_XSC_[DESC].DGN DEFINE "UNDCUT01
OUTSIDE EOP OFFSET" 1 /*
>>> For english, change the extension from .met to .eng <<<
*/ CRITERIA FOR SHAPE
CLUSTER SIDE SLOPE LT where
(station >= 2200) and (station <= 2750) SIDE SLOPE RT where
(station >= 2200) and (station <= 2750) XS DGN = [TIP]_RDY_XSC_[DESC].DGN PLOT PARAMETERS DO NOT FILL GAPS BETWEEN CLUSTERS WRITE XS INTO DGN = [TIP]_RDY_XSC_[DESC].DGN /* extra line required
*/
|