enum | KeyboardCode : uint {
None = 0x00000000,
Backspace = 0x00000008,
Tab = 0x00000009,
Clear = 0x0000000B,
Return = 0x0000000D,
Shift = 0x00000010,
Control = 0x00000011,
Alt = 0x00000012,
Pause = 0x00000013,
Escape = 0x0000001B,
Space = 0x00000020,
ExclamationMark = 0x00000021,
DoubleQuote = 0x00000022,
Number = 0x00000023,
Dollar = 0x00000024,
Percent = 0x00000025,
Ampersand = 0x00000026,
SingleQuote = 0x00000027,
OpenParen = 0x00000028,
CloseParen = 0x00000029,
Asterisk = 0x0000002A,
Plus = 0x0000002B,
Comma = 0x0000002C,
Hyphen = 0x0000002D,
Period = 0x0000002E,
Slash = 0x0000002F,
D0 = 0x00000030,
D1 = 0x00000031,
D2 = 0x00000032,
D3 = 0x00000033,
D4 = 0x00000034,
D5 = 0x00000035,
D6 = 0x00000036,
D7 = 0x00000037,
D8 = 0x00000038,
D9 = 0x00000039,
Colon = 0x0000003A,
Semicolon = 0x0000003B,
LessThan = 0x0000003C,
Equal = 0x0000003D,
GreaterThan = 0x0000003E,
QuestionMark = 0x0000003F,
AtSymbol = 0x00000040,
A = 0x00000041,
B = 0x00000042,
C = 0x00000043,
D = 0x00000044,
E = 0x00000045,
F = 0x00000046,
G = 0x00000047,
H = 0x00000048,
I = 0x00000049,
J = 0x0000004A,
K = 0x0000004B,
L = 0x0000004C,
M = 0x0000004D,
N = 0x0000004E,
O = 0x0000004F,
P = 0x00000050,
Q = 0x00000051,
R = 0x00000052,
S = 0x00000053,
T = 0x00000054,
U = 0x00000055,
V = 0x00000056,
W = 0x00000057,
X = 0x00000058,
Y = 0x00000059,
Z = 0x0000005A,
OpenBrackets = 0x0000005B,
Backslash = 0x0000005C,
CloseBrackets = 0x0000005D,
Caret = 0x0000005E,
Underscore = 0x0000005F,
Backtick = 0x00000060,
a = 0x00000061,
b = 0x00000062,
c = 0x00000063,
d = 0x00000064,
e = 0x00000065,
f = 0x00000066,
g = 0x00000067,
h = 0x00000068,
i = 0x00000069,
j = 0x0000006A,
k = 0x0000006B,
l = 0x0000006C,
m = 0x0000006D,
n = 0x0000006E,
o = 0x0000006F,
p = 0x00000070,
q = 0x00000071,
r = 0x00000072,
s = 0x00000073,
t = 0x00000074,
u = 0x00000075,
v = 0x00000076,
w = 0x00000077,
x = 0x00000078,
y = 0x00000079,
z = 0x0000007A,
OpenBrace = 0x0000007B,
VerticalBar = 0x0000007C,
ClosingBrace = 0x0000007D,
Tilde = 0x0000007E,
Delete = 0x0000007F,
Insert = 0x00000400,
Home = 0x00000401,
End = 0x00000402,
PageUp = 0x00000403,
PageDown = 0x00000404,
Help = 0x00000405,
Left = 0x00000406,
Up = 0x00000407,
Right = 0x00000408,
Down = 0x00000409,
NumPad0 = 0x0000040A,
NumPad1 = 0x0000040B,
NumPad2 = 0x0000040C,
NumPad3 = 0x0000040D,
NumPad4 = 0x0000040E,
NumPad5 = 0x0000040F,
NumPad6 = 0x00000410,
NumPad7 = 0x00000411,
NumPad8 = 0x00000412,
NumPad9 = 0x00000413,
F1 = 0x00000414,
F2 = 0x00000415,
F3 = 0x00000416,
F4 = 0x00000417,
F5 = 0x00000418,
F6 = 0x00000419,
F7 = 0x0000041A,
F8 = 0x0000041B,
F9 = 0x0000041C,
F10 = 0x0000041D,
F11 = 0x0000041E,
F12 = 0x0000041F,
F13 = 0x00000420,
F14 = 0x00000421,
F15 = 0x00000422,
F16 = 0x00000423,
F17 = 0x00000424,
F18 = 0x00000425,
F19 = 0x00000426,
F20 = 0x00000427,
F21 = 0x00000428,
F22 = 0x00000429,
F23 = 0x0000042A,
F24 = 0x0000042B,
CapsLock = 0x0000042C,
NumLock = 0x0000042D,
ScrollLock = 0x0000042E,
LeftShift = 0x0000042F,
RightShift = 0x00000430,
LeftCtrl = 0x00000431,
RightCtrl = 0x00000432,
LeftAlt = 0x00000433,
RightAlt = 0x00000434,
Select = 0x00000435,
Print = 0x00000436,
Execute = 0x00000437,
PrintScreen = 0x00000438
} |
enum | Type : uint {
None = 0x00000000,
GenericMask = 0xFFFFFF00,
World = 0x00000001,
UTF8 = 0x00000002,
EventDispatcher = 0x00000003,
EventHandler = 0x00000004,
EventNotifier = 0x00000005,
UpdateNotifier = 0x00000006,
SearchResults = 0x00000008,
FontSearchResults = 0x00000009,
SelectionResults = 0x0000000A,
SelectionItem = 0x0000000B,
TreeContext = 0x0000000C,
StreamToolkit = 0x0000000D,
DriverEventHandler = 0x0000000E,
HighlightSearchResults = 0x0000000F,
OptimizeMappingResults = 0x00000010,
IONotifier = 0x04000100,
StreamImportNotifier = 0x04000101,
STLImportNotifier = 0x04000102,
OBJImportNotifier = 0x04000103,
ExchangeImportNotifier = 0x04000104,
SketchupImportNotifier = 0x04000105,
ParasolidImportNotifier = 0x04000106,
ExchangeTranslationNotifier = 0x04000107,
ExchangeExportNotifier = 0x04000108,
StreamExportNotifier = 0x04000109,
ExchangeReloadNotifier = 0x0400010A,
DWGImportNotifier = 0x0400010B,
ExchangeParasolidImportNotifier = 0x0400010C,
PointCloudImportNotifier = 0x0400010D,
OOCImportNotifier = 0x0400010E,
OBJExportNotifier = 0x0400010F,
HCAImportNotifier = 0x04000110,
SearchResultsIterator = 0x01000001,
FontSearchResultsIterator = 0x01000002,
SelectionResultsIterator = 0x01000003,
HighlightSearchResultsIterator = 0x01000004,
OptimizeMappingResultsIterator = 0x01000005,
Kit = 0x01000000,
MarkerKit = 0x01000010,
SphereAttributeKit = 0x01000011,
TextAttributeKit = 0x01000012,
TransparencyKit = 0x01000013,
VisibilityKit = 0x01000014,
VisualEffectsKit = 0x01000015,
CuttingSectionAttributeKit = 0x01000016,
CircleKit = 0x01000017,
CircularArcKit = 0x01000018,
CircularWedgeKit = 0x01000019,
CuttingSectionKit = 0x0100001A,
CylinderKit = 0x0100001B,
DistantLightKit = 0x0100001C,
EllipseKit = 0x0100001D,
EllipticalArcKit = 0x0100001E,
InfiniteLineKit = 0x0100001F,
LineKit = 0x01000020,
NURBSCurveKit = 0x01000021,
MeshKit = 0x01000022,
NURBSSurfaceKit = 0x01000023,
PolygonKit = 0x01000024,
SphereKit = 0x01000025,
SpotlightKit = 0x01000026,
ShellKit = 0x01000027,
TextKit = 0x01000028,
MaterialKit = 0x01000029,
TrimKit = 0x0100002A,
TextureOptionsKit = 0x0100002C,
LinePatternKit = 0x0100002D,
GlyphKit = 0x0100002E,
ImageKit = 0x0100002F,
LinePatternOptionsKit = 0x01000030,
CameraKit = 0x01000031,
BoundingKit = 0x01000032,
CullingKit = 0x01000033,
CurveAttributeKit = 0x01000034,
CylinderAttributeKit = 0x01000035,
EdgeAttributeKit = 0x01000036,
LightingAttributeKit = 0x01000037,
LineAttributeKit = 0x01000038,
MarkerAttributeKit = 0x01000039,
MaterialMappingKit = 0x0100003A,
NURBSSurfaceAttributeKit = 0x0100003C,
PostProcessEffectsKit = 0x0100003D,
SelectabilityKit = 0x0100003E,
SelectionOptionsKit = 0x0100003F,
StandAloneWindowOptionsKit = 0x01000040,
OffScreenWindowOptionsKit = 0x01000041,
ApplicationWindowOptionsKit = 0x01000042,
HighlightOptionsKit = 0x01000043,
LinePatternParallelKit = 0x01000044,
SubwindowKit = 0x01000045,
PerformanceKit = 0x01000046,
HiddenLineAttributeKit = 0x01000047,
DrawingAttributeKit = 0x01000048
, DebuggingKit = 0x0100004A,
ContourLineKit = 0x0100004B,
StreamImportOptionsKit = 0x0100004C,
StreamImportResultsKit = 0x0100004D,
StreamExportOptionsKit = 0x0100004E,
StreamExportResultsKit = 0x0100004F,
WindowInfoKit = 0x01000050,
ImageImportOptionsKit = 0x01000051,
SearchOptionsKit = 0x01000052
,
HardcopyExportOptionsKit = 0x01000055,
HardcopyGDIExportOptionsKit = 0x01001055,
AttributeLockKit = 0x01000056,
TransformMaskKit = 0x01000057,
ColorInterpolationKit = 0x01000058,
UpdateOptionsKit = 0x01000059,
ImageExportOptionsKit = 0x0100005A,
OBJImportOptionsKit = 0x0100005B,
OBJImportResultsKit = 0x0100005C,
STLImportOptionsKit = 0x0100005D,
STLImportResultsKit = 0x0100005E,
ShellOptimizationOptionsKit = 0x0100005F,
ShellRelationOptionsKit = 0x01000060,
ShellRelationResultsKit = 0x01000061,
GridKit = 0x01000062,
CutGeometryGatheringOptionsKit = 0x01000063,
SegmentOptimizationOptionsKit = 0x01000064,
PointCloudImportOptionsKit = 0x01000065,
PointCloudImportResultsKit = 0x01000066,
ShapeKit = 0x01000067,
HighlightSearchOptionsKit = 0x01000068,
PBRMaterialKit = 0x01000069,
LinePatternElement = 0x03000000,
SolidLinePatternElement = 0x03000001,
BlankLinePatternElement = 0x03000002,
GlyphLinePatternElement = 0x03000003,
GlyphElement = 0x05000000,
DotGlyphElement = 0x05000001,
LineGlyphElement = 0x05000002,
EllipseGlyphElement = 0x05000003,
CircularArcGlyphElement = 0x05000004,
InfiniteLineGlyphElement = 0x05000005,
SphereGlyphElement = 0x05000006,
ImageGlyphElement = 0x05000007,
TrimElement = 0x07000000,
ConditionalExpression = 0x09000000,
NOTCondition = 0x09000001,
ANDCondition = 0x09000002,
ORCondition = 0x09000003,
XORCondition = 0x09000004,
EQCondition = 0x09000005,
NEQCondition = 0x09000006,
GTCondition = 0x09000007,
LTCondition = 0x09000008,
GTEQCondition = 0x09000009,
LTEQCondition = 0x0900000A,
ShapeElement = 0x0B000000,
PolygonShapeElement = 0x0B000001,
EllipseShapeElement = 0x0B000002,
CircleShapeElement = 0x0B000003,
EllipticalArcShapeElement = 0x0B000004,
AnchorShapeElement = 0x0B000005,
LineShapeElement = 0x0B000006,
CircularArcShapeElement = 0x0B000007,
LeaderLineClippingElement = 0x0B000008,
MouseState = 0x01001001,
TouchState = 0x01001002,
KeyboardState = 0x01001003,
FontInfoState = 0x01001004,
HighlightState = 0x01001005,
KeyPath = 0x01000F01,
Key = 0x10000000,
IncludeKey = 0x10000001,
PortfolioKey = 0x10000002,
StyleKey = 0x10000003,
SegmentKey = 0x10200000,
WindowKey = 0x10600000,
StandAloneWindowKey = 0x10600001,
OffScreenWindowKey = 0x10600002,
ApplicationWindowKey = 0x10600003,
GeometryKey = 0x10100000,
ReferenceKey = 0x10100001,
CircleKey = 0x10100002,
CircularArcKey = 0x10100003,
CircularWedgeKey = 0x10100004,
CuttingSectionKey = 0x10100005,
CylinderKey = 0x10100006,
EllipseKey = 0x10100007,
EllipticalArcKey = 0x10100008,
InfiniteLineKey = 0x10100009,
LineKey = 0x1010000A,
DistantLightKey = 0x1010000B,
SpotlightKey = 0x1010000C,
MarkerKey = 0x1010000D,
MeshKey = 0x1010000E,
NURBSCurveKey = 0x1010000F,
NURBSSurfaceKey = 0x10100010,
PolygonKey = 0x10100011,
ShellKey = 0x10100012,
SphereKey = 0x10100013,
TextKey = 0x10100014,
GridKey = 0x10100015,
Definition = 0x20000000,
NamedStyleDefinition = 0x20000001,
TextureDefinition = 0x20000002,
LinePatternDefinition = 0x20000003,
GlyphDefinition = 0x20000004,
CubeMapDefinition = 0x20000005,
ImageDefinition = 0x20000006,
MaterialPaletteDefinition = 0x20000007
,
ShapeDefinition = 0x20000009,
Control = 0x50000000,
CameraControl = 0x50000001,
SelectabilityControl = 0x50000002,
MarkerAttributeControl = 0x50000003,
SphereAttributeControl = 0x50000004,
LightingAttributeControl = 0x50000005,
CylinderAttributeControl = 0x50000006,
TextAttributeControl = 0x50000007,
LineAttributeControl = 0x50000008,
EdgeAttributeControl = 0x50000009,
CurveAttributeControl = 0x5000000A,
ModellingMatrixControl = 0x5000000B,
TextureMatrixControl = 0x5000000C,
CullingControl = 0x5000000D,
TransparencyControl = 0x5000000E,
MaterialMappingControl = 0x5000000F,
NURBSSurfaceAttributeControl = 0x50000010,
PostProcessEffectsControl = 0x50000011,
BoundingControl = 0x50000012,
VisualEffectsControl = 0x50000013,
SelectionOptionsControl = 0x50000014,
HighlightOptionsControl = 0x50000015,
DefinitionControl = 0x50000016,
SelectionControl = 0x50000017,
HighlightControl = 0x50000018,
StandAloneWindowOptionsControl = 0x50600019,
OffScreenWindowOptionsControl = 0x5060001A,
ApplicationWindowOptionsControl = 0x5060001B,
VisibilityControl = 0x5000001C,
SubwindowControl = 0x5000001D,
PerformanceControl = 0x5000001E,
HiddenLineAttributeControl = 0x5000001F,
DrawingAttributeControl = 0x50000020,
DebuggingControl = 0x50000021,
ContourLineControl = 0x50000022,
StyleControl = 0x50000023,
ConditionControl = 0x50000024,
PortfolioControl = 0x50000025,
WindowInfoControl = 0x50000026,
AttributeLockControl = 0x50000027,
TransformMaskControl = 0x50000028,
ColorInterpolationControl = 0x50000029,
UpdateOptionsControl = 0x50600030,
CuttingSectionAttributeControl = 0x50000031,
LibraryMask = 0x80FF0000,
Sprocket = 0x80000000,
Canvas = 0x80000001,
Layout = 0x80000002,
View = 0x80000003,
Model = 0x80000004,
Operator = 0x80000005,
SprocketPath = 0x80000007,
SprocketControl = 0xD0000000,
OperatorControl = 0xD0000008,
NavigationCubeControl = 0xD0000009,
AxisTriadControl = 0xD000000A,
SprocketKit = 0x81000000,
Metadata = 0x80001000,
IntegerMetadata = 0x80001001,
UnsignedIntegerMetadata = 0x80001002,
DoubleMetadata = 0x80001003,
StringMetadata = 0x80001004,
TimeMetadata = 0x80001005,
BooleanMetadata = 0x80001006,
Component = 0x80000200,
Filter = 0x80000600,
Capture = 0x80000A00,
CADModel = 0x80000300,
ComponentPath = 0x81001000,
ExchangeMask = 0x80020000,
ExchangeComponent = 0x80021200,
ExchangeSheet = 0x80021201,
ExchangeProductOccurrence = 0x80021202,
ExchangeFilter = 0x80020601,
ExchangeCapture = 0x80020A01,
ExchangeCADModel = 0x80020301,
ExchangeConfiguration = 0x81020001,
ExchangeImportOptionsKit = 0x81020002,
ExchangeExportACISOptionsKit = 0x81020003,
ExchangeExportIGESOptionsKit = 0x81020004,
ExchangeExportJTOptionsKit = 0x81020005,
ExchangeExportParasolidOptionsKit = 0x81020006,
ExchangeExportPRCOptionsKit = 0x81020007,
ExchangeExportSTEPOptionsKit = 0x81020008,
ExchangeExportSTLOptionsKit = 0x81020009,
ExchangeExportU3DOptionsKit = 0x8102000A,
ExchangeExportXMLOptionsKit = 0x8102000B,
ExchangeTessellationOptionsKit = 0x8102000C,
ExchangeModelFileImportOptionsKit = 0x8102000D,
ExchangeTranslationOptionsKit = 0x8102000E,
ExchangeNURBSConversionOptionsKit = 0x8102000F,
ExchangeExport3MFOptionsKit = 0x81020010,
ExchangeExportFBXOptionsKit = 0x81020011,
ExchangeExportOBJOptionsKit = 0x81020012,
PublishMask = 0x80040000,
PublishDocumentKit = 0x81040001,
PublishPageKit = 0x81040002,
PublishTemplateKit = 0x81040003,
PublishAnnotationKit = 0x81040004,
PublishArtworkKit = 0x81040005,
PublishViewKit = 0x81040006,
PublishTextKit = 0x81040007,
PublishImageKit = 0x81040008,
PublishTableKit = 0x81040009,
PublishExportOptionsKit = 0x8104000A,
PublishLinkKit = 0x8104000B,
PublishButtonKit = 0x8104000C,
PublishTextFieldKit = 0x8104000D,
PublishSlideTableKit = 0x8104000E,
PublishCheckBoxKit = 0x8104000F,
PublishRadioButtonKit = 0x81040010,
PublishListBoxKit = 0x81040011,
PublishDropDownListKit = 0x81040012,
PublishSignatureFieldKit = 0x81040013,
PublishDocumentKey = 0x80040001,
PublishPageControl = 0x80040002,
ExchangeParasolidMask = 0x80080000,
SceneTree = 0x80008001,
SceneTreeItem = 0x80008002,
ComponentTree = 0x80008003,
ComponentTreeItem = 0x80008004,
SketchupMask = 0x80100000,
SketchupImportOptionsKit = 0x81100001,
SketchupImportResultsKit = 0x81100002,
ParasolidMask = 0x80200000,
ParasolidComponent = 0x80201201,
ParasolidCADModel = 0x80200302,
ParasolidImportOptionsKit = 0x81200003,
ParasolidFacetTessellationKit = 0x81200004,
ParasolidLineTessellationKit = 0x81200005,
ParasolidExportOptionsKit = 0x81200006,
DWGMask = 0x80400000,
DWGComponent = 0x80401201,
DWGLayer = 0x80401202,
DWGLayout = 0x80400A03,
DWGCADModel = 0x80400304,
DWGImportOptionsKit = 0x81400005,
OOCMask = 0x80800000,
OOCImportOptionsKit = 0x81800001,
OOCImportResultsKit = 0x81800002,
HCAMask = 0x80110000,
HCAImportOptionsKit = 0x81110001,
HCAImportResultsKit = 0x81110002,
HCAModel = 0x80110003,
HCAModelTree = 0x80110004,
HCAModelTreeItem = 0x80110005,
HCANetworkImportOptionsKit = 0x81110006,
HTMLMask = 0x80010000,
IONotifierData = 0x84000200,
StreamImportNotifierData = 0x84000201,
STLImportNotifierData = 0x84000202,
OBJImportNotifierData = 0x84000203,
ExchangeImportNotifierData = 0x84020204,
SketchupImportNotifierData = 0x84100205,
ParasolidImportNotifierData = 0x84200206,
ExchangeTranslationNotifierData = 0x84020207,
ExchangeExportNotifierData = 0x84020208,
StreamExportNotifierData = 0x84000209,
DWGImportNotifierData = 0x8440020A,
ExchangeParasolidImportNotifierData = 0x8408020B,
PointCloudImportNotifierData = 0x8400020C,
OOCImportNotifierData = 0x8480020D,
OBJExportNotifierData = 0x8400020E,
HCAImportNotifierData = 0x8411020F
} |