/////////////////////////////////////////////////////////////////////////////// // 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. /////////////////////////////////////////////////////////////////////////////// #ifndef _ODAXCATEGORYPROPERTIES_H_DEFINED_ #define _ODAXCATEGORYPROPERTIES_H_DEFINED_ // category ID: negative values are 'standard' categories, positive are control-specific #define PROPCAT_Nil -1 #define PROPCAT_Misc -2 #define PROPCAT_Font -3 #define PROPCAT_Position -4 #define PROPCAT_Appearance -5 #define PROPCAT_Behavior -6 #define PROPCAT_Data -7 #define PROPCAT_List -8 #define PROPCAT_Text -9 #define PROPCAT_Scale -10 #define PROPCAT_DDE -11 #define PROPCAT_General -12 #define PROPCAT_Mass -13 #define PROPCAT_Pattern -14 #define PROPCAT_DataPoints -15 #define PROPCAT_Mesh -16 #define PROPCAT_ImageAdjust -17 #define PROPCAT_ControlPoints -18 #define PROPCAT_PrimaryUnits -19 #define PROPCAT_AltUnits -20 #define PROPCAT_Fit -21 #define PROPCAT_LinesArrows -22 #define PROPCAT_Tolerances -23 #define PROPCAT_Table -24 #define PROPCAT_Geometry -25 #define PROPCAT_Section -26 #define PROPCAT_UnderlayAdjust -27 #define PROPCAT_Solid_History -28 #define PROPCAT_Fillet -29 #define PROPCAT_Chamfer -30 #define PROPCAT_3DVisualization -31 #define PROPCAT_Table_Breaks -32 #define PROPCAT_SURFACE_ASSOCIATIVITY -33 #define PROPCAT_SURFACE_TRIM -34 #define PROPCAT_ViewDefinition -35 #define PROPCAT_Annotation -36 #define PROPCAT_ReferenceData -37 #define PROPCAT_Representation -38 #define PROPCAT_PointcloudAdjust -39 #define PROPCAT_GeomapImageAdjust -40 #endif // _ODAXCATEGORYPROPERTIES_H_DEFINED_