Cutout

Cutout and output the figure included in the specified area.

How to Execute

Run Directly on Screen

If you press screen with right-click or right-drag, the context menu will appear.

Screen R Drag Menu Cutout

If you select Cutout in the context menu, Cutout File as dialog will be displayed.

Screen Cutout Dialog

Dialog Parameters

Item Action
Output Format Specify the output format.
Address Unit Specify an address unit for cutout. Address unit is calculated automatically when 0 is specified.
Clip Figures Specify whether to clip the figures to the specified area when cutout.
When OFF, if the bounding rectangle of a figure overlaps the specified area, the whole figure will be output.
Output Layer Number Specify the layer and data type of the output figure.
Origin of Output Data Specify the origin of the output file.
Export Each Area to Separate Files Output to a separate file for each area.
This does not apply when executed from the context menu of screen.
Multigon/Output Implicit Bezier as Explicit Bezier Specify whether the omitted points in the Implicit Bezier section should be expanded and output as an Explicit Bezier section.

The settings specific to GDSII output format can be set in GDSII tab.

Screen Cutout Dialog GDSII

Item Action
Compress by Compgds Specify whether to use compgds to compress the output file.
Top Structure Name Specify the top structure name of the output file.

The settings specific to EBV Text output format can be set in EBV Text tab.

Screen Cutout Dialog Ebv Text

Item Action
Output as Polygon Specify whether to output all figures as polygons.

Press OK to output the cutout figure with the conditions specified in the dialog.

Specify Area File

Select Load AreaFile/Cutout from the main menu to display the Open AreaFile for Cutout dialog.

File Dialog

After specifying an Area File and pressing OK, the Cutout File as dialog will be displayed.

Run from the Command Line

GDSII Format Cutout

When specifying --gds-out option at startup, figures will be cut out in GDSII format after launch. You can also specify the area or Area File to be output to the cutout file using --cutout-area option.

By specifying as follows, the specified range of figure_file will be cut out to cutout.gds:

$ nebv --cutout-area="0,0,100,100" --gds-out=/path/to/cutout.gds /path/to/figure_file
$ nebv --cutout-area=/path/to/areafile.txt --gds-out=/path/to/cutout.gds /path/to/figure_file

For Area File syntax, Refer to Area File page.

See --gds-out, --cutout-area in Boot Options page.

Other Format Cutouts

Like GDSII, cutting out in other formats is also possible.

See --ebv-text-out, --oasis-out, --oasiscl-out, --cutout-area in Boot Options page.

The Cutout settings can be changed from the Preference. See preference Action/Cutoutpage for detail.

Last modified December 23, 2024