Hide Table of Contents
SOLIDWORKS Electrical API 2024.0.0
Electrical API
EwEnumeration.idl
Go to the documentation of this file.
1#pragma once
2
3#if (__midl >= 501)
4 midl_pragma warning(disable:2111) /* Disable warning MIDL2111 regarding identifier lengths exceeding 31 chars. */
5#endif
6
7import "oaidl.idl";
8import "ocidl.idl";
9
14{
46
48
54{
59
61
62
68{
74
76
81{
91 kStyles = 8,
97 kHelp = 14,
98 kUserName = 15,
103 //since 2020
110 //since 2021
112 //since 2023
115 //kReconnectSketchRoutes = 29, //!< Reconnect sketch route when moving a 3D part - removed as by TEW-53727
116 kSilent = 30,
118
120
125{
127 kID = 0,
136 kCodeLg2 = 10,
137 kCodeLg3 = 11,
153 kBookID = 37,
262
264
266
271{
277
279
284{
288
290
291
296{
297 kTypeNone = 0x00000000,
298 kTypeSymbol = 0x00000001,
299 kTypeReference = 0x00000002,
300 kTypeTitleBlock = 0x00000004,
301 kTypeCableRef = 0x00000008,
302 kTypeMacro = 0x00000010,
303 kTypeAll = 0xFFFFFFFF
304
306
311{
324
326
327
332{
333 k3DRouteSketch = 1
337
338
343{
350
352
357{
360 kMacroScheme = 0x0002,
361 kMacroPID = 0x0004,
364 kMacroMixed = 0x0020,
366 kMacroProject = 0x0080,
367 kMacroFluid = 0x0100,
383
385
390{
406 kFilePID = 13,
413
415
420{
425 kLogOutputFile = 8
426
428
433{
455
457
462{
471
473
478{
483
485
486
491{
494
496
501{
509
511
512
517{
521
523
524
525//---------------------------
530{
540
542
547{
550 kSaveDxb = 2
551
553
558{
565
567
570{
574
576
583{
590
592
597{
606
608
613{
618
620
621
626{
632
634
639{
645
647
652{
659
661
662
667{
680
682
687{
692
694
699{
706
708
713{
717 kMax = kFollowNextCol + 1
718
720
721
722
727{
728 kCommandModal = 0x00000000,
730 kCommandUsePickset = 0x00000002,
731 kCommandRedraw = 0x00000004,
733 kCommandNoMultiple = 0x00000010,
734 kCommandNoTilemode = 0x00000020,
736 kCommandPlotOnly = 0x00000080,
737 kCommandNoOEM = 0x00000100,
738 kCommandUndefined = 0x00000200,
739 kCommandInProgress = 0x00000400,
740 kCommandDefun = 0x00000800,
741 kCommandNoNewStack = 0x00010000,
743 kCommandNoMadic = 0x00040000,
746 kCommandSession = 0x00200000,
748 kCommandNoHistory = 0x00800000,
750 kCommandNoBedit = 0x02000000
751
753
754
755
756
761{
783
785
791{
795
797
803{
804 kUnknown = -1,
805 kAuto = 0,
806 kManu = 1,
807 kUseLevelMark = 2
808
810
811
817{
821
823
829{
835
837
843{
848
850
856{
863
865
871{
873 kObjectLocation = (1 << 0),
875 kObjectFunction = (1 << 1),
876 kObjectComponent = (1 << 2),
878 kObjectTerminal = (1 << 4),
879 kObjectCable = (1 << 5),
880 kObjectHarness = (1 << 6),
881 kObjectMaxPrivate = (1 << 7),
883 kObjectAll = 0xFFFFFFFF
884
886
892{
896
898
904{
907
909
915{
919
921
927{
931
933
939{
943
945
946//--- RotationOrder ---
952{
954 k0 = 0,
955 k270 = 1,
956 k180 = 2,
957 k90 = 3,
963
965
966//--- Type of Pdm integration ---
972{
973 kPdmUnknown = -1
978
980
981
987{
1000
1002
1003
1009{
1019
1021
1022
1028{
1067
1069
1070
1076{
1077
1105
1107
1108
1109
1110
1116{
1117 kComponent = 0
1118 , kPLC = 1
1120 , kPCB = 3
1123 , kRail = 6
1124 , kDuct = 7
1126
1128
1129
1135{
1136 kPlotAreaDisplay = 0
1139
1141
1142
1148{
1149 kNoExclude = 0
1152
1154
1155
1162{
1163 kAutoBridgeUnknown = -1
1164 , kManual = 0
1168
1170
1171
1172
1173
1178{
1201
1203
1204
1210{
1216
1218
1224{
1241
1243
1249{
1250 kEwDialogUnknown = 1
1278
1280
1281
1287{
1299
1301
1307{
1314
1316
1322{
1329
1331
1332
1338{
1339 kUnknowProjectType = -1
1341 , kMacro = 1
1343
1345
1351{
1352 kPaneTypeUnknow = -1
1358
1360
1366{
1378
1380
1386{
1391
1393
1394
1395
1402{
1403 kMessageTypeUnknown = -1 // <- Unknown Message Type
1404 , kMessageTypeDefault = 0 // <- Default Message Type : Default color and app icon
1405 , kMessageTypeInformation = 1 // <- Information Message Type
1406 , kMessageTypeOk = 2 // <- OK Message Type
1407 , kMessageTypeWarning = 3 // <- Warning Message Type
1408 , kMessageTypeError = 4 // <- Error Message Type
1409
1411
1417{
1419 , kEwDialogTypeNotification = kEwDialogManagerMax + kEwDialogSelectorMax + 1
1420
1422
1429{
1438
1440
1441
1448{
1452
1454
1455
1461{
1470
1472
1479{
1480 kPhaseTypeUnKnown = -1
1481 , kPhase1 = 0
1482 , kPhase2 = 1
1483 , kPhase3 = 2
1484 , kNeutre = 3
1488 , kPhaseTypeMax = kPID + 1
1489
1491
EwPDFPaperFormat
All standard PDF paper format types.
Definition: EwEnumeration.idl:1076
@ kPDFISO_A5_148_x_210_MM
"ISO A5 (148.00 x 210.00 MM) "
Definition: EwEnumeration.idl:1085
@ kPDFANSI_B_11_x_17_Inches
"ANSI B (11.00 x 17.00 Inches) "
Definition: EwEnumeration.idl:1103
@ kPDFANSI_E_34_x_44_Inches
"ANSI E (34.00 x 44.00 Inches) "
Definition: EwEnumeration.idl:1100
@ kPDFARCH_A_9_x_12_Inches
"ARCH A (9.00 x 12.00 Inches) "
Definition: EwEnumeration.idl:1098
@ kPDFANSI_C_17_x_22_Inches
"ANSI C (17.00 x 22.00 Inches) "
Definition: EwEnumeration.idl:1102
@ kPDFARCH_E_36_x_48_Inches
"ARCH E (36.00 x 48.00 Inches) "
Definition: EwEnumeration.idl:1094
@ kPDFISO_B1_707_x_1000_MM
"ISO B1 (707.00 x 1000.00 MM) "
Definition: EwEnumeration.idl:1083
@ kPDFARCH_C_18_x_24_Inches
"ARCH C (18.00 x 24.00 Inches) "
Definition: EwEnumeration.idl:1096
@ kPDFISO_B3_353_x_500_MM
"ISO B3 (353.00 x 500.00 MM) "
Definition: EwEnumeration.idl:1081
@ kPDFISO_B4_250_x_353_MM
"ISO B4 (250.00 x 353.00 MM) "
Definition: EwEnumeration.idl:1080
@ kPDFISO_A1_594_x_841_MM
"ISO A1 (594.00 x 841.00 MM) "
Definition: EwEnumeration.idl:1089
@ kPDFANSI_D_22_x_34_Inches
"ANSI D (22.00 x 34.00 Inches) "
Definition: EwEnumeration.idl:1101
@ kPDFANSI_A_8DOT50_x_11_Inches
"ANSI A (8.50 x 11.00 Inches) "
Definition: EwEnumeration.idl:1104
@ kPDFARCH_D_24_x_36_Inches
"ARCH D (24.00 x 36.00 Inches) "
Definition: EwEnumeration.idl:1095
@ kPDFANSI_F_28_x_40_Inches
"ANSI F (28.00 x 40.00 Inches) "
Definition: EwEnumeration.idl:1099
@ kPDFUnknownPaperFormat
Unknown Paper format
Definition: EwEnumeration.idl:1078
@ kPDFISO_2A0_1189_x_1682_MM
"ISO 2A0 (1189.00 x 1682.00 MM)"
Definition: EwEnumeration.idl:1091
@ kPDFISO_A0_841_x_1189_MM
"ISO A0 (841.00 x 1189.00 MM) "
Definition: EwEnumeration.idl:1090
@ kPDFISO_A4_210_x_297_MM
"ISO A4 (210.00 x 297.00 MM) "
Definition: EwEnumeration.idl:1086
@ kPDFISO_A2_420_x_594_MM
"ISO A2 (420.00 x 594.00 MM) "
Definition: EwEnumeration.idl:1088
@ kPDFISO_B2_500_x_707_MM
"ISO B2 (500.00 x 707.00 MM) "
Definition: EwEnumeration.idl:1082
@ kPDFISO_B0_10000_x_1414_MM
"ISO B0 (1000.00 x 1414.00 MM) "
Definition: EwEnumeration.idl:1084
@ kPDFISO_4A0_1682_x_2378_MM
"ISO 4A0 (1682.00 x 2378.00 MM)"
Definition: EwEnumeration.idl:1092
@ kPDFARCH_E1_30_x_42_Inches
"ARCH E1 (30.00 x 42.00 Inches)"
Definition: EwEnumeration.idl:1093
@ kPDFISO_B5_176_x_250_MM
"ISO B5 (176.00 x 250.00 MM) "
Definition: EwEnumeration.idl:1079
@ kPDFARCH_B_12_x_18_Inches
"ARCH B (12.00 x 18.00 Inches) "
Definition: EwEnumeration.idl:1097
@ kPDFISO_A3_297_x_420_MM
"ISO A3 (297.00 x 420.00 MM) "
Definition: EwEnumeration.idl:1087
EwObjectType
Enum which contains all kind of object.
Definition: EwEnumeration.idl:871
@ kObjectFunction
Function.
Definition: EwEnumeration.idl:875
@ kObjectUnknown
Unspecified type.
Definition: EwEnumeration.idl:872
@ kObjectTerminalStrip
Terminal strinp.
Definition: EwEnumeration.idl:877
@ kObjectFirst
First type.
Definition: EwEnumeration.idl:874
@ kObjectMaxPrivate
Private.
Definition: EwEnumeration.idl:881
@ kObjectTerminal
Terminal.
Definition: EwEnumeration.idl:878
@ kObjectCable
Cable
Definition: EwEnumeration.idl:879
@ kObjectHarness
Harness
Definition: EwEnumeration.idl:880
@ kObjectAll
All Object type.
Definition: EwEnumeration.idl:883
@ kObjectComponent
Component.
Definition: EwEnumeration.idl:876
@ kObjectLast
Last type.
Definition: EwEnumeration.idl:882
@ kObjectLocation
Location.
Definition: EwEnumeration.idl:873
EwProjectConfigValue
Values for project configuration.
Definition: EwEnumeration.idl:125
@ kLocationContourLineType
String, Type of line for the location outline.
Definition: EwEnumeration.idl:144
@ kTerminalLineType
String, Line type for terminal strip (insert N terminals).
Definition: EwEnumeration.idl:151
@ kPIDShowConnection
Boolean, set it to true to show for connection dot for P&ID.
Definition: EwEnumeration.idl:211
@ kNumberingCablesUnusedNumbers
Numbering unused numbers for cables.
Definition: EwEnumeration.idl:244
@ kDefaultAutomateDrawingTemplate
String, Default configuration for PLC drawing.
Definition: EwEnumeration.idl:179
@ kNumberingWiresUnusedNumbers
Numbering unused numbers for wires.
Definition: EwEnumeration.idl:238
@ kDefaultOLinkBlockName
String, Origin - Destination arrow symbol name(destination).
Definition: EwEnumeration.idl:163
@ kShowLineConnection
Boolean, set it to true to show line connection for the project.
Definition: EwEnumeration.idl:139
@ kIsActiveExcelAutomationAutoConnectMacros
Excel automation - Autoconnection of wires after inserting macros.
Definition: EwEnumeration.idl:259
@ kID
Integer, default Id.
Definition: EwEnumeration.idl:127
@ kBlackBoxPtSymbolVertical
Name of block for black box connection point displayed vertically.
Definition: EwEnumeration.idl:250
@ kTerminalColor
Integer, line color for terminal strip (insert N terminals).
Definition: EwEnumeration.idl:150
@ kBlackBoxPtSymbolHorizontal
Name of block for black box connection point displayed.
Definition: EwEnumeration.idl:249
@ kPIDCutPipeDistance
Double/real, distance add to line width in intersect symbol according P&ID line style.
Definition: EwEnumeration.idl:215
@ kBridgesLineWidth
Double/real, Line width of bridges.
Definition: EwEnumeration.idl:223
@ kBookID
Integer, Default book ID.
Definition: EwEnumeration.idl:153
@ kCabinetLayoutTitleBlock
String, must be the name of an existing title block in title block library for 2d drawings exported f...
Definition: EwEnumeration.idl:159
@ kDefaultConnectorTemplate
String, Default configuration for connectors.
Definition: EwEnumeration.idl:247
@ kFunctionID
Integer, default project function Id.
Definition: EwEnumeration.idl:129
@ kPIDConnectionColor
Integer, color code of dot for connection dot for P&ID.
Definition: EwEnumeration.idl:210
@ kTerminalFormula
String, Formula to name automatically terminal.
Definition: EwEnumeration.idl:172
@ kNumberingWiresDisplayStyle
Different values to configure the style to display the wires, when execute numeration.
Definition: EwEnumeration.idl:245
@ kDefaultTerminalDrawingTemplate
String, Default configuration for Terminal strip drawing.
Definition: EwEnumeration.idl:178
@ kFunctionContourLineWidth
Double/real, Line width of function outline polyline.
Definition: EwEnumeration.idl:220
@ kDefaultConnectionLabelTemplate
Default configuration for dynamic connection label.
Definition: EwEnumeration.idl:257
@ kSymbolConnectionColor
Integer, color of dot for symbol connection.
Definition: EwEnumeration.idl:132
@ kLineConnectionDiameter
Double/real, diameter of dot for line connection.
Definition: EwEnumeration.idl:133
@ kDimensionUnit
Dimension unit (mm, inches)
Definition: EwEnumeration.idl:252
@ kCurrentCodeLg
String, language code for current project language (refer to available language codes).
Definition: EwEnumeration.idl:135
@ kUnknowEwProjectConfigValue
Unknow project config.
Definition: EwEnumeration.idl:126
@ kAutoRotateSymbolsAttributes
Auto rotate symbols attributes.
Definition: EwEnumeration.idl:258
@ kPIDConnectionDiameter
Double/real, Diameter for connection dot for P&ID.
Definition: EwEnumeration.idl:209
@ kLineDiagramCableFormula
String, formula for synoptic cable text.
Definition: EwEnumeration.idl:233
@ kDisplayConnectionLine
Boolean, set it to true to show the line for terminal strip.
Definition: EwEnumeration.idl:191
@ kLocationOutlineFormula
Location outline formula.
Definition: EwEnumeration.idl:236
@ kCableFormula
String, Formula to name automatically cable.
Definition: EwEnumeration.idl:175
@ kAutoConnectOLinkBlockName
String, Origin - Destination arrow symbol name for autoconnect (destination).
Definition: EwEnumeration.idl:207
@ kEquipConflict_Thickness
Double/real, equipotential conflict line width.
Definition: EwEnumeration.idl:214
@ kTagUnicityComponent
Enum value: Mark unique by criteria for component, 0 for project, 1 for location, 2 for function,...
Definition: EwEnumeration.idl:152
@ kLineConnectionColor
Integer, color code of dot for line connection.
Definition: EwEnumeration.idl:131
@ kShowLocationTagAttribute
Boolean, set it to true to show always fill attribute for location mark.
Definition: EwEnumeration.idl:202
@ kCableCoreLineWidth
Double/real, Line width of cable core.
Definition: EwEnumeration.idl:222
@ kNumberingViewType
Enum value: Wire number display type (one per point/one per page).
Definition: EwEnumeration.idl:190
@ kVisibility_NodalIndicator
Boolean, set it to true to show forNodal indicator.
Definition: EwEnumeration.idl:217
@ kPIDFileTitleBlock
String, must be the name of an existing title block in title block library for P&ID.
Definition: EwEnumeration.idl:208
@ kDefaultDrawingStyle
Default drawing style.
Definition: EwEnumeration.idl:235
@ kTagUnicityCable
Enum value: Mark unique by criteria for cabl, 0 for project, 1 for location, 2 for function,...
Definition: EwEnumeration.idl:169
@ kCodeLg3
String, language code for the third project language (refer to available language codes).
Definition: EwEnumeration.idl:137
@ kCableLabeLineWidth
Double/real, Line width of cable label line.
Definition: EwEnumeration.idl:224
@ kBOMTitleBlock
String, must be the name of an existing title block in title block library for reports.
Definition: EwEnumeration.idl:157
@ kTagUnicityNoOrdre
Boolean, Unique order number true for no order.
Definition: EwEnumeration.idl:177
@ kShowFunctionTagAttribute
Boolean, set it to true to show always fill attribute for function mark.
Definition: EwEnumeration.idl:203
@ kPLCDefaultFormula
String, Default formula to name automatically a PLC.
Definition: EwEnumeration.idl:188
@ kMixedFileTitleBlock
String, must be the name of an existing title block in title block library for mixed scheme.
Definition: EwEnumeration.idl:205
@ kComponentMarkPriority
Component mark numbering priority.
Definition: EwEnumeration.idl:251
@ kUseBlackBoxPtSymbol
Option for using symbol for black box connection point instead of attached text.
Definition: EwEnumeration.idl:248
@ kMultiLevelTerminalTagMode
Tag mode (auto/use level mark) for multilevel terminals.
Definition: EwEnumeration.idl:243
@ kFunctionContourColor
Integer, color code of dot for function outline.
Definition: EwEnumeration.idl:141
@ kDirectionTypeEquipTag
Enum value: Wire and component numbering direction, 1 for left to right and top to down,...
Definition: EwEnumeration.idl:183
@ kFlatennedRouteTitleBlock
String, must be the name of an existing title block in title block library for flattened route 2d dra...
Definition: EwEnumeration.idl:192
@ kFileFormula
String, Formula to name automatically a file.
Definition: EwEnumeration.idl:148
@ kSeparatorForMarkPath
Customize separator for full path mark.
Definition: EwEnumeration.idl:234
@ kDefaultXrefTemplate
String, Default cross-reference configuration.
Definition: EwEnumeration.idl:213
@ kLocationLabelBlockName
String, Symbol name for location label.
Definition: EwEnumeration.idl:201
@ kLocationID
Integer, default project location Id.
Definition: EwEnumeration.idl:128
@ kColor_Bridge
Integer, color code of bridge line color.
Definition: EwEnumeration.idl:195
@ kCoverPageTitleBlock
String, must be the name of an existing title block in title block library for cover page.
Definition: EwEnumeration.idl:154
@ kFormatDate
String, Date format.
Definition: EwEnumeration.idl:164
@ kTermStripsLineWidth
Double/real, Line width of terminal strips.
Definition: EwEnumeration.idl:221
@ kEquipConflictColor
Integer, color code Equipotential conflict.
Definition: EwEnumeration.idl:166
@ kSeparatorForMLevelTerminalMark
Customize separator for multilevel terminals.
Definition: EwEnumeration.idl:242
@ k2DFootprintCablingDirection
Enum value: Browse direction in 2D Footprint Layout for optimized cabling order, 1 for left to right ...
Definition: EwEnumeration.idl:225
@ kLocationFormula
String, Formula to name automatically location.
Definition: EwEnumeration.idl:170
@ kFluidConnectionDiameter
Double/real, Diameter of connection dots for fluid.
Definition: EwEnumeration.idl:228
@ kFluidConnectionColor
Integer, color code of dot for connection dots for fluid.
Definition: EwEnumeration.idl:229
@ kNumberingComponentsUnusedNumbers
Numbering unused numbers for components.
Definition: EwEnumeration.idl:239
@ kFolderFormula
String, Formula to name automatically a folder.
Definition: EwEnumeration.idl:149
@ kTagUnicityTerminal
Enum value: Mark unique by criteria for Terminal strip, 0 for project, 1 for location,...
Definition: EwEnumeration.idl:168
@ kCabinetLayout2DTitleBlock
String, must be the name of an existing title block in title block library for 2d cabinet drawings.
Definition: EwEnumeration.idl:182
@ kTagMode
Boolean, set it to true to use IEC standard.
Definition: EwEnumeration.idl:130
@ kMeasurement
Enum value: project unit system, 1 for Metric and 0 for Imperial.
Definition: EwEnumeration.idl:161
@ kLinkFormula
String, Formula to name automatically origin-destination arrow.
Definition: EwEnumeration.idl:176
@ kComponentFormula
String, Formula to name automatically a component.
Definition: EwEnumeration.idl:174
@ kFunctionOutlineFormula
Function outline formula.
Definition: EwEnumeration.idl:237
@ kTerminalTitleBlock
String, must be the name of an existing title block in title block library for terminal strip drawing...
Definition: EwEnumeration.idl:158
@ kEwProjectConfigValueMax
The max value of enum.
Definition: EwEnumeration.idl:263
@ kSynopticTitleBlock
String, must be the name of an existing title block in title block library for line diagram.
Definition: EwEnumeration.idl:156
@ kLocationContourLineWidth
Double/real, Line width of location outline polyline.
Definition: EwEnumeration.idl:219
@ kNumberingType
Enum value: Wire numbering type, 0 for wire and 1 for equipotential.
Definition: EwEnumeration.idl:189
@ kExcludeFromBom
Exclude electrical component from mechanical Bill of material.
Definition: EwEnumeration.idl:255
@ kAttributeForRecentRevision
Way for filling attributes related to recent revision.
Definition: EwEnumeration.idl:246
@ kSchemeCableCoreFormula
String, formula to display cable core text on a schematic line.
Definition: EwEnumeration.idl:226
@ kDesignRuleTitleBlock
String, must be the name of an existing title block in title block library for design rule check draw...
Definition: EwEnumeration.idl:204
@ kFluidFileTitleBlock
String, must be the name of an existing title block in title block library for Fluid scheme.
Definition: EwEnumeration.idl:227
@ kFluidShowConnection
Boolean, set it to true to show for connection dots for fluid.
Definition: EwEnumeration.idl:230
@ kFunctionFormula
String, Formula to name automatically function.
Definition: EwEnumeration.idl:171
@ kEquipConflictShow
Boolean, set it to true to show Equipotential conflict.
Definition: EwEnumeration.idl:165
@ kHarnessLabelBlockName
String, must be the name of an existing title block in title block library for Harness label block na...
Definition: EwEnumeration.idl:232
@ kAutoUpdateDrawings
Enum value: Auto update mode for drawings, 0 for never, 1 for ask and 2 for always.
Definition: EwEnumeration.idl:231
@ kIsActiveDisconnectedMode
To know if disconnected mode is active or not.
Definition: EwEnumeration.idl:241
@ kSymbolConnectionDiameter
Double/real, diameter of dot for symbol connection.
Definition: EwEnumeration.idl:134
@ kSchematicTitleBlock
String, must be the name of an existing title block in title block library for scheme.
Definition: EwEnumeration.idl:155
@ kSortByTagMode
Sort to be done on some places where marks are displayed, like in component browser.
Definition: EwEnumeration.idl:240
@ kShow_CableWire
Boolean, set it to true to show cable core line.
Definition: EwEnumeration.idl:212
@ kAutoConnectILinkBlockName
String, Origin - Destination arrow symbol name for autoconnect (origin).
Definition: EwEnumeration.idl:206
@ kEquipConflictLineType
String, Equipotential conflict line type.
Definition: EwEnumeration.idl:167
@ kSectionStandard
Double/real, define the wire standard size section.
Definition: EwEnumeration.idl:138
@ kLocationContourColor
Integer, color code of dot for the location outline.
Definition: EwEnumeration.idl:143
@ kDefaultILinkBlockName
String, Origin - Destination arrow symbol name(origin).
Definition: EwEnumeration.idl:162
@ kCableLabelLineType
String, cable label line type.
Definition: EwEnumeration.idl:185
@ kPIDCutPipeHoriTrueVertFalse
Boolean, set it to true to vertical direction of the intersect symbol according P&ID line style.
Definition: EwEnumeration.idl:216
@ kHarnessFormula
String, Formula to name automatically a harness.
Definition: EwEnumeration.idl:193
@ kFunctionContourLineType
String, Type of line for the function outline.
Definition: EwEnumeration.idl:142
@ kAppSpecialEdition
Reserved use.
Definition: EwEnumeration.idl:198
@ kShow_Bridge
Boolean, set it to true to show bridge line.
Definition: EwEnumeration.idl:194
@ kWireLabelBlockName
String, Symbol name for wire label.
Definition: EwEnumeration.idl:199
@ kTerminalStripFormula
String, Formula to name automatically terminal strip.
Definition: EwEnumeration.idl:173
@ kAutomaticWiring
Add automatically the missing wires when equipotential is modified.
Definition: EwEnumeration.idl:254
@ kCableLabelColor
Integer, color code of cable label line.
Definition: EwEnumeration.idl:184
@ kRevisionFormula
String, Formula to name automatically for revision.
Definition: EwEnumeration.idl:187
@ kColumnFormula
String, Formula to name automatically column.
Definition: EwEnumeration.idl:180
@ kCableWireLineType
String, Type of line for the cable core.
Definition: EwEnumeration.idl:146
@ kKeepWiresInTheAir
Keep wires disconnected.
Definition: EwEnumeration.idl:256
@ kSize_NodalIndicator
Double/real, Nodal indicator size (width/height).
Definition: EwEnumeration.idl:218
@ kBookFormula
String, Formula to name automatically book.
Definition: EwEnumeration.idl:160
@ kAutomaticMergeLines
Automatic merge lines when a symbol is moved or erased.
Definition: EwEnumeration.idl:253
@ kCableLabelBlockName
String, cable label symbol name.
Definition: EwEnumeration.idl:186
@ kTerminalSort
String, The three criteria for sort terminal strip.
Definition: EwEnumeration.idl:197
@ kCodeLg2
String, language code for the second project language (refer to available language codes).
Definition: EwEnumeration.idl:136
@ kResetCatRefInfoFromComponent
Option to clear manufacturer part information when deleting or replacing a part from component.
Definition: EwEnumeration.idl:260
@ kIsActiveExcelAutomationResetUndefMacroVars
Option to reset undefined macro variables.
Definition: EwEnumeration.idl:261
@ kRevisionMode
Enum value: Revision numbering mode, 0 for numeric mode as 012, 1 for numeric mode as 123,...
Definition: EwEnumeration.idl:147
@ kRowFormula
String, Formula to name automatically row.
Definition: EwEnumeration.idl:181
@ kCableWireColor
Integer, color code of dot for the cable core.
Definition: EwEnumeration.idl:145
@ kEquipLabelBlockName
String, Symbol name for equipotential label.
Definition: EwEnumeration.idl:200
@ kLineType_Bridge
String, bridge line type.
Definition: EwEnumeration.idl:196
@ kShowSymbolConnection
Boolean, set it to true to show symbol connection for the project.
Definition: EwEnumeration.idl:140
EwEnvironmentFolderPathValue
Used with getFolderPath of EwEnvironmentX object.
Definition: EwEnumeration.idl:14
@ kFolderPathSOLIDWORKS
Folder path for SOLIDWORKS folder
Definition: EwEnumeration.idl:26
@ kFolderPathUserDataValues
Folder path for UserData Values.
Definition: EwEnumeration.idl:35
@ kFolderPathPlcDrawingConfiguration
Folder path for plc drawing configuration files
Definition: EwEnumeration.idl:16
@ kFolderPathCatalogDb
Folder path for Catalog Database.
Definition: EwEnumeration.idl:41
@ kFolderPathXMLTerminalDrawingConfig
Folder path for Terminal Drawing Configuration.
Definition: EwEnumeration.idl:34
@ kFolderPathPalette
Folder path for palette files.
Definition: EwEnumeration.idl:25
@ kFolderPathSqlScripts
Folder path for SqlScripts.
Definition: EwEnumeration.idl:45
@ kFolderPathProjectTemplate
Folder path to project template files
Definition: EwEnumeration.idl:29
@ kFolderPathErpCatalogDataDb
Folder path for Erp Catalog Database.
Definition: EwEnumeration.idl:44
@ KFolderPathAppDataDb
Folder path for Application Database.
Definition: EwEnumeration.idl:38
@ kFolderPathXMLConnectionLabel
Folder path for XML Connection Label
Definition: EwEnumeration.idl:37
@ kFolderPathXlsAutomationTemplate
Folder path for Xls Automation template
Definition: EwEnumeration.idl:31
@ kFolderPathTitleBlock
Folder path to titleblock files
Definition: EwEnumeration.idl:28
@ kFolderPathGlossaryDb
Folder path for Glossary Database.
Definition: EwEnumeration.idl:42
@ kFolderPathAppMacroDb
Folder path for Macro Database.
Definition: EwEnumeration.idl:40
@ kFolderPathConnectorDrawingConfiguration
Folder path for connector drawing configuration files.
Definition: EwEnumeration.idl:17
@ kFolderPathEpdmReportConfiguration
Folder path for EPDM report configuration files
Definition: EwEnumeration.idl:24
@ kFolderPathBidirectionalExcelConfiguration
Folder path for Export Import Excel template files
Definition: EwEnumeration.idl:23
@ kFolderPathReportConfiguration
Folder path for report configuration files
Definition: EwEnumeration.idl:15
@ kFolderPathCrossReferenceConfiguration
Folder path for cross reference configuration files
Definition: EwEnumeration.idl:18
@ kFolderPathXMLConfig
Folder path for XMLConfig
Definition: EwEnumeration.idl:30
@ kFolderPathAppProjectDb
Folder path for Project Database.
Definition: EwEnumeration.idl:39
@ kFolderPathDrawingStyle
Folder path for Drawing style.
Definition: EwEnumeration.idl:33
@ kFolderPathClassificationDb
Folder path for Classification Database.
Definition: EwEnumeration.idl:43
@ kFolderPathDesignRuleConfiguration
Folder path for design rule configuration files
Definition: EwEnumeration.idl:19
@ kFolderPathPlotStyle
Folder path for Plot style.
Definition: EwEnumeration.idl:32
@ kFolderPathReplaceDataConfiguration
Folder path for data replacement configuration files
Definition: EwEnumeration.idl:22
@ kFolderPathCircuitWorksPrt
Folder path for CircuitWorks Part.
Definition: EwEnumeration.idl:36
@ kFolderPathUserDataConfiguration
Folder path for user data configuration files
Definition: EwEnumeration.idl:20
@ kFolderPathSymbol
Folder path to symbol files
Definition: EwEnumeration.idl:27
@ kFolderPathImportDataConfiguration
Folder path for import data configuration files
Definition: EwEnumeration.idl:21
EwDwgFileExport
All possible export DWG file type for a project.
Definition: EwEnumeration.idl:491
@ kExportToMultipleFile
To export one EwAdfile in one dwg file.
Definition: EwEnumeration.idl:492
@ kExportToSingleFile
To export all EwAdfile in one dwg file.
Definition: EwEnumeration.idl:493
EwTSDrawingOption
Define behavior when updating terminal strip drawings.
Definition: EwEnumeration.idl:791
@ kDeleteExistingDrawing
Terminal strips drawing are deleted then recreated. Useful when changing the destination folder.
Definition: EwEnumeration.idl:793
@ kTSDrawingOptionUnknown
Unknown option.
Definition: EwEnumeration.idl:792
@ kKeepExistingDrawing
Already generated drawings are updated, but they remain at the same place (in same folder/book).
Definition: EwEnumeration.idl:794
EwApplicationFolderPathValue
Used with getFolderPath of application object.
Definition: EwEnumeration.idl:68
@ kApplicationFolderHelp
Help Application folder path.
Definition: EwEnumeration.idl:71
@ kApplicationFolderFonts
Fonts Application folder path.
Definition: EwEnumeration.idl:70
@ kApplicationFolderPdfLibResources
pdf library resources folder path
Definition: EwEnumeration.idl:73
@ kApplicationFolderTemporary
Temporary Application folder path.
Definition: EwEnumeration.idl:69
@ kApplicationFolderSupport
Support Application folder path.
Definition: EwEnumeration.idl:72
EwRotationOrder
All the Rotation order.
Definition: EwEnumeration.idl:952
@ k0MirrorY
Angle 0 and mirror on Y axis.
Definition: EwEnumeration.idl:959
@ k180
Angle 180.
Definition: EwEnumeration.idl:956
@ k90MirrorY
Angle 90 and mirror on Y axis.
Definition: EwEnumeration.idl:958
@ k90MirrorX
Angle 90 and mirror on X axis.
Definition: EwEnumeration.idl:961
@ k270
Angle 270.
Definition: EwEnumeration.idl:955
@ kRotationOrderMax
The max value of enum.
Definition: EwEnumeration.idl:962
@ k0
Angle 0.
Definition: EwEnumeration.idl:954
@ k90
Angle 90.
Definition: EwEnumeration.idl:957
@ k0MirrorX
Angle 0 and mirror on X axis.
Definition: EwEnumeration.idl:960
@ kUnknowRotationOrder
Unknow rotation.
Definition: EwEnumeration.idl:953
EwSymbolCrossRefType
All cross reference type of symbol.
Definition: EwEnumeration.idl:462
@ kSymbolCrossRefUndefined
Undefined type (used in case of error)
Definition: EwEnumeration.idl:463
@ kSymbolCrossRefParentTable
Parent in table
Definition: EwEnumeration.idl:465
@ kSymbolCrossRefChild
Child
Definition: EwEnumeration.idl:467
@ kSymbolCrossRefParentLine
Parent in line
Definition: EwEnumeration.idl:466
@ kSymbolCrossRefSameLevel
Same level
Definition: EwEnumeration.idl:468
@ kSymbolCrossRefDefaultConfig
Using default configuration (symbol config)
Definition: EwEnumeration.idl:469
@ kSymbolCrossRefMax
The max value of enum.
Definition: EwEnumeration.idl:470
@ kSymbolCrossRefNone
No cross reference
Definition: EwEnumeration.idl:464
EwApplicationSettingsValue
Values for application settings.
Definition: EwEnumeration.idl:81
@ kStyles
Enum value: one of the available styles, 0 for Office 2007 Blue, 1 for Office 2007 Aqua,...
Definition: EwEnumeration.idl:91
@ kUserNameType
String, can be Windows indentifier or Custom
Definition: EwEnumeration.idl:99
@ kHelp
Enum value: Lets you select a default help file: either the one, 0 for installed on your workstation ...
Definition: EwEnumeration.idl:97
@ kSendAnonymousData
boolean, if true send anonymous data since 2020
Definition: EwEnumeration.idl:104
@ kSilent
Silent mode to show or hide the message box, dialog or progress.
Definition: EwEnumeration.idl:116
@ kOptimizeProjectOpening
Enum value: 0 to load data at first usage, 1 to load data all at opening.
Definition: EwEnumeration.idl:111
@ kTabHeight
Double/real, height for the Ribbon font
Definition: EwEnumeration.idl:92
@ kUserInitials
String, initials used for revisions
Definition: EwEnumeration.idl:100
@ kSnapColor
Integer, color code for marker color.
Definition: EwEnumeration.idl:89
@ kPickBoxSize
Size of cursor pickbox in pixel (for 100% DPI), value must be between 0 and 50
Definition: EwEnumeration.idl:84
@ kRenameCompomentInTree
Enum value: rename 3D compoment in Solidworks tree since 2020.
Definition: EwEnumeration.idl:108
@ kDatabaseIdentification
boolean, if true display database identification id in the properties panel, else nothing is done
Definition: EwEnumeration.idl:102
@ kColorBkGround
Integer, color code for drawing background color.
Definition: EwEnumeration.idl:88
@ kCrosshair
Integer, percentage of screen size for the size of crosshair, value must be between 0 and 100
Definition: EwEnumeration.idl:85
@ kZoomSpeed
Integer, Zoom speed value must be between 0 and 200
Definition: EwEnumeration.idl:87
@ kSettingDimensionUnit
Enum value: 0 for Meter , 1 for Inches since 2020.
Definition: EwEnumeration.idl:105
@ kTabPosition
Enum value: 0 for top, 1 for left, 2 for bottom and 3 for right
Definition: EwEnumeration.idl:90
@ kLanguageCode
String, application language code (refer to available language codes)
Definition: EwEnumeration.idl:83
@ kRemoveTmpRoutingFile
Enum value: remove Temporary Xml routing file since 2020.
Definition: EwEnumeration.idl:109
@ kUnknowEwApplicationSettingsValue
Definition: EwEnumeration.idl:82
@ kGraphicalAcceleration
Enum value: 1 for GDI, 2 for OpenGL 3 for DirectX since 2020.
Definition: EwEnumeration.idl:106
@ kTextPrintMode
Boolean, Manage the quality of text display. Can be false for vectorial or true for Windows
Definition: EwEnumeration.idl:96
@ kTextDisplayMode
Boolean, Manage the quality of text display. Can be false for vectorial or true for Windows
Definition: EwEnumeration.idl:95
@ kEwApplicationSettingsValueMax
The max value of enum.
Definition: EwEnumeration.idl:117
@ kNumberOfOpenedDocument
Integer, number of allowed opened documents, must be greater than 1
Definition: EwEnumeration.idl:93
@ kDisplayInsertPointSymbol
Boolean, if true display insertion point in symbol preview.
Definition: EwEnumeration.idl:113
@ kRemoveTranslatedText
boolean, if true display task dialog for removing translated text when main language has been modifie...
Definition: EwEnumeration.idl:101
@ kUserName
String, return current user name. User name cannot be changed if UserNameType is Windows
Definition: EwEnumeration.idl:98
@ kReverseZoomDirection
Boolean, set it to true to reverse zoom direction of mouse wheel
Definition: EwEnumeration.idl:86
@ kOpenLastDrawing
Enum value: 0 for Ask me, 1 for Without prompt 2 for Not Open since 2020.
Definition: EwEnumeration.idl:107
@ kUnitSystem
Enum value: default unit system used when creating a new scheme, can be 1 for Metric and 0 for Imperi...
Definition: EwEnumeration.idl:94
@ kDisplayInsertPointMacro
Boolean, if true display insertion point in macro preview.
Definition: EwEnumeration.idl:114
EwCircuitPassingType
All passing types of symbol circuit.
Definition: EwEnumeration.idl:699
@ kPassingHyper
Mesh/Equip (Through circuit or component)
Definition: EwEnumeration.idl:704
@ kPassingSuper
Equip (Through circuit or component))
Definition: EwEnumeration.idl:703
@ kPassingMax
The max value of enum.
Definition: EwEnumeration.idl:705
@ kPassingUndefined
Undefined type (used in case of error)
Definition: EwEnumeration.idl:700
@ kPassingNormal
Equip (Through circuit)
Definition: EwEnumeration.idl:702
@ kPassingBlocking
Not passing
Definition: EwEnumeration.idl:701
EsxPlatformObjectStatus
Enumeration of the Object Status in the platform Reflects ESX3DExperienceAddin.Controllers....
Definition: EwEnumeration.idl:1429
@ kObjectStatusObsolete
The object has been modified on platform and is newer than our object on the app. Has not been modifi...
Definition: EwEnumeration.idl:1434
@ kObjectStatusNewOnPlatform
The object exists on platform but not locally.
Definition: EwEnumeration.idl:1436
@ kObjectStatusExist
The object exists on platform, is updated and is the same on local DB and on Platform.
Definition: EwEnumeration.idl:1432
@ kObjectStatusNew
The object is new and does not exist on Platform.
Definition: EwEnumeration.idl:1431
@ kObjectStatusModifiedBoth
The object has been modified on platform and locally.
Definition: EwEnumeration.idl:1435
@ kObjectStatusExistOnBoth
The object exists on platform and locally but they are not related.
Definition: EwEnumeration.idl:1437
@ kObjectStatusUnknown
Definition: EwEnumeration.idl:1430
@ kObjectStatusModified
The object has been modified locally and the local version is newer than platform....
Definition: EwEnumeration.idl:1433
EwEventCode
Events leading to snapshot.
Definition: EwEnumeration.idl:829
@ kEvCodeManual
manually ordered snapshot
Definition: EwEnumeration.idl:831
@ kEvCodeUnknown
Unknown event.
Definition: EwEnumeration.idl:830
@ kEvCodeRevClose
On Revision Close.
Definition: EwEnumeration.idl:833
@ kEvCodePeriod
Automatic snapshot after given period.
Definition: EwEnumeration.idl:832
@ kEvCodeMax
The max value of enum.
Definition: EwEnumeration.idl:834
EwProjectDataExportType
All data export configuration.
Definition: EwEnumeration.idl:501
@ kProjectDataExportUnknown
Unknown export data.
Definition: EwEnumeration.idl:502
@ kProjectDataExportBidExcel
Excel Export/import template.
Definition: EwEnumeration.idl:505
@ kProjectDataExportBom
Bom in specific folder
Definition: EwEnumeration.idl:507
@ kProjectDataExportAskForQuote
Report used to ask for a quote, report but in specific folder
Definition: EwEnumeration.idl:506
@ kProjectDataExportReport
Report from bom template folder.
Definition: EwEnumeration.idl:503
@ kProjectDataExportDesignRules
Design rule (same as report) but in design rule folder
Definition: EwEnumeration.idl:504
@ kProjectDataExportMax
The max value of enum.
Definition: EwEnumeration.idl:508
EwProjectType
Enumeration of type of project.
Definition: EwEnumeration.idl:1338
@ kProjectTypeMax
End of enum.
Definition: EwEnumeration.idl:1342
@ kMacro
Macro type.
Definition: EwEnumeration.idl:1341
@ kProject
Project type.
Definition: EwEnumeration.idl:1340
@ kUnknowProjectType
Unknown project type.
Definition: EwEnumeration.idl:1339
EwAutoArrowActionType
Enum which contains all action for the origin destination automatic insertion.
Definition: EwEnumeration.idl:915
@ kAutoArrowActionAutoConnect
Automatically set origin - destination arrow on end of lines with the same equipotential mark.
Definition: EwEnumeration.idl:916
@ kAutoArrowActionReconnect
Remove existing automatic origin - destination arrow to insert again.
Definition: EwEnumeration.idl:917
@ kAutoArrowActionRemoveArrows
Remove existing automatic origin - destination arrow. Not the manuel arrows by default.
Definition: EwEnumeration.idl:918
EwStandardScaleType
All standard print drawing scale type.
Definition: EwEnumeration.idl:1028
@ kScaleType1On32inTo1ft
1/32" = 1'
Definition: EwEnumeration.idl:1034
@ kScaleType3On16inTo1ft
3/16" = 1'
Definition: EwEnumeration.idl:1038
@ kScaleType1On16inTo1ft
1/16" = 1'
Definition: EwEnumeration.idl:1035
@ kScaleType1ftTo1ft
1' = 1'
Definition: EwEnumeration.idl:1046
@ kScaleType3On32inTo1ft
3/32" = 1'
Definition: EwEnumeration.idl:1036
@ kScaleType1To20
1:20
Definition: EwEnumeration.idl:1054
@ kScaleType1To100
1:100
Definition: EwEnumeration.idl:1058
@ kScaleType1To2
1:2
Definition: EwEnumeration.idl:1048
@ kScaleType1inTo1ft
1" = 1'
Definition: EwEnumeration.idl:1043
@ kScaleType100To1
100:1
Definition: EwEnumeration.idl:1063
@ kScaleType1To5
1:5
Definition: EwEnumeration.idl:1050
@ kScaleType1To8
1:8
Definition: EwEnumeration.idl:1051
@ kScaleTypeScaleToFit
Scaled to Fit.
Definition: EwEnumeration.idl:1031
@ kScaleType1To1
1:1
Definition: EwEnumeration.idl:1047
@ kScaleType1On64inTo1ft
1/64" = 1'
Definition: EwEnumeration.idl:1033
@ kScaleType1To4
1:4
Definition: EwEnumeration.idl:1049
@ kScaleType1To30
1:30
Definition: EwEnumeration.idl:1055
@ kScaleType1On4inTo1ft
1/4" = 1'
Definition: EwEnumeration.idl:1039
@ kScaleType3On2inTo1ft
1.5"= 1'
Definition: EwEnumeration.idl:1065
@ kScaleTypeCustom
custom scale to be defined by user
Definition: EwEnumeration.idl:1030
@ kScaleType1000To1
1000:1
Definition: EwEnumeration.idl:1064
@ kScaleType10To1
10:1
Definition: EwEnumeration.idl:1062
@ kScaleType1On2inTo1ft
1/2" = 1'
Definition: EwEnumeration.idl:1041
@ kScaleType4To1
4:1
Definition: EwEnumeration.idl:1060
@ kScaleType3On8inTo1ft
3/8" = 1'
Definition: EwEnumeration.idl:1040
@ kScaleType2To1
2:1
Definition: EwEnumeration.idl:1059
@ kUndefinedStandardScaleType
Undefined scale type.
Definition: EwEnumeration.idl:1029
@ kScaleType1To40
1:40
Definition: EwEnumeration.idl:1056
@ kScaleType6inTo1ft
6" = 1'
Definition: EwEnumeration.idl:1045
@ kScaleType8To1
8:1
Definition: EwEnumeration.idl:1061
@ kScaleType1On128inTo1ft
1/128" = 1'
Definition: EwEnumeration.idl:1032
@ kScaleType1On8inTo1ft
1/8" = 1'
Definition: EwEnumeration.idl:1037
@ kScaleTypeMax
Number of predefined Standard Scale item available without custom one.
Definition: EwEnumeration.idl:1066
@ kScaleType3On4inTo1ft
3/4" = 1'
Definition: EwEnumeration.idl:1042
@ kScaleType1To16
1:16
Definition: EwEnumeration.idl:1053
@ kScaleType1To10
1:10
Definition: EwEnumeration.idl:1052
@ kScaleType1To50
1:50
Definition: EwEnumeration.idl:1057
@ kScaleType3inTo1ft
3" = 1'
Definition: EwEnumeration.idl:1044
EwProjectFolderPathValue
Used with getFolderPath of EwProjectX object.
Definition: EwEnumeration.idl:54
@ kProjectDocumentFolderPath
Document Folder path for current project
Definition: EwEnumeration.idl:56
@ kProjectSolidWorksFolderPath
Solidworks Folder path for current project.
Definition: EwEnumeration.idl:58
@ kProjectFolderPath
Folder path for current project
Definition: EwEnumeration.idl:55
@ kProjectDrawingFolderPath
Drawing Folder path for current project
Definition: EwEnumeration.idl:57
EwFileExtension
All file types extension.
Definition: EwEnumeration.idl:558
@ kFileExtensionXML
File Extension for xml
Definition: EwEnumeration.idl:564
@ kFileExtensionXLS
File Extension for xls.
Definition: EwEnumeration.idl:562
@ kFileExtensionTXT
File Extension for txt.
Definition: EwEnumeration.idl:560
@ kFileExtensionXLSX
File Extension for xlsx
Definition: EwEnumeration.idl:563
@ kFileExtensionCSV
File Extension for csv.
Definition: EwEnumeration.idl:561
@ kFileExtensionUnknown
Unknown file extension.
Definition: EwEnumeration.idl:559
Ew3DRouteType
All 3D route types.
Definition: EwEnumeration.idl:332
@ k3DRouteSketch
The route is a 3D sketch.
Definition: EwEnumeration.idl:333
@ k2DRouteCollect
Collect route components even if not defined in 3D.
Definition: EwEnumeration.idl:335
@ k3DRouteAssembly
The route is an assembly.
Definition: EwEnumeration.idl:334
EwMacroFilterType
All possible items type for the macro filter type.
Definition: EwEnumeration.idl:357
@ kAllMacro
Filter for all macro.
Definition: EwEnumeration.idl:382
@ kMacroInputOutput
Filter for Input/Output.
Definition: EwEnumeration.idl:365
@ kMacroProjectAndUndefined
Filter for project and undefined macro.
Definition: EwEnumeration.idl:375
@ kMacroLineDiagram
Filter for Line Diagram macro.
Definition: EwEnumeration.idl:362
@ kMacroProject
Filter for project macro.
Definition: EwEnumeration.idl:366
@ kMacroPIDAndUndefined
Filter for PID and undefined macro.
Definition: EwEnumeration.idl:370
@ kMacroFolio
Filter for folio macro.
Definition: EwEnumeration.idl:379
@ kMacroLineDiagramAndUndefined
Filter for Line diagram and undefined macro.
Definition: EwEnumeration.idl:371
@ kMacroSchemeLineDiagramAndMixed
Filter for scheme, line diagram and mixed macro.
Definition: EwEnumeration.idl:377
@ kMacroInputOutputAndUndefined
Filter for Input/Output and undefined macro.
Definition: EwEnumeration.idl:374
@ kMacro2DFootprintAndUndefined
Filter for 2D Footprint and undefined macro.
Definition: EwEnumeration.idl:372
@ kMacroMixedAndUndefined
Filter for Mixed and undefined macro.
Definition: EwEnumeration.idl:373
@ kUnknownMacroFilterType
Unknown macro filter type.
Definition: EwEnumeration.idl:358
@ kMacroFluid
Filter for Fluid macro.
Definition: EwEnumeration.idl:367
@ kMacroFluidAndUndefined
Filter for Fluid and undefined macro.
Definition: EwEnumeration.idl:376
@ kMacroPID
Filter for P&ID macro.
Definition: EwEnumeration.idl:361
@ kMacroFilterTypeMax
Max macro filter type.
Definition: EwEnumeration.idl:368
@ kMacroFolioAndUndefined
Filter for folio and undefined macro.
Definition: EwEnumeration.idl:380
@ kMacroUndefined
Filter for undefined macro.
Definition: EwEnumeration.idl:359
@ kMacroMixed
Filter for Mixed scheme.
Definition: EwEnumeration.idl:364
@ kMacroProjectAndFolio
Filter for folio and project macro.
Definition: EwEnumeration.idl:381
@ kMacro2DFootprint
Filter for 2D Footprint.
Definition: EwEnumeration.idl:363
@ kMacroSchemeLineDiagramMixedAndUndefined
Filter for scheme, line diagram, mixed and undefined macro.
Definition: EwEnumeration.idl:378
@ kMacroSchemeAndUndefined
Filter for scheme and undefined macro.
Definition: EwEnumeration.idl:369
@ kMacroScheme
Filter for Scheme macro.
Definition: EwEnumeration.idl:360
EwProjectDataActionType
Action type to update or replace data in project.
Definition: EwEnumeration.idl:843
@ kProjectDataActionMax
Maximumm data project action type.
Definition: EwEnumeration.idl:847
@ kProjectDataActionUnknown
Undefined data project action type.
Definition: EwEnumeration.idl:844
@ kProjectDataReplace
replace data project.
Definition: EwEnumeration.idl:846
@ kProjectDataUpdate
Update data project.
Definition: EwEnumeration.idl:845
EwClassificationType
Classification for components, symbols and manufacturer parts kComponentType 0->3 kTitleBlockType 3...
Definition: EwEnumeration.idl:583
@ kComponentType
Classification for Components, symbols, manufacturer parts.
Definition: EwEnumeration.idl:588
@ kClassificationTypeMax
The max value of enum.
Definition: EwEnumeration.idl:589
@ kCableReferenceType
Classification for cable references.
Definition: EwEnumeration.idl:586
@ kTitleBlockType
Classification for titleblocks.
Definition: EwEnumeration.idl:585
@ kClassificationTypeUnknown
Unknown classification type.
Definition: EwEnumeration.idl:584
@ kMacroType
Classification for macros.
Definition: EwEnumeration.idl:587
EwSymbolType
All types of symbol.
Definition: EwEnumeration.idl:433
@ kSymbolPassive
Passive symbol
Definition: EwEnumeration.idl:450
@ kSymbolXRef
Symbol for Cross reference generation
Definition: EwEnumeration.idl:441
@ kSymbolTerminalDrawing
Symbol for terminal strip generation
Definition: EwEnumeration.idl:440
@ kSymbolPID
PID symbol
Definition: EwEnumeration.idl:451
@ kSymbolCableLabel
Cable label
Definition: EwEnumeration.idl:444
@ kSymbolComponent
Normal symbol
Definition: EwEnumeration.idl:435
@ kSymbolHarnessLabel
Harness label.
Definition: EwEnumeration.idl:449
@ kSymbolMax
The max value of enum.
Definition: EwEnumeration.idl:454
@ kSymbolReport
Report symbol
Definition: EwEnumeration.idl:453
@ kSymbolSynoptic
Line diagram
Definition: EwEnumeration.idl:436
@ kSymbol2dFootprint
2D footprint
Definition: EwEnumeration.idl:443
@ kSymbolEquipotentialLabel
Equipotential label
Definition: EwEnumeration.idl:447
@ kSymbolBlackbox
Black box
Definition: EwEnumeration.idl:437
@ kSymbolAutomateDrawing
Basic Symbol for PLC symbol generation.
Definition: EwEnumeration.idl:442
@ kSymbolConnectionLabel
Connection label
Definition: EwEnumeration.idl:445
@ kSymbolLink
Origin destination arrow
Definition: EwEnumeration.idl:439
@ kSymbolWireLabel
Wire label
Definition: EwEnumeration.idl:446
@ kSymbolFluid
Fluid symbol
Definition: EwEnumeration.idl:452
@ kSymbolLocationLabel
Location label
Definition: EwEnumeration.idl:448
@ kSymbolUndefined
Undefined type (used in case of error)
Definition: EwEnumeration.idl:434
@ kSymbolConnection
Terminal
Definition: EwEnumeration.idl:438
EwNumberMarkAction
All the possible actions for renumber marks.
Definition: EwEnumeration.idl:927
@ kUpdateMarksAction
Existing marks will be updated according to the project configuration formula.
Definition: EwEnumeration.idl:929
@ kNumberMarkActionUndefined
Unknown action.
Definition: EwEnumeration.idl:928
@ kReNumberMarksAction
The order number of all project elements is recalculated following the order of the drawings.
Definition: EwEnumeration.idl:930
EwAutoArrowMarkType
Enum which contains marks type that we want to be aware for the origin destination automatic insertio...
Definition: EwEnumeration.idl:904
@ kAutoArrowMarkManualAndAuto
Connect all equipotentials with same mark using manual or automatic mode.
Definition: EwEnumeration.idl:906
@ kAutoArrowMarkManual
Connect only equipotential with same mark using manual mode.
Definition: EwEnumeration.idl:905
EwAlignmentType
Enumeration of type of Alignment.
Definition: EwEnumeration.idl:1366
@ kAlignmentTypeTopRight
Top Right Alignment.
Definition: EwEnumeration.idl:1370
@ kUnknowAlignmentType
Definition: EwEnumeration.idl:1367
@ kAlignmentTypeBottomLeft
Bottom Left Alignment.
Definition: EwEnumeration.idl:1374
@ kAlignmentTypeBottomRight
Bottom Right Alignment.
Definition: EwEnumeration.idl:1376
@ kAlignmentTypeTopLeft
Top Left Alignment.
Definition: EwEnumeration.idl:1368
@ kAlignmentTypeTopCenter
Top Center Alignment.
Definition: EwEnumeration.idl:1369
@ kAlignmentTypeMiddleLeft
Middle Left Alignment.
Definition: EwEnumeration.idl:1371
@ kAlignmentTypeMiddleRight
Middle Right Alignment.
Definition: EwEnumeration.idl:1373
@ kAlignmentTypeMax
The max value of enum.
Definition: EwEnumeration.idl:1377
@ kAlignmentTypeBottomCenter
Bottom Center Alignment.
Definition: EwEnumeration.idl:1375
@ kAlignmentTypeMiddleCenter
Middle Center Alignment.
Definition: EwEnumeration.idl:1372
EwComputeOrderNumberType
Enumeration of the short order in equipotentiel.
Definition: EwEnumeration.idl:1448
@ kDifferentPerGroup
order number is different for the same group *‍/
Definition: EwEnumeration.idl:1449
@ kCommonPerGroup
order number is the same for the same group *‍/
Definition: EwEnumeration.idl:1450
@ kDifferentNoGroup
order number is different for all the equipotentials. No group done. *‍/
Definition: EwEnumeration.idl:1451
EwDwgSaveType
All possible export DWG file type for a project.
Definition: EwEnumeration.idl:547
@ kSaveAsDwg
Save as .dwg file.
Definition: EwEnumeration.idl:548
@ kSaveAsDxf
Save as .dxf file.
Definition: EwEnumeration.idl:549
@ kSaveDxb
Save as binary .dxf file.
Definition: EwEnumeration.idl:550
EwDialogManagerType
All the Library/Configuration Manager Dialogs.
Definition: EwEnumeration.idl:1249
@ kEwDialogCabinetLayout2DManager
Cabinet Layout 2D Manager Dialog.
Definition: EwEnumeration.idl:1253
@ kEwDialogPLCDrawingManager
PLC Drawing Manager Dialog.
Definition: EwEnumeration.idl:1266
@ kEwDialogManufacturerPartManager
Manufacturer Part Manager Dialog.
Definition: EwEnumeration.idl:1258
@ kEwDialogSymbolManager
Symbol Manager Dialog.
Definition: EwEnumeration.idl:1252
@ kEwDialogLineDiagramManager
Line Diagram Manager Dialog.
Definition: EwEnumeration.idl:1264
@ kEwDialogDesignRuleManager
Design Rule Manager Dialog.
Definition: EwEnumeration.idl:1271
@ kEwDialogUnknown
Unknown Manager Dialog.
Definition: EwEnumeration.idl:1250
@ kEwDialogDrawingStyleManager
Drawing Style Manager Dialog.
Definition: EwEnumeration.idl:1265
@ kEwDialogTerminalStripDrawingManager
Terminal Strip Drawing Manager Dialog.
Definition: EwEnumeration.idl:1267
@ kEwDialogTerminalManager
Terminal Manager Dialog.
Definition: EwEnumeration.idl:1254
@ kEwDialogLibrariesManager
Libraries Manager Dialog.
Definition: EwEnumeration.idl:1261
@ kEwDialogExcelImportExportManager
Excel Import/Export Manager Dialog.
Definition: EwEnumeration.idl:1275
@ kEwDialogPaletteManager
Palette Manager Dialog.
Definition: EwEnumeration.idl:1276
@ kEwDialogProjectManager
Project Manager Dialog.
Definition: EwEnumeration.idl:1251
@ kEwDialogWireTerminationTypeManager
Wire Termination Type Manager Dialog.
Definition: EwEnumeration.idl:1259
@ kEwDialogDataReplacementManager
Data Replacement Manager Dialog.
Definition: EwEnumeration.idl:1274
@ kEwDialogCableReferenceManager
Cable Reference Manager Dialog.
Definition: EwEnumeration.idl:1257
@ kEwDialogTitleBlockManager
Title Block Manager Dialog.
Definition: EwEnumeration.idl:1255
@ kEwDialogReportManager
Report Manager Dialog.
Definition: EwEnumeration.idl:1270
@ kEwDialogImportDataManager
Import Data Manager Dialog.
Definition: EwEnumeration.idl:1273
@ kEwDialogCrossReferenceManager
Cross Reference Manager Dialog.
Definition: EwEnumeration.idl:1269
@ kEwDialogConnectionLabelManager
Connection Label Manager Dialog.
Definition: EwEnumeration.idl:1277
@ kEwDialogMacroManager
Macro Manager Dialog.
Definition: EwEnumeration.idl:1256
@ kEwDialogUserDataManager
User Data Manager Dialog.
Definition: EwEnumeration.idl:1272
@ kEwDialogClassificationManager
Classification Manager Dialog.
Definition: EwEnumeration.idl:1262
@ kEwDialogConnectorManager
Connector Manager Dialog.
Definition: EwEnumeration.idl:1268
@ kEwDialogWireStyleManager
Wire Style Manager Dialog.
Definition: EwEnumeration.idl:1263
@ kEwDialogTerminalTypeManager
Terminal Type Manager Dialog.
Definition: EwEnumeration.idl:1260
EwWireDirType
All the cabling direction.
Definition: EwEnumeration.idl:939
@ kUnknowWireDirType
unknown direction
Definition: EwEnumeration.idl:940
@ kWireDirXAscYDsc
left --> right / top --> down
Definition: EwEnumeration.idl:941
@ kWireDirYDscXAsc
top --> down / left --> right
Definition: EwEnumeration.idl:942
EwTagUnicityType
Tag unicity of wire style.
Definition: EwEnumeration.idl:1461
@ kTagUnicityFile
Tag unicity type by file*‍/.
Definition: EwEnumeration.idl:1468
@ kTagUnicityLocationFunction
Tag unicity type by location/function*‍/.
Definition: EwEnumeration.idl:1466
@ kTagUnicityProject
Tag unicity type by project *‍/.
Definition: EwEnumeration.idl:1463
@ kUnknowTagUnicityType
Default tag unicity type*‍/.
Definition: EwEnumeration.idl:1462
@ kTagUnicityLocation
Tag unicity type by location*‍/.
Definition: EwEnumeration.idl:1464
@ kTagUnicityTypeMax
Max tag unicity type*‍/.
Definition: EwEnumeration.idl:1469
@ kTagUnicityBundle
Tag unicity type by bundle*‍/.
Definition: EwEnumeration.idl:1467
@ kTagUnicityFunction
Tag unicity type by function*‍/.
Definition: EwEnumeration.idl:1465
EwDockingPaneAction
All the Docking Pane Action IDs.
Definition: EwEnumeration.idl:1178
@ kEwDockingPaneActionExpanded
Docking pane is expanded, this is when the pane is fully shown from the auto-hide position.
Definition: EwEnumeration.idl:1192
@ kEwDockingPaneActionFloated
Docking pane has been docked, and is currently floating.
Definition: EwEnumeration.idl:1180
@ kEwDockingPaneActionDetaching
Docking pane removing from tabbed container.
Definition: EwEnumeration.idl:1195
@ kEwDockingPaneActionUnpinning
Docking pane is currently docked. This occurs when the "pin" button is clicked.
Definition: EwEnumeration.idl:1197
@ kEwDockingPaneActionDocking
Docking pane is in the process of docking.
Definition: EwEnumeration.idl:1183
@ kEwDockingPaneActionExpanding
Docking pane is currently expanding. This occurs when a pane is being displayed from its AutoHide pos...
Definition: EwEnumeration.idl:1191
@ kEwDockingPaneActionSplitterResized
Docking pane splitter resized.
Definition: EwEnumeration.idl:1200
@ kEwDockingPaneActionAttaching
Docking pane is in the process of attaching to another pane.
Definition: EwEnumeration.idl:1185
@ kEwDockingPaneActionAttached
Docking pane has been attached. This occurs when the docking pane has finished attaching to another p...
Definition: EwEnumeration.idl:1186
@ kEwDockingPaneActionFloating
Docking pane is currently floating. This occurs when the user clicks on the title bar of a docking pa...
Definition: EwEnumeration.idl:1179
@ kEwDockingPaneActionPinned
Docking pane has been pinned. This occurs when the docking pane has finished pinning.
Definition: EwEnumeration.idl:1188
@ kEwDockingPaneActionCollapsing
Docking pane is currently collapsing (hiding). This occurs when a pane is going back to its AutoHide ...
Definition: EwEnumeration.idl:1189
@ kEwDockingPaneActionDragging
Docking pane has been dragged.
Definition: EwEnumeration.idl:1196
@ kEwDockingPaneActionUnpinned
Docking pane has been unpinned. This occurs when the docking pane has finished pinning.
Definition: EwEnumeration.idl:1198
@ kEwDockingPaneActionPinning
Docking pane is currently pinning (hiding). This occurs when the "pin" button is clicked.
Definition: EwEnumeration.idl:1187
@ kEwDockingPaneActionClosing
Docking pane is currently closing. This occurs before closing the pane.
Definition: EwEnumeration.idl:1181
@ kEwDockingPaneActionCollapsed
Docking Pane has been collapsed. This occurs when the docking pane has finished collapsing.
Definition: EwEnumeration.idl:1190
@ kEwDockingPaneActionDocked
Docking pane has been docked. This occurs when the docking pane has finished docking.
Definition: EwEnumeration.idl:1184
@ kEwDockingPaneActionClosed
Docking pane has been closed. This occurs when the docking pane has finished closing.
Definition: EwEnumeration.idl:1182
@ kEwDockingPaneActionActivated
Docking pane becomes active.
Definition: EwEnumeration.idl:1193
@ kEwDockingPaneActionDeactivated
Docking pane deactivated.
Definition: EwEnumeration.idl:1194
@ kEwDockingPaneActionSplitterResizing
Docking pane splitter resizing.
Definition: EwEnumeration.idl:1199
EwTagMode
All Mark mode type.
Definition: EwEnumeration.idl:803
@ kManu
Manual tag mode.
Definition: EwEnumeration.idl:806
@ kUnknown
Unknown tag mode.
Definition: EwEnumeration.idl:804
@ kAuto
Automatic tag mode.
Definition: EwEnumeration.idl:805
@ kUseLevelMark
Use level mark for computing tag.
Definition: EwEnumeration.idl:807
EwRibbonGroupReductionLevels
Reduce Level for ribbon group.
Definition: EwEnumeration.idl:1386
@ kEwRibbonGroupFullReduction
Hide captions and allow hiding all when reduced.
Definition: EwEnumeration.idl:1390
@ kEwRibbonGroupReduceCaptionDontHide
Hide captions but don't allow hiding all when reduced.
Definition: EwEnumeration.idl:1389
@ kEwRibbonGroupReductionDisabled
Do not reduce.
Definition: EwEnumeration.idl:1387
@ kEwRibbonGroupFullCaptionDontHide
Don't hide captions and don't hiding all when reduced.
Definition: EwEnumeration.idl:1388
EwRoutingParameters
All routing parameters (defined in EwCoRtData.h)
Definition: EwEnumeration.idl:761
@ kObserveBendRadius
if true, set minimal bend radius when routing
Definition: EwEnumeration.idl:773
@ kCableCoresFollowPath
Enable routing cable cores through path.
Definition: EwEnumeration.idl:779
@ kRouteCables
enable route cables
Definition: EwEnumeration.idl:775
@ kDefaultWireDiameterCmd
Default diameter of command wire.
Definition: EwEnumeration.idl:763
@ kRouteHarness
enable route harnesses
Definition: EwEnumeration.idl:774
@ kShowReport
show errors report flag
Definition: EwEnumeration.idl:772
@ kCableCPName
Cable connection point name, default "EwCable".
Definition: EwEnumeration.idl:762
@ kDistanceBetweenSections
Distance between cable / wire sections.
Definition: EwEnumeration.idl:771
@ kMaxDistAxes
Max distance between axes when connection is possible.
Definition: EwEnumeration.idl:766
@ kUpdateCables
flag to update cables origin / destination
Definition: EwEnumeration.idl:777
@ kRouteActiveLocation
If true, only components in the active top location will be routed.
Definition: EwEnumeration.idl:782
@ kSPAlgorithm
Shortest path algorithm to use.
Definition: EwEnumeration.idl:769
@ kMaxNameLength
Maximum allowed name length for routing objects.
Definition: EwEnumeration.idl:768
@ kStubPointMergeDistance
Merge graph point to stub end if the distance if less than this.
Definition: EwEnumeration.idl:781
@ kHarnessBendRadius
Biggest bend radius among all wires / cables in a harness.
Definition: EwEnumeration.idl:780
@ kUseShortestConnection
Enable filtering inter-axes connections to use only the shortest one.
Definition: EwEnumeration.idl:778
@ kDefaultRouteBendK
[NOT USED] Default bend radius factor; min bend radius = K * wire diameter
Definition: EwEnumeration.idl:765
@ kMaxDistAxisCPoint
Max distance between axis and CPoint when connection is possible.
Definition: EwEnumeration.idl:767
@ kRouteWires
enable route wires
Definition: EwEnumeration.idl:776
@ kSPAEngine
Shortest path algorithm engine (One CPU, Multi CPU, GPU)
Definition: EwEnumeration.idl:770
@ kDefaultWireDiameterOther
Default wire diameter, except command.
Definition: EwEnumeration.idl:764
EwTooltipObjectType
Enumeration of type of object where we can attach tooltips.
Definition: EwEnumeration.idl:1307
@ kTooltipObjectTitleBlock
Tooltips for title block.
Definition: EwEnumeration.idl:1313
@ kTooltipObjectProject
Tooltips for project.
Definition: EwEnumeration.idl:1310
@ kTooltipObjectSymbol
Tooltips for symbol.
Definition: EwEnumeration.idl:1312
@ kTooltipObjectMacro
Tooltips for macro.
Definition: EwEnumeration.idl:1311
@ kTooltipObjectNone
No Tooltips (since 2023).
Definition: EwEnumeration.idl:1309
@ kTooltipObjectUnknown
Unknonw Tooltips (since 2023).
Definition: EwEnumeration.idl:1308
EwSaveImageType
Picture save type.
Definition: EwEnumeration.idl:1210
@ kSaveImageGIF
save at Gif format
Definition: EwEnumeration.idl:1215
@ kSaveImagePNG
save at png format
Definition: EwEnumeration.idl:1213
@ kSaveImageJPEG
save at jpg format
Definition: EwEnumeration.idl:1212
@ kSaveImageUndefined
Unknown format.
Definition: EwEnumeration.idl:1211
@ kSaveImageBMP
save at Bmp format
Definition: EwEnumeration.idl:1214
EwErrorLogType
All possible items type for the summary dialog.
Definition: EwEnumeration.idl:343
@ kLogInformation
Information.
Definition: EwEnumeration.idl:348
@ kLogWarning
Warning.
Definition: EwEnumeration.idl:346
@ kLogMax
The max value of enum.
Definition: EwEnumeration.idl:349
@ kLogError
Error.
Definition: EwEnumeration.idl:347
@ kLogGood
Good.
Definition: EwEnumeration.idl:345
@ kLogUndefined
State undefined.
Definition: EwEnumeration.idl:344
EwComponentType
All types of component type.
Definition: EwEnumeration.idl:987
@ kComponentConnector
Connector.
Definition: EwEnumeration.idl:996
@ kComponentPLCModule
PLC card.
Definition: EwEnumeration.idl:992
@ kComponentPLC
PLC.
Definition: EwEnumeration.idl:990
@ kComponentTerminal
Terminal.
Definition: EwEnumeration.idl:994
@ kComponentTypeUnknown
Undefined ! BAD VALUE.
Definition: EwEnumeration.idl:988
@ kAccessoryTerminal
Terminal strip accessory.
Definition: EwEnumeration.idl:998
@ kComponentPLCRack
PLC rack.
Definition: EwEnumeration.idl:991
@ kComponentTerminalStrip
Terminal strip.
Definition: EwEnumeration.idl:993
@ kComponentOrigDestArrow
Origin - destination arrows.
Definition: EwEnumeration.idl:995
@ kComponentPCB
Printed Circuit Board.
Definition: EwEnumeration.idl:997
@ kComponentTypeMax
Definition: EwEnumeration.idl:999
@ kComponentNoType
Normal.
Definition: EwEnumeration.idl:989
EwExcludeFromBOM
All exclusion from bill of materials types.
Definition: EwEnumeration.idl:1148
@ kNoExclude
No electrical component is excluded from bill of materials.
Definition: EwEnumeration.idl:1149
@ kExcludeAll
All electrical components are excluded from bill of materials.
Definition: EwEnumeration.idl:1150
@ kExceptHarness
Only Electrical components in harness are not excluded from bill of materials.
Definition: EwEnumeration.idl:1151
EwLogOutputType
Log support type for database errors.
Definition: EwEnumeration.idl:420
@ kLogOutputAssert
Display error in ASSERT.
Definition: EwEnumeration.idl:422
@ kLogOutputString
Display error in output debug string.
Definition: EwEnumeration.idl:423
@ kLogOutputFile
Display error in logs file.
Definition: EwEnumeration.idl:425
@ kLogOutputNone
No error shown.
Definition: EwEnumeration.idl:421
@ kLogOutputMessageBox
Display error in message box.
Definition: EwEnumeration.idl:424
EwFileType
File types used in a project.
Definition: EwEnumeration.idl:390
@ kFile2DDrawingFrom3D
2D drawing in dwg format from a 3D software
Definition: EwEnumeration.idl:401
@ kFileTerminal
Terminal strip drawing.
Definition: EwEnumeration.idl:396
@ kFileFluid
Hydraulic and pneumatic.
Definition: EwEnumeration.idl:408
@ kFileMax
The max value of enum.
Definition: EwEnumeration.idl:412
@ kFileMixed
Mixed scheme, for multiwire schematic and line diagram.
Definition: EwEnumeration.idl:405
@ kUnknowFileType
Undefined file type.
Definition: EwEnumeration.idl:392
@ kFileLineDiagram
Synoptic (line diagram)
Definition: EwEnumeration.idl:394
@ kFileOther
Miscellaneous file type.
Definition: EwEnumeration.idl:397
@ kFile2DCabinetLayout
2D cabinet layout
Definition: EwEnumeration.idl:402
@ kFileFlattenedRoute
2D Flattened route from SW
Definition: EwEnumeration.idl:403
@ kFileCoverPage
Cover page.
Definition: EwEnumeration.idl:398
@ kFileDesignRule
Design rules file.
Definition: EwEnumeration.idl:404
@ kFileExportedReport
Exported BOM report file.
Definition: EwEnumeration.idl:409
@ kFileBOM
Report drawing.
Definition: EwEnumeration.idl:395
@ kFilePID
Process & Instrumentation Diagram.
Definition: EwEnumeration.idl:406
@ kFileFolio
Schematic.
Definition: EwEnumeration.idl:393
@ kFilePhysicalProduct
Id of the phisical product on the platform.
Definition: EwEnumeration.idl:411
@ kFileNotSupported
NOT SUPPORTED ANYMORE - keeping it for legacy.
Definition: EwEnumeration.idl:407
@ kFileFolder
Used for folder creation, not store in database, no file can have this type.
Definition: EwEnumeration.idl:391
@ kFileExportedDesignRule
Exported design rule file.
Definition: EwEnumeration.idl:410
@ kFileSWCabinetLayout
SW 3D cabinet layout.
Definition: EwEnumeration.idl:399
@ kFileAppendixDxfDwg
Appendix Dwg/dwg file, openable in the UI.
Definition: EwEnumeration.idl:400
EwUserDataType
All User Data Type.
Definition: EwEnumeration.idl:1009
@ kUserDataPlc
User data for PLC.
Definition: EwEnumeration.idl:1011
@ kUserDataCable
User data for cable.
Definition: EwEnumeration.idl:1014
@ kUserDataWireLabel
User data for wire label.
Definition: EwEnumeration.idl:1016
@ kUnknownUserDataType
Undefined ! BAD VALUE.
Definition: EwEnumeration.idl:1010
@ kUserDataMax
Max user data.
Definition: EwEnumeration.idl:1018
@ kUserDataPlcPoint
User data PLC point.
Definition: EwEnumeration.idl:1012
@ kUserDataDinPlc
User data for Din PLC.
Definition: EwEnumeration.idl:1013
@ kUserDataEquipotentialLabel
User data for equipotential label.
Definition: EwEnumeration.idl:1017
@ kUserDataCableLabel
User data for cable label.
Definition: EwEnumeration.idl:1015
EwClassComponentType
All the class component types.
Definition: EwEnumeration.idl:1116
@ kComponent
Component type.
Definition: EwEnumeration.idl:1117
@ kPLC
PLC type.
Definition: EwEnumeration.idl:1118
@ kConnector
Connector type.
Definition: EwEnumeration.idl:1121
@ kPCB
Printed circuit board type.
Definition: EwEnumeration.idl:1120
@ kCabinet
Cabinet type.
Definition: EwEnumeration.idl:1122
@ kNodeComponentTypeMax
End of enum.
Definition: EwEnumeration.idl:1125
@ kTerminal
Terminal type.
Definition: EwEnumeration.idl:1119
@ kDuct
Duct type.
Definition: EwEnumeration.idl:1124
@ kRail
Rail type.
Definition: EwEnumeration.idl:1123
EwWireSizeStandard
Wire size standard type.
Definition: EwEnumeration.idl:639
@ kWireSizeSection
For size in section (mm2)
Definition: EwEnumeration.idl:641
@ kWireSizeMax
The max value of enum.
Definition: EwEnumeration.idl:644
@ kWireSizeGauge
For size in American Wire Gauge (AWG)
Definition: EwEnumeration.idl:642
@ kWireSizeKcmil
For size in KCMIL (1000 circular mils)
Definition: EwEnumeration.idl:643
@ kUnknowWireSizeStd
For undefined size standard.
Definition: EwEnumeration.idl:640
EwNotificationMessageType
Enumeration of the Message type in notification dialog Type of message, to change icon (and later col...
Definition: EwEnumeration.idl:1402
@ kMessageTypeDefault
Definition: EwEnumeration.idl:1404
@ kMessageTypeError
Definition: EwEnumeration.idl:1408
@ kMessageTypeOk
Definition: EwEnumeration.idl:1406
@ kMessageTypeWarning
Definition: EwEnumeration.idl:1407
@ kMessageTypeInformation
Definition: EwEnumeration.idl:1405
@ kMessageTypeUnknown
Definition: EwEnumeration.idl:1403
EwDwgVersion
All the possible export DWG version for a project, redefinition of OdDb::DwgVersion.
Definition: EwEnumeration.idl:530
@ kDwgVersion2007
Version 2007 (OdDb::vAC21)
Definition: EwEnumeration.idl:534
@ kDwgVersionCurrent
Highest supported version.
Definition: EwEnumeration.idl:539
@ kDwgVersion2004
Version 2004 (OdDb::vAC18)
Definition: EwEnumeration.idl:533
@ kDwgVersionDefault
Default version with most compatibility.
Definition: EwEnumeration.idl:538
@ kDwgVersion2000
Version 2000 (OdDb::vAC15)
Definition: EwEnumeration.idl:532
@ kDwgVersion2010
Version 2010 (OdDb::vAC24)
Definition: EwEnumeration.idl:535
@ kDwgVersion2013
Version 2013 (OdDb::vAC27)
Definition: EwEnumeration.idl:536
@ kDwgVersion2018
Version 2018 (OdDb::vAC32)
Definition: EwEnumeration.idl:537
@ kDwgVersionNone
not defined (OdDb::kDHL_MC0_0)
Definition: EwEnumeration.idl:531
EwAutoArrowLocConnectType
Enum which contains all connection types related with the file location for the Origin Destination au...
Definition: EwEnumeration.idl:892
@ kAutoArrowLocConnectSameSubLocation
Connect lines with the same equipotential if they are inside a file with the same parent location.
Definition: EwEnumeration.idl:894
@ kAutoArrowLocConnectAllLocation
Connect lines with the same equipotential in any location.
Definition: EwEnumeration.idl:895
@ kAutoArrowLocConnectSameLocation
Connect lines with the same equipotential if they are inside a file with the same location.
Definition: EwEnumeration.idl:893
EwProjectDataObjectType
Type of object to update or replace data in project.
Definition: EwEnumeration.idl:856
@ kProjectDataManufacturerPart
Manufacturer part data project.
Definition: EwEnumeration.idl:858
@ kProjectDataSymbol
Symbol data project.
Definition: EwEnumeration.idl:860
@ kProjectDataObjectMax
Maximum data project object type.
Definition: EwEnumeration.idl:862
@ kProjectDataTitleBlock
Title block data project.
Definition: EwEnumeration.idl:861
@ kProjectDataCable
Cable data project.
Definition: EwEnumeration.idl:859
@ kProjectDataObjectUnknown
Undefined data project object type.
Definition: EwEnumeration.idl:857
EwPageOrientation
All Page orientation.
Definition: EwEnumeration.idl:517
@ kOrientationAutomatic
Automatic orientation mode.
Definition: EwEnumeration.idl:520
@ kOrientationLandscape
Landscape orientation mode.
Definition: EwEnumeration.idl:519
@ kOrientationPortrait
Portrait orientation code.
Definition: EwEnumeration.idl:518
EwCableCoreType
Cable Core type.
Definition: EwEnumeration.idl:652
@ kCableCoreShield
For a shield cable core.
Definition: EwEnumeration.idl:655
@ kCableCoreGND
For ground cable core.
Definition: EwEnumeration.idl:657
@ kCableCoreUnknow
Uninitialized type (used in case of error)
Definition: EwEnumeration.idl:653
@ kCableCoreTypeMax
The max value of enum.
Definition: EwEnumeration.idl:658
@ kCableCoreNeutral
For neutral cable core.
Definition: EwEnumeration.idl:656
@ kCableCoreUndefined
For all others types (include phase) of cable core.
Definition: EwEnumeration.idl:654
EwDimensionUnit
All dimension units.
Definition: EwEnumeration.idl:817
@ kDimensionUnitUnknown
Undefined dimension unit.
Definition: EwEnumeration.idl:818
@ kDimensionUnitMeter
Meter dimension unit (mm, m)
Definition: EwEnumeration.idl:819
@ kDimensionUnitInches
Inches dimension unit (in, ft)
Definition: EwEnumeration.idl:820
EwPlotArea
All plot area type.
Definition: EwEnumeration.idl:1135
@ kPlotAreaLimit
Limit plot area type.
Definition: EwEnumeration.idl:1138
@ kPlotAreaExtent
Extent plot area type.
Definition: EwEnumeration.idl:1137
@ kPlotAreaDisplay
Display plot area type.
Definition: EwEnumeration.idl:1136
EwCableReferenceType
Cable reference type.
Definition: EwEnumeration.idl:626
@ kCableUndefined
For misc cable.
Definition: EwEnumeration.idl:628
@ kCablePower
For power cable.
Definition: EwEnumeration.idl:629
@ kCableControlCommand
For command/control cable.
Definition: EwEnumeration.idl:630
@ kCableTypeMax
The max value of enum.
Definition: EwEnumeration.idl:631
@ kUnknowCableType
Uninitialized type (used in case of error)
Definition: EwEnumeration.idl:627
EwDialogSelectorType
All the Selector Dialogs.
Definition: EwEnumeration.idl:1287
@ kEwDialogTerminalTypeSelector
Terminal Type Selector Dialog.
Definition: EwEnumeration.idl:1297
@ kEwDialogMacroSelector
Macro Selector Dialog.
Definition: EwEnumeration.idl:1291
@ kEwDialogLocationSelector
Location Selector Dialog.
Definition: EwEnumeration.idl:1290
@ kEwDialogWireTerminationTypeSelector
Wire Termination Type Selector Dialog.
Definition: EwEnumeration.idl:1296
@ kEwDialogBooksFoldersSelector
Books and folders Selector Dialog.
Definition: EwEnumeration.idl:1298
@ kEwDialogCableReferenceSelector
Cable Reference Selector Dialog.
Definition: EwEnumeration.idl:1294
@ kEwDialogManufacturerPartSelector
Manufacturer Part Selector Dialog.
Definition: EwEnumeration.idl:1293
@ kEwDialogCabinetLayout2DSelector
Cabinet Layout 2D Selector Dialog.
Definition: EwEnumeration.idl:1295
@ kEwDialogSymbolSelector
Symbol Selector Dialog.
Definition: EwEnumeration.idl:1289
@ kEwDialogTitleBlockSelector
Title Block Selector Dialog.
Definition: EwEnumeration.idl:1292
@ kEwDialogSelectorUnknown
Unknown Selector Dialog.
Definition: EwEnumeration.idl:1288
EwPointOrientation
Flow direction of symbol connexion point type.
Definition: EwEnumeration.idl:687
@ kPointOrientationOutput
Output flow direction
Definition: EwEnumeration.idl:690
@ kPointOrientationUndefined
Both flow direction.
Definition: EwEnumeration.idl:688
@ kPointOrientationInput
Input flow direction
Definition: EwEnumeration.idl:689
@ kPointOrientationMax
The max value of enum.
Definition: EwEnumeration.idl:691
EwXMLConfigFolderType
XML Config Folder.
Definition: EwEnumeration.idl:1224
@ kXMLConfigFolderConnectionLabel
Folder for connection label templates.
Definition: EwEnumeration.idl:1240
@ kXMLConfigFolderReplace
folder for replace
Definition: EwEnumeration.idl:1234
@ kXMLConfigFolderDrawingStyle
folder for drawing style DWG Files
Definition: EwEnumeration.idl:1239
@ kXMLConfigFolderPalette
folder for palette
Definition: EwEnumeration.idl:1233
@ kXMLConfigFolderConnector
folder for connector
Definition: EwEnumeration.idl:1236
@ kXMLConfigFolderUnknown
Unknown folder path.
Definition: EwEnumeration.idl:1225
@ kXMLConfigFolderEPDMBOM
folder for EPDM_BOM Files
Definition: EwEnumeration.idl:1238
@ kXMLConfigFolderNo
no folder path
Definition: EwEnumeration.idl:1226
@ kXMLConfigFolderBidXLS
folder for excel template
Definition: EwEnumeration.idl:1237
@ kXMLConfigFolderXref
folder for xref
Definition: EwEnumeration.idl:1230
@ kXMLConfigFolderDesignRules
folder for design rules
Definition: EwEnumeration.idl:1235
@ kXMLConfigFolderImportData
folder for import data
Definition: EwEnumeration.idl:1232
@ kXMLConfigFolderTerminal
folder for terminal
Definition: EwEnumeration.idl:1229
@ kXMLConfigFolderBOM
folder for build of materiel
Definition: EwEnumeration.idl:1227
@ kXMLConfigFolderUserData
folder for user data
Definition: EwEnumeration.idl:1231
@ kXMLConfigFolderAutomate
folder for automate
Definition: EwEnumeration.idl:1228
EwOpenProjectMode
All possible open modes for a project.
Definition: EwEnumeration.idl:478
@ kNotOpened
not opened
Definition: EwEnumeration.idl:479
@ kOpenForWrite
open for write sharing the write
Definition: EwEnumeration.idl:481
@ kOpenForWriteDenyWrite
open for write exclusive
Definition: EwEnumeration.idl:482
@ kOpenForRead
open for read
Definition: EwEnumeration.idl:480
EwAutoBridge
autobrige of component
Definition: EwEnumeration.idl:1162
@ kAutomatic
Automatic option.
Definition: EwEnumeration.idl:1165
@ kManual
Manual option.
Definition: EwEnumeration.idl:1164
@ kAutoBridgeUnknown
Unknown option.
Definition: EwEnumeration.idl:1163
@ kAutoBridgeMaxOption
Maximum bridge option.
Definition: EwEnumeration.idl:1167
@ kAutomaticOnlyConsecutive
Automatic but only consecutive terminal option.
Definition: EwEnumeration.idl:1166
EwPhaseType
Conductor type of a wire style.
Definition: EwEnumeration.idl:1479
@ kProtection
Phase type : Protection - Earth - Ground.
Definition: EwEnumeration.idl:1485
@ kPhaseTypeMax
Phase type : Max.
Definition: EwEnumeration.idl:1488
@ kNeutre
Phase type : Neutral.
Definition: EwEnumeration.idl:1484
@ kSynoptic
Phase type : Line diagram.
Definition: EwEnumeration.idl:1487
@ kCommande
Phase type : Control wire.
Definition: EwEnumeration.idl:1486
@ kPhase3
Phase type : Phase 3.
Definition: EwEnumeration.idl:1483
@ kPhase2
Phase type : Phase 2.
Definition: EwEnumeration.idl:1482
@ kPhase1
Phase type : Phase 1.
Definition: EwEnumeration.idl:1481
@ kPhaseTypeUnKnown
Phase type : Unknown
Definition: EwEnumeration.idl:1480
EwCreatorType
All creator type.
Definition: EwEnumeration.idl:271
@ kCreatorUndefined
Undefined creator (used in case of error)
Definition: EwEnumeration.idl:272
@ kCreatorMax
The max value of enum.
Definition: EwEnumeration.idl:276
@ kCreatorUser
Created by user.
Definition: EwEnumeration.idl:274
@ kCreatorSystemModifyByUser
Provided with the software, then modified by user.
Definition: EwEnumeration.idl:275
@ kCreatorSystem
Provided with the software.
Definition: EwEnumeration.idl:273
EwLibContentType
All library content types.
Definition: EwEnumeration.idl:296
@ kTypeNone
Type None.
Definition: EwEnumeration.idl:297
@ kTypeReference
Type Reference.
Definition: EwEnumeration.idl:299
@ kTypeMacro
Type Title Macro.
Definition: EwEnumeration.idl:302
@ kTypeAll
Type All.
Definition: EwEnumeration.idl:303
@ kTypeCableRef
Type Cable reference.
Definition: EwEnumeration.idl:301
@ kTypeTitleBlock
Type Title Block.
Definition: EwEnumeration.idl:300
@ kTypeSymbol
Type Symbol.
Definition: EwEnumeration.idl:298
EwEntity3DType
All Entity 3D types.
Definition: EwEnumeration.idl:311
@ kEntity3DSuppressedCable
Entity asssociated with a suppressed cable, to implement suppress / resume.
Definition: EwEnumeration.idl:320
@ kEntity3DManufacturerPart
Entity asssociated with a material type.
Definition: EwEnumeration.idl:313
@ kEntity3DCable
Entity asssociated with a EwAdCable.
Definition: EwEnumeration.idl:316
@ kEntity3DMax
The max value of enum.
Definition: EwEnumeration.idl:323
@ kEntity3DHarnessBOM
Entity asssociated with a suppressed BOM asssociated with a harness.
Definition: EwEnumeration.idl:319
@ kEntity3DCableRouting
Separate Cable routing assembly; Object ID = Cable ID.
Definition: EwEnumeration.idl:321
@ kEntity3DUnknown
Definition: EwEnumeration.idl:312
@ kEntity3DSuppressedBOM
Entity asssociated with a suppressed BOM.
Definition: EwEnumeration.idl:318
@ kEntity3DWire
Entity asssociated with a EwAdWire.
Definition: EwEnumeration.idl:314
@ kEntity3DHarness
Entity asssociated with a Harness.
Definition: EwEnumeration.idl:317
@ kEntity3DWireRouting
Wire routing assembly; Object ID = Wire style (line type) ID.
Definition: EwEnumeration.idl:322
@ kEntity3DLocation
Entity asssociated with a EwAdLocation.
Definition: EwEnumeration.idl:315
EwTitleBlockRowNumbering
All row numbering option for title block.
Definition: EwEnumeration.idl:713
@ kMax
The max value of enum.
Definition: EwEnumeration.idl:717
@ kFollowNextCol
Follow row numbering on next column
Definition: EwEnumeration.idl:716
@ kRestartEachCol
Restart row numbering on each column
Definition: EwEnumeration.idl:715
@ kUndefined
Undefined type (used in case of error)
Definition: EwEnumeration.idl:714
EwManufacturerPartType
Manufacturer part type.
Definition: EwEnumeration.idl:667
@ kManufacturerPartPlcInterfaceCircuit
For PLC interface with circuit relation
Definition: EwEnumeration.idl:677
@ kManufacturerPartPlcRack
For a PLC rack object
Definition: EwEnumeration.idl:673
@ kManufacturerPartPlcInterfacePoint
For PLC interface with point to point relation.
Definition: EwEnumeration.idl:676
@ kManufacturerPartPlcModuleWithInterface
For a PLC module with an interface
Definition: EwEnumeration.idl:674
@ kManufacturerPartBase
For a base object
Definition: EwEnumeration.idl:669
@ kManufacturerPartAccessory
For an accessory
Definition: EwEnumeration.idl:671
@ kManufacturerPartAuxiliary
For an added part of object
Definition: EwEnumeration.idl:670
@ kManufacturerPartSuperPart
For Super part reference type.
Definition: EwEnumeration.idl:678
@ kManufacturerPartPlcModule
For a PLC module without an interface
Definition: EwEnumeration.idl:675
@ kManufacturerPartPlc
For a PLC object
Definition: EwEnumeration.idl:672
@ kManufacturerPartUndefined
Undefined type (used in case of error)
Definition: EwEnumeration.idl:668
@ kManufacturerPartMax
The max value of enum.
Definition: EwEnumeration.idl:679
EwCommandType
Flag type for custom commands created by users.
Definition: EwEnumeration.idl:727
@ kCommandInterruptible
Definition: EwEnumeration.idl:747
@ kCommandUsePickset
Definition: EwEnumeration.idl:730
@ kCommandDocReadLock
Definition: EwEnumeration.idl:744
@ kCommandDocExclusiveLock
Definition: EwEnumeration.idl:745
@ kCommandNoPaperspace
Definition: EwEnumeration.idl:735
@ kCommandSession
Definition: EwEnumeration.idl:746
@ kCommandNoNewStack
Definition: EwEnumeration.idl:741
@ kCommandNoTilemode
Definition: EwEnumeration.idl:734
@ kCommandTransparent
Definition: EwEnumeration.idl:729
@ kCommandNoHistory
Definition: EwEnumeration.idl:748
@ kCommandNoPerspective
Definition: EwEnumeration.idl:732
@ kCommandNoInternalLock
Definition: EwEnumeration.idl:742
@ kCommandUndefined
Definition: EwEnumeration.idl:738
@ kCommandModal
Definition: EwEnumeration.idl:728
@ kCommandNoMadic
Definition: EwEnumeration.idl:743
@ kCommandNoMultiple
Definition: EwEnumeration.idl:733
@ kCommandNoBedit
Definition: EwEnumeration.idl:750
@ kCommandDefun
Definition: EwEnumeration.idl:740
@ kCommandInProgress
Definition: EwEnumeration.idl:739
@ kCommandPlotOnly
Definition: EwEnumeration.idl:736
@ kCommandNoUndoMarker
Definition: EwEnumeration.idl:749
@ kCommandRedraw
Definition: EwEnumeration.idl:731
@ kCommandNoOEM
Definition: EwEnumeration.idl:737
EwPdmType
All Type of PDM integration.
Definition: EwEnumeration.idl:972
@ kPdmThirdParty
No native PDM integration, Integration is managed by third party tool.
Definition: EwEnumeration.idl:976
@ kPdmBasic
Basic export to folder under PDM control.
Definition: EwEnumeration.idl:975
@ kPdmMax
The max value of enum.
Definition: EwEnumeration.idl:977
@ kPdmSwEntreprise
Use Check-in Check-Out to SW Enterprise PDM.
Definition: EwEnumeration.idl:974
@ kPdmUnknown
Use Unknown PDM.
Definition: EwEnumeration.idl:973
EwDialogType
Enumeration of the Dialog Type other than Manager & Selector Dialogs.
Definition: EwEnumeration.idl:1417
@ kEwDialogTypeNotification
Notification Dialog.
Definition: EwEnumeration.idl:1419
@ kEwDialogTypeUnknown
Unknown Dialog.
Definition: EwEnumeration.idl:1418
EwArchiveMode
Classification type.
Definition: EwEnumeration.idl:597
@ kArchiveModeObjectFromLibrary
archive all objects which are associated to selected libraries
Definition: EwEnumeration.idl:604
@ kArchiveModeObjectModifiedByUserSince
archive all objects modified by user since a specified date
Definition: EwEnumeration.idl:603
@ kArchiveModeObjectModifiedByUser
archive all objects modified by user
Definition: EwEnumeration.idl:602
@ kArchiveModeUnknown
Unknown archive mode option
Definition: EwEnumeration.idl:598
@ kArchiveModeCustom
custom archive mode option
Definition: EwEnumeration.idl:599
@ kArchiveModeAllProjects
archive all project and mandatory objects
Definition: EwEnumeration.idl:600
@ kArchiveModeAllObjects
archive all objects
Definition: EwEnumeration.idl:601
@ kArchiveModeMax
The max value of enum.
Definition: EwEnumeration.idl:605
EwPaneType
Enumeration of type of pane.
Definition: EwEnumeration.idl:1351
@ kPaneSymbolEditor
Symbols editor type.
Definition: EwEnumeration.idl:1355
@ kPaneDocumentBrowser
Documents type.
Definition: EwEnumeration.idl:1353
@ kPaneTypeMax
End of enum.
Definition: EwEnumeration.idl:1357
@ kPaneComponentBrowser
Components type.
Definition: EwEnumeration.idl:1354
@ kPaneTypeUnknow
Unknown pane.
Definition: EwEnumeration.idl:1352
@ kPaneTitleBlockEditor
Symbols editor type.
Definition: EwEnumeration.idl:1356
EwXLSFileType
Different types of Excel file.
Definition: EwEnumeration.idl:570
@ kXLSFileType_Unknown
Unknown format.
Definition: EwEnumeration.idl:571
@ kXLSFileTypeXLSX
XLSX book Format (Excel 2003+) .xlsx, .xlsm extension.
Definition: EwEnumeration.idl:573
@ kXLSFileTypeXLS
XLS book Format (Excel 97-2000) .xls extension.
Definition: EwEnumeration.idl:572
EwTimeStamp
Time stamps options.
Definition: EwEnumeration.idl:613
@ kTimeStampMMDDYYYY
MM DD YYYY timestamp.
Definition: EwEnumeration.idl:617
@ kTimeStampYYYYMMDD
YYYY MM DD timestamp.
Definition: EwEnumeration.idl:615
@ kTimeStampDDMMYYYY
DD MM YYYY timestamp.
Definition: EwEnumeration.idl:616
@ kTimeStampUndefined
Undefined timestamp.
Definition: EwEnumeration.idl:614
EwDocumentType
Document types.
Definition: EwEnumeration.idl:1322
@ kDocumentTypeSymbol
Symbol Document Type.
Definition: EwEnumeration.idl:1324
@ kDocumentTypeTitleBlock
Title Block Document Type.
Definition: EwEnumeration.idl:1325
@ kDocumentTypeMacro
Macro Document Type.
Definition: EwEnumeration.idl:1327
@ kDocumentTypeProject
Project Document Type.
Definition: EwEnumeration.idl:1326
@ kDocumentTypeUnknown
Unknown Document Type.
Definition: EwEnumeration.idl:1323
@ kDocumentTypeDwgDxf
Dwg or Dxf Document Type.
Definition: EwEnumeration.idl:1328
EwMeasurementType
All measurement type.
Definition: EwEnumeration.idl:284
@ kMeasurementTypeImperial
Imperial system.
Definition: EwEnumeration.idl:286
@ kMeasurementTypeMetric
Metric system.
Definition: EwEnumeration.idl:287
@ kMeasurementTypeUnknown
Undefined type (used in case of error)
Definition: EwEnumeration.idl:285


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SOLIDWORKS Electrical API: idl_converted/EwEnumeration.idl Source File
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2024 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.