GBR file G code (general functions).
Specifies how to interpolate and move to the
coordinate locations following the code until changed or until a new layer
is generated (modal).
For more information please see Gerber RS-274X Format User’s Guide.
Namespace:
CADImport.GBR
Assembly: CADImport (in CADImport.dll)
Assembly: CADImport (in CADImport.dll)
Member name | Description | |
---|---|---|
G00 | Moves brush tool without drawing | |
G01 | Specifies linear interpolation (1X scale) | |
G02 | Specifies clockwise circular interpolation | |
G03 | Specifies counterclockwise circular interpolation | |
G10 | Specifies linear interpolation (10X scale) | |
G11 | Specifies linear interpolation (0.1X scale) | |
G12 | Specifies linear interpolation (0.01X scale) | |
G36 | Turns on polygon area fill. | |
G37 | Turns off polygon area fill. | |
G54 | Tool prepare | |
G74 | Turns off 360° circular interpolation | |
G75 | Turns on 360° circular interpolation |