Command Mode Syntax

The Geometric Tolerance dialog box is the main way to create or modify a geometric tolerance command. For more information, see the "Geometric Tolerance Dialog Box" topic. However, you can also create or modify a geometric tolerance command from the Edit window's Command mode. Below are a couple of examples to help you understand how to use the Edit window command.

Simple Example

In the Edit window's Command mode, a relatively simple geometric tolerance might look like this:

FCFCYLY1   =GEOMETRIC_TOLERANCE/STANDARD=ISO 1101,SHOWEXPANDED=NO,
            SEGMENT_1,CYLINDRICITY,0.05,TOL_ZONE_MATH=DEFAULT,
            FEATURES/CYL4,,

 

There are several parts to this Edit window syntax:

Please notice that SHOWEXPANDED=NO. This hides much of the detail.

Complex Example

Here is an example of the Command Mode syntax for a more complex geometric tolerance, with SHOWEXPANDED=YES:

FCFLOC3    =GEOMETRIC_TOLERANCE/STANDARD=ISO 
 1101,SHOWEXPANDED=YES,
            FEATURE_MATH=LSQ,DATUM_MATH=LSQ,DISPLAY_COORDS=DRF,
            UNITS=IN,OUTPUT=BOTH,ARROWDENSITY=100,
            SIZE/NOMINAL=0.3249,TOLERANCE SPECIFICATION MODE=NOMINAL_WITH_DEVIATIONS,
            UPPER TOLERANCE=0.0394,LOWER TOLERANCE=0.0394,REPORT_LOCAL_SIZE=OFF,
              CYL4:
                GLOBAL SIZE:0.3249,
              CYL6:
                GLOBAL SIZE:0.3250,
              CYL8:
                GLOBAL SIZE:0.3246,
              CYL10:
                GLOBAL SIZE:0.3248,
            SEGMENT_1,POSITION,DIAMETER,0.008,MMC,__,<len>,A,D,__,B,
            TEXT=OFF,CADGRAPH=OFF,REPORTGRAPH=OFF,MULT=10,
              MEASURED:
                CYL4:0.0006,
                CYL6:0.0015,
                CYL8:0.0021,
                CYL10:0.0013,
            SEGMENT_2,POSITION,COMPOSITE,DIAMETER,0.002,__,__,<len>,A,D,__,<dat>,
            TEXT=OFF,CADGRAPH=OFF,REPORTGRAPH=OFF,MULT=100,
              MEASURED:
                CYL4:0.0005,
                CYL6:0.0015,
                CYL8:0.0015,
                CYL10:0.0014,
            ADD
            DATUMS/REPORTDATUMSIZE=OFF,
              D(CYL2):NOM=1.1779,+Tol=0.0394,-Tol=0.0394,
            FEATURES/CYL4,CYL6,CYL8,CYL10,,

 

This expanded view has the following items: