Command
QisLib_SetBoxBoundary Function: int QisLib_SetBoxBoundary(int OnOff); Inputs: On/Off: _QIS_ON (On) or _QIS_OFF (Off) Return: 0 (always) Errors: - Description: - This setting controls how box polygon type is treated when returning Vector Data or Bitmap Images for a GDSII file. - If On, Boxes in the input file are output as boundaries. If Off, Box type polygons are ignored. - Default is Off. - This setting does not affect QisLib_SaveGDSII and QisLib_SaveGDSIIStructure. However it does affect QisLib_GetGDSII. - Must be called before opening a GDSII file.References: QisLib_OpenGDSII |