CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdaxCategoryProperties.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23#ifndef _ODAXCATEGORYPROPERTIES_H_DEFINED_
24#define _ODAXCATEGORYPROPERTIES_H_DEFINED_
25
26// category ID: negative values are 'standard' categories, positive are control-specific
27#define PROPCAT_Nil -1
28#define PROPCAT_Misc -2
29#define PROPCAT_Font -3
30#define PROPCAT_Position -4
31#define PROPCAT_Appearance -5
32#define PROPCAT_Behavior -6
33#define PROPCAT_Data -7
34#define PROPCAT_List -8
35#define PROPCAT_Text -9
36#define PROPCAT_Scale -10
37#define PROPCAT_DDE -11
38#define PROPCAT_General -12
39#define PROPCAT_Mass -13
40#define PROPCAT_Pattern -14
41#define PROPCAT_DataPoints -15
42#define PROPCAT_Mesh -16
43#define PROPCAT_ImageAdjust -17
44#define PROPCAT_ControlPoints -18
45#define PROPCAT_PrimaryUnits -19
46#define PROPCAT_AltUnits -20
47#define PROPCAT_Fit -21
48#define PROPCAT_LinesArrows -22
49#define PROPCAT_Tolerances -23
50#define PROPCAT_Table -24
51#define PROPCAT_Geometry -25
52#define PROPCAT_Section -26
53#define PROPCAT_UnderlayAdjust -27
54#define PROPCAT_Solid_History -28
55#define PROPCAT_Fillet -29
56#define PROPCAT_Chamfer -30
57#define PROPCAT_3DVisualization -31
58#define PROPCAT_Table_Breaks -32
59#define PROPCAT_SURFACE_ASSOCIATIVITY -33
60#define PROPCAT_SURFACE_TRIM -34
61#define PROPCAT_ViewDefinition -35
62#define PROPCAT_Annotation -36
63#define PROPCAT_ReferenceData -37
64#define PROPCAT_Representation -38
65#define PROPCAT_PointcloudAdjust -39
66#define PROPCAT_GeomapImageAdjust -40
67
68#endif // _ODAXCATEGORYPROPERTIES_H_DEFINED_