/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2002-2019, Open Design Alliance (the "Alliance"). // All rights reserved. // // This software and its documentation and related materials are owned by // the Alliance. The software may only be incorporated into application // programs owned by members of the Alliance, subject to a signed // Membership Agreement and Supplemental Software License Agreement with the // Alliance. The structure and organization of this software are the valuable // trade secrets of the Alliance and its suppliers. The software is also // protected by copyright law and international treaty provisions. Application // programs incorporating this software must include the following statement // with their copyright notices: // // This application incorporates Open Design Alliance software pursuant to a license // agreement with Open Design Alliance. // Open Design Alliance Copyright (C) 2002-2019 by Open Design Alliance. // All rights reserved. // // By use of this software, its documentation or related materials, you // acknowledge and accept the above terms. /////////////////////////////////////////////////////////////////////////////// //#include "StringArray.h" #ifndef ODTBOOL #define ODTBOOL bool /*!DOM*/ #endif #ifndef ODTDIST #define ODTDIST double /*!DOM*/ #endif #ifndef REGVAR_DEF_ARRAY #define REGVAR_DEF_ARRAY(type, name, unused3, unused4, unused5) /*!DOM*/ #endif /** * VARDOCS: "\n PREVIEW_WIDTH specifies the width in pixels of generated preview bitmap images." */ REGVAR_DEF(OdUInt32, PREVIEW_WIDTH, (180), (), ValidateNone()) /** * VARDOCS: "\n PREVIEW_HEIGHT specifies the height in pixels of generated preview bitmap images." */ REGVAR_DEF(OdUInt32, PREVIEW_HEIGHT, (88), (), ValidateNone()) /** * VARDOCS: "\n FAST_FONT specifies the name of the default RSC font" */ REGVAR_DEF(OdString, FAST_FONT, (OD_T("CHAR_FAST_FONT")), (), ValidateNone()) /** * VARDOCS: "\n MS_RSRC specifies the main default resource file." */ REGVAR_DEF(OdString, MS_RSRC, (OD_T("ustation.rsc")), (), ValidateNone()) /** * VARDOCS: "\n MS_SYMBRSRC specifies a list of symbology resource files. The last file in the list has the highest priority." */ REGVAR_DEF_ARRAY(OdStringArray, MS_SYMBRSRC, 0, (), ValidateNone()) /** * VARDOCS: "\n MS_PATTERN specifies a list of directories with material diffuse texture files. The last file in the list has the highest priority." */ REGVAR_DEF_ARRAY(OdStringArray, MS_PATTERN, 0, (), ValidateNone()) /** * VARDOCS: "\n MS_BUMP specifies a list of directories with material bump map texture files. The last file in the list has the highest priority." */ REGVAR_DEF_ARRAY(OdStringArray, MS_BUMP, 0, (), ValidateNone()) /** * VARDOCS: "\n MS_MATERIAL specifies a list of directories with material files. The last file in the list has the highest priority." */ REGVAR_DEF_ARRAY(OdStringArray, MS_MATERIAL, 0, (), ValidateNone()) /** * VARDOCS: "\n MS_MTBL specifies a list of directories with material table assignment files. The last file in the list has the highest priority." */ REGVAR_DEF_ARRAY(OdStringArray, MS_MTBL, 0, (), ValidateNone()) /** * VARDOCS: "\n MS_MATPALETTE specifies a list of default external material palette files. The last file in the list has the highest priority." */ REGVAR_DEF_ARRAY(OdStringArray, MS_MATPALETTE, 0, (), ValidateNone()) /** * VARDOCS: "\n TG_NURBS_GRID specifies the grid size ( quality ) for b spline surface draw algorithm." */ REGVAR_DEF(OdUInt32, TG_NURBS_GRID, (10), (), ValidateNone()) /** * VARDOCS: "\n TG_USE_XREFCTBL specifies color table, that is used when reference attachment is drawn." "\n" "\n @table" "\n Value Description" "\n false use master file color table" "\n true use reference file color table" */ REGVAR_DEF(ODTBOOL, TG_USE_XREFCTBL, (1), (), ValidateNone()) /** * VARDOCS: "\n TG_REMAP_CLRIDX specifies additional processing of element color indexes when coping elements " "\n between databases. "\n" "\n @table" "\n Value Description" "\n false Color indexes are not processed" "\n true Use closest color match in master file color table" */ REGVAR_DEF(ODTBOOL, TG_REMAP_CLRIDX, (1), (), ValidateNone()) /** * VARDOCS: "\n MS_3DOBJ_WF_ISOLINES controls 3d object draw mode for k2dOptemised and kWireframe render mode." "\n" "\n @table" "\n Value Description" "\n false Draw all solid edges and faces same way as we do it for shaded rendering mode" "\n true Draw isolines only ( for solids and smart solids we draw only geometry cache )" */ REGVAR_DEF(ODTBOOL, MS_3DOBJ_WF_ISOLINES, (0), (), ValidateBOOL()) /** * VARDOCS: "\n MS_PENTABLE specifies the pen table ( dgn plot style ) file." */ REGVAR_DEF(OdString, MS_PENTABLE, (OD_T("")), (), ValidateNone()) /** * VARDOCS: "\n MS_DEFCTBL specifies the path to rsc file with default color table description." */ REGVAR_DEF(OdString, MS_DEFCTBL, (OD_T("")), (), ValidateNone()) /** * VARDOCS: "\n PICKFIRST controls noun-verb object selection." "\n" "\n @table" "\n Value Description" "\n false Disabled" "\n true Enabled" */ REGVAR_DEF(ODTBOOL, PICKFIRST, (1), (), ValidateBOOL()) /** * VARDOCS: "\n PICKBOX specifies the object selection target height, in pixels." */ REGVAR_DEF(OdInt16, PICKBOX, (3), (), ValidateRange(0,50)) /** * VARDOCS: "\n Sets the size of the grip box in pixels." */ REGVAR_DEF(OdInt16, DG_GRIPSIZE, (5), (), ValidateRange(1,255)) /** * VARDOCS: "\n Controls the color of active grip point" */ REGVAR_DEF(OdInt16, DG_GRIPHOT, (2), (), ValidateRange(1,255)) /** * VARDOCS: "\n Controls the color of non-selected grips" */ REGVAR_DEF(OdInt16, DG_GRIPCOLOR, (119), (), ValidateRange(1,255)) /** * VARDOCS: "\n " specifies the ACI color index of unselected grips when the cursor hovers over them. */ REGVAR_DEF(OdInt16, DG_GRIPHOVER, (4), (), ValidateRange(1,255)) /** * VARDOCS: "\n DG_GRIPOBJLIMIT specifies the number of selected objects beyond which grips are suppressed." " for a selection set." */ REGVAR_DEF(OdInt16, DG_GRIPOBJLIMIT, (100), (), ValidateRange(0,32767)) /** * VARDOCS: "\n DG_ACTIVELEVELALWAYSVISIBLE controls visibility of active level." "\n" "\n @table" "\n Value Description" "\n false visibility of active level is the same as visibility of any other level." "\n true active level is always visible. Even if its display flag is reset and " "\n its freeze flag is set." */ REGVAR_DEF(ODTBOOL, DG_ACTIVELEVELALWAYSVISIBLE, (0), (), ValidateBOOL()) /** * VARDOCS: "\n DG_PROCESSTAGASSOC controls processing of tag association by ODA Software." "\n" "\n @table" "\n Value Description" "\n false only added reactors to designate associated with tag elements." "\n true process tag association and recalculate tag position after operations "\n with associated with tag element. */ REGVAR_DEF(ODTBOOL, DG_PROCESSTAGASSOC, (1), (), ValidateBOOL()) /** * VARDOCS: "\n MS_REF_NEWLEVELDISPLAY controls visibility of new levels (level, that was added into reference file "\n after creation of reference attachment) into reference attachments." "\n" "\n @table" "\n Value Description" "\n false doesn't display." "\n true display. */ REGVAR_DEF(ODTBOOL, MS_REF_NEWLEVELDISPLAY, (0), (), ValidateBOOL()) /** * VARDOCS: "\n MS_EXACT_EXTENTS controls quality of reference attachment extents calculation." "\n" "\n @table" "\n Value Description" "\n false Calculate extents of referenced model and transform the extents by reference attachment transformation." "\n true Calculate extents through rendering of reference attachment." */ REGVAR_DEF(ODTBOOL, DG_EXACT_EXTENTS, (0), (), ValidateBOOL()) /** * VARDOCS: "\n DG_INTERNAL_LS_REGEN_DRAW allow to forbid cache use for curve objects with internal line styles (from 1 to 7)" "\n and recalculate them every time when we draw them. The default state of the mode is off because it can decrease "\n performance for some cases. "\n" "\n @table" "\n Value Description" "\n false mode is off." "\n true mode is on." */ REGVAR_DEF(ODTBOOL, DG_INTERNAL_LS_REGEN_DRAW, (0), (), ValidateBOOL()) /** * VARDOCS: "\n MS_FONTPATH specifies a list of directories with shx font files. The last file in the list has the highest priority." */ REGVAR_DEF_ARRAY(OdStringArray, MS_FONTPATH, 0, (), ValidateNone()) #undef ODTBOOL #undef ODTDIST #undef REGVAR_DEF_ARRAY