SOLIDWORKS 扩展库。
所有 SOLIDWORKS 常量可通过 _sw 前缀的常量智能提示模板自动输入。
连接到已打开的 SOLIDWORKS 实例对象,失败则创建新的 SOLIDWORKS 实例对象。
连接到已打开的 SOLIDWORKS 实例时,当前进程与目标 SOLIDWORKS 进程必须有相同的权限。
如果其中一个进程有管理权限而另外一个没有,则连接该实例会失败。
返回 COM 对象。
可选在参数中指定优先连接的 SOLIDWORKS 版本。
版本参数可用字符串指定产品主版本号,例如 "2024",
也可以用一个数值(或小于4字符的字符串)指定内部修订版本号,例如 31
如果未找到该版本 SolidWorks,则切换到任意已安装的版本。
可在这里输入此对象提供的所有方法、属性。
智能提示看不到,只要文档里有都可以使用。
这个数量太大了 aardio 没办法都做进来。
用于扩展和操作 SOLIDWORKS 模型文档的附加功能。
返回文档的第一个特性对象。
获取文档路径
文档是否已修改并需要保存。
获取标题
获取文档类型
草图管理器。
获取文档摘要信息。
参数 @fieldId 以 _swSumInfo 前缀常量指定索引。
修改文档摘要信息。
参数 @fieldId 以 _swSumInfo 前缀常量指定索引。
参数 @value 指定文本值。
保存文档。
path 指定路径,斜杆开头的路径需要用 io.fullpath 转换。
version 指定版本,例如 0/*_swSaveAsCurrentVersion*/。
options 指定选项,例如 1/*_swSaveAsOptions_Silent*/。
exportData 可指定为 null 。
err,warning 必须传入 com.int 创建的输出参数。
返回下一个特性对象。
特性名
可在这里输入此对象提供的所有方法、属性。
智能提示看不到,只要文档里有都可以使用。
这个数量太大了 aardio 没办法都做进来。
激活文档。
除参数 @path 指定文件路径,其他参数可选。
当前活动文档。
关闭所有文档。
参数 @1 指定是否关闭未保存的文档。
关闭文档。
参数 @1 指定文档名称,字字符串表示活动文档。
退出 SOLIDWORKS 进程
文档总数
返回文档数组
返回首个文档对象。
获取打开的文档,参数 @1 指定文档名称。
返回进程 ID 。
获取 SOLIDWORKS 主窗口句柄
使用当前线程默认应用程序域创建 C# 编译器。
需要先导入 dotNet 库
新建文档。
参数 @paperSize 指定纸张大小,例如 _swDwgPaperA2size。
仅在 paperSize 为 _swDwgPapersUserDefined 时,
可用参数 @width,@height 指定宽高,
打开文档。
此函数由 aardio 重新实现,内部调用 OpenDoc6
打开文档。
除参数 @path 指定文件路径,其他所有参数都是可选参数。
此函数由 aardio 重新实现,内部调用 OpenDoc6
SOLIDWORKS 启动程序(sldworks.exe)所在目录
运行命令。
参数 @1 以数值指定要执行的命令 ID。
可用命令 ID https://help.solidworks.com/2024/english/api/swcommands/SolidWorks.Interop.swcommands~SolidWorks.Interop.swcommands.swCommands_e.html
参数 @2 指定标题,可指定空字符串
运行宏。
@path 指定宏文件或 DLL 程序集路径。
其他参数都可能省略。
@module 为模块名,默认为空字符串。
@procedure 为调用方法名,默认为 "Main"
@options 可选指定为 1/*_swRunMacroUnloadAfterRun*/,仅用于 VBA。
此函数由 aardio 重新实现,内部调用 RunMacro2
保存活动文档。
除参数 @path 指定文件路径,其他参数可选。
在 SOLIDWORKS 中向用户显示一个消息框。
参数 @1 用字符串指定消息。
在 SOLIDWORKS 中向用户显示一个消息框。
参数 @1 用字符串指定消息。
参数 @icon 用 swMb 前缀常量指定图标。
参数 @buttons 用 swMb 前缀常量指定 按钮。
显示并前置 SOLIDWORKS 主窗口。
窗口是否可见
for i,doc in SldWorksObject.eachDocument(){
/*遍历所有文档*/
}
[返回对象:SldWorksDocObject](#SldWorksDocObject)
画直线
1
1
_SWBODYADD=15903
_SWBODYCUT=15902
_SWBODYINTERSECT=15901
_SwHorizontal_e=2
_SwManufacture_e=2
_SwSelMAGNETICLINES=225
_SwUseDrawingConnectorBlocks_e=2
_sw2Dto3DToolbar=24
_sw3DCYLINDER=9
_sw3DExperienceModelType_3DExperience=2
_sw3DExperienceModelType_PartSupply=1
_sw3DExperienceModelType_Standard=0
_sw3DExperienceModelType_xCad=3
_sw3DExperienceState_None=0
_sw3DExperienceState_Offline=2
_sw3DExperienceState_Online=1
_sw3DInterconnectImportErrors_AssemblyNotSaved=3
_sw3DInterconnectImportErrors_BreakLinkUnavailable=4
_sw3DInterconnectImportErrors_Disabled=1
_sw3DInterconnectImportErrors_IncompatibleType=2
_sw3DInterconnectImportErrors_None=0
_sw3DInterconnectImportErrors_ParametersUnavailable=5
_sw3DInterconnectImportErrors_TransferOptionNeeded=6
_sw3DPARAMETRICSURFACE=11
_sw3DPDFAccuracy=556
_sw3DPDFCompressLossyTessellation=661
_sw3DPLANE=8
_sw3DSPHERE=10
_sw3MFAppearances=636
_sw3MFDecals=638
_sw3MFMaterials=637
_sw3MFShowInfoOnSave=643
_swACBDelete=0
_swACBDeleteIt=1
_swACBRequiresCallback=1
_swAMFColors=595
_swAMFCompression=593
_swAMFMaterials=594
_swANGSTROM=6
_swAP_203=1
_swAP_214=2
_swAP_242=3
_swAP_Unknown=0
_swARC=2
_swASMSLDPRT_ExcludeComponentsByBBoxVolume=712
_swASMSLDPRT_ExcludeComponentsByBBoxVolumeThreshold=211
_swASMSLDPRT_ExcludeComponentsByVisibility=710
_swASMSLDPRT_ExcludeComponentsByVisibilityThreshold=210
_swASMSLDPRT_ExcludeIfToolboxComponents=713
_swASMSLDPRT_IncludeMassProperties=716
_swAboutCentroid=0
_swAboutCoordinateSystem=3
_swAboutMoldBaseOrigin=2
_swAboutOrigin=1
_swAboveBendLine=0
_swAcisOutputAs3DCurves=1
_swAcisOutputAs3DCurves_IncludeSketchEnts=2
_swAcisOutputAsSolidAndSurface=0
_swAcisOutputGeometryPreference=192
_swAcisOutputUnits=133
_swAcisOutputVersion=5
_swAcisOutputVersion_100=10
_swAcisOutputVersion_110=11
_swAcisOutputVersion_120=12
_swAcisOutputVersion_130=13
_swAcisOutputVersion_140=14
_swAcisOutputVersion_150=15
_swAcisOutputVersion_16=0
_swAcisOutputVersion_160=16
_swAcisOutputVersion_17=1
_swAcisOutputVersion_170=17
_swAcisOutputVersion_180=18
_swAcisOutputVersion_190=19
_swAcisOutputVersion_20=2
_swAcisOutputVersion_200=20
_swAcisOutputVersion_21=3
_swAcisOutputVersion_210=21
_swAcisOutputVersion_220=22
_swAcisOutputVersion_270=23
_swAcisOutputVersion_30=4
_swAcisOutputVersion_40=5
_swAcisOutputVersion_50=6
_swAcisOutputVersion_60=7
_swAcisOutputVersion_70=8
_swAcisOutputVersion_80=9
_swAddComponent=15
_swAddComponentConfigOptions_CurrentSelectedConfig=0
_swAddComponentConfigOptions_NewConfigWithAllReferenceModels=1
_swAddComponentConfigOptions_NewConfigWithAsmStructure=2
_swAddDimensionsToArcEntity=464
_swAddDimensionsToCircleEntity=465
_swAddDimensionsToLineEntity=462
_swAddDimensionsToRectangleEntity=463
_swAddDimensionsToSketchEntity=440
_swAddDimensionsToSlotEntity=466
_swAddDrivenDimensions=469
_swAddDvePageFor_SketchPicture=1
_swAddMateError_ErrorUknown=0
_swAddMateError_IncorrectAlignment=3
_swAddMateError_IncorrectGearRatios=6
_swAddMateError_IncorrectMateType=2
_swAddMateError_IncorrectSelections=4
_swAddMateError_NoError=1
_swAddMateError_OverDefinedAssembly=5
_swAddNormalCutGroup_Failed=1
_swAddNormalCutGroup_Success=0
_swAddReportToDesignBinder=1
_swAddSpecificDimension_DimTypeMismatch=1
_swAddSpecificDimension_Success=0
_swAddToRecentDocumentList_Add=1
_swAddToRecentDocumentList_Default=0
_swAddToRecentDocumentList_DontAdd=2
_swAddVirtualComponent=24
_swAddinAlreadyLoaded=2
_swAddinBrokerBBoxOption_Default=0
_swAddinInteruptError=1048576
_swAddinNotLoaded=1
_swAddinsDisabled=4
_swAdditionalSymbol_FreeState=3
_swAdditionalSymbol_MaximumUpperTolerance=5
_swAdditionalSymbol_MinimumLowerTolerance=6
_swAdditionalSymbol_None=0
_swAdditionalSymbol_Statistical=4
_swAdditionalSymbol_TangentPlane=2
_swAdditionalSymbol_Unknown=1
_swAdvSelectType_And=1
_swAdvSelectType_Contains=16
_swAdvSelectType_Does_Not_Interferes_With=128
_swAdvSelectType_Equals=4096
_swAdvSelectType_Greater_Than=256
_swAdvSelectType_Greater_Than_OR_Equal=1024
_swAdvSelectType_Interferes_With=64
_swAdvSelectType_Is_Ccontained_By=32
_swAdvSelectType_Is_Exactly=4
_swAdvSelectType_Is_No=32768
_swAdvSelectType_Is_Not=8
_swAdvSelectType_Is_Not_Equal=8192
_swAdvSelectType_Is_Yes=16384
_swAdvSelectType_Less_Than=512
_swAdvSelectType_Less_Than_OR_Equal=2048
_swAdvSelectType_Or=2
_swAdvWzdCounterBore=0
_swAdvWzdCounterSink=1
_swAdvWzdStraight=2
_swAdvWzdStraightTap=3
_swAdvWzdTaperTap=4
_swAdvancedHoleResults_FailedIncorrectHoleElementParameters=1
_swAdvancedHoleResults_Success=0
_swAkimaInterpolation=2
_swAlignAGAINST=2
_swAlignDimensionType_AutoArrange=0
_swAlignDimensionType_BottomAlignText=5
_swAlignDimensionType_Colinear=2
_swAlignDimensionType_LeftAlignText=6
_swAlignDimensionType_RightAligntext=7
_swAlignDimensionType_SpaceEvenly=1
_swAlignDimensionType_Stagger=3
_swAlignDimensionType_TopAlignText=4
_swAlignNONE=0
_swAlignSAME=1
_swAlignToolbar=22
_swAlignViewHorizontalCenter=2
_swAlignViewHorizontalOrigin=4
_swAlignViewVerticalCenter=3
_swAlignViewVerticalOrigin=5
_swAlignWithIsoParameter=3
_swAlignWithNextSection=1
_swAlignWithOtherGeometry=2
_swAlignWithSectionNormal=0
_swAll=0
_swAllBodies=-1
_swAllConfiguration=2
_swAllDisplayState=2
_swAllMethods=3
_swAllowCreationOfReferencesExternalToModel=750
_swAlwaysAttachToBalloon=4100
_swAlwaysExclude=2
_swAlwaysInclude=1
_swAlwaysReload=0
_swAlwaysUseDefaultTemplates=111
_swAngleBetweenSegments=3
_swAngleUnit=1
_swAngularDimension=3
_swAngularEquationUnitsDegrees=1
_swAngularEquationUnitsRadians=2
_swAngularEquationUnitsUnrecognized=0
_swAngularOrdinate=4
_swAnimDynamics=5
_swAnimationOutput_AVI=1
_swAnimationOutput_Series_of_BMP=2
_swAnimationOutput_Series_of_FLV=9
_swAnimationOutput_Series_of_JPG=5
_swAnimationOutput_Series_of_LXO=10
_swAnimationOutput_Series_of_MKV=8
_swAnimationOutput_Series_of_MP4=7
_swAnimationOutput_Series_of_PNG=4
_swAnimationOutput_Series_of_TGA=3
_swAnimationOutput_Series_of_TIF=6
_swAnimationPaneToolbar=36
_swAnimationPlayModeLoop=2
_swAnimationPlayModeNormal=1
_swAnimationPlayModeReciprocate=3
_swAnimationPlaySpeedFast=3
_swAnimationPlaySpeedNormal=1
_swAnimationPlaySpeedSlow=2
_swAnnotationDisplayHideDanglingDim=154
_swAnnotationHalfHidden=2
_swAnnotationHidden=3
_swAnnotationOwner_Assembly=4
_swAnnotationOwner_DrawingSheet=1
_swAnnotationOwner_DrawingTemplate=2
_swAnnotationOwner_DrawingView=0
_swAnnotationOwner_Part=3
_swAnnotationTextScaleDenominator=63
_swAnnotationTextScaleNumerator=62
_swAnnotationToolbar=9
_swAnnotationVisibilityUnknown=0
_swAnnotationVisible=1
_swAnnotation_e=1
_swApiHoleWizardItemExportStatus_InvalidArgument=1
_swApiHoleWizardItemExportStatus_MicrosoftExcelNotInstalled=2
_swApiHoleWizardItemExportStatus_Success=0
_swApiHoleWizardItemImportStatus_DataError=7
_swApiHoleWizardItemImportStatus_ExcelCouldNotOpenFile=4
_swApiHoleWizardItemImportStatus_ExcelSheetNameError=5
_swApiHoleWizardItemImportStatus_FailedToSaveFile=3
_swApiHoleWizardItemImportStatus_FailedToSaveReportFile=6
_swApiHoleWizardItemImportStatus_InvalidArgument=1
_swApiHoleWizardItemImportStatus_MicrosoftExcelNotInstalled=2
_swApiHoleWizardItemImportStatus_Success=0
_swApiHoleWizardItemImportStatus_UnspecifiedError=8
_swApiToolboxItemExportStatus_FailedToSaveFile=3
_swApiToolboxItemExportStatus_InvalidArgument=1
_swApiToolboxItemExportStatus_InvalidPartNumber=4
_swApiToolboxItemExportStatus_MicrosoftExcelNotInstalled=2
_swApiToolboxItemExportStatus_Success=0
_swApiToolboxItemImportStatus_ExcelCouldNotOpenFile=6
_swApiToolboxItemImportStatus_ExcelImportDidNotFindColumn=4
_swApiToolboxItemImportStatus_ExcelImportWrongFile=5
_swApiToolboxItemImportStatus_FailedToSaveFile=3
_swApiToolboxItemImportStatus_FailedUnspecifiedError=8
_swApiToolboxItemImportStatus_InvalidArgument=1
_swApiToolboxItemImportStatus_InvalidPartNumber=7
_swApiToolboxItemImportStatus_MicrosoftExcelNotInstalled=2
_swApiToolboxItemImportStatus_Success=0
_swAppActiveDocChangeNotify=4
_swAppActiveModelDocChangeNotify=5
_swAppBackgroundProcessingEndNotify=34
_swAppBackgroundProcessingStartNotify=33
_swAppBegin3DInterconnectTranslationNotify=37
_swAppBeginRecordNotify=24
_swAppBeginTranslationNotify=16
_swAppCommandCloseNotify=29
_swAppCommandOpenPreNotify=31
_swAppDestroyNotify=3
_swAppDocumentConversionNotify=9
_swAppDocumentLoadNotify=11
_swAppDocumentLoadNotify2=28
_swAppEnd3DInterconnectTranslationNotify=38
_swAppEndRecordNotify=25
_swAppEndTranslationNotify=17
_swAppFileCloseNotify=32
_swAppFileNewNotify=2
_swAppFileNewNotify2=12
_swAppFileNewPreNotify=26
_swAppFileOpenNotify=1
_swAppFileOpenNotify2=13
_swAppFileOpenPostNotify=22
_swAppFileOpenPreNotify=21
_swAppHelpContext=3
_swAppInterfaceBrightnessThemeChangeNotify=35
_swAppIsCmdEnabled=4
_swAppIsNewCmd=1
_swAppJournalWriteNotify=27
_swAppLightPMCreateNotify=18
_swAppLightSheetCreateNotify=8
_swAppLightweightComponentOpenNotify=10
_swAppNonNativeFileOpenNotify=7
_swAppOnIdleNotify=20
_swAppPostNotifyEvent=5
_swAppPromptForFilenameNotify=15
_swAppPromptForMultipleFilenamesNotify=30
_swAppPropertySheetCreateNotify=6
_swAppReferenceNotFoundNotify=14
_swAppReferencedFilePreNotify=23
_swAppReferencedFilePreNotify2=36
_swAppStandardsDatabaseChangeNotify=19
_swAppTaskPaneActivateNotify=1
_swAppTaskPaneDeactivateNotify=2
_swAppTaskPaneDestroyNotify=3
_swAppTaskPaneToolbarButtonClicked=4
_swAppWhatsNewDescription=2
_swAppearanceTargetAppearanceFilter=5
_swAppearanceTargetBody=2
_swAppearanceTargetComponent=4
_swAppearanceTargetFace=0
_swAppearanceTargetFeature=1
_swAppearanceTargetPart=3
_swApplicationBusy=8388608
_swApplicationType_3DEXPERIENCE=1
_swApplicationType_Desktop=0
_swApplyCosmeticThread_Blind=0
_swApplyCosmeticThread_ThroughFeature=2
_swApplyCosmeticThread_UpToNext=1
_swArcCondition_Center=1
_swArcCondition_Maximum=3
_swArcCondition_Minimum=2
_swArcCondition_NotSet=0
_swArcEndConditionCenter=1
_swArcEndConditionMax=3
_swArcEndConditionMin=2
_swArcEndConditionNone=0
_swArcLengthDimension=4
_swArcLengthLeaderParallel=1
_swArcLengthLeaderRadial=2
_swAreaHatchFillStyle_None=1
_swAreaHatchFillStyle_Pattern=2
_swAreaHatchFillStyle_Solid=3
_swAreaHatchingScope_Body=3
_swAreaHatchingScope_Component=1
_swAreaHatchingScope_Region=0
_swAreaHatchingScope_View=2
_swArrowDownBottomLeft=6
_swArrowDownBottomRight=7
_swArrowLeftBottom=1
_swArrowLeftOrRight=10
_swArrowLeftOrRightBottom=9
_swArrowLeftOrRightTop=8
_swArrowLeftTop=0
_swArrowNone=14
_swArrowPlacementLegacy=0
_swArrowPlacementSmartArrowFollowText=1
_swArrowPlacementSmartArrowRemainAttachedToArc=2
_swArrowRightBottom=3
_swArrowRightTop=2
_swArrowUnknown=15
_swArrowUpOrDown=13
_swArrowUpOrDownLeft=11
_swArrowUpOrDownRight=12
_swArrowUpTopLeft=4
_swArrowUpTopRight=5
_swAssemblyActiveDisplayStateChangePostNotify=71
_swAssemblyActiveDisplayStateChangePreNotify=70
_swAssemblyActiveViewChangeNotify=66
_swAssemblyAddCustomPropertyNotify=26
_swAssemblyAddDvePagePreNotify=60
_swAssemblyAddItemNotify=18
_swAssemblyAddMatePostNotify=72
_swAssemblyAddMatePostNotify2=95
_swAssemblyAllowComponentMoveByDragging=234
_swAssemblyAllowCreationOfMisalignedMates=678
_swAssemblyAllowGraphicsComponent=705
_swAssemblyAutoSaveNotify=12
_swAssemblyAutoSaveToStorageNotify=13
_swAssemblyAutoSaveToStorageStoreNotify=82
_swAssemblyBeginInContextEditNotify=14
_swAssemblyBodyVisibleChangeNotify=37
_swAssemblyChangeCustomPropertyNotify=27
_swAssemblyClearSelectionsNotify=53
_swAssemblyCloseDesignTableNotify=58
_swAssemblyCommandManagerTabActivatedPreNotify=89
_swAssemblyComponentConfigurationChangeNotify=73
_swAssemblyComponentDisplayModeChangePostNotify=88
_swAssemblyComponentDisplayModeChangePreNotify=87
_swAssemblyComponentDisplayStateChangeNotify=47
_swAssemblyComponentMoveNotify=35
_swAssemblyComponentMoveNotify2=44
_swAssemblyComponentReferredDisplayStateChangeNotify=79
_swAssemblyComponentReorganizeNotify=64
_swAssemblyComponentStateChangeNotify=22
_swAssemblyComponentStateChangeNotify2=25
_swAssemblyComponentStateChangeNotify3=96
_swAssemblyComponentVisibleChangeNotify=36
_swAssemblyComponentVisualPropertiesChangeNotify=46
_swAssemblyConfigChangeNotify=10
_swAssemblyConfigChangePostNotify=11
_swAssemblyConfigurationChangeNotify=63
_swAssemblyDeleteCustomPropertyNotify=28
_swAssemblyDeleteItemNotify=20
_swAssemblyDeleteItemPreNotify=52
_swAssemblyDeleteSelectionPreNotify=33
_swAssemblyDestroyNotify=2
_swAssemblyDestroyNotify2=62
_swAssemblyDimensionChangeNotify=48
_swAssemblyDragStateChangeNotify=83
_swAssemblyDynamicHighlightNotify=45
_swAssemblyElectricalDataUpdateNotify=43
_swAssemblyEndInContextEditNotify=15
_swAssemblyEquationEditorPostNotify=56
_swAssemblyEquationEditorPreNotify=55
_swAssemblyExplodeStepType_Radial=1
_swAssemblyExplodeStepType_SubAssembly=2
_swAssemblyExplodeStepType_Translate=0
_swAssemblyFeatureEditPreNotify=29
_swAssemblyFeatureManagerFilterStringChangeNotify=67
_swAssemblyFeatureManagerTabActivatedNotify=93
_swAssemblyFeatureManagerTabActivatedPreNotify=92
_swAssemblyFeatureManagerTreeRebuildNotify=42
_swAssemblyFeatureSketchEditPreNotify=30
_swAssemblyFileDropNotify=23
_swAssemblyFileDropPostNotify=54
_swAssemblyFileDropPreNotify=38
_swAssemblyFileReloadCancelNotify=49
_swAssemblyFileReloadNotify=24
_swAssemblyFileReloadPreNotify=34
_swAssemblyFileSaveAsNotify=7
_swAssemblyFileSaveAsNotify2=31
_swAssemblyFileSaveNotify=6
_swAssemblyFileSavePostCancelNotify=50
_swAssemblyFileSavePostNotify=39
_swAssemblyFlipLoopNotify=68
_swAssemblyInsertTableNotify=84
_swAssemblyInterferenceNotify=32
_swAssemblyLevelToUpdate_AllLevels=2
_swAssemblyLevelToUpdate_SubLevelAssemblyOnly=1
_swAssemblyLevelToUpdate_TopLevelAssemblyOnly=0
_swAssemblyLightingDialogCreateNotify=17
_swAssemblyLoadComponents=616
_swAssemblyLoadComponents_AutoLoad=0
_swAssemblyLoadComponents_ManualLoad=1
_swAssemblyLoadFromStorageNotify=8
_swAssemblyLoadFromStorageStoreNotify=40
_swAssemblyModifyNotify=21
_swAssemblyModifyTableNotify=85
_swAssemblyNewSelectionNotify=5
_swAssemblyOpenDesignTableNotify=57
_swAssemblyOpenMessagesDismissTime=519
_swAssemblyPreRenameItemNotify=90
_swAssemblyPromptBodiesToKeepNotify=59
_swAssemblyPublishTo3DPDFNotify=94
_swAssemblyRedoPostNotify=76
_swAssemblyRedoPreNotify=77
_swAssemblyRegenNotify=1
_swAssemblyRegenPostNotify=3
_swAssemblyRegenPostNotify2=81
_swAssemblyRenameDisplayTitleNotify=97
_swAssemblyRenameItemNotify=19
_swAssemblyRenamedDocumentNotify=91
_swAssemblySaveToStorageNotify=9
_swAssemblySaveToStorageStoreNotify=41
_swAssemblySelectiveOpenPostNotify=80
_swAssemblySensorAlertPreNotify=69
_swAssemblySketchSolveNotify=51
_swAssemblySmartMates=4
_swAssemblySuppressionStateChangeNotify=65
_swAssemblyToolbar=7
_swAssemblyUndoPostNotify=74
_swAssemblyUndoPreNotify=78
_swAssemblyUnitsChangeNotify=61
_swAssemblyUpdateModelGraphicsWhenSavingFiles=558
_swAssemblyUpdateToolboxComponentStatus_Failed=1
_swAssemblyUpdateToolboxComponentStatus_Success=0
_swAssemblyUpdateToolboxComponentStatus_ToolboxNotRegistered=2
_swAssemblyUserSelectionPostNotify=86
_swAssemblyUserSelectionPreNotify=75
_swAssemblyViewNewNotify=4
_swAssemblyViewNewNotify2=16
_swAssemblyVisualizationComponentColor1=503
_swAssemblyVisualizationComponentColor2=504
_swAssemblyVisualizationComponentColor3=505
_swAssemblyVisualizationComponentColor4=506
_swAssemblyVisualizationComponentColor5=507
_swAssemblyVisualizationComponentColor6=508
_swAttachAnnotationOption_Sheet=1
_swAttachAnnotationOption_View=2
_swAttachLeaderBottom=1024
_swAttachLeaderCenter=512
_swAttachLeaderNearest=2048
_swAttachLeaderTop=256
_swAutoCloseSketch=1
_swAutoHideShowResponse_Automatic=1
_swAutoHideShowResponse_Hide=2
_swAutoHideShowResponse_Show=3
_swAutoInsertCenterMarkType_Fillets=2
_swAutoInsertCenterMarkType_Hole=1
_swAutoInsertCenterMarkType_Slots=4
_swAutoLoadPartsLightweight=25
_swAutoNormalToSketchMode=477
_swAutoSaveDirectory=53
_swAutoSaveEnable=319
_swAutoSaveInterval=3
_swAutoSaveIntervalMode=301
_swAutoSaveIntervalMode_Changes=1
_swAutoSaveIntervalMode_Minutes=2
_swAutoScaleTextureSFDecalsToModelSize=510
_swAutoShowPropertyManager=123
_swAutoSizePropertyManager=394
_swAutoSyncSettingsToInclude_Customizations=764
_swAutoSyncSettingsToInclude_FileLocations=763
_swAutoSyncSettingsToInclude_SystemOptions=762
_swAutodimEntitiesAll=1
_swAutodimEntitiesBasedOnPreselect=0
_swAutodimEntitiesSelected=2
_swAutodimHorizontalPlacementAbove=1
_swAutodimHorizontalPlacementBelow=-1
_swAutodimMarkEntities=1
_swAutodimMarkHorizontalDatum=2
_swAutodimMarkOriginDatum=8
_swAutodimMarkVerticalDatum=4
_swAutodimSchemeBaseline=1
_swAutodimSchemeCenterline=4
_swAutodimSchemeChain=3
_swAutodimSchemeOrdinate=2
_swAutodimStatus3DSketchNotSupported=5
_swAutodimStatusAlgorithmFailed=17
_swAutodimStatusBadOptionValue=1
_swAutodimStatusCenterlineNotAllowed=10
_swAutodimStatusDatumLineNotCenterline=14
_swAutodimStatusDatumLineNotHorizontal=16
_swAutodimStatusDatumLineNotVertical=15
_swAutodimStatusDatumNotSupplied=11
_swAutodimStatusDatumNotUnique=12
_swAutodimStatusDatumNotValidType=13
_swAutodimStatusDocTypeNotSupported=3
_swAutodimStatusEntitiesNotValid=9
_swAutodimStatusNoActiveDoc=2
_swAutodimStatusNoActiveSketch=4
_swAutodimStatusNoEntities=8
_swAutodimStatusSketchIsEmpty=6
_swAutodimStatusSketchIsOverDefined=7
_swAutodimStatusSketchNoSolutionFound=18
_swAutodimStatusSuccess=0
_swAutodimVerticalPlacementLeft=-1
_swAutodimVerticalPlacementRight=1
_swAutomaticDrawingViewUpdate=90
_swAutomaticDrawingViewUpdateDefault=152
_swAutomaticDrawingViewUpdateForceOff=153
_swAutomaticScaling3ViewDrawings=86
_swAutomaticSyncSettings=761
_swAutomaticallyPopupSelectionToolForPreciseLocation=736
_swAutosolveOff=7
_swAxisTypeCylOrConeFace=3
_swAxisTypeOneLine=0
_swAxisTypePtAndPlane=4
_swAxisTypeTwoPlanes=1
_swAxisTypeTwoPoints=2
_swBBoxDescriptionApplyMethod=581
_swBBoxDescriptionApplyMethod_ExistingAndNew=1
_swBBoxDescriptionApplyMethod_New=0
_swBCURVE_TYPE=3005
_swBENT=2
_swBF_1Char=1
_swBF_2Chars=2
_swBF_3Chars=3
_swBF_4Chars=4
_swBF_5Chars=5
_swBF_Tightest=0
_swBF_UserDef=6
_swBLEND_TYPE=4007
_swBOMConfigurationAlignBottom=147
_swBOMConfigurationAnchorType=150
_swBOMConfigurationAnchor_BottomLeft=3
_swBOMConfigurationAnchor_BottomRight=4
_swBOMConfigurationAnchor_TopLeft=1
_swBOMConfigurationAnchor_TopRight=2
_swBOMConfigurationLocked=144
_swBOMConfigurationUseDocumentFont=145
_swBOMConfigurationUseSummaryInfo=146
_swBOMConfigurationWhatToShow=151
_swBOMConfiguration_ShowAllInIndentedList=3
_swBOMConfiguration_ShowPartsAndTopLevelAsm=2
_swBOMConfiguration_ShowPartsOnly=1
_swBOMContentsDisplayAtTop=148
_swBOMControlHideMissingRow=2
_swBOMControlIdFromAssembly=149
_swBOMControlMissingRowDisplay=152
_swBOMControlMissingRows=150
_swBOMControlShowMissingRow=1
_swBOMControlSplitDirection=153
_swBOMControlSplitHeight=61
_swBOMControlSplitLeft=2
_swBOMControlSplitRight=1
_swBOMControlSplitTable=151
_swBOMControlStrikeMissingRow=3
_swBOMPartNumber_ConfigurationName=2
_swBOMPartNumber_DocumentName=1
_swBOMPartNumber_ParentName=4
_swBOMPartNumber_UserSpecified=8
_swBOMTableCreation_AlreadyExists=-3
_swBOMTableCreation_ExcelDisabled=-4
_swBOMTableCreation_Failed=-5
_swBOMTableCreation_MustBeDrawingView=-2
_swBOMTableCreation_NoModelForView=-6
_swBOMTableCreation_Okay=0
_swBOMTableCreation_UnspecifiedError=-1
_swBOMTableObjectType_CutList=2
_swBOMTableObjectType_RowIndex=1
_swBSCurveNonRationalOutputTol=1
_swBSCurveOutputTol=0
_swBSURF_TYPE=4006
_swBS_ArcBracket=14
_swBS_ArclenSym=16
_swBS_Box=4
_swBS_Circular=1
_swBS_Diamond=5
_swBS_DoubleArrow=18
_swBS_FixedSym=17
_swBS_FlagPentagon=8
_swBS_FlagTriangle=9
_swBS_Hexagon=3
_swBS_Inspection=13
_swBS_None=0
_swBS_Pentagon=6
_swBS_RectBracket=15
_swBS_SCircle=12
_swBS_SplitCirc=7
_swBS_SplitSquare=19
_swBS_Square=11
_swBS_Triangle=2
_swBS_Underline=10
_swBS_Verbose=20
_swBSpline_Degree3=1
_swBSpline_Degree5=2
_swBSpline_Degree7=3
_swBack=3
_swBackView=2
_swBackgroundProcessing_DeferToApplication=2
_swBackgroundProcessing_Disabled=0
_swBackgroundProcessing_Enabled=1
_swBackgroundType_Color=5
_swBackgroundType_Graduated=2
_swBackgroundType_Image=3
_swBackgroundType_None=0
_swBackgroundType_Plain=1
_swBackgroundType_UseEnvironment=4
_swBackupAfterMeshOrRunSimulationStudy=755
_swBackupCopiesPerDocument=87
_swBackupDirectory=11
_swBackupEnable=320
_swBackupRemoveEnable=321
_swBackupRemoveInterval=302
_swBadArgument=1
_swBalloonItemNumbers_DoNotChangeItemNumbers=1
_swBalloonItemNumbers_FollowAssemblyOrder=2
_swBalloonItemNumbers_OrderSequentially=4
_swBalloonQuantityPlacement_Bottom=3
_swBalloonQuantityPlacement_Left=0
_swBalloonQuantityPlacement_Right=1
_swBalloonQuantityPlacement_Top=2
_swBalloonTextComponentReference=4
_swBalloonTextCustom=0
_swBalloonTextCustomProperties=3
_swBalloonTextCutlistProperties=8
_swBalloonTextFileName=7
_swBalloonTextItemNumber=1
_swBalloonTextPartNumberBOM=6
_swBalloonTextQuantity=2
_swBalloonTextSpoolReference=5
_swBalloonTextViewSheet=9
_swBalloonTextViewSheetWithLabel=10
_swBalloonTextViewViewLetter=12
_swBalloonTextViewZone=11
_swBaseBend=4
_swBasePartNotLoadedWarn=256
_swBasicDimType=560
_swBasicDimType_Baseline=1
_swBasicDimType_Chain=0
_swBasicDimType_Polar=2
_swBelowBendLine=1
_swBendAllowanceBendCalculationTable=5
_swBendAllowanceBendTable=1
_swBendAllowanceDeduction=4
_swBendAllowanceDirect=3
_swBendAllowanceKFactor=2
_swBendAllowancePrecision=480
_swBendAngularPrecision=453
_swBendDirection_DOWN=2
_swBendDirection_ERROR=0
_swBendDirection_UP=1
_swBendInnerRadiusPrecision=452
_swBendLeadingZero=450
_swBendLineControl_MaximumDeviation=1
_swBendLineControl_NumberOfBendLine=0
_swBendNoteAttribute_BendAllowance=6
_swBendNoteAttribute_BendDirection=1
_swBendNoteAttribute_BendOrder=5
_swBendNoteAttribute_BendRadius=4
_swBendNoteAttribute_ComplementaryAngle=3
_swBendNoteAttribute_SupplementaryAngle=2
_swBendNoteStyle=264
_swBendTableColumnType_Angle=503
_swBendTableColumnType_BendAllowance=507
_swBendTableColumnType_BendOrder=506
_swBendTableColumnType_ComplementaryAngle=505
_swBendTableColumnType_Direction=502
_swBendTableColumnType_InnerRadius=504
_swBendTableColumnType_Tag=501
_swBendTableTagStyle=454
_swBendTableZeroQuantityDisplay=451
_swBendTable_AlphaNumericTags=1
_swBendTable_NumericTags=2
_swBendsPerTransitionSegment=1
_swBentAutoBalloonLeader=1
_swBezierCurve=0
_swBitMapNone=0
_swBitMapTreeError=2
_swBitMapUserDefined=1
_swBitmapButtonImage_alongz=1
_swBitmapButtonImage_angle=2
_swBitmapButtonImage_auto_bal_circular=3
_swBitmapButtonImage_auto_bal_left=4
_swBitmapButtonImage_auto_bal_right=5
_swBitmapButtonImage_auto_bal_square=6
_swBitmapButtonImage_auto_bal_top=7
_swBitmapButtonImage_diameter=8
_swBitmapButtonImage_dimension_set_default_attributes=38
_swBitmapButtonImage_distance1=9
_swBitmapButtonImage_distance2=10
_swBitmapButtonImage_draft=11
_swBitmapButtonImage_dve_but_cmark_bolt=12
_swBitmapButtonImage_dve_but_cmark_linear=13
_swBitmapButtonImage_dve_but_cmark_single=14
_swBitmapButtonImage_favorite_add=34
_swBitmapButtonImage_favorite_delete=35
_swBitmapButtonImage_favorite_load=37
_swBitmapButtonImage_favorite_save=36
_swBitmapButtonImage_leader_ang_above=15
_swBitmapButtonImage_leader_ang_beside=16
_swBitmapButtonImage_leader_hor_above=17
_swBitmapButtonImage_leader_hor_beside=18
_swBitmapButtonImage_leader_left=19
_swBitmapButtonImage_leader_no=20
_swBitmapButtonImage_leader_right=21
_swBitmapButtonImage_leader_yes=22
_swBitmapButtonImage_parallel=23
_swBitmapButtonImage_perpendicular=24
_swBitmapButtonImage_reverse_direction=25
_swBitmapButtonImage_revision_circle=26
_swBitmapButtonImage_revision_hexagon=27
_swBitmapButtonImage_revision_square=28
_swBitmapButtonImage_revision_triangle=29
_swBitmapButtonImage_stack=33
_swBitmapButtonImage_stackleft=30
_swBitmapButtonImage_stackright=31
_swBitmapButtonImage_stackup=32
_swBitmapControl_Volume=1
_swBitmapLabel_AngularDistance=2
_swBitmapLabel_BendAllowance=21
_swBitmapLabel_BendDeduction=22
_swBitmapLabel_CircularPattern=17
_swBitmapLabel_Depth=19
_swBitmapLabel_Diameter=10
_swBitmapLabel_KFactor=20
_swBitmapLabel_LinearDistance=1
_swBitmapLabel_LinearDistance1=12
_swBitmapLabel_LinearDistance2=13
_swBitmapLabel_LinearPattern=16
_swBitmapLabel_Radius=11
_swBitmapLabel_RipGap=23
_swBitmapLabel_SelectBoundary=25
_swBitmapLabel_SelectComponent=9
_swBitmapLabel_SelectEdge=7
_swBitmapLabel_SelectEdgeFaceVertex=3
_swBitmapLabel_SelectFace=6
_swBitmapLabel_SelectFaceEdge=8
_swBitmapLabel_SelectFaceSurface=4
_swBitmapLabel_SelectProfile=24
_swBitmapLabel_SelectVertex=5
_swBitmapLabel_Thickness1=14
_swBitmapLabel_Thickness2=15
_swBitmapLabel_Width=18
_swBlind=0
_swBlock=12
_swBlockDefinitionExtFile_Failed=-1
_swBlockDefinitionExtFile_MissingReference=2
_swBlockDefinitionExtFile_NotLinked=1
_swBlockDefinitionExtFile_OutOfDateReference=3
_swBlockDefinitionExtFile_Success=0
_swBlockInstanceTextDisplayAll=2
_swBlockInstanceTextDisplayNone=1
_swBlockInstanceTextDisplayNormal=3
_swBlocksToolbar=29
_swBodiesToPattern=2
_swBodyCorrupt=1
_swBodyInsideOut=3
_swBodyInterference_IncludeCoincidentFaces=2
_swBodyInterference_OptionDefault=1
_swBodyInterference_ReturnInterferingObject=4
_swBodyInvalidIdentifiers=2
_swBodyMaterialApplicationError_ExternalReference=3
_swBodyMaterialApplicationError_InvalidConfigName=5
_swBodyMaterialApplicationError_InvalidMaterialNameOrDbName=6
_swBodyMaterialApplicationError_NoError=1
_swBodyMaterialApplicationError_ReadOnly=2
_swBodyMaterialApplicationError_RolledBackState=4
_swBodyMaterialApplicationError_UnknownError=-1
_swBodyName=0
_swBodyOperationBooleanFail=1058
_swBodyOperationDisjointBodies=5
_swBodyOperationEmptyBody=6
_swBodyOperationEmptyInputBody=7
_swBodyOperationFailGeomCondition=3
_swBodyOperationFailToCutBody=4
_swBodyOperationIntersectSolidWithSheets=972
_swBodyOperationInvalidInputBody=8
_swBodyOperationMissingGeom=96
_swBodyOperationNoError=0
_swBodyOperationNoIntersect=1067
_swBodyOperationNonApiBody=1
_swBodyOperationNonManifold=547
_swBodyOperationOpposedSheets=951
_swBodyOperationPartialCoincidence=1040
_swBodyOperationSameToolAndTarget=545
_swBodyOperationUniteSolidSheet=543
_swBodyOperationUnknownError=-1
_swBodyOperationWrongType=2
_swBodyRegionsInconsistent=4
_swBodySubFolder=3
_swBomOverriddenCellValueColor=619
_swBomTableBOMHeaderCustomText_ForIndentedBOM=121
_swBomTableBOMHeaderCustomText_ForPartOnlyBOM=120
_swBomTableBOMHeaderCustomText_ForTopLevelOnlyBOM=119
_swBomTableColumnType_ComponentReference=207
_swBomTableColumnType_CustomProperty=204
_swBomTableColumnType_CutListProperties=209
_swBomTableColumnType_Equation=206
_swBomTableColumnType_ItemNumber=202
_swBomTableColumnType_PartNumber=201
_swBomTableColumnType_Quantity=203
_swBomTableColumnType_ToolboxProperty=208
_swBomTableColumnType_UnitOfMeasure=205
_swBomTableDontAddQTYNextToConfigName=289
_swBomTableKeepMissingItems=213
_swBomTableShowConfigurationInBOMHeader_ForIndentedBOM=726
_swBomTableShowConfigurationInBOMHeader_ForPartOnlyBOM=725
_swBomTableShowConfigurationInBOMHeader_ForTopLevelOnlyBOM=724
_swBomTableShowCustomTextinBOMHeader_ForIndentedBOM=723
_swBomTableShowCustomTextinBOMHeader_ForPartOnlyBOM=722
_swBomTableShowCustomTextinBOMHeader_ForTopLevelOnlyBOM=721
_swBomTableSortItemGroup_Assemblies=1
_swBomTableSortItemGroup_None=0
_swBomTableSortItemGroup_Other=3
_swBomTableSortItemGroup_Parts=2
_swBomTableSortMethod_Literal=0
_swBomTableSortMethod_Numeric=1
_swBomTableStrikeThroughMissingItems=214
_swBomTableZeroQuantityDisplay=224
_swBomType_Indented=3
_swBomType_PartsOnly=1
_swBomType_TopLevelOnly=2
_swBooleanArray=11
_swBorderLayer=106
_swBottomView=6
_swBoundType_Degenerate=13741
_swBoundType_Extendable=13734
_swBoundType_Infinite=13733
_swBoundType_NotExtendable=13735
_swBoundType_Periodic=13701
_swBoundType_PeriodicNotDifferentiable=13736
_swBoundaryBossCurve_GlobalInfluence=32
_swBoundaryBossCurve_LinearInfluence=144
_swBoundaryBossCurve_ToEdgeInfluence=64
_swBoundaryBossCurve_ToNextCurveInfluence=0
_swBoundaryBossCurve_ToNextSharpInfluence=16
_swBoundaryBossDirection_Both=2
_swBoundaryBossDirection_First=0
_swBoundaryBossDirection_Second=1
_swBoundaryBossTangency_CurvatureToFace=4
_swBoundaryBossTangency_Default=6
_swBoundaryBossTangency_DirectionVector=2
_swBoundaryBossTangency_None=0
_swBoundaryBossTangency_NormalToProfile=1
_swBoundaryBossTangency_TangencyToFace=3
_swBoundingBoxIncludeRefPlanes=1
_swBoundingBoxIncludeSketches=2
_swBoundingBoxType_BestFit=1
_swBoundingBoxType_CustomPlane=2
_swBreakAlignWithParent=608
_swBreakCornerTypeChamfer=1
_swBreakCornerTypeFillet=0
_swBreakLineHorizontal=1
_swBreakLineVertical=2
_swBreakLine_Curve=3
_swBreakLine_Jagged=5
_swBreakLine_SmallZigZag=4
_swBreakLine_Straight=1
_swBreakLine_ZigZag=2
_swBroken=6
_swBrokenLeaderAlignedText=3
_swBrokenLeaderHorizontalText=2
_swBstrArray=8
_swButtonSize=520
_swButtonSize_Large=2
_swButtonSize_Medium=1
_swButtonSize_Small=0
_swByteArray=16
_swCADFamilyCfgOption_DontActivate=4
_swCADFamilyCfgOption_SuppressNewComponents=2
_swCADFamilyCfgOption_SuppressNewFeatures=1
_swCENTER=2
_swCIRCLE_TYPE=3002
_swCLOSEBOT_ARROWHEAD=9
_swCLOSED_ARROWHEAD=1
_swCLOSETOP_ARROWHEAD=8
_swCM=1
_swCONE_TYPE=4003
_swCONSTPARAM_TYPE=3008
_swCThread=1
_swCYLINDER_TYPE=4002
_swCalloutTargetStyle_Arrow=4
_swCalloutTargetStyle_Circle=2
_swCalloutTargetStyle_None=0
_swCalloutTargetStyle_Square=1
_swCalloutTargetStyle_Triangle=3
_swCalloutVariableType_Angle=2
_swCalloutVariableType_Length=1
_swCalloutVariableType_String=3
_swCalloutVariable_AH_Blind_Msg=86
_swCalloutVariable_AH_Counterbore_Depth=52
_swCalloutVariable_AH_Counterbore_Diameter=51
_swCalloutVariable_AH_Counterbore_Farside_Msg=54
_swCalloutVariable_AH_Counterbore_Nearside_Msg=53
_swCalloutVariable_AH_Counterbore_Side=55
_swCalloutVariable_AH_Countersink_Angle=57
_swCalloutVariable_AH_Countersink_Depth=58
_swCalloutVariable_AH_Countersink_Diameter=56
_swCalloutVariable_AH_Countersink_Farside_Msg=60
_swCalloutVariable_AH_Countersink_Nearside_Msg=59
_swCalloutVariable_AH_Countersink_Side=61
_swCalloutVariable_AH_Dowel_HoleFit=78
_swCalloutVariable_AH_Dowel_ShaftFit=79
_swCalloutVariable_AH_DrillPoint_Angle=83
_swCalloutVariable_AH_DrillPoint_Msg=84
_swCalloutVariable_AH_FlatBottom_Msg=85
_swCalloutVariable_AH_OffsetFromSurface_Msg=90
_swCalloutVariable_AH_StraightThread_Depth=65
_swCalloutVariable_AH_StraightThread_Farside_Msg=67
_swCalloutVariable_AH_StraightThread_Major_Diameter=63
_swCalloutVariable_AH_StraightThread_Nearside_Msg=66
_swCalloutVariable_AH_StraightThread_Side=68
_swCalloutVariable_AH_StraightThread_Size=64
_swCalloutVariable_AH_StraightThread_Tap_Drill_Diameter=62
_swCalloutVariable_AH_Straight_Depth=77
_swCalloutVariable_AH_Straight_Diameter=76
_swCalloutVariable_AH_Straight_Farside_Msg=81
_swCalloutVariable_AH_Straight_Nearside_Msg=80
_swCalloutVariable_AH_Straight_Side=82
_swCalloutVariable_AH_TaperedThread_Depth=71
_swCalloutVariable_AH_TaperedThread_Farside_Msg=74
_swCalloutVariable_AH_TaperedThread_Major_Diameter=70
_swCalloutVariable_AH_TaperedThread_Nearside_Msg=73
_swCalloutVariable_AH_TaperedThread_Side=75
_swCalloutVariable_AH_TaperedThread_Size=72
_swCalloutVariable_AH_TaperedThread_Tap_Drill_Diameter=69
_swCalloutVariable_AH_ThreadAdvance=93
_swCalloutVariable_AH_Thread_Description=92
_swCalloutVariable_AH_ThroughAll_Msg=91
_swCalloutVariable_AH_UptoNextElement_Msg=88
_swCalloutVariable_AH_UptoNext_Msg=87
_swCalloutVariable_AH_UptoSelection_Msg=89
_swCalloutVariable_Counterbore=47
_swCalloutVariable_Counterbore_Depth=7
_swCalloutVariable_Counterbore_Diameter=8
_swCalloutVariable_Counterdrill_Angle=9
_swCalloutVariable_Counterdrill_Depth=10
_swCalloutVariable_Counterdrill_Diameter=11
_swCalloutVariable_Countersink_Angle=12
_swCalloutVariable_Countersink_Diameter=13
_swCalloutVariable_Depth=14
_swCalloutVariable_Description=37
_swCalloutVariable_Diameter=15
_swCalloutVariable_Drill_Angle=16
_swCalloutVariable_Far_Side_Countersink_Angle=17
_swCalloutVariable_Far_Side_Countersink_Diameter=18
_swCalloutVariable_Fastener_Size=6
_swCalloutVariable_Fastener_Type=5
_swCalloutVariable_Head_Clearance=19
_swCalloutVariable_Hole_Depth=21
_swCalloutVariable_Hole_Diameter=20
_swCalloutVariable_Major_Diameter=22
_swCalloutVariable_Middle_Countersink_Angle=23
_swCalloutVariable_Middle_Countersink_Diameter=24
_swCalloutVariable_Minor_Diameter=25
_swCalloutVariable_Msg_Far_Side=40
_swCalloutVariable_Msg_Mid_Side=39
_swCalloutVariable_Msg_Near_Side=38
_swCalloutVariable_NUM_INST=45
_swCalloutVariable_Near_Side_Countersink_Angle=26
_swCalloutVariable_Near_Side_Countersink_Diameter=27
_swCalloutVariable_Slot_Length=49
_swCalloutVariable_Slot_Width=50
_swCalloutVariable_Standard=4
_swCalloutVariable_Tap_Drill_Depth=28
_swCalloutVariable_Tap_Drill_Diameter=29
_swCalloutVariable_Thread_Angle=30
_swCalloutVariable_Thread_Class=46
_swCalloutVariable_Thread_Depth=32
_swCalloutVariable_Thread_Description=41
_swCalloutVariable_Thread_Diameter=31
_swCalloutVariable_Thread_Diameter_Only=48
_swCalloutVariable_Thread_Series=43
_swCalloutVariable_Thread_Size=42
_swCalloutVariable_Thru=44
_swCalloutVariable_Thru_Hole_Depth=33
_swCalloutVariable_Thru_Hole_Diameter=34
_swCalloutVariable_Thru_Tap_Depth=35
_swCalloutVariable_Thru_Tap_Drill_Diameter=36
_swCamMateEntityType_CamFollower=1
_swCamMateEntityType_CamPath=0
_swCameraPosition_Cartesian=1
_swCameraPosition_Spherical=2
_swCameraType_AimedAtTarget=1
_swCameraType_Floating=2
_swCartoonEdgeThickness=545
_swCellEquationStatus_InvalidEquation=2
_swCellEquationStatus_InvalidIndex=1
_swCellEquationStatus_Success=0
_swCenterLine=15
_swCenterLineLayer=87
_swCenterLineMarkCircular=413
_swCenterLineMarkEndsOnlyCircular=415
_swCenterLineMarkEndsOnlyLinear=414
_swCenterLineMarkLinear=412
_swCenterLineMarkOrient=390
_swCenterLineMarkOrientToSheet=1
_swCenterLineMarkOrientToSlot=0
_swCenterMarkHandle_Down=2
_swCenterMarkHandle_Left=1
_swCenterMarkHandle_Right=3
_swCenterMarkHandle_Up=0
_swCenterMarkLayer=88
_swCenterMarkSym=13
_swCenterMark_CircularGroup=4
_swCenterMark_LinearGroup=3
_swCenterMark_NonAnnotation=1
_swCenterMark_ShowBaseCenterMarkLines=8
_swCenterMark_ShowCircularConnectLines=2
_swCenterMark_ShowLinearConnectLines=1
_swCenterMark_ShowNoConnectLines=0
_swCenterMark_ShowRadialConnectLines=4
_swCenterMark_Single=2
_swChainPatternAlignToSeed=0
_swChainPatternConnectedLinkage=2
_swChainPatternDistance=0
_swChainPatternDistanceLinkage=1
_swChainPatternDynamic=1
_swChainPatternStatic=0
_swChainPatternTangentToCurve=1
_swChamferAngleDistance=1
_swChamferDimension=10
_swChamferDistanceDistance=2
_swChamferEdge=2
_swChamferEqualDistance=16
_swChamferVertex=3
_swCheckCrashSolutions=706
_swCheckForOutOfDateLightweightComponents=88
_swCheckOutOfDate_AlwaysResolve=2
_swCheckOutOfDate_DoNotCheck=0
_swCheckOutOfDate_Indicate=1
_swChecked=1
_swChildComponent_Hide=1
_swChildComponent_Promote=3
_swChildComponent_Show=2
_swChordTolerance=0
_swClearanceCreateFasteners=389
_swClearanceDisplayOption=391
_swClearanceIgnoreEqual=387
_swClearanceMakeTransparent=390
_swClearanceShowIgnored=386
_swClearanceSubAssyAsComp=388
_swClipBoard=4
_swCloseReopenCloseDocError=5
_swCloseReopenInvalidDocError=4
_swCloseReopenLoadFileNotFoundError=7
_swCloseReopenLoadFilePathEmptyError=13
_swCloseReopenLoadFilePathNonDrawingError=14
_swCloseReopenLoadFutureVersionError=9
_swCloseReopenLoadGenericError=6
_swCloseReopenLoadInvalidFileTypeError=8
_swCloseReopenLoadLiquidMachineDocError=11
_swCloseReopenLoadSameTitleAlreadyOpenError=10
_swCloseReopenModifiedError=12
_swCloseReopenNoError=0
_swCloseReopenNoInputDocError=2
_swCloseReopenOption_DiscardChanges=2
_swCloseReopenOption_ExitDetailingMode=8
_swCloseReopenOption_MatchSheet=4
_swCloseReopenOption_ReadOnly=1
_swCloseReopenOutputDocPointerError=3
_swCloseReopenUnknownError=1
_swClosedCornerTypeButt=1
_swClosedCornerTypeOverlap=2
_swClosedCornerTypeUnderlap=3
_swCollabAddShortcutMenuItems=231
_swCollabAddTimeStampToComments=652
_swCollabCheckReadOnlyModifiedByOthers=232
_swCollabCheckReadOnlyModifiedInterval=236
_swCollabCheckReadOnlyModifiedInterval_10min=5
_swCollabCheckReadOnlyModifiedInterval_15min=6
_swCollabCheckReadOnlyModifiedInterval_1min=1
_swCollabCheckReadOnlyModifiedInterval_20min=7
_swCollabCheckReadOnlyModifiedInterval_2min=2
_swCollabCheckReadOnlyModifiedInterval_30min=8
_swCollabCheckReadOnlyModifiedInterval_3min=3
_swCollabCheckReadOnlyModifiedInterval_45min=9
_swCollabCheckReadOnlyModifiedInterval_5min=4
_swCollabCheckReadOnlyModifiedInterval_60min=10
_swCollabEnableMultiUser=228
_swCollabShowCommentsInPropertyManager=653
_swCollabTopDocsNoPromptOrSave=227
_swCollisionDetectionResult_CollisionDetected=1
_swCollisionDetectionResult_FailedNotEnoughGroups=-1
_swCollisionDetectionResult_NoCollision=0
_swCollisionGroupApplyTransformErrors_GroupRemoved=3
_swCollisionGroupApplyTransformErrors_InvalidTransforms=2
_swCollisionGroupApplyTransformErrors_None=0
_swCollisionGroupApplyTransformErrors_SizeMismatch=1
_swCollisionGroupSetComponentsErrors_ComponentsAddedElsewhere=2
_swCollisionGroupSetComponentsErrors_GroupRemoved=3
_swCollisionGroupSetComponentsErrors_InvalidComponents=1
_swCollisionGroupSetComponentsErrors_None=0
_swCollisionManagerSetAssemblyErrors_InvalidModelDocument=1
_swCollisionManagerSetAssemblyErrors_OtherAssemblyActive=2
_swCollisionManagerSetAssemblyErrors_Success=0
_swColorUseSelectedItemColorsSeedsPatterns=550
_swColorsBackgroundAppearance=305
_swColorsBackgroundAppearance_DocumentScene=3
_swColorsBackgroundAppearance_Gradient=1
_swColorsBackgroundAppearance_Image=2
_swColorsBackgroundAppearance_Plain=0
_swColorsBackgroundImageFile=54
_swColorsGradientPartBackground=68
_swColorsMatchViewAndFeatureManagerBackground=217
_swColorsUseShadedEdgeColor=199
_swColorsUseSpecifiedEditColors=139
_swColorsWireframeHLRShadedSame=260
_swColumnTypeStatus_InvalidIndex=1
_swColumnTypeStatus_InvalidPropertyType=2
_swColumnTypeStatus_Success=0
_swCombineBodiesOperationAdd=0
_swCombineBodiesOperationCommon=2
_swCombineBodiesOperationSubtract=1
_swCombineCutlistItemsInBOM=737
_swCommandFlyoutStyle_Favorite=1
_swCommandFlyoutStyle_LastUsed=2
_swCommandFlyoutStyle_Simple=0
_swCommandTabButton_ActionFlyout=32
_swCommandTabButton_NoFlyout=8
_swCommandTabButton_NoText=1
_swCommandTabButton_SimpleFlyout=16
_swCommandTabButton_TextBelow=2
_swCommandTabButton_TextHorizontal=4
_swComponentFlexibleSolving=1
_swComponentFullyLightweight=4
_swComponentFullyResolved=2
_swComponentHidden=0
_swComponentIdentifier_ComponentDescription=4
_swComponentIdentifier_ComponentName=2
_swComponentIdentifier_ConfigurationDescription=64
_swComponentIdentifier_ConfigurationName=32
_swComponentIdentifier_DisplayStateName=128
_swComponentIdentifier_EnterpriseItemNumber=8
_swComponentIdentifier_FileTitle=256
_swComponentIdentifier_None=0
_swComponentIdentifier_PLMRevision=512
_swComponentIdentifier_PhysicalProductDescription=16
_swComponentIdentifier_PhysicalProductTitle=1
_swComponentInternalIdMismatch=5
_swComponentLightWeightError=8
_swComponentLightweight=1
_swComponentLoadStatus_Hidden=1
_swComponentLoadStatus_Suppressed=2
_swComponentLoadStatus_Unknown=0
_swComponentPropsReplace=10
_swComponentResolved=3
_swComponentRigidSolving=0
_swComponentSuppressed=0
_swComponentUnknown=-1
_swComponentVisible=1
_swConcentricAlignConcentric=0
_swConcentricAlignLinkedMate=2
_swConcentricAlignSymmetric=3
_swConcentricAlignThisMate=1
_swConcentricPositionType_Aligned=0
_swConcentricPositionType_Default=-1
_swConcentricPositionType_Symmetric=1
_swConfigOption_DoDisolveInBOM=256
_swConfigOption_DontActivate=128
_swConfigOption_DontShowPartsInBOM=2
_swConfigOption_HideByDefault=8
_swConfigOption_InheritProperties=32
_swConfigOption_LinkToParent=64
_swConfigOption_MinFeatureManager=16
_swConfigOption_SuppressByDefault=4
_swConfigOption_UseAlternateName=1
_swConfigOption_UseDescriptionInBOM=512
_swConfigOptions_AllConfiguration=2
_swConfigOptions_SpecifyConfiguration=3
_swConfigOptions_ThisConfiguration=1
_swConfigPropertySuppressFeatures=0
_swConfigurationChangeTypes_AddChildConfiguration=2
_swConfigurationChangeTypes_AddDisplayState=6
_swConfigurationChangeTypes_ChangeRepresentationParent=14
_swConfigurationChangeTypes_ComponentVisibilityState=4
_swConfigurationChangeTypes_ConvertToPhysicalProduct=13
_swConfigurationChangeTypes_ConvertToRepresentation=12
_swConfigurationChangeTypes_CustomProperty=5
_swConfigurationChangeTypes_DimensionValue=0
_swConfigurationChangeTypes_Feature=9
_swConfigurationChangeTypes_RemoveChildConfiguration=3
_swConfigurationChangeTypes_RemoveDisplayState=7
_swConfigurationChangeTypes_RenameDisplayState=8
_swConfigurationChangeTypes_SuppressionState=1
_swConfigurationChangeTypes_Undefined=-1
_swConfigurationChangeTypes_Unused1=10
_swConfigurationChangeTypes_Unused2=11
_swConfigurationToolbar=41
_swConfigurationViewForFeatureManagerTree=617
_swConfiguration_AsMachined=1
_swConfiguration_AsWelded=2
_swConfiguration_Defeature=5
_swConfiguration_SheetMetal=3
_swConfiguration_SpeedPak=4
_swConfiguration_Standard=0
_swConnectedIsOffline=16777216
_swConnectedSegments_CopedCut=2
_swConnectedSegments_SimpleCut=1
_swConnectedSyncSettings_ConnectedDisabled=1
_swConnectedSyncSettings_ConnectedNotLoggedIn=2
_swConnectedSyncSettings_Success=0
_swConnectedSyncSettings_UploadDownloadError=3
_swConnectionPoint_Electrical=3
_swConnectionPoint_FabricatedPipe=2
_swConnectionPoint_Tube=1
_swConnectionPoint_UserDefined=4
_swConstRadiusFillet=0
_swConstrainedCornerDeleteGeometry=2
_swConstrainedCornerInteract=0
_swConstrainedCornerKeepGeometry=1
_swConstrainedCornerStopProcessing=3
_swConstraintType_ALONGX=48
_swConstraintType_ALONGX3D=64
_swConstraintType_ALONGXPOINTS=51
_swConstraintType_ALONGXPOINTS3D=66
_swConstraintType_ALONGY=49
_swConstraintType_ALONGY3D=65
_swConstraintType_ALONGYPOINTS=52
_swConstraintType_ALONGYPOINTS3D=67
_swConstraintType_ALONGZ=50
_swConstraintType_ALONGZPOINTS=53
_swConstraintType_ANGLE=2
_swConstraintType_ANGLE3P=43
_swConstraintType_ARCANG180=19
_swConstraintType_ARCANG270=20
_swConstraintType_ARCANG90=18
_swConstraintType_ARCANGBOTTOM=22
_swConstraintType_ARCANGLEFT=23
_swConstraintType_ARCANGRIGHT=24
_swConstraintType_ARCANGTOP=21
_swConstraintType_ARCLENGTH=44
_swConstraintType_ATINTERSECT=13
_swConstraintType_ATMIDDLE=12
_swConstraintType_ATPIERCE=40
_swConstraintType_BELTTRACTION=69
_swConstraintType_BLOCKFIXEDLOCK=70
_swConstraintType_BLOCKNORMALLOCK=71
_swConstraintType_BLOCKROTATELOCK=72
_swConstraintType_C3TOUCH=83
_swConstraintType_CIRCULARPATTCNT=77
_swConstraintType_COINCIDENT=9
_swConstraintType_COLINEAR=27
_swConstraintType_CONCENTRIC=10
_swConstraintType_CONICRHO=82
_swConstraintType_CORADIAL=28
_swConstraintType_DIAMETER=15
_swConstraintType_DISTANCE=1
_swConstraintType_DOUBLEANGLE=84
_swConstraintType_DOUBLEDISTANCE=41
_swConstraintType_ELLIPSEANG180=34
_swConstraintType_ELLIPSEANG270=35
_swConstraintType_ELLIPSEANG90=33
_swConstraintType_ELLIPSEANGBOTTOM=37
_swConstraintType_ELLIPSEANGLEFT=38
_swConstraintType_ELLIPSEANGRIGHT=39
_swConstraintType_ELLIPSEANGTOP=36
_swConstraintType_EQUALCURV3DALIGN=80
_swConstraintType_EQUALCURVATURE=61
_swConstraintType_EQUALTANGENT=62
_swConstraintType_FAKESLOTCONSTRAINT=73
_swConstraintType_FITSPLINE=60
_swConstraintType_FIXED=17
_swConstraintType_FIXEDSLOT=74
_swConstraintType_FLANGEFACEDIST=81
_swConstraintType_HORIZONTAL=4
_swConstraintType_HORIZPOINTS=25
_swConstraintType_INTERSECTION=56
_swConstraintType_INVALIDCTYPE=0
_swConstraintType_ISOBYPOINT=58
_swConstraintType_LINEARPATTCNT=76
_swConstraintType_MERGEPOINTS=42
_swConstraintType_NORMAL=45
_swConstraintType_NORMALPOINTS=46
_swConstraintType_OFFSETEDGE=16
_swConstraintType_PARALLEL=7
_swConstraintType_PARALLELYZ=54
_swConstraintType_PARALLELZX=55
_swConstraintType_PATTERNED=57
_swConstraintType_PERPENDICULAR=8
_swConstraintType_PLANAROFFSET=79
_swConstraintType_RADIALOFFSET=78
_swConstraintType_RADIUS=3
_swConstraintType_SAMECURVELENGTH=85
_swConstraintType_SAMEISOPARAM=59
_swConstraintType_SAMELENGTH=14
_swConstraintType_SAMESLOTS=75
_swConstraintType_SKETCHOFFSET=47
_swConstraintType_SNAPANGLE=31
_swConstraintType_SNAPGRID=29
_swConstraintType_SNAPLENGTH=30
_swConstraintType_SYMMETRIC=11
_swConstraintType_TANGENT=6
_swConstraintType_TANGENTFACE=63
_swConstraintType_TRACTION=68
_swConstraintType_USEEDGE=32
_swConstraintType_VERTICAL=5
_swConstraintType_VERTPOINTS=26
_swContact=0
_swContextToolbar=28
_swContinueResponse_Continue=2
_swContinueResponse_Prompt=3
_swContinueResponse_Stop=1
_swControlAlign_DoubleIndent=3
_swControlAlign_Indent=2
_swControlAlign_LeftEdge=1
_swControlOptionsOnResize_LockLeft=1
_swControlOptionsOnResize_LockRight=2
_swControlOptions_Enabled=2
_swControlOptions_SmallGapAbove=4
_swControlOptions_Visible=1
_swControlType_ActiveX=10
_swControlType_Bitmap=14
_swControlType_BitmapButton=11
_swControlType_Button=3
_swControlType_CheckableBitmapButton=12
_swControlType_Checkbox=2
_swControlType_Combobox=7
_swControlType_Label=1
_swControlType_Listbox=6
_swControlType_Numberbox=8
_swControlType_Option=4
_swControlType_Selectionbox=9
_swControlType_Slider=13
_swControlType_Textbox=5
_swControlType_WindowFromHandle=15
_swCoreAlongExtractionDirection=0
_swCoreAwayFromExtractionDirection=1
_swCornerBendWaistRelief=2
_swCornerCircularRelief=0
_swCornerConstantWidthRelief=4
_swCornerFullRoundRelief=7
_swCornerMixed=6
_swCornerObroundRelief=5
_swCornerRectangularRelief=9
_swCornerReliefBendType_ThreeBend=1
_swCornerReliefBendType_TwoBend=0
_swCornerReliefError_GenericFailure=6
_swCornerReliefError_IndexNotAvailable=5
_swCornerReliefError_InvalidBody=2
_swCornerReliefError_InvalidCornerType=3
_swCornerReliefError_InvalidFaces=1
_swCornerReliefError_InvalidReliefType=4
_swCornerReliefError_None=0
_swCornerReliefSuitCase_Default=0
_swCornerReliefSuitCase_ExtendGapInBendArea=1
_swCornerReliefSuitCase_FillInSomeGap=2
_swCornerSquareRelief=1
_swCornerSuitCaseRelief=8
_swCornerTearRelief=3
_swCornerTreatmentPlanarTrimTool_Automatic=0
_swCornerTreatmentPlanarTrimTool_UserDefined=1
_swCornerTreatmentPlanarTrim_FirstContact=0
_swCornerTreatmentPlanarTrim_FullContact=1
_swCornerTreatmentTrim_BodyTrim=1
_swCornerTreatmentTrim_MiterTrim=2
_swCornerTreatmentTrim_PlanarTrim=0
_swCorner_Complex=2
_swCorner_Simple=0
_swCorner_TwoMember=1
_swCosmeticThreadNone=0
_swCosmeticThreadWithCallout=1
_swCosmeticThreadWithoutCallout=2
_swCosmeticThread_ConicalOffset=1
_swCosmeticThread_MajorDiameter=2
_swCosmeticThread_MinorDiameter=3
_swCosmeticWeldBeadMode_WeldGeometry=0
_swCosmeticWeldBeadMode_WeldPath=1
_swCosmeticWeldBeadSide_allAround=3
_swCosmeticWeldBeadSide_bothSides=2
_swCosmeticWeldBeadSide_selection=1
_swCosmosWorksMatAcrylic=1
_swCosmosWorksMatAluminum=2
_swCosmosWorksMatNone=0
_swCosmosWorksMatNylon=3
_swCosmosWorksMatRubber=4
_swCosmosWorksMatSteel=5
_swCounterBoreBlind=10
_swCounterBoreBlindCounterSinkMiddle=11
_swCounterBoreBlindCounterSinkTop=12
_swCounterBoreBlindCounterSinkTopmiddle=13
_swCounterBoreSlotBlind=57
_swCounterBoreSlotBlindCounterSinkMiddle=58
_swCounterBoreSlotBlindCounterSinkTop=59
_swCounterBoreSlotBlindCounterSinkTopMiddle=60
_swCounterBoreSlotThru=61
_swCounterBoreSlotThruCounterSinkBottom=62
_swCounterBoreSlotThruCounterSinkMiddle=63
_swCounterBoreSlotThruCounterSinkMiddleBottom=64
_swCounterBoreSlotThruCounterSinkTop=65
_swCounterBoreSlotThruCounterSinkTopBottom=66
_swCounterBoreSlotThruCounterSinkTopMiddle=67
_swCounterBoreSlotThruCounterSinkTopMiddleBottom=68
_swCounterBoreThru=14
_swCounterBoreThruCounterSinkBottom=15
_swCounterBoreThruCounterSinkMiddle=16
_swCounterBoreThruCounterSinkMiddleBottom=17
_swCounterBoreThruCounterSinkTop=18
_swCounterBoreThruCounterSinkTopBottom=19
_swCounterBoreThruCounterSinkTopMiddle=20
_swCounterBoreThruCounterSinkTopMiddleBottom=21
_swCounterBored=2
_swCounterBoredDrilled=7
_swCounterDrilled=4
_swCounterDrilledDrilled=9
_swCounterSinkBlind=24
_swCounterSinkBlindWithoutHeadClearance=43
_swCounterSinkSlotBlind=71
_swCounterSinkSlotBlindWithoutHeadClearance=78
_swCounterSinkSlotThru=76
_swCounterSinkSlotThruCounterSinkBottom=77
_swCounterSinkSlotThruCounterSinkBottomWithoutHeadClearance=90
_swCounterSinkSlotThruWithoutHeadClearance=79
_swCounterSinkThru=29
_swCounterSinkThruCounterSinkBottom=30
_swCounterSinkThruCounterSinkBottomWithoutHeadClearance=45
_swCounterSinkThruWithoutHeadClearance=44
_swCounterSunk=3
_swCounterSunkDrilled=8
_swCreateAngRunDimError_GenFailure=0
_swCreateAngRunDimError_IdenticalDimension=2
_swCreateAngRunDimError_SelectAnotherEntity=3
_swCreateAngRunDimError_Success=1
_swCreateAngRunDimError_Undefined=-1
_swCreateBodyFromSurfacesOption=12
_swCreateCommandGroup_Exceeds_ToolBarIDs=2
_swCreateCommandGroup_Failed=0
_swCreateCommandGroup_Success=1
_swCreateConfigurationTableOnOpen=783
_swCreateExplodeStepError_EditingComponentInContext=6
_swCreateExplodeStepError_Generic=1
_swCreateExplodeStepError_InvalidRadialAxis=4
_swCreateExplodeStepError_NoComponents=3
_swCreateExplodeStepError_NoExplodeView=2
_swCreateExplodeStepError_OpenExplodePMP=5
_swCreateExplodeStepError_Successful=0
_swCreateFacesBodyActionCap=1
_swCreateFacesBodyActionGrow=2
_swCreateFacesBodyActionGrowFromParent=3
_swCreateFacesBodyActionLeaveRubber=4
_swCreateFeatureBodyCheck=1
_swCreateFeatureBodySimplify=2
_swCreateNamedViewFromFile=9
_swCreateOrdDimErr_GenBadSel=3
_swCreateOrdDimErr_GenExtraSelection=6
_swCreateOrdDimErr_GenFailure=1
_swCreateOrdDimErr_GenNeedModelLoaded=4
_swCreateOrdDimErr_GenNoInternalDims=2
_swCreateOrdDimErr_GenSamePartOnly=5
_swCreateOrdDimErr_OrdBadDir=9
_swCreateOrdDimErr_OrdDupInGroup=8
_swCreateOrdDimErr_OrdFailure=7
_swCreateOrdDimErr_Success=0
_swCreateOrdDimErr_Undefined=-1
_swCreatePartExplodeStepError_Generic=1
_swCreatePartExplodeStepError_InactiveConfiguration=4
_swCreatePartExplodeStepError_NoBodies=2
_swCreatePartExplodeStepError_OpenExplodePMP=3
_swCreatePartExplodeStepError_Successful=0
_swCreateSectionView_ChangeDirection=4
_swCreateSectionView_CutSurfaceBodies=128
_swCreateSectionView_DisplaySurfaceCut=32
_swCreateSectionView_ExcludeFasteners=64
_swCreateSectionView_NotAligned=1
_swCreateSectionView_OffsetSection=2
_swCreateSectionView_Partial=16
_swCreateSectionView_ScaleWithModel=8
_swCreateSeedCutCircle=1
_swCreateSeedCutDiamond=3
_swCreateSeedCutNone=0
_swCreateSeedCutPolygon=4
_swCreateSeedCutSquare=2
_swCreateWireBodyByDefault=0
_swCreateWireBodyMergeCurves=1
_swCropViewErrors_CannotCropDetailOrBrokenView=2
_swCropViewErrors_CannotUnfoldView=3
_swCropViewErrors_IncorrectProfile=4
_swCropViewErrors_NoError=1
_swCropViewErrors_Unknown=0
_swCrossHatchAndExplodeOnly=3
_swCrossHatchExclude=1
_swCrossHatchInclude=0
_swCrossHatchOnly=2
_swCubicInterpolation=1
_swCurrentSheetDisp=8
_swCurrentTipOfDayString=8
_swCurvature=2
_swCurvatureValue1=65
_swCurvatureValue2=66
_swCurvatureValue3=67
_swCurvatureValue4=68
_swCurvatureValue5=69
_swCurveChordTessellationTol=5
_swCurvePatternAlignToSeed=1
_swCurvePatternOffsetCurve=1
_swCurvePatternTangentToCurve=0
_swCurvePatternTransformCurve=0
_swCurvesToolbar=18
_swCustomInfoAddResult_AddedOrChanged=0
_swCustomInfoAddResult_GenericFail=1
_swCustomInfoAddResult_MismatchAgainstExistingType=2
_swCustomInfoAddResult_MismatchAgainstLegacyTypes=4
_swCustomInfoAddResult_MismatchAgainstSpecifiedType=3
_swCustomInfoDate=64
_swCustomInfoDeleteResult_LinkedProp=2
_swCustomInfoDeleteResult_NotPresent=1
_swCustomInfoDeleteResult_OK=0
_swCustomInfoDouble=5
_swCustomInfoGetResult_CachedValue=0
_swCustomInfoGetResult_NotPresent=1
_swCustomInfoGetResult_ResolvedValue=2
_swCustomInfoNumber=3
_swCustomInfoSetResult_LinkedProp=3
_swCustomInfoSetResult_NotPresent=1
_swCustomInfoSetResult_OK=0
_swCustomInfoSetResult_TypeMismatch=2
_swCustomInfoText=30
_swCustomInfoUnknown=0
_swCustomInfoYesOrNo=11
_swCustomLinkSetResult_Legacy=2
_swCustomLinkSetResult_NotPresent=1
_swCustomLinkSetResult_OK=0
_swCustomLinkSetResult_UserProp=3
_swCustomPropertyDeleteAndAdd=1
_swCustomPropertyOnlyIfNew=0
_swCustomPropertyReplaceValue=2
_swCustomPropertyUsedAsComponentDescription=18
_swCustomProps=5
_swCustomSymbol=9
_swCustomizedImportTolerance=58
_swCutListExclusionStatus_InvalidEntities=1
_swCutListExclusionStatus_Success=0
_swCutListTransferOptions_CutListProperties=2
_swCutListTransferOptions_FileProperties=1
_swCutListTransferOptions_None=0
_swDECIMAL=1
_swDEGREES=0
_swDEG_MIN=1
_swDEG_MIN_SEC=2
_swDIM=12
_swDOT_ARROWHEAD=3
_swDTConfigCircularDefinition=33
_swDTDimAngleValueRangeError=31
_swDTDimValueRangeError=30
_swDTInvalidComponentName=28
_swDTInvalidEquation=32
_swDTNeedsComponent=29
_swDTbCannotOpen=27
_swDTbUnUsedConfiguration=26
_swDTblCfgInvalid=1
_swDTblCorrupt=2
_swDTblCurrentlyEditing=5
_swDTblDataInvalidComponetState=15
_swDTblDataInvalidFeatureState=16
_swDTblDisplayStateError=18
_swDTblExiting=3
_swDTblFileNotFound=8
_swDTblInvalidColCustomProp=10
_swDTblInvalidColumnDimName=11
_swDTblInvalidColumnFeatName=12
_swDTblInvalidColumnKeyWord=13
_swDTblInvalidColumnValue=9
_swDTblInvalidConfigName=14
_swDTblInvalidRowNameKeyword=21
_swDTblInvalidYesNoData=17
_swDTblLinkChanged=7
_swDTblModelFeatRequired=19
_swDTblNegitiveDimension=25
_swDTblNoError=0
_swDTblNoFileName=4
_swDTblNotSuppressible=23
_swDTblParentConfigInvalid=20
_swDTblTableIsEmpty=24
_swDTblTolTypeInvalid=22
_swDTblTooManyColumns=6
_swDXFDontShowMap=21
_swDXFExportHiddenLayersOn=452
_swDXFExportHiddenLayersWarnIsOn=453
_swDXFHighQualityExport=400
_swDamageRepairUpdate=7
_swDangling=1
_swDatumDisplayType_Default=0
_swDatumDisplayType_Roundgb=2
_swDatumDisplayType_Square=1
_swDatumLeaderStyle_Horizontal=1
_swDatumLeaderStyle_Perpendicular=3
_swDatumLeaderStyle_Vertical=2
_swDatumOrigin=16
_swDatumTag=2
_swDatumTagTextCalloutAbove=3
_swDatumTagTextCalloutBelow=4
_swDatumTagTextPrefix=1
_swDatumTagTextSuffix=2
_swDatumTargetAreaCircle=2
_swDatumTargetAreaNone=0
_swDatumTargetAreaPoint=1
_swDatumTargetAreaRectangle=3
_swDatumTargetSym=3
_swDefaultAlignment=2
_swDefaultBOMPartNumberForNewConfig=622
_swDefaultBOMPartNumberSource_ConfigurationName=1
_swDefaultBOMPartNumberSource_DocumentName=0
_swDefaultConfigSortOrder=575
_swDefaultTemplateAssembly=9
_swDefaultTemplateDrawing=10
_swDefaultTemplatePart=8
_swDefaultViewAlignment=1
_swDefinedInContext=4
_swDelete_Absorbed=2
_swDelete_Advanced=4
_swDelete_Children=1
_swDelete_SelectedComponents=0
_swDelete_SubAssembly=1
_swDerivedPart=4
_swDesignLibrary=1
_swDesignTableSourceFromFile=2
_swDesignTableSourceLinked=3
_swDesignTableSourceNone=1
_swDestroyNotifyDestroy=0
_swDestroyNotifyHidden=1
_swDetCircleCIRCLE=1
_swDetCircleDONTSHOW=2
_swDetCirclePROFILE=0
_swDetViewBROKEN=1
_swDetViewCONNECTED=4
_swDetViewLEADER=2
_swDetViewNOLEADER=3
_swDetViewSTANDARD=0
_swDetachSegmentOnDragMode=622
_swDetailChamferDimAngDist=3
_swDetailChamferDimCDist=4
_swDetailChamferDimDistAng=2
_swDetailChamferDimDistDist=1
_swDetailChamferDimLeaderAlongEdge=5
_swDetailChamferDimLeaderAngAbove=4
_swDetailChamferDimLeaderAngBeside=3
_swDetailChamferDimLeaderHorizAbove=2
_swDetailChamferDimLeaderHorizBeside=1
_swDetailingAllUpperCase=538
_swDetailingAltLinearDimPrecision=26
_swDetailingAltLinearDimPrecisionLinkWithModel=507
_swDetailingAltLinearTolPrecision=27
_swDetailingAngDimensionsRemoveInsignificantZeros=577
_swDetailingAngleDimension=201
_swDetailingAngleTrailingZero=584
_swDetailingAngleTrailingZeroTolerance=585
_swDetailingAngularDimLeaderStyle=20
_swDetailingAngularDimPrecision=28
_swDetailingAngularRunningDimension=209
_swDetailingAngularRunningDisplayAsChain=502
_swDetailingAngularRunningExtensionLineExtend=5030
_swDetailingAngularRunningRunBidirectionally=504
_swDetailingAngularRunningTrailingZero=586
_swDetailingAngularRunningTrailingZeroTolerance=587
_swDetailingAngularTolPrecision=29
_swDetailingAngularToleranceStyle=22
_swDetailingAnnotation=100
_swDetailingAnnotationApplyNewCTDepthArchForToNewParts=782
_swDetailingAnnotationBentLeaderLength=113
_swDetailingAnnotationShowTypeInThreadCallouts=751
_swDetailingAnnotationTextFormat=19
_swDetailingAnnotationUseBentLeaders=375
_swDetailingArcLengthDimension=202
_swDetailingArrowHeight=24
_swDetailingArrowLength=26
_swDetailingArrowStyleForDimensions=16
_swDetailingArrowStyleForEdgeVertexAttachment=38
_swDetailingArrowStyleForFaceAttachment=39
_swDetailingArrowStyleForUnattached=40
_swDetailingArrowWidth=25
_swDetailingAutoBalloonLayout=228
_swDetailingAutoInsertBalloons=247
_swDetailingAutoInsertCenterLines=190
_swDetailingAutoInsertCenterMarks=189
_swDetailingAutoInsertCenterMarksForFillets=309
_swDetailingAutoInsertCenterMarksForFilletsAsm=448
_swDetailingAutoInsertCenterMarksForHoles=308
_swDetailingAutoInsertCenterMarksForHolesAsm=447
_swDetailingAutoInsertCenterMarksForSlots=402
_swDetailingAutoInsertCenterMarksForSlotsAsm=449
_swDetailingAutoInsertDimsMarkedForDrawing=248
_swDetailingAutoInsertDowelSymForHolesAsm=500
_swDetailingAutoInsertDowelSymForHolesPart=499
_swDetailingAutoInsertDowelSymbols=522
_swDetailingAutoInsertDowelSymbolsAsm=523
_swDetailingAutoUpdateBOM=209
_swDetailingAuxViewLabels_AboveView=339
_swDetailingAuxViewLabels_CustomName=85
_swDetailingAuxViewLabels_CustomScale=86
_swDetailingAuxViewLabels_Delimiter=252
_swDetailingAuxViewLabels_Label=250
_swDetailingAuxViewLabels_Name=249
_swDetailingAuxViewLabels_PerStandard=244
_swDetailingAuxViewLabels_Scale=251
_swDetailingAuxViewLabels_Stacked=245
_swDetailingAuxView_DelimiterTextFormat=37
_swDetailingAuxView_IncludeLocationLabelsForNewViews=600
_swDetailingAuxView_LabelTextFormat=34
_swDetailingAuxView_NameTextFormat=33
_swDetailingAuxView_RemoveSpaceInScale=543
_swDetailingAuxView_RotateClockwiseCounterclockwise=545
_swDetailingAuxView_RotateViewToHorizontalSheet=544
_swDetailingAuxView_Rotation=513
_swDetailingAuxView_RotationTextFormat=35
_swDetailingAuxView_ScaleTextFormat=36
_swDetailingAuxView_SimplifiedDetailed=541
_swDetailingAuxView_ViewIndication=512
_swDetailingAuxiliaryLabelTextFormat=16
_swDetailingAuxiliaryView=303
_swDetailingBOMBalloonCustomSize=120
_swDetailingBOMBalloonFit=35
_swDetailingBOMBalloonPadding=177
_swDetailingBOMBalloonStyle=34
_swDetailingBOMLowerCustomProperty=56
_swDetailingBOMLowerText=37
_swDetailingBOMStackedBalloonCustomSize=121
_swDetailingBOMStackedBalloonFit=98
_swDetailingBOMStackedBalloonPadding=178
_swDetailingBOMStackedBalloonStyle=97
_swDetailingBOMUpperCustomProperty=55
_swDetailingBOMUpperText=36
_swDetailingBalloon=101
_swDetailingBalloonAutoBalloons=531
_swDetailingBalloonBentLeaderLength=60
_swDetailingBalloonFit=33
_swDetailingBalloonFrameLineStyle=344
_swDetailingBalloonFrameLineThickness=345
_swDetailingBalloonFrameLineThicknessCustom=105
_swDetailingBalloonLayout_Bottom=4
_swDetailingBalloonLayout_Circle=2
_swDetailingBalloonLayout_Left=6
_swDetailingBalloonLayout_Right=5
_swDetailingBalloonLayout_Square=1
_swDetailingBalloonLayout_Top=3
_swDetailingBalloonLeaderLineStyle=342
_swDetailingBalloonLeaderLineThickness=343
_swDetailingBalloonLeaderLineThicknessCustom=104
_swDetailingBalloonLeaderStyle=341
_swDetailingBalloonQtyGapDistance=186
_swDetailingBalloonStyle=32
_swDetailingBalloonTextFormat=8
_swDetailingBalloonUseDocBentLeaderLength=376
_swDetailingBalloonsDisplayWithBentLeader=143
_swDetailingBendTable=305
_swDetailingBendTableBorderLineWeight=448
_swDetailingBendTableGridLineWeight=449
_swDetailingBendTextFormat=22
_swDetailingBillOfMaterial=152
_swDetailingBillOfMaterialBorderLineWeight=366
_swDetailingBillOfMaterialGridLineWeight=367
_swDetailingBillOfMaterialTextFormat=11
_swDetailingBorderAddPadding=176
_swDetailingBorderDoubleLine=628
_swDetailingBorderInnerCenterZoneDividerLength=202
_swDetailingBorderLeaderCustomLineThickness=199
_swDetailingBorderLeaderLineStyle=548
_swDetailingBorderLeaderLineThickness=549
_swDetailingBorderOuterCenterZoneDividerLength=201
_swDetailingBorderShowColumns=630
_swDetailingBorderShowRows=631
_swDetailingBorderShowZoneDividers=629
_swDetailingBorderUserDefined=119
_swDetailingBorderZoneDividerCustomLineThickness=203
_swDetailingBorderZoneDividerLength=200
_swDetailingBorderZoneDividerLineStyle=550
_swDetailingBorderZoneDividerLineThickness=551
_swDetailingBreakLineExtension=70
_swDetailingBreakLineGap=11
_swDetailingCThreadDisplayHighQuality=257
_swDetailingCenterMarkGap=198
_swDetailingCenterMarkScaleByViewScale=613
_swDetailingCenterMarkShowLines=46
_swDetailingCenterMarkSize=12
_swDetailingCenterMarkUseCenterLine=192
_swDetailingCenterOfMassScaleByView=528
_swDetailingCenterOfMassSize=184
_swDetailingCenterlineExtension=10
_swDetailingChainDimensionAddLastReferenceDimension=753
_swDetailingChainDimensionAddOverallDimensions=752
_swDetailingChamferDimLeaderStyle=154
_swDetailingChamferDimTextStyle=155
_swDetailingChamferDimXStyle=156
_swDetailingChamferDimXStyleLowerCaseX=2
_swDetailingChamferDimXStyleUpperCaseX=1
_swDetailingChamferDimension=203
_swDetailingConnectionLinesHolePatternsCenterMarks=599
_swDetailingDatum=102
_swDetailingDatumDisplayType=149
_swDetailingDatumFrameLineStyle=348
_swDetailingDatumFrameLineThickness=349
_swDetailingDatumFrameLineThicknessCustom=107
_swDetailingDatumGbLeaderStyle=381
_swDetailingDatumLeaderLineStyle=346
_swDetailingDatumLeaderLineThickness=347
_swDetailingDatumLeaderLineThicknessCustom=106
_swDetailingDatumTextFormat=14
_swDetailingDatumsAnchorFilled=383
_swDetailingDatumsAnchorShoulder=384
_swDetailingDetailLabelTextFormat=9
_swDetailingDetailTextFormat=3
_swDetailingDetailView=301
_swDetailingDetailViewLabels_AboveView=337
_swDetailingDetailViewLabels_CustomName=81
_swDetailingDetailViewLabels_CustomScale=82
_swDetailingDetailViewLabels_Delimiter=244
_swDetailingDetailViewLabels_Label=242
_swDetailingDetailViewLabels_Name=241
_swDetailingDetailViewLabels_PerStandard=240
_swDetailingDetailViewLabels_Scale=243
_swDetailingDetailViewLabels_ScaleForJaggedOutline=655
_swDetailingDetailViewLabels_Stacked=241
_swDetailingDetailView_DelimiterTextFormat=45
_swDetailingDetailView_IncludeLocationLabelsForNewViews=601
_swDetailingDetailView_LabelTextFormat=43
_swDetailingDetailView_NameTextFormat=42
_swDetailingDetailView_RemoveSpaceInScale=562
_swDetailingDetailView_ScaleTextFormat=44
_swDetailingDiameterDimension=204
_swDetailingDiameterForeshortenedAutomatic=623
_swDetailingDimANSIBentLeader=251
_swDetailingDimBentLeaderLength=39
_swDetailingDimBreakAroundArrow=155
_swDetailingDimBreakGap=64
_swDetailingDimFontHeight=1
_swDetailingDimFractionScaleIndex=300
_swDetailingDimFractionScale_100Percent=0
_swDetailingDimFractionScale_10Percent=9
_swDetailingDimFractionScale_20Percent=8
_swDetailingDimFractionScale_30Percent=7
_swDetailingDimFractionScale_40Percent=6
_swDetailingDimFractionScale_50Percent=5
_swDetailingDimFractionScale_60Percent=4
_swDetailingDimFractionScale_70Percent=3
_swDetailingDimFractionScale_80Percent=2
_swDetailingDimFractionScale_90Percent=1
_swDetailingDimFractionStyle=299
_swDetailingDimFractionStyle_Dash=3
_swDetailingDimFractionStyle_DiagonalStack=2
_swDetailingDimFractionStyle_Slash=0
_swDetailingDimFractionStyle_Stack=1
_swDetailingDimLeaderOverrideStandard=53
_swDetailingDimOffsetText=239
_swDetailingDimRadialSnapAngle=86
_swDetailingDimToDimOffset=16
_swDetailingDimTrailingZero=15
_swDetailingDimXpertChamferDistAngle=2
_swDetailingDimXpertChamferDistDist=1
_swDetailingDimXpertChamferInstance=3
_swDetailingDimXpertChamferNone=1
_swDetailingDimXpertChamferOptions=314
_swDetailingDimXpertChamferScheme=311
_swDetailingDimXpertChamferTyp=2
_swDetailingDimXpertFilletInstance=3
_swDetailingDimXpertFilletNone=1
_swDetailingDimXpertFilletOptions=313
_swDetailingDimXpertFilletTyp=2
_swDetailingDimXpertSlotCenter=1
_swDetailingDimXpertSlotOverall=2
_swDetailingDimXpertSlotScheme=312
_swDetailingDimension=200
_swDetailingDimensionArrowPosition=17
_swDetailingDimensionStandard=13
_swDetailingDimensionStandardName=65
_swDetailingDimensionTextAlignmentHorizontal=203
_swDetailingDimensionTextAlignmentVertical=202
_swDetailingDimensionTextAndLeaderStyle=372
_swDetailingDimensionTextFormat=1
_swDetailingDimensionsAngularToleranceUseParentheses=187
_swDetailingDimensionsToleranceFitTolUseDimensionFont=188
_swDetailingDimensionsToleranceInwardRounding=579
_swDetailingDimensionsToleranceUseDimensionFont=157
_swDetailingDimensionsToleranceUseParentheses=156
_swDetailingDimsApplyUpdatedRules=501
_swDetailingDimsAutoJogAngularRunning=505
_swDetailingDimsAutoJogOrdinates=259
_swDetailingDimsCenterText=50
_swDetailingDimsFollowDimXpertLayout=359
_swDetailingDimsPrefixInsideBasicTolBox=258
_swDetailingDimsShowBroken=336
_swDetailingDimsShowLeadingZeros=489
_swDetailingDimsShowParenthesisByDefault=48
_swDetailingDimsSnapTextToGrid=49
_swDetailingDisplayAlternateSection=45
_swDetailingDisplayDatumsPer1982=44
_swDetailingDisplayDualBasicDimensionInOneBox=509
_swDetailingDisplaySFSymbolsPer2002=222
_swDetailingDisplayWithBrokenLeaders=42
_swDetailingDrawingView=300
_swDetailingDualDimPosition=14
_swDetailingDualDimensions=43
_swDetailingFixedSizeWeldSymbol=47
_swDetailingForeshortenedDiameterStyle=296
_swDetailingGeneralTable=151
_swDetailingGeneralTableBorderLineWeight=364
_swDetailingGeneralTableGridLineWeight=365
_swDetailingGeneralTableTextFormat=7
_swDetailingGeometricTolerance=103
_swDetailingGeometricToleranceTextFormat=15
_swDetailingGtolBentLeaderLength=114
_swDetailingGtolFrameLineStyle=354
_swDetailingGtolFrameLineThickness=355
_swDetailingGtolFrameLineThicknessCustom=109
_swDetailingGtolLeaderLineStyle=352
_swDetailingGtolLeaderLineThickness=353
_swDetailingGtolLeaderLineThicknessCustom=108
_swDetailingGtolLeaderSide=351
_swDetailingGtolLeaderStyle=350
_swDetailingGtolMaterialConditionSymbolPlacement=618
_swDetailingGtolMaterialConditionSymbolPlacement_ASME=0
_swDetailingGtolMaterialConditionSymbolPlacement_ISO=1
_swDetailingGtolUseDocBentLeaderLength=377
_swDetailingHalfSectionArrow=479
_swDetailingHalfSectionArrow_AlternativeDisplay=0
_swDetailingHalfSectionArrow_StandardDisplay=1
_swDetailingHighlightElements=537
_swDetailingHoleDimension=205
_swDetailingHoleTable=153
_swDetailingHoleTableBorderLineWeight=368
_swDetailingHoleTableGridLineWeight=369
_swDetailingHoleTableTextFormat=12
_swDetailingImportEntireAssemblyAnnotations=362
_swDetailingLayer=63
_swDetailingLeadingZero=265
_swDetailingLinearDimLeaderStyle=18
_swDetailingLinearDimPrecision=24
_swDetailingLinearDimPrecisionLinkWithModel=506
_swDetailingLinearDimension=206
_swDetailingLinearForeshortened=544
_swDetailingLinearForeshortenedAutomatic=621
_swDetailingLinearForeshortened_DoubleArrow=0
_swDetailingLinearForeshortened_Line=2
_swDetailingLinearForeshortened_SingleArrow=3
_swDetailingLinearForeshortened_Zigzag=1
_swDetailingLinearTolPrecision=25
_swDetailingLinearToleranceStyle=21
_swDetailingLinkParentViewConfiguration=454
_swDetailingLocationLabel=309
_swDetailingLocationLabelAddSameSheetNumber=598
_swDetailingLocationLabelFit=526
_swDetailingLocationLabelFrameLineStyle=523
_swDetailingLocationLabelFrameLineThickness=524
_swDetailingLocationLabelFrameLineThicknessCustom=195
_swDetailingLocationLabelLowerText=528
_swDetailingLocationLabelPadding=197
_swDetailingLocationLabelStyle=525
_swDetailingLocationLabelStyleCustomSize=196
_swDetailingLocationLabelTextFormat=46
_swDetailingLocationLabelUpperText=527
_swDetailingMaxAngularToleranceValue=19
_swDetailingMaxLinearToleranceValue=17
_swDetailingMaxToleranceValue=116
_swDetailingMaxWitnessLineLength=82
_swDetailingMinAngularToleranceValue=20
_swDetailingMinLinearToleranceValue=18
_swDetailingMinToleranceValue=117
_swDetailingMiscView=308
_swDetailingMiscView_AboveView=535
_swDetailingMiscView_AddViewLabelOnViewCreation=536
_swDetailingMiscView_CustomName=94
_swDetailingMiscView_CustomScale=95
_swDetailingMiscView_Delimiter=510
_swDetailingMiscView_DelimiterTextFormat=32
_swDetailingMiscView_DisplayLabelAboveView=565
_swDetailingMiscView_Name=511
_swDetailingMiscView_NameTextFormat=30
_swDetailingMiscView_PerStandard=534
_swDetailingMiscView_RemoveSpaceInScale=539
_swDetailingMiscView_Scale=509
_swDetailingMiscView_ScaleTextFormat=31
_swDetailingModeIncludeStandardViewsInViewPalette=780
_swDetailingModeSaveModelData=779
_swDetailingNextDatumFeatureLabel=15
_swDetailingNoDimSpecificOptionSpecified=580
_swDetailingNoOptionSpecified=0
_swDetailingNote=104
_swDetailingNoteBentLeaderLength=23
_swDetailingNoteFontHeight=0
_swDetailingNoteLeaderLineStyle=356
_swDetailingNoteLeaderLineThickness=357
_swDetailingNoteLeaderLineThicknessCustom=110
_swDetailingNoteLeaderSide=31
_swDetailingNoteTextAlignment=30
_swDetailingNoteTextCustom=1
_swDetailingNoteTextCustomProperty=4
_swDetailingNoteTextFormat=0
_swDetailingNoteTextItemNumber=2
_swDetailingNoteTextQuantity=3
_swDetailingNoteUseDocBentLeaderLength=378
_swDetailingNotesDisplayWithBentLeader=54
_swDetailingNotesLeaderJustificationSnapping=401
_swDetailingNotesLeaderStyle=220
_swDetailingObjectToDimOffset=15
_swDetailingOrdinateDimension=207
_swDetailingOrdinateDisplayAsChain=382
_swDetailingOrdinateSize=204
_swDetailingOrthoLabelTextFormat=21
_swDetailingOrthoView=304
_swDetailingOrthoViewLabelsEnableShow=443
_swDetailingOrthoViewLabels_AboveView=442
_swDetailingOrthoViewLabels_Delimiter=444
_swDetailingOrthoViewLabels_PerStandard=441
_swDetailingOrthoViewLabels_Scale=443
_swDetailingOrthoView_AddViewLabelOnViewCreation=559
_swDetailingOrthoView_CustomName=97
_swDetailingOrthoView_CustomScale=98
_swDetailingOrthoView_DelimiterTextFormat=41
_swDetailingOrthoView_DisplayLabelAboveView=567
_swDetailingOrthoView_Name=518
_swDetailingOrthoView_NameTextFormat=39
_swDetailingOrthoView_RemoveSpaceInScale=560
_swDetailingOrthoView_ScaleTextFormat=40
_swDetailingParaSpacing=192
_swDetailingPunchTable=306
_swDetailingPunchTableBorderLineWeight=468
_swDetailingPunchTableGridLineWeight=470
_swDetailingPunchTextFormat=27
_swDetailingRadialDimLeaderStyle=19
_swDetailingRadialDimsArrowPlacement=493
_swDetailingRadialDimsArrowsFollowText=52
_swDetailingRadialDimsDisplay2ndOutsideArrow=51
_swDetailingRadialDimsDisplayNearSideMessages=651
_swDetailingRadialDimsDisplayWithSolidLeader=519
_swDetailingRadiusDimension=208
_swDetailingRevisionCloud=107
_swDetailingRevisionCloudLineStyle=477
_swDetailingRevisionCloudLineThickness=478
_swDetailingRevisionCloudLineThicknessCustom=171
_swDetailingRevisionCloudMaxArcRadius=172
_swDetailingRevisionTable=154
_swDetailingRevisionTableBorderLineWeight=370
_swDetailingRevisionTableGridLineWeight=371
_swDetailingRevisionTableTextFormat=13
_swDetailingSFSymbolBentLeaderLength=115
_swDetailingSFSymbolLeaderLineStyle=359
_swDetailingSFSymbolLeaderLineThickness=360
_swDetailingSFSymbolLeaderLineThicknessCustom=111
_swDetailingSFSymbolLeaderStyle=358
_swDetailingSFSymbolUseDocBentLeaderLength=379
_swDetailingScaleForJaggedStyle=654
_swDetailingScaleWithDimHeight=310
_swDetailingScaleWithSectionTextHeight=311
_swDetailingSectionArrowHeight=27
_swDetailingSectionArrowLength=29
_swDetailingSectionArrowStyle=459
_swDetailingSectionArrowWidth=28
_swDetailingSectionHideShoulders=494
_swDetailingSectionLabelDelimiterTextFormat=26
_swDetailingSectionLabelLabelTextFormat=24
_swDetailingSectionLabelNameTextFormat=23
_swDetailingSectionLabelScaleTextFormat=25
_swDetailingSectionLabelTextFormat=10
_swDetailingSectionTextFormat=2
_swDetailingSectionView=302
_swDetailingSectionViewLabels_AboveView=338
_swDetailingSectionViewLabels_CustomName=83
_swDetailingSectionViewLabels_CustomScale=84
_swDetailingSectionViewLabels_Delimiter=248
_swDetailingSectionViewLabels_Label=246
_swDetailingSectionViewLabels_Name=245
_swDetailingSectionViewLabels_PerStandard=242
_swDetailingSectionViewLabels_Scale=247
_swDetailingSectionViewLabels_Stacked=243
_swDetailingSectionViewLineStyleDisplay=542
_swDetailingSectionViewLineStyleDisplay_AlternateWithoutConnector=1
_swDetailingSectionViewLineStyleDisplay_StandardWithConnector=0
_swDetailingSectionViewLineStyleDisplay_StandardWithoutConnector=2
_swDetailingSectionView_IncludeLocationLabelsForNewViews=602
_swDetailingSectionView_RemoveSpaceInScale=549
_swDetailingSectionView_Rotation=515
_swDetailingSectionView_RotationTextFormat=38
_swDetailingShowDimensionUnits=445
_swDetailingShowDualDimensionUnits=380
_swDetailingShowHaloAroundAnnotation=361
_swDetailingShowPeriodWithBorders=625
_swDetailingShowUnitsForDualDisplay=526
_swDetailingSplitDualDimensions=561
_swDetailingSplitTextDualDimensions=566
_swDetailingSplitWhenTextIsSolidLeaderAligned=555
_swDetailingStandardANSI=1
_swDetailingStandardBS=5
_swDetailingStandardDIN=3
_swDetailingStandardGB=7
_swDetailingStandardGOST=6
_swDetailingStandardISO=2
_swDetailingStandardJIS=4
_swDetailingStandardUserDefined=8
_swDetailingSurfaceFinishSymbol=105
_swDetailingSurfaceFinishTextFormat=5
_swDetailingTableAnnotation=150
_swDetailingTableTextFormat=17
_swDetailingTablesHorizontalPadding=179
_swDetailingTablesUseTemplateSettings=408
_swDetailingTablesVerticalPadding=180
_swDetailingTitleBlockTableBorderLineWeight=382
_swDetailingTitleBlockTableGridLineWeight=383
_swDetailingTitleBlockTableTextFormat=20
_swDetailingToleranceFitTolDisplay=376
_swDetailingToleranceFitTolDisplayAngular=267
_swDetailingToleranceFitTolDisplayLinear=266
_swDetailingToleranceFitTolTextHeight=72
_swDetailingToleranceFitTolTextScale=71
_swDetailingToleranceFitTolTextSizing=204
_swDetailingToleranceStyle=375
_swDetailingToleranceTextHeight=22
_swDetailingToleranceTextScale=21
_swDetailingToleranceTextSizing=23
_swDetailingTrailingZeroProperties=583
_swDetailingTrailingZeroTolerance=582
_swDetailingViewArrowTextFormat=4
_swDetailingViewLabelsDelimiter_XcolonX=1
_swDetailingViewLabelsDelimiter_XcolonXparen=3
_swDetailingViewLabelsDelimiter_XslashX=2
_swDetailingViewLabelsDelimiter_XslashXparen=4
_swDetailingViewLabelsDelimiter_none=0
_swDetailingViewLabelsDelimiter_numberX=5
_swDetailingViewLabelsLabel_X=1
_swDetailingViewLabelsLabel_XdashX=2
_swDetailingViewLabelsLabel_XspaceX=3
_swDetailingViewLabelsLabel_none=0
_swDetailingViewLabelsName_DrawingTree=4
_swDetailingViewLabelsName_VIEW=1
_swDetailingViewLabelsName_custom=3
_swDetailingViewLabelsName_none=0
_swDetailingViewLabelsName_viewtype=2
_swDetailingViewLabelsScale_SCALE=1
_swDetailingViewLabelsScale_SCALEcolon=2
_swDetailingViewLabelsScale_SCALEcustom=3
_swDetailingViewLabelsScale_none=0
_swDetailingViewRotation_DisplayAngle=4
_swDetailingViewRotation_DisplayROTATEDAngleCWCCW=3
_swDetailingViewRotation_DisplaySymbol=2
_swDetailingViewRotation_DisplaySymbolAngle=1
_swDetailingViewRotation_None=0
_swDetailingViewTextFormat=18
_swDetailingVirtualSharpDot=4
_swDetailingVirtualSharpNone=0
_swDetailingVirtualSharpPlus=1
_swDetailingVirtualSharpStar=2
_swDetailingVirtualSharpStyle=41
_swDetailingVirtualSharpWitness=3
_swDetailingWeldSymbol=106
_swDetailingWeldSymbolLeaderLineStyle=362
_swDetailingWeldSymbolLeaderLineThickness=363
_swDetailingWeldSymbolLeaderLineThicknessCustom=112
_swDetailingWeldSymbolLeaderSide=361
_swDetailingWeldSymbolTextFormat=6
_swDetailingWeldSymbolTextRootInsideFont=29
_swDetailingWeldTable=307
_swDetailingWeldTableBorderLineWeight=472
_swDetailingWeldTableGridLineWeight=471
_swDetailingWitnessLineExtension=14
_swDetailingWitnessLineGap=13
_swDeveloperToolsMenu=7
_swDiameterDimension=6
_swDiametricLinearDimension=15
_swDimArrowsFollowDoc=3
_swDimArrowsInside=0
_swDimArrowsOutside=1
_swDimArrowsSmart=2
_swDimRemoveOnlyOnZero=4
_swDimRemoveTrailingZeroes=2
_swDimSameAsDimension=8
_swDimSameAsDocumentDimension=6
_swDimSameAsDocumentTolerance=7
_swDimSameAsSource=5
_swDimShowTrailingZeroes=1
_swDimSmartTrailingZeroes=0
_swDimStandardTrailingZeroes=3
_swDimXpertBlockPrecisionFourDecimals=2
_swDimXpertBlockPrecisionThreeDecimals=1
_swDimXpertBlockPrecsionTwoDecimals=0
_swDimXpertData=4
_swDimXpertDisplayDatumGtolLinearDimAttachmentType_ValueSide=0
_swDimXpertDisplayDatumGtolLinearDimAttachmentType_ValueTop=1
_swDimXpertDisplayDatumGtolSurfaceAttachmentType_ValueSide=0
_swDimXpertDisplayDatumGtolSurfaceAttachmentType_ValueTop=1
_swDimXpertDisplayGtolLinearDimAttachmentType_ValueSide=0
_swDimXpertDisplayGtolLinearDimAttachmentType_ValueTop=1
_swDimXpertDisplayHoleDimensionType_DiameterDepth=1
_swDimXpertDisplayHoleDimensionType_Diameters=0
_swDimXpertDisplaySlotDimensionType_LengthRadius=0
_swDimXpertDisplaySlotDimensionType_LengthWidth=1
_swDimXpertGeneralTolClass_Coarse=2
_swDimXpertGeneralTolClass_Custom1=4
_swDimXpertGeneralTolClass_Custom2=5
_swDimXpertGeneralTolClass_Fine=0
_swDimXpertGeneralTolClass_Medium=1
_swDimXpertGeneralTolClass_VeryCoarse=3
_swDimXpertGeneralToleranceCustomTable=116
_swDimXpertTolType_Bilateral=0
_swDimXpertTolType_GeneralOrBlock=2
_swDimXpertTolType_Symmetric=1
_swDimXpertToolbar=33
_swDimXpertTreeDisplay_Annotation=2
_swDimXpertTreeDisplay_Feature=3
_swDimXpertTreeDisplay_Flat=1
_swDimensionDriven=1
_swDimensionDrivenUnknown=0
_swDimensionDriving=2
_swDimensionParamTypeDoubleAngular=1
_swDimensionParamTypeDoubleLinear=0
_swDimensionParamTypeInteger=2
_swDimensionParamTypeUnknown=-1
_swDimensionPrefix_2X=1
_swDimensionPrefix_3X=2
_swDimensionPrefix_4X=3
_swDimensionPrefix_5X=4
_swDimensionPrefix_6X=5
_swDimensionPrefix_None=0
_swDimensionPrefix_Unknown=6
_swDimensionSymbol_Angle=37
_swDimensionSymbol_CalloutText=40
_swDimensionSymbol_CenterOfMass=6
_swDimensionSymbol_Centerline=5
_swDimensionSymbol_ConicalTaper=9
_swDimensionSymbol_Continuous=10
_swDimensionSymbol_ControlledRadius=11
_swDimensionSymbol_Counterbore=7
_swDimensionSymbol_Countersink=8
_swDimensionSymbol_Degree=4
_swDimensionSymbol_Delta=12
_swDimensionSymbol_Depth=3
_swDimensionSymbol_Diameter=2
_swDimensionSymbol_Encompassing=13
_swDimensionSymbol_FlattenedLength=14
_swDimensionSymbol_FreeState=15
_swDimensionSymbol_Independency=16
_swDimensionSymbol_LeastMaterialCondition=17
_swDimensionSymbol_MaximumMaterialCondition=18
_swDimensionSymbol_None=0
_swDimensionSymbol_PartingLine=19
_swDimensionSymbol_PlusMinus=20
_swDimensionSymbol_ProjectedToleranceZone=21
_swDimensionSymbol_Radius=36
_swDimensionSymbol_RegardlessOfFeatureSize=22
_swDimensionSymbol_Rho=23
_swDimensionSymbol_SlopeDown=25
_swDimensionSymbol_SlopeInvertedDown=27
_swDimensionSymbol_SlopeInvertedUp=26
_swDimensionSymbol_SlopeUp=24
_swDimensionSymbol_SlotLength=38
_swDimensionSymbol_SlotWidth=39
_swDimensionSymbol_SphericalDiameter=29
_swDimensionSymbol_SphericalRadius=28
_swDimensionSymbol_Square=30
_swDimensionSymbol_SquareBS=31
_swDimensionSymbol_Statistical=32
_swDimensionSymbol_TangentPlane=33
_swDimensionSymbol_Translation=34
_swDimensionSymbol_UnequallyDisposedProfile=35
_swDimensionSymbol_Unknown=1
_swDimensionTextAll=0
_swDimensionTextCalloutAbove=3
_swDimensionTextCalloutAboveDefinition=7
_swDimensionTextCalloutBelow=4
_swDimensionTextCalloutBelowDefinition=8
_swDimensionTextPrefix=1
_swDimensionTextPrefixDefinition=5
_swDimensionTextSuffix=2
_swDimensionTextSuffixDefinition=6
_swDimensionTolerance_NotValidForType=1
_swDimensionTolerance_ValidForType=0
_swDimensionTypeUnknown=0
_swDimensionsExtensionLineStyle=516
_swDimensionsExtensionLineStyleSameAsLeader=551
_swDimensionsExtensionLineStyleThickness=517
_swDimensionsExtensionLineStyleThicknessCustom=188
_swDimetricView=9
_swDisableDerivedConfigurations=586
_swDisableWeldmentConfigStrings=373
_swDispatchArray=9
_swDisplay3DConnectors_e=1
_swDisplayAllAnnotations=197
_swDisplayAllSplineHandles=233
_swDisplayAmbientOcclusionShadows=485
_swDisplayAnnotations=31
_swDisplayAnnotationsUseAssemblySettings=34
_swDisplayArcCenterPoints=1
_swDisplayAxes=4
_swDisplayBendLines=771
_swDisplayCameraFOVBox=370
_swDisplayCameras=314
_swDisplayCenterOfMassSymbol=529
_swDisplayCircularReferencesInEquationsEverywhere=0
_swDisplayCircularReferencesInEquationsInEquationDialogOnly=1
_swDisplayCircularReferencesInEquationsNever=2
_swDisplayCompAnnotations=575
_swDisplayComponentDimXpertAnnotations=685
_swDisplayCoordSystems=13
_swDisplayCosmeticThreads=41
_swDisplayCounterpartLocationLabel=640
_swDisplayCurves=195
_swDisplayDataMarkNewConfig=749
_swDisplayDatumCoordSystems=618
_swDisplayDatumTargets=40
_swDisplayDatums=39
_swDisplayDecals=662
_swDisplayDimXpertDimensions=360
_swDisplayDimension=4
_swDisplayDimensionsFlatToScreen=332
_swDisplayEnableSelectionThroughTransparency=204
_swDisplayEntityPoints=2
_swDisplayEquationIds=670
_swDisplayFeatureDimensions=32
_swDisplayGeometricTolerances=36
_swDisplayGraphicsComponents=675
_swDisplayLights=313
_swDisplayLiveSections=374
_swDisplayMeshBREPFacetFins=788
_swDisplayMissingRefsWhenEditFeature=356
_swDisplayModeDEFAULT=8
_swDisplayModeUNKNOWN=-1
_swDisplayNotes=35
_swDisplayNotesFlatToScreen=355
_swDisplayOnlyInViewOfCreation=56
_swDisplayOrigins=6
_swDisplayPartingLines=663
_swDisplayPatternInformationTooltips=557
_swDisplayPlaneSections=436
_swDisplayPlanes=5
_swDisplayPotentialCircularReferencesInEquationsEverywhere=0
_swDisplayPotentialCircularReferencesInEquationsInEquationDialogOnly=1
_swDisplayPotentialCircularReferencesInEquationsNever=2
_swDisplayReferenceDimensions=33
_swDisplayReferencePoints=19
_swDisplayReferencePoints2=219
_swDisplayReferenceTriad=205
_swDisplayRelationsShowPropertyManager=306
_swDisplayRoutePoints=19
_swDisplayScrollbarsInGraphicsViewDrawings=731
_swDisplayScrollbarsInGraphicsViewPartsAndAssemblies=732
_swDisplayShadedCosmeticThreads=230
_swDisplayShadowsInShadedMode=131
_swDisplaySimulationSymbol=437
_swDisplaySketchPlanes=664
_swDisplaySketches=196
_swDisplaySpeedpakGraphicsCircle=512
_swDisplayStateCreationChoice=402
_swDisplayStateCreation_AskUser=-1
_swDisplayStateCreation_BothPWSW=3
_swDisplayStateCreation_PW=1
_swDisplayStateCreation_SW=2
_swDisplayStatesToolbar=42
_swDisplaySurfaceFinishSymbols=37
_swDisplayTempAxesOnMouseHover=785
_swDisplayTemporaryAxes=7
_swDisplayTextAtSameSizeAlways=55
_swDisplayUnitsInBOM=4
_swDisplayVirtualSharps=29
_swDisplayWeldBead=665
_swDisplayWeldSymbols=38
_swDisplay_AllConfigurationOfSamePart_AsOneItem=2
_swDisplay_ConfigurationOfSamePart_AsSeparateItem=1
_swDisplay_ConfigurationWithSameName_AsOneItem=3
_swDistancePerRevolution=1
_swDoNotChangePrecisionSetting=-1
_swDoNotLoadDetachedModel=2
_swDocASSEMBLY=2
_swDocDRAWING=3
_swDocIMPORTED_ASSEMBLY=7
_swDocIMPORTED_PART=6
_swDocLAYOUT=5
_swDocNONE=0
_swDocNeedsRebuildWarning=2
_swDocPART=1
_swDocSDM=4
_swDocTemplateTypeASSEMBLY=4
_swDocTemplateTypeDRAWING=8
_swDocTemplateTypeInContext=16
_swDocTemplateTypeNONE=1
_swDocTemplateTypePART=2
_swDockBottom=2
_swDockLeft=4
_swDockNoToolbar=-1
_swDockRight=3
_swDockTop=1
_swDocumentAlreadyOpenedError=12
_swDocumentColorAdvancedAmbient=73
_swDocumentColorAdvancedDiffuse=74
_swDocumentColorAdvancedEmission=78
_swDocumentColorAdvancedShininess=76
_swDocumentColorAdvancedSpecularity=75
_swDocumentColorAdvancedTransparency=77
_swDocumentColorFeatBend=157
_swDocumentColorFeatBoss=158
_swDocumentColorFeatCavity=159
_swDocumentColorFeatChamfer=160
_swDocumentColorFeatCut=161
_swDocumentColorFeatDerivedPart=176
_swDocumentColorFeatDome=180
_swDocumentColorFeatEndCap=227
_swDocumentColorFeatExtrude=166
_swDocumentColorFeatFillet=167
_swDocumentColorFeatForm=181
_swDocumentColorFeatGusset=226
_swDocumentColorFeatHole=168
_swDocumentColorFeatLibrary=169
_swDocumentColorFeatLoft=170
_swDocumentColorFeatLoftCut=162
_swDocumentColorFeatMidSurface=171
_swDocumentColorFeatPattern=172
_swDocumentColorFeatRefSurface=173
_swDocumentColorFeatReplaceFace=183
_swDocumentColorFeatRevolution=174
_swDocumentColorFeatRib=179
_swDocumentColorFeatShape=182
_swDocumentColorFeatShell=175
_swDocumentColorFeatStructuralMember=225
_swDocumentColorFeatSurfCut=163
_swDocumentColorFeatSweep=177
_swDocumentColorFeatSweepCut=164
_swDocumentColorFeatThicken=178
_swDocumentColorFeatWeldBead=165
_swDocumentColorFeatWrap=229
_swDocumentColorHidden=186
_swDocumentColorShading=185
_swDocumentColorWireFrame=184
_swDocumentEventError=13
_swDocumentHasNoView=11
_swDocumentNotChanged=14
_swDocumentType=0
_swDofStatus_Free=3
_swDofStatus_FreeNormal=4
_swDofStatus_Instantaneous=5
_swDofStatus_InstantaneousNormal=6
_swDofStatus_Static=1
_swDofStatus_StaticNormal=2
_swDofStatus_Unused=0
_swDontCopyQTYColumnNameFromTemplate=223
_swDontRebuildActiveDoc=1
_swDontReloadOldComponents=1
_swDontShowPartsInBOM=2
_swDoubleArray=5
_swDoublePrimeMark=410
_swDowelSym=10
_swDownDirection=2
_swDraftAnalysisFaceTypeNegative=1
_swDraftAnalysisFaceTypeNoDraft=2
_swDraftAnalysisFaceTypePositive=0
_swDraftAnalysisFaceTypeStraddle=3
_swDraftAnalysisFindSteep=2
_swDraftAnalysisFlipDir=1
_swDraftAnalysisShowDraftRequired=4
_swDraftAnalysisShowNegative=2
_swDraftAnalysisShowNegativeSteep=32
_swDraftAnalysisShowPositive=1
_swDraftAnalysisShowPositiveSteep=16
_swDraftAnalysisShowStraddle=8
_swDraftAnalysisShowSurface=64
_swDraftPerpendicular=6
_swDraftQualityAmbientOcclusion=486
_swDraftStandardExclusionList=96
_swDraftTaperedStep=3
_swDraftingStandardAllUppercaseForDimensionsAndHoleCallouts=754
_swDraftingStandardAllUppercaseForTable=676
_swDraftingStandardUppercase=552
_swDragArrowManipulator=1
_swDragArrowManipulatorDirection1=0
_swDragArrowManipulatorDirection2=1
_swDragDynamics=6
_swDrawing1stAngleProjection=1
_swDrawing3rdAngleProjection=2
_swDrawingANSIUpdateWarn=32
_swDrawingActivateSheetPostNotify=53
_swDrawingActivateSheetPreNotify=52
_swDrawingAddCustomPropertyNotify=20
_swDrawingAddDvePagePreNotify=40
_swDrawingAddItemNotify=15
_swDrawingAddViewFromFile=13
_swDrawingAlternatePositionView=10
_swDrawingAreaHatchAngle=43
_swDrawingAreaHatchFillStyle=269
_swDrawingAreaHatchPattern=14
_swDrawingAreaHatchScale=42
_swDrawingAutoSaveNotify=10
_swDrawingAutoSaveToStorageNotify=11
_swDrawingAutoSaveToStorageStoreNotify=48
_swDrawingAutoSpaceDimsOnDelete=407
_swDrawingAutomaticBomUpdate=87
_swDrawingAutomaticModelDimPlacement=84
_swDrawingAuxiliaryView=5
_swDrawingChangeCustomPropertyNotify=21
_swDrawingClearSelectionsNotify=37
_swDrawingCommandManagerTabActivatedPreNotify=54
_swDrawingComponentLineFontHatch=4
_swDrawingComponentLineFontHidden=2
_swDrawingComponentLineFontSpeedpak=5
_swDrawingComponentLineFontTangent=3
_swDrawingComponentLineFontVisible=1
_swDrawingConfigChangeNotify=12
_swDrawingConfigChangePostNotify=13
_swDrawingCreateDetailAsCircle=89
_swDrawingCustomPropertyUsedAsRevision=36
_swDrawingDefaultSheetScaleDenominator=34
_swDrawingDefaultSheetScaleNumerator=33
_swDrawingDeleteCustomPropertyNotify=22
_swDrawingDeleteItemNotify=17
_swDrawingDeleteItemPreNotify=36
_swDrawingDeleteSelectionPreNotify=24
_swDrawingDestroyNotify=2
_swDrawingDestroyNotify2=42
_swDrawingDetachedView=9
_swDrawingDetailInferCenter=92
_swDrawingDetailInferCorner=91
_swDrawingDetailView=3
_swDrawingDetailViewScale=35
_swDrawingDimensionChangeNotify=32
_swDrawingDisableNoteDimensionInference=365
_swDrawingDisableNoteMergeWhenDragging=481
_swDrawingDisplayArcCenterPoints=263
_swDrawingDisplayEntityPoints=264
_swDrawingDisplaySketchHatchBehindGeometry=518
_swDrawingDisplaySketchPicturesOnSheetBehindGeometry=525
_swDrawingDisplayViewBorders=85
_swDrawingDynamicHighlightNotify=31
_swDrawingEliminateDuplicateDimsOnInsert=133
_swDrawingEliminateDuplicateModelNotesOnInsert=480
_swDrawingEnableSymbolAddingNewRevision=605
_swDrawingEquationEditorPostNotify=39
_swDrawingEquationEditorPreNotify=38
_swDrawingFeatureManagerTabActivatedNotify=56
_swDrawingFeatureManagerTabActivatedPreNotify=55
_swDrawingFeatureManagerTreeRebuildNotify=29
_swDrawingFileReloadCancelNotify=33
_swDrawingFileReloadNotify=19
_swDrawingFileReloadPreNotify=25
_swDrawingFileSaveAsNotify=7
_swDrawingFileSaveAsNotify2=23
_swDrawingFileSaveNotify=6
_swDrawingFileSavePostCancelNotify=34
_swDrawingFileSavePostNotify=26
_swDrawingHideEnds=411
_swDrawingInsert3ViewFromFile=14
_swDrawingInsertTableNotify=49
_swDrawingKeyboardMovementIncrement=83
_swDrawingLoadFromStorageNotify=8
_swDrawingLoadFromStorageStoreNotify=27
_swDrawingMarkAllDimensionsForDrawing=352
_swDrawingModifyNotify=18
_swDrawingModifyTableNotify=50
_swDrawingNamedView=7
_swDrawingNewSelectionNotify=5
_swDrawingPrintBreaklinesInBrokenView=265
_swDrawingPrintCrosshatchOutOfDateViews=80
_swDrawingProjectedView=4
_swDrawingProjectionType=79
_swDrawingRedoPostNotify=45
_swDrawingRedoPreNotify=46
_swDrawingRegenNotify=1
_swDrawingRegenPostNotify=3
_swDrawingRelativeView=8
_swDrawingRenameDisplayTitleNotify=57
_swDrawingRenameItemNotify=16
_swDrawingReuseViewLettersFromDeletedAuxilary=482
_swDrawingSFSymbolConvertWarn=32768
_swDrawingSaveShadedData=211
_swDrawingSaveToStorageNotify=9
_swDrawingSaveToStorageStoreNotify=28
_swDrawingSectionView=2
_swDrawingSelectHiddenEntities=88
_swDrawingSheet=1
_swDrawingSheetBackgroundAsPicture=354
_swDrawingSheetCustomPropSheetNo=540
_swDrawingSheetsContinueColumnIteration=604
_swDrawingSheetsListNumFirstInZoneCallout=603
_swDrawingSheetsMatchCustomPropVals=614
_swDrawingSheetsUseDifferentSheetFormat=533
_swDrawingSheetsZonesLetterLayout=530
_swDrawingSheetsZonesLetterLayout_Column=0
_swDrawingSheetsZonesLetterLayout_Row=1
_swDrawingSheetsZonesOrigin=529
_swDrawingSheetsZones_LowerLeft=2
_swDrawingSheetsZones_LowerRight=3
_swDrawingSheetsZones_UpperLeft=0
_swDrawingSheetsZones_UpperRight=1
_swDrawingShowSheetFormatDialog=353
_swDrawingSketchSolveNotify=35
_swDrawingStandardView=6
_swDrawingToolbar=8
_swDrawingTurnOffAutomaticSolveModeAndUndo=692
_swDrawingUndoPostNotify=43
_swDrawingUndoPreNotify=47
_swDrawingUnitsChangeNotify=41
_swDrawingUserSelectionPostNotify=51
_swDrawingUserSelectionPreNotify=44
_swDrawingViewAutoHideComponents=135
_swDrawingViewCreatePreNotify=30
_swDrawingViewNewNotify=4
_swDrawingViewNewNotify2=14
_swDrawingViewShowContentsWhileDragging=93
_swDrawingViewSmoothDynamicMotion=132
_swDrawing_Auto_Solve_Threshold=565
_swDrawingsDefaultDisplayTypeFastHLRHLV=206
_swDrawingsDefaultDisplayTypeHLREdgeQualityWhenShaded=532
_swDrawingsDefaultDisplayTypeHLREdgesWhenShaded=207
_swDrawingsOnlyRapidDraftWarn=2048
_swDualDimensionsAboveAndBelow=2
_swDualDimensionsOnBottom=4
_swDualDimensionsOnLeft=3
_swDualDimensionsOnRight=1
_swDualDimensionsOnTop=2
_swDualDimensionsSideBySide=1
_swDwgEntitiesCentered=1
_swDwgEntitiesSpecifyPosition=2
_swDwgPaperA0size=11
_swDwgPaperA1size=10
_swDwgPaperA2size=9
_swDwgPaperA3size=8
_swDwgPaperA4size=6
_swDwgPaperA4sizeVertical=7
_swDwgPaperAsize=0
_swDwgPaperAsizeVertical=1
_swDwgPaperBsize=2
_swDwgPaperCsize=3
_swDwgPaperDsize=4
_swDwgPaperEsize=5
_swDwgPapersUserDefined=12
_swDwgTemplateA0size=11
_swDwgTemplateA1size=10
_swDwgTemplateA2size=9
_swDwgTemplateA3size=8
_swDwgTemplateA4size=6
_swDwgTemplateA4sizeVertical=7
_swDwgTemplateAsize=0
_swDwgTemplateAsizeVertical=1
_swDwgTemplateBsize=2
_swDwgTemplateCsize=3
_swDwgTemplateCustom=12
_swDwgTemplateDsize=4
_swDwgTemplateEsize=5
_swDwgTemplateNone=13
_swDxfActiveSheetOnly=0
_swDxfAllSheetsToPaperSpace=456
_swDxfEndPointMerge=316
_swDxfExportAllSheetsToPaperSpace=484
_swDxfExportSplinesAsSplines=358
_swDxfFormat_R12=0
_swDxfFormat_R13=1
_swDxfFormat_R14=2
_swDxfFormat_R2000=3
_swDxfFormat_R2004=4
_swDxfFormat_R2007=5
_swDxfFormat_R2010=6
_swDxfFormat_R2013=7
_swDxfFormat_R2018=8
_swDxfMapping=8
_swDxfMappingFileIndex=2
_swDxfMappingFiles=0
_swDxfMergingDistance=85
_swDxfMultiSheet=2
_swDxfMultiSheetOption=253
_swDxfOutputFonts=1
_swDxfOutputLineStyles=135
_swDxfOutputNoScale=136
_swDxfOutputScaleFactor=79
_swDxfSeparateSheets=1
_swDxfUseSolidworksLayers=305
_swDxfVersion=0
_swDynamicDrawingViewActivation=24
_swDynamicReferenceVisualization_Child=635
_swDynamicReferenceVisualization_Parent=634
_swEDrawingsCompression=160
_swEDrawingsExportSTLOkay=221
_swEDrawingsIncludeLayersNotToPrint=582
_swEDrawingsOkayToMeasure=212
_swEDrawingsSaveAnimationOkay=224
_swEDrawingsSaveAnimationRecalculate=367
_swEDrawingsSaveAnimationToAllConfigs=366
_swEDrawingsSaveBOM=385
_swEDrawingsSaveShadedDataInDrawings=218
_swELLIPSE=4
_swELLIPSE_TYPE=3003
_swEXTRU_TYPE=4009
_swEdgeBadFaceOrder=14
_swEdgeBadWire=15
_swEdgeFlangeBend=8
_swEdgeFlangeError_EdgeAlreadyExists=4
_swEdgeFlangeError_EdgeNotSpecified=1
_swEdgeFlangeError_GenericError=7
_swEdgeFlangeError_InvalidEdge=5
_swEdgeFlangeError_MustSpecifyAtLeastOneEdge=6
_swEdgeFlangeError_NoError=0
_swEdgeFlangeError_NumberOfEdgesAndSketchesNotEqual=3
_swEdgeFlangeError_SketchNotSpecified=2
_swEdgeNonPeriodicCurve=5
_swEdgeNonPeriodicNomGeom=6
_swEdgeNotFound=-1
_swEdgeQualityShadedEdgeViews=546
_swEdgeQualityWireframeHiddenViews=553
_swEdgeSpcurveOutOfTol=11
_swEdgeSpcurveOutOfTolNomGeom=12
_swEdgeTouchEdge=36
_swEdgeUntrimTypeConnectEndPoints=1
_swEdgeUntrimTypeExtendEdges=2
_swEdgeVertexNotLie=7
_swEdgeVertexNotLieNomGeom=8
_swEdgeVerticesTouch=13
_swEdgeWrongDir=9
_swEdgeWrongDirNomGeom=10
_swEdgesAntiAlias=127
_swEdgesDefaultBulkSelection=556
_swEdgesDefaultBulkSelection2=789
_swEdgesDisplayShadedPlanes=136
_swEdgesDynamicHighlight=119
_swEdgesHiddenEdgeDisplay=94
_swEdgesHiddenEdgeDisplayDashed=2
_swEdgesHiddenEdgeDisplaySolid=1
_swEdgesHiddenEdgeSelectionInHLR=116
_swEdgesHiddenEdgeSelectionInWireframe=115
_swEdgesHighQualityDisplay=120
_swEdgesHighlightFeatureEdges=118
_swEdgesInContextEditTransparency=144
_swEdgesInContextEditTransparencyType=143
_swEdgesInContextEditTransparency_ForceAssembly=3
_swEdgesInContextEditTransparency_MaintainAssembly=2
_swEdgesInContextEditTransparency_OpaqueAssembly=1
_swEdgesOpenEdgesDifferentColor=121
_swEdgesRepaintAfterSelectionInHLR=117
_swEdgesShadedEdgesDifferentColor=126
_swEdgesShadedModeDisplay=96
_swEdgesShadedModeDisplayHLR=2
_swEdgesShadedModeDisplayNone=1
_swEdgesShadedModeDisplayOptimizeForThinParts=563
_swEdgesShadedModeDisplayWireframe=3
_swEdgesTangentEdgeDisplay=95
_swEdgesTangentEdgeDisplayPhantom=2
_swEdgesTangentEdgeDisplayRemoved=3
_swEdgesTangentEdgeDisplayVisible=1
_swEdit3DPDFTemplate=727
_swEditBalloonOption_Replace=0
_swEditBalloonOption_Resequence=1
_swEditDesignTableInSeparateWindow=80
_swEditMacroAfterRecord=261
_swEditMenu=1
_swEditNameWithSlowDoubleClick=738
_swEditPartAsmMustBeSaved=-2
_swEditPartCompMustBeResolved=-4
_swEditPartCompMustBeSelected=-3
_swEditPartCompMustHaveWriteAccess=-5
_swEditPartCompNotPositioned=1
_swEditPartFailure=-1
_swEditPartSuccessful=0
_swEditReadOnlyComponent=19
_swEditSketchAllowExitBlock=8
_swEditSketchBlock=5
_swEditorBlock=4
_swEdrawingSaveActive=1
_swEdrawingSaveAll=2
_swEdrawingSaveSelected=3
_swEdrawingsAttachActive=1
_swEdrawingsAttachAll=2
_swEdrawingsAttachNone=0
_swEdrawingsAttachSelected=3
_swEdrawingsAttachmentOption=588
_swEdrawingsAttachmentType=589
_swEdrawingsSaveAsSelectionOption=237
_swElecCableTrayDuctName=100
_swElecCableTrayElbowName=103
_swElecDuctingDuctName=99
_swElecDuctingElbowName=102
_swElectricalConnectionPoint_CableOrWire=2
_swElectricalConnectionPoint_CableTray=5
_swElectricalConnectionPoint_Conduit=3
_swElectricalConnectionPoint_Harness=1
_swElectricalConnectionPoint_RibbonCable=4
_swElectricalConnectionPoint_Trunking=6
_swElectricalSubType_ElectricalCableWire=1
_swElectricalSubType_ElectricalConduit=2
_swElectricalSubType_ElectricalHarness=0
_swElectricalSubType_ElectricalRibbonCable=30
_swElectricalSubType_ElectricalStandardCable=3
_swElectricalSubType_NotElectrical=20
_swEllipseCenterPt=2
_swEllipseEndPt=1
_swEllipseMajorPt=3
_swEllipseMinorPt=4
_swEllipseStartPt=0
_swEmodelAttachmentList=2
_swEmodelSelectionList=1
_swEmptyBody=5
_swEnable3DEXPERIENCEFileCompatibilityUpdate=768
_swEnable3DEXPERIENCEIntegration=765
_swEnableAllowCosmeticThreadsUpgrade=718
_swEnableAutoMateFlip=612
_swEnableConfirmationCorner=122
_swEnableMouseGestures=417
_swEnablePerformanceEmail=141
_swEnablePerformanceFeedback=330
_swEnablePerformancePipeline=745
_swEnablePropertyManager=81
_swEnableSoundsForSolidWorksEvents=515
_swEnableVSTAVersion3=683
_swEndCondBlind=0
_swEndCondMidPlane=6
_swEndCondOffsetFromSurface=5
_swEndCondThroughAll=1
_swEndCondThroughAllBoth=9
_swEndCondThroughNext=2
_swEndCondUpToBody=7
_swEndCondUpToNext=11
_swEndCondUpToSelection=10
_swEndCondUpToSurface=4
_swEndCondUpToVertex=3
_swEndConditionBlind=0
_swEndConditionBlind2Dia=3
_swEndConditionBlindUptoNext=1
_swEndConditionButt1=2
_swEndConditionButt2=3
_swEndConditionMiter=1
_swEndConditionNone=0
_swEndConditionThrough=2
_swEndConditionTrim=4
_swEndConditionUseDefault=5
_swEndShape_DrillPoint=0
_swEndShape_FlatBottom=1
_swEndThreadTypeBLIND=0
_swEndThreadTypeTHROUGH_ALL=1
_swEndThreadTypeTHROUGH_NEXT=2
_swEnhanceSmallFaceSelectionPrecision=596
_swEntityStateInvalid=34
_swEnvelopeComponentColor=502
_swEqualSpacing=0
_swErrorBodyDontKnit=-101041
_swErrorCheckFailed=-105061
_swErrorCheckFailed2=-113812
_swErrorCurveDiscontinuous=-100131
_swErrorCurveShort=-101057
_swErrorEdgeIncorrectOrder=-116406
_swErrorEdgeisectInvalid=-116404
_swErrorError=0
_swErrorFaceFaceInconsistent=-113816
_swErrorFaceRedundant=-116402
_swErrorFacecheckFailed=-113829
_swErrorFailed=-101063
_swErrorGeometryDegenerate=-113806
_swErrorGeometryDiscontinuous=-113827
_swErrorGeometryMissing=-113803
_swErrorGeometrySelfx=-113805
_swErrorHasInvalidentity=-101004
_swErrorInPatternElementSelection=0
_swErrorInconsistentDirs=-116403
_swErrorInvalidEntity=-100914
_swErrorInvalidGeometry=-100999
_swErrorInvalidGeometry2=-113808
_swErrorInvalidKnots=-100978
_swErrorInvalidLoop=-116405
_swErrorInvalidParameter=-100120
_swErrorInvalidPattern=-101042
_swErrorInvalidSharing=-100921
_swErrorLoopsInconsistent=-113826
_swErrorNotEntity=-100022
_swErrorSuccess=1
_swErrorSurfaceDiscontinuous=-100129
_swErrorTopologySelfx=-113804
_swErrorUnknown=-1
_swErrorVertexNotOnCurve=-113818
_swErrorVerticesTouch=-113821
_swExcludeFromBOM_EnvelopedComponent=2
_swExcludeFromBOM_Fail=0
_swExcludeFromBOM_Success=1
_swExplodeDirectionIndex_Unknown=-1
_swExplodeDirectionIndex_XAxis=0
_swExplodeDirectionIndex_YAxis=1
_swExplodeDirectionIndex_ZAxis=2
_swExplodedUpdate=4
_swExportData_ExportAllSheets=1
_swExportData_ExportCurrentSheet=2
_swExportData_ExportSpecifiedSheets=3
_swExportFlatPatternOption_None=0
_swExportFlatPatternOption_RemoveBends=1
_swExportIFCType=73
_swExportIFCUnits=442
_swExportJpegCompression=385
_swExportOutputCoordinateSystem=134
_swExportPdfData=1
_swExportPlyUnits=591
_swExportStlUnits=211
_swExportToDWG_ExportAnnotationViews=3
_swExportToDWG_ExportSelectedFacesOrLoops=2
_swExportToDWG_ExportSheetMetal=1
_swExportVrmlAllComponentsInSingleFile=246
_swExportVrmlUnits=212
_swExportVrmlVersion=384
_swExtRefAutoGenNames=17
_swExtRefExcludeActiveFoldersAndRecentSaveLocations=645
_swExtRefForceSaveToCurrentVersion=784
_swExtRefIncludeSubFolders=644
_swExtRefLoadRefDocsInMemory=641
_swExtRefMultipleContexts=16
_swExtRefNoPromptOrSave=15
_swExtRefOpenReadOnly=14
_swExtRefShowXInFeatureTree=470
_swExtRefUpdateCompNames=18
_swExtendInward=2
_swExtendOutward=1
_swExternal=3
_swExternalFileReferencesBreakAll=1
_swExternalFileReferencesConfigNone=0
_swExternalFileReferencesCurrentConfig=1
_swExternalFileReferencesLockAll=2
_swExternalFileReferencesNamedConfig=2
_swExternalFileReferencesUpdateNone=0
_swExternalFileReferencesunlockAll=3
_swExternalReferenceBroken=0
_swExternalReferenceDangling=5
_swExternalReferenceInContext=3
_swExternalReferenceLocked=1
_swExternalReferenceOutOfContext=4
_swExternalReferencesDisable=282
_swExternalReferencesUpdateOutOfDateLinkedDesignTable=214
_swExtrudeFrom_Offset=3
_swExtrudeFrom_SketchPlane=0
_swExtrudeFrom_SurfaceFacePlane=1
_swExtrudeFrom_Vertex=2
_swFACETED_HIDDEN=6
_swFACETED_HIDDEN_GREYED=5
_swFACETED_WIREFRAME=4
_swFEET=4
_swFEETINCHES=5
_swFMViewActivateNotify=1
_swFMViewDeactivateNotify=2
_swFMViewDestroyNotify=3
_swFRACTION=2
_swFaceBadEdge=17
_swFaceBadEdgeOrder=18
_swFaceBadLoops=20
_swFaceBadVertex=16
_swFaceBadWireframe=22
_swFaceCheckerFailure=23
_swFaceCoincidentUnknownResult=-1
_swFaceCoincident_FalseBoundary1=3
_swFaceCoincident_FalseBoundary2=4
_swFaceCoincident_FalseFace1=5
_swFaceCoincident_FalseFace2=6
_swFaceCoincident_FalseSurface=7
_swFaceCoincident_FalseTopology=2
_swFaceCoincident_True=0
_swFaceCoincident_TrueReversed=1
_swFaceDelete_Default=0
_swFaceDelete_Fill=2
_swFaceDelete_FillWithTangent=3
_swFaceDelete_Patch=1
_swFaceFaceInconsistency=24
_swFaceFillet=2
_swFaceFilletSet1=1
_swFaceFilletSet2=2
_swFaceNoAccomVertex=19
_swFacePropAllLoops=2
_swFacePropInnerLoops=3
_swFacePropNone=0
_swFacePropOuterLoops=4
_swFacePropTangent=1
_swFaceSelfIntersecting=21
_swFaceUntrimTypeAllEdges=0
_swFaceUntrimTypeExternalEdges=2
_swFaceUntrimTypeInternalEdges=1
_swFastHlr=1
_swFeatMgrPaneBottom=1
_swFeatMgrPaneBottomHidden=3
_swFeatMgrPaneFlyout=4
_swFeatMgrPaneTop=0
_swFeatMgrPaneTopHidden=2
_swFeatureChamferFlipDirection=1
_swFeatureChamferKeepFeature=2
_swFeatureChamferPropagateFeatToParts=8
_swFeatureChamferTangentPropagation=4
_swFeatureErrorExtrusionBadGeometricConditions=32
_swFeatureErrorExtrusionBossContourInvalid=37
_swFeatureErrorExtrusionBossContourOpenAndClosed=36
_swFeatureErrorExtrusionCutContourInvalid=34
_swFeatureErrorExtrusionCutContourOpenAndClosed=33
_swFeatureErrorExtrusionDisjoint=30
_swFeatureErrorExtrusionNoEndFound=31
_swFeatureErrorExtrusionOpenCutContourInvalid=35
_swFeatureErrorFeatureDeprecated=49
_swFeatureErrorFeatureObsolete=50
_swFeatureErrorFilletCannotExtend=16
_swFeatureErrorFilletInvalidRadius=12
_swFeatureErrorFilletModelGeometry=14
_swFeatureErrorFilletNoEdge=13
_swFeatureErrorFilletNoFace=11
_swFeatureErrorFilletNoLoop=10
_swFeatureErrorFilletRadiusEliminateElement=17
_swFeatureErrorFilletRadiusTooBig=18
_swFeatureErrorFilletRadiusTooBig2=19
_swFeatureErrorFilletRadiusTooSmall=15
_swFeatureErrorMateBroken=48
_swFeatureErrorMateDanglingGeometry=43
_swFeatureErrorMateEntityFailed=45
_swFeatureErrorMateEntityNotLinear=44
_swFeatureErrorMateFailedCreatingSurface=40
_swFeatureErrorMateIlldefined=47
_swFeatureErrorMateInvalidEdge=38
_swFeatureErrorMateInvalidEntity=41
_swFeatureErrorMateInvalidFace=39
_swFeatureErrorMateOverdefined=46
_swFeatureErrorMateUnknownTangent=42
_swFeatureErrorNone=0
_swFeatureErrorPartialEdgeFilletCrossOverEndCondition=62
_swFeatureErrorPartialEdgeFilletFailedToRepair=68
_swFeatureErrorPartialEdgeFilletInvalidOffsetValue=61
_swFeatureErrorPartialEdgeFilletInvalidReferenceEntity=64
_swFeatureErrorPartialEdgeFilletMissingReferenceEntity=63
_swFeatureErrorPartialEdgeFilletMultiProjectionPoint=67
_swFeatureErrorPartialEdgeFilletNoEndEdge=56
_swFeatureErrorPartialEdgeFilletNoIntersection=52
_swFeatureErrorPartialEdgeFilletNoMainEdge=57
_swFeatureErrorPartialEdgeFilletNoPropagateEdges=54
_swFeatureErrorPartialEdgeFilletNoReferenceEntity=59
_swFeatureErrorPartialEdgeFilletNoStartEdge=55
_swFeatureErrorPartialEdgeFilletNotSupported=65
_swFeatureErrorPartialEdgeFilletNotSupportedForClosedLoop=66
_swFeatureErrorPartialEdgeFilletOffsetTooBig=58
_swFeatureErrorPartialEdgeFilletTooManyRefEntities=60
_swFeatureErrorPartialEdgeFilletUpdateFailed=53
_swFeatureErrorSweptFlangeInvalidProfileOrPath=69
_swFeatureErrorSweptFlangeSelfIntersectingGeometry=70
_swFeatureErrorUnknown=1
_swFeatureFaces=1
_swFeatureFilletAsymmetric=16384
_swFeatureFilletAttachEdges=64
_swFeatureFilletCircular=0
_swFeatureFilletConicRadius=2
_swFeatureFilletConicRho=1
_swFeatureFilletConicRhoZeroChamfer=3
_swFeatureFilletConstantWidth=512
_swFeatureFilletCornerType=32
_swFeatureFilletCurvatureContinuous=256
_swFeatureFilletKeepFeatures=128
_swFeatureFilletNoTrimNoAttached=1024
_swFeatureFilletPropagate=1
_swFeatureFilletPropagateFeatToParts=8192
_swFeatureFilletReverseFace1Dir=2048
_swFeatureFilletReverseFace2Dir=4096
_swFeatureFilletType_Face=2
_swFeatureFilletType_FullRound=3
_swFeatureFilletType_Simple=0
_swFeatureFilletType_VariableRadius=1
_swFeatureFilletUniformRadius=2
_swFeatureFilletUseHelpPoint=8
_swFeatureFilletUseTangentHoldLine=16
_swFeatureFilletVarRadiusType=4
_swFeatureManagerAnnotationsVisibility=320
_swFeatureManagerBlocksVisibility=318
_swFeatureManagerConfigTableFolderVisibility=380
_swFeatureManagerDefaultPlanesVisibility=326
_swFeatureManagerDesignBinderVisibility=319
_swFeatureManagerDesignTableVisibility=329
_swFeatureManagerDisplayAllWarnings=0
_swFeatureManagerDisplayNoWarnings=1
_swFeatureManagerDisplayWarnings=271
_swFeatureManagerDisplayWarningsExceptTopLevel=2
_swFeatureManagerDynamicHighlight=67
_swFeatureManagerEDrawingMarkups=482
_swFeatureManagerEnablePreviewHiddenComponents=656
_swFeatureManagerEnableRenamingComponent=633
_swFeatureManagerEnableTreeFilter=483
_swFeatureManagerEnsureVisible=64
_swFeatureManagerEquationsVisibility=324
_swFeatureManagerFavorites=481
_swFeatureManagerHistory=533
_swFeatureManagerItem_Component=2
_swFeatureManagerItem_Feature=1
_swFeatureManagerItem_Unsupported=0
_swFeatureManagerKeyboardNavigation=66
_swFeatureManagerLightsVisibility=321
_swFeatureManagerMarkupsVisibility=611
_swFeatureManagerMateReferencesVisibility=328
_swFeatureManagerMaterialVisibility=325
_swFeatureManagerMeshBodiesVisibility=571
_swFeatureManagerNameFeatureWhenCreated=65
_swFeatureManagerOriginVisibility=327
_swFeatureManagerSelectionSetsVisibility=532
_swFeatureManagerSensorVisibility=377
_swFeatureManagerShowTranslatedNameInFMTree=760
_swFeatureManagerSolidBodiesVisibility=322
_swFeatureManagerSurfaceBodiesVisibility=323
_swFeatureManagerTableFolderVisibility=378
_swFeatureManagerTranslatedLanguage=615
_swFeatureManagerTransparentFlyout=335
_swFeatureManagerTreeViewCADFamily_CADFamilyAndConfiguration=1
_swFeatureManagerTreeViewCADFamily_CADFamilyOnly=0
_swFeatureName=1
_swFeatureScope_AllBodies=0
_swFeatureScope_SelectedBodiesWithAutoSelect=1
_swFeatureScope_SelectedBodiesWithOutAutoSelect=2
_swFeatureToolbar=11
_swFeatureTreeFolder_Containing=2
_swFeatureTreeFolder_EmptyBefore=1
_swFeatureTreeFolder_Mold=3
_swFeature_Editable=0
_swFeature_NonEditable=1
_swFeature_UnderEditing=2
_swFeaturesToPatternCreateSeedCut=1
_swFeaturesToPatternSelectedFeatures=0
_swFieldWeldDown=3
_swFieldWeldNone=1
_swFieldWeldUp=2
_swFileAlreadyOpenWarn=512
_swFileCloseNotifyReason_CloseForReload=1
_swFileCloseNotifyReason_Unknown=0
_swFileCriticalDataRepairError=4194304
_swFileDoesntExistError=9
_swFileExplorer=2
_swFileExplorerShowHiddenReferencedDocuments=287
_swFileExplorerShowMyComputer=284
_swFileExplorerShowMyDocuments=283
_swFileExplorerShowMyNetworkPlaces=285
_swFileExplorerShowRecentDocuments=286
_swFileExplorerShowSamples=288
_swFileFormatType_STEP=0
_swFileInvalidOrSameNameError=10
_swFileLoadWarning_AlreadyOpen=128
_swFileLoadWarning_AutomaticRepair=262144
_swFileLoadWarning_BasePartNotLoaded=64
_swFileLoadWarning_ComponentMissingReferencedConfig=32768
_swFileLoadWarning_CriticalDataRepair=524288
_swFileLoadWarning_DimensionsReferencedIncorrectlyToModels=16384
_swFileLoadWarning_DrawingANSIUpdate=8
_swFileLoadWarning_DrawingSFSymbolConvert=2048
_swFileLoadWarning_DrawingsOnlyRapidDraft=256
_swFileLoadWarning_IdMismatch=1
_swFileLoadWarning_InvisibleDoc_LinkedDesignTableUpdateFail=65536
_swFileLoadWarning_MissingDesignTable=131072
_swFileLoadWarning_MissingExternalReferences=1048576
_swFileLoadWarning_ModelOutOfDate=8192
_swFileLoadWarning_NeedsRegen=32
_swFileLoadWarning_ReadOnly=2
_swFileLoadWarning_RevolveDimTolerance=4096
_swFileLoadWarning_SharingViolation=4
_swFileLoadWarning_SheetScaleUpdate=16
_swFileLoadWarning_ViewMissingReferencedConfig=1024
_swFileLoadWarning_ViewOnlyRestrictions=512
_swFileLocations3DCCModelFolder=58
_swFileLocationsAppearances=42
_swFileLocationsBOMTemplates=22
_swFileLocationsBendCalculationTable=71
_swFileLocationsBendNoteFormatFile=45
_swFileLocationsBendTable=12
_swFileLocationsBendTableTemplate=79
_swFileLocationsBlocks=5
_swFileLocationsColorSwatches=30
_swFileLocationsConnectedLibrary=133
_swFileLocationsCostingReportTemplateFolder=76
_swFileLocationsCostingTemplates=77
_swFileLocationsCustomAppearances=67
_swFileLocationsCustomDecals=68
_swFileLocationsCustomPropertyFile=25
_swFileLocationsCustomScenes=69
_swFileLocationsDefaultSave=117
_swFileLocationsDesignCheckerFile=48
_swFileLocationsDesignJournalTemplate=40
_swFileLocationsDesignLibrary=38
_swFileLocationsDimensionFavorites=27
_swFileLocationsDocumentTemplates=6
_swFileLocationsDocuments=1
_swFileLocationsDraftingStandard=64
_swFileLocationsDrawingScaleStandard=122
_swFileLocationsFuncBldrSegTypeDefinitions=74
_swFileLocationsGeneralTablesTemplate=108
_swFileLocationsHatchPatternFile=127
_swFileLocationsHoleCalloutFormatFile=26
_swFileLocationsHoleTableTemplates=33
_swFileLocationsHoleWizardFavoritesDB=59
_swFileLocationsInspectionExports=131
_swFileLocationsInspectionProjects=128
_swFileLocationsInspectionReports=129
_swFileLocationsJournalFile=24
_swFileLocationsLibraryFeatures=19
_swFileLocationsLights=44
_swFileLocationsLineStyleDefinitions=39
_swFileLocationsMacroFeatures=20
_swFileLocationsMacros=23
_swFileLocationsMaterialDatabases=28
_swFileLocationsNewSheetFormat=93
_swFileLocationsPaletteAssemblies=17
_swFileLocationsPaletteFeatures=2
_swFileLocationsPaletteFormTools=4
_swFileLocationsPaletteParts=3
_swFileLocationsPunchTableTemplate=80
_swFileLocationsRevisionTableTemplates=35
_swFileLocationsRouteCableLibrary=41
_swFileLocationsRouteComponentLibrary=37
_swFileLocationsRouteCoveringLibrary=47
_swFileLocationsScenes=43
_swFileLocationsSearchPaths=60
_swFileLocationsSheetFormat=7
_swFileLocationsSheetMetalGaugeTable=61
_swFileLocationsSpellingFolders=62
_swFileLocationsStructureSystemsConnectionElements=132
_swFileLocationsSustainabilityReportTemplateFolder=75
_swFileLocationsSymbolLibraryFolder=92
_swFileLocationsTextures=31
_swFileLocationsThemeFolder=72
_swFileLocationsThreadProfiles=107
_swFileLocationsTitleBlockTableTemplate=70
_swFileLocationsTxCalloutFormatFile=57
_swFileLocationsTxGeneralFileLocation=109
_swFileLocationsWebFolders=21
_swFileLocationsWeldTableTemplate=78
_swFileLocationsWeldmentCutListTemplates=34
_swFileLocationsWeldmentProfiles=29
_swFileLocationsWeldmentPropertyFile=32
_swFileLockError=16
_swFileMenu=0
_swFileNameContainsAtSign=8
_swFileNameEmpty=4
_swFileNew=1
_swFileNotFound=3
_swFileNotFoundError=2
_swFileNotSavedError=5
_swFileOpen=0
_swFileReloadReplace=12
_swFileRequiresRepairError=2097152
_swFileSave=1
_swFileSaveAs=2
_swFileSaveAsBadEDrawingsVersion=1024
_swFileSaveAsCoordinateSystem=16
_swFileSaveAsCopy=3
_swFileSaveAsCopyAndOpen=4
_swFileSaveAsDetachedDrawingsNotSupported=16384
_swFileSaveAsDoNotOverwrite=128
_swFileSaveAsInvalidFileExtension=256
_swFileSaveAsNameExceedsMaxPathLength=2048
_swFileSaveAsNoSelection=512
_swFileSaveAsNotSupported=4096
_swFileSaveFormatNotAvailable=32
_swFileSaveRequiresSavingReferences=8192
_swFileSaveTo3DExperienceError_swConnectedIsOffline=2
_swFileSaveTo3DExperienceError_swGenericError=1
_swFileSaveWarning_AnimatorCameraViews=128
_swFileSaveWarning_AnimatorFeatureEdits=16
_swFileSaveWarning_AnimatorLightEdits=64
_swFileSaveWarning_AnimatorNeedToSolve=8
_swFileSaveWarning_AnimatorSectionViews=256
_swFileSaveWarning_EdrwingsBadSelection=32
_swFileSaveWarning_MissingOLEObjects=512
_swFileSaveWarning_NeedsRebuild=2
_swFileSaveWarning_OpenedViewOnly=1024
_swFileSaveWarning_RebuildError=1
_swFileSaveWarning_ViewsNeedUpdate=4
_swFileSaveWarning_XmlInvalid=2048
_swFileSaveWithRebuildError=64
_swFileWithSameTitleAlreadyOpen=65536
_swFilletEdge=1
_swFilletOverFlowType_Default=0
_swFilletOverFlowType_KeepEdge=1
_swFilletOverFlowType_KeepSurface=2
_swFitCLEARANCE=1
_swFitPRESS=3
_swFitTRANSITIONAL=2
_swFitTolDisplay_Linear=3
_swFitTolDisplay_Stacked=2
_swFitTolDisplay_StackedWithLine=1
_swFitUSER=0
_swFlangeDimTypeBendTangentArc=3
_swFlangeDimTypeInnerVirtualSharp=2
_swFlangeDimTypeOuterVirtualSharp=1
_swFlangeOffsetBlind=1
_swFlangeOffsetFromSurface=4
_swFlangeOffsetMidPlane=5
_swFlangeOffsetUpToSurface=3
_swFlangeOffsetUpToVertex=2
_swFlangeOffsetUptoEdgeAndMerge=6
_swFlangePositionTypeBendCenterLine=4
_swFlangePositionTypeBendOutside=3
_swFlangePositionTypeBendSharp=5
_swFlangePositionTypeBendTangent=6
_swFlangePositionTypeMaterialInside=1
_swFlangePositionTypeMaterialOutside=2
_swFlat3dBend=6
_swFlatBend=2
_swFlatPatternColorsBendLinesDownDirection=595
_swFlatPatternColorsBendLinesHems=597
_swFlatPatternColorsBendLinesUpDirection=594
_swFlatPatternColorsBoundingBox=600
_swFlatPatternColorsFlatPatternSketchColor=599
_swFlatPatternColorsFromFeature=596
_swFlatPatternColorsModelEdges=598
_swFlatPatternOpt_CornerTreatment=422
_swFlatPatternOpt_DisableSplitters=457
_swFlatPatternOpt_ShowFixedFace=476
_swFlatPatternOpt_ShowGrainDirection=475
_swFlatPatternOpt_SimplifyBends=421
_swFlatPatternOpt_WhenFlattenedShowCenters=460
_swFlatPatternOpt_WhenFlattenedShowGussetCenters=588
_swFlatPatternOpt_WhenFlattenedShowGussetProfiles=587
_swFlatPatternOpt_WhenFlattenedShowProfiles=459
_swFlatPatternOpt_WhenFlattenedShowPunches=458
_swFlyoutFeatureTree_Hidden=0
_swFlyoutFeatureTree_ShownExpanded=2
_swFlyoutFeatureTree_ShownUnExpanded=1
_swFmAEM3DContact=85
_swFmAEMGravity=74
_swFmAEMLinearDamper=83
_swFmAEMLinearForce=75
_swFmAEMLinearMotionSpring=81
_swFmAEMLinearMotor=77
_swFmAEMLinearSpring=79
_swFmAEMRotationalMotor=78
_swFmAEMTorque=76
_swFmAEMTorsionalDamper=84
_swFmAEMTorsionalMotionSpring=82
_swFmAEMTorsionalSpring=80
_swFmAbsoluteView=41
_swFmAttribute=64
_swFmAuxiliaryView=47
_swFmBaseBody=27
_swFmBaseFlange=34
_swFmBeltAndChain=119
_swFmBlend=9
_swFmBlendCut=10
_swFmBomTableFeature=50
_swFmBoss=12
_swFmBoundingBox=114
_swFmBreakCorner=70
_swFmCavity=2
_swFmCenterMark=39
_swFmChamfer=0
_swFmCirPattern=5
_swFmCoordinateSystem=63
_swFmCornerRelief=120
_swFmCornerTrim=71
_swFmCosmeticThread=29
_swFmCrossBreak=86
_swFmCurvePattern=103
_swFmCut=13
_swFmDerivedLPattern=28
_swFmDetailCircle=48
_swFmDetailView=42
_swFmDimPattern=107
_swFmDrSectionLine=49
_swFmDrSheet=40
_swFmDraft=3
_swFmEdgeFlange=37
_swFmExtrusion=11
_swFmFeatureFolder=66
_swFmFillPattern=105
_swFmFillet=1
_swFmFlatPattern=38
_swFmFlattenBends=31
_swFmFormToolInstance=73
_swFmGroundPlane=113
_swFmHoleTableFeature=51
_swFmHoleWzd=25
_swFmImported=26
_swFmLPattern=6
_swFmLibraryFeature=69
_swFmLocalChainPattern=112
_swFmLocalCirPattern=109
_swFmLocalCurvePattern=110
_swFmLocalLPattern=108
_swFmLocalSketchPattern=111
_swFmMateCamTangent=91
_swFmMateCoincident=53
_swFmMateConcentric=54
_swFmMateController=127
_swFmMateDistanceDim=55
_swFmMateGearDim=96
_swFmMateHinge=94
_swFmMateLinearCoupler=102
_swFmMateLock=90
_swFmMateParallel=56
_swFmMatePerpendicular=89
_swFmMatePlanarAngleDim=93
_swFmMateProfileCenter=101
_swFmMateRackPinionDim=95
_swFmMateScrew=97
_swFmMateSlot=92
_swFmMateSymmetric=99
_swFmMateTangent=57
_swFmMateUniversalJoint=98
_swFmMateWidth=100
_swFmMirrorComponent=116
_swFmMirrorPattern=7
_swFmMirrorSolid=4
_swFmNormalCut=115
_swFmOneBend=33
_swFmProcessBends=32
_swFmProfileFeature=65
_swFmRefAxis=60
_swFmRefCurve=14
_swFmRefPlane=59
_swFmRefSurface=62
_swFmReference=58
_swFmReferenceCurve=61
_swFmRelativeView=43
_swFmRevCut=16
_swFmRevisionTableFeature=52
_swFmRevolution=15
_swFmSM3dBend=36
_swFmSMGusset=118
_swFmSectionAssemView=45
_swFmSectionPartView=44
_swFmSheetMetal=30
_swFmShell=8
_swFmSketchBend=35
_swFmSketchHole=24
_swFmSketchPattern=104
_swFmSolidBodyFolder=68
_swFmStock=19
_swFmStrctSysCnrFeat=126
_swFmStrctSysCnrGrpFeat=125
_swFmStrctSysCnrMgmtFeat=124
_swFmStrctSysFeat=121
_swFmStrctSysGrpFeat=122
_swFmStrctSysMbrFeat=123
_swFmSurfCut=20
_swFmSurfaceBodyFolder=67
_swFmSweep=17
_swFmSweepCut=18
_swFmSweepThread=87
_swFmSweptFlange=117
_swFmTabAndSlot=88
_swFmTablePattern=106
_swFmThicken=21
_swFmThickenCut=22
_swFmUnfoldedView=46
_swFmVarFillet=23
_swFmWeldMemberFeat=72
_swFontSize=10
_swFontToolbar=12
_swForceEnableImportDiagnosis=639
_swForceRebuildAll=2
_swForeshortenedStyleDoubleArrowhead=1
_swForeshortenedStyleZigZagLeader=2
_swFormNewSubAssembly=23
_swForward=1
_swFourViewportProjectionType=300
_swFreeFormBend=10
_swFrontView=1
_swFullBlock=1
_swFullRoundFillet=3
_swFullRoundFilletCenterSet=4
_swFullRoundFilletSet1=3
_swFullRoundFilletSet2=5
_swFullyConstrained=3
_swFullyConstrainedSketchMode=11
_swFutureVersion=8192
_swFutureVersionError=2
_swGTOL_SW2021=1
_swGTOL_SW2022=2
_swGTol=5
_swGTolTextCalloutAbove=3
_swGTolTextCalloutBelow=4
_swGTolTextPrefix=1
_swGTolTextSuffix=2
_swGcsANG=20
_swGcsCIRCOPENRUNOUT=27
_swGcsCIRCRUNOUT=25
_swGcsCONC=24
_swGcsCYL=17
_swGcsFLAT=15
_swGcsLINEPROF=18
_swGcsNONE=12
_swGcsPARALLEL=22
_swGcsPERP=21
_swGcsPOSITION=23
_swGcsROUND=16
_swGcsSQUARE=30
_swGcsSTRAIGHT=14
_swGcsSURFPROF=19
_swGcsSYMMETRY=13
_swGcsTOTALOPENRUNOUT=28
_swGcsTOTALRUNOUT=26
_swGcsUBUTTON=29
_swGeneralBody=4
_swGeneralImportAs3dCurves=1
_swGeneralImportAsSketches=0
_swGeneralImportByBrep=3
_swGeneralImportDoNotKnit=2
_swGeneralImportDocumentTemplateSpeciedUnit=1
_swGeneralImportFileSpecifiedUnit=0
_swGeneralImportKnitSurfaces=1
_swGeneralImportTryFormingSolids=0
_swGeneric=1
_swGenericActivateError=1
_swGenericError=1
_swGenericSaveError=1
_swGeomDegenerate=26
_swGeomStateSelfIntersect=25
_swGeometricCharacteristic_Angularity=8
_swGeometricCharacteristic_CircularRunout=14
_swGeometricCharacteristic_Circularity=4
_swGeometricCharacteristic_Concentricity=12
_swGeometricCharacteristic_Cylindricity=5
_swGeometricCharacteristic_Flatness=3
_swGeometricCharacteristic_LineProfile=6
_swGeometricCharacteristic_None=0
_swGeometricCharacteristic_Parallelism=9
_swGeometricCharacteristic_Perpendicularity=10
_swGeometricCharacteristic_Position=11
_swGeometricCharacteristic_Straightness=2
_swGeometricCharacteristic_SurfaceProfile=7
_swGeometricCharacteristic_Symmetry=13
_swGeometricCharacteristic_TotalRunout=15
_swGeometricCharacteristic_Unknown=1
_swGeometricFeatureModifier_FreeState=5
_swGeometricFeatureModifier_LeastMaterialCondition=2
_swGeometricFeatureModifier_MaximumMaterialCondition=1
_swGeometricFeatureModifier_None=0
_swGeometricFeatureModifier_ProjectedTolerance=3
_swGeometricFeatureModifier_TangentPlane=4
_swGeometricFeatureModifier_ToleranceAsDiameter=6
_swGeometricFeatureModifier_Unknown=7
_swGeometryToSave_AllComponents=0
_swGeometryToSave_ExteriorFaces=1
_swGeometryToSave_IncludeSpecificComponents=2
_swGetOpenFileNameOptions_AdvancedConfig=8192
_swGetOpenFileNameOptions_AutoMissingConfig=32
_swGetOpenFileNameOptions_DontLoadHiddenComponents=256
_swGetOpenFileNameOptions_LDR_EditAssembly=2048
_swGetOpenFileNameOptions_LoadExternalReferencesInMemory=512
_swGetOpenFileNameOptions_LoadLightweight=128
_swGetOpenFileNameOptions_LoadModel=16
_swGetOpenFileNameOptions_OpenDetailingMode=1024
_swGetOpenFileNameOptions_OverrideDefaultLoadLightweight=64
_swGetOpenFileNameOptions_RapidDraft=8
_swGetOpenFileNameOptions_ReadOnly=2
_swGetOpenFileNameOptions_SelectedSheets=32768
_swGetOpenFileNameOptions_Silent=1
_swGetOpenFileNameOptions_SpeedPak=4096
_swGetOpenFileNameOptions_UseLargeAssemblySettings=16384
_swGetOpenFileNameOptions_ViewOnly=4
_swGlobalBoundingBoxResult_NoValidBodiesFound=1
_swGlobalBoundingBoxResult_NonPlanarFaceSelected=2
_swGlobalBoundingBoxResult_Success=0
_swGraphicalAnnotationsColor=576
_swGraphicsBody=7
_swGraphicsTreeItemNormalColor=562
_swGridAutomaticScaling=59
_swGridDisplay=57
_swGridDisplayDashed=58
_swGridMajorSpacing=30
_swGridMinorLinesPerMajor=42
_swGroupBoxOptions_Checkbox=1
_swGroupBoxOptions_Checked=2
_swGroupBoxOptions_Expanded=8
_swGroupBoxOptions_Visible=4
_swGroupPipesOrTubesWithTheSameDiameterAndSchedule=2
_swGtolFormatConversionFail=1
_swGtolFormatSchemaVersion_SW2023=1
_swGtolIndicatorBorderType_CollectionPlane=2
_swGtolIndicatorBorderType_DirectionFeature=3
_swGtolIndicatorBorderType_IntersectionPlane=1
_swGtolIndicatorBorderType_OrientationPlane=0
_swGtolTolType_MAX=5
_swGtolTolType_None=0
_swGtolTolType_ProjectedTolerance=2
_swGtolTolType_Square=3
_swGtolTolType_UnequallyDisposedProfile=4
_swGtolTolType_Unknown=1
_swGuideCurveInfluenceNextEdge=2
_swGuideCurveInfluenceNextGlobal=3
_swGuideCurveInfluenceNextGuide=0
_swGuideCurveInfluenceNextSharp=1
_swGussetProfileLocationCenter=1
_swGussetProfileLocationEnd=2
_swGussetProfileLocationStart=0
_swGussetProfilePolygon=0
_swGussetProfileTriangle=1
_swGussetThicknessBothSides=1
_swGussetThicknessInner=0
_swGussetThicknessOuter=2
_swHATCH=6
_swHIDDEN=2
_swHIDDEN_GREYED=1
_swHandleActiveXCreationFailure_Cancel=1
_swHandleActiveXCreationFailure_Continue=3
_swHandleActiveXCreationFailure_Retry=2
_swHandleWindowFromHandleCreationFailure_Cancel=1
_swHandleWindowFromHandleCreationFailure_Continue=3
_swHandleWindowFromHandleCreationFailure_Retry=2
_swHeadClearanceAddToCbore=1
_swHeadClearanceIncreasedCsink=0
_swHeaderFooterText_Date=3
_swHeaderFooterText_Filename=5
_swHeaderFooterText_PageCount=2
_swHeaderFooterText_PageNumber=1
_swHeaderFooterText_Time=4
_swHealAction_Cap=2
_swHealAction_GrowParent=1
_swHealAction_Shrink=0
_swHelixDefinedByHeightAndPitch=2
_swHelixDefinedByHeightAndRevolution=1
_swHelixDefinedByPitchAndRevolution=0
_swHelixDefinedBySpiral=3
_swHelpMenu=6
_swHemBend=9
_swHemPositionTypeInside=0
_swHemPositionTypeOutside=1
_swHemTypeClosed=1
_swHemTypeDouble=4
_swHemTypeOpen=0
_swHemTypeRolled=3
_swHemTypeTearDrop=2
_swHiddenEdgeDisplayDefault=76
_swHideShowSketchDimensions=616
_swHideUnitsOfLengthValues=349
_swHigh=1
_swHingeMateEntityType_Angle=2
_swHingeMateEntityType_Coincident=1
_swHingeMateEntityType_Concentric=0
_swHoleBlind=22
_swHoleBlindCounterSinkTop=23
_swHoleElementOrientation_Farside=1
_swHoleElementOrientation_Nearside=0
_swHoleSeriesFirstPart=0
_swHoleSeriesLastPart=2
_swHoleSeriesMiddleParts=1
_swHoleTableAddNewAtEnd=420
_swHoleTableAutomaticUpdate=238
_swHoleTableColumnType_Quantity=104
_swHoleTableColumnType_Size=105
_swHoleTableColumnType_Tag=103
_swHoleTableColumnType_XLocation=101
_swHoleTableColumnType_YLocation=102
_swHoleTableCombineSameSize=236
_swHoleTableCombineTags=235
_swHoleTableHoleCentersVisible=237
_swHoleTableHoleLocationPrecision=240
_swHoleTableOriginStandard=238
_swHoleTableReuseDeleted=419
_swHoleTableShowAnsiInchSize=490
_swHoleTableTagAngle=80
_swHoleTableTagOffset=81
_swHoleTableTagOrder_Radial=3
_swHoleTableTagOrder_ReduceToolPath=2
_swHoleTableTagOrder_XY=1
_swHoleTableTagPrefixApply_AllHolesOfSameSize=1
_swHoleTableTagPrefixOption_OnlySpecifiedHole=2
_swHoleTableTagStyle=239
_swHoleTable_AlphaNumericTags=1
_swHoleTable_ManualTags=3
_swHoleTable_NumericTags=2
_swHoleTagsList=118
_swHoleThru=25
_swHoleThruCounterSinkBottom=26
_swHoleThruCounterSinkTop=27
_swHoleThruCounterSinkTopBottom=28
_swHoleWizardToolBoxFolder=52
_swHorLinearDimension=11
_swHorOrdinateDimension=7
_swHorizontalAutoSplitApply_Continuousely=1
_swHorizontalAutoSplitApply_ThisTimeOnly=0
_swHorizontalAutoSplitPlacementOfSplitTable_BelowLastSplit=1
_swHorizontalAutoSplitPlacementOfSplitTable_NextToLastSplit=0
_swHorizontalOrdinate=3
_swHorizontalToSheetClockwise=0
_swHorizontalToSheetCounterclockwise=1
_swHvacCirDuctName=102
_swHvacCirElbowName=105
_swHvacRectDuctName=101
_swHvacRectElbowName=104
_swIBColor_ActiveTabColor=3
_swIBColor_ButtonFillCheckedAndHotColor=8
_swIBColor_ButtonFillCheckedColor=6
_swIBColor_ButtonFillHotColor=5
_swIBColor_ButtonFillPressedColor=7
_swIBColor_DisabledTextColor=2
_swIBColor_EnabledTextColor=1
_swIBColor_FeatureMgrBkgnd=0
_swIBColor_InactiveTabColor=4
_swIFCCustomPropsPreference=668
_swIFCExportSaveType=541
_swIFCExportSaveType_BREP=0
_swIFCExportSaveType_BREPAndTessellation=1
_swIFCExportSaveType_Tessellation=2
_swIFCMaterialsMassPropertiesPreference=669
_swIFCOmniClassPreference=666
_swIFCOmniUniClassPreference=552
_swIFCSaveAsOmniClass=0
_swIFCSaveAsUniClass2=1
_swIFCUniClass2Preference=667
_swIGESComponentsIntoOneFile=109
_swIGESCurveRepresentation=85
_swIGESDuplicateEntities=106
_swIGESExportAsWireframe=186
_swIGESExportFreeCurves=185
_swIGESExportSketchEntities=108
_swIGESExportSolidAndSurface=184
_swIGESExportSplitPeriodic=568
_swIGESFlattenAssemHierarchy=110
_swIGESHighTrimCurveAccuracy=107
_swIGESImportShowLevel=216
_swIGESNurbsSetting=27
_swIGESRepresentation=83
_swIGESStandardSetting=26
_swIGESSystem=84
_swIGES_ALIAS=10
_swIGES_ALPHACAM=8
_swIGES_ANSYS=2
_swIGES_BOUNDEDSRF=4
_swIGES_BREP=3
_swIGES_COSMOS=3
_swIGES_CURVES=1
_swIGES_CURVES_BSPLINE=0
_swIGES_CURVES_PSPLINE=1
_swIGES_MASCAM=4
_swIGES_MULTICAM=9
_swIGES_NURBS=1
_swIGES_SMARTCAM=6
_swIGES_STANDARD=0
_swIGES_SURFCAM=5
_swIGES_TEKSOFT=7
_swIGES_TRMSRF=0
_swIGES_TRMSRFANDCURVES=2
_swINCHES=3
_swINSIDE=0
_swINTERSECTION_TYPE=3004
_swINVALIDGTYPE=99
_swISOWIDE_ARROWHEAD=6
_swIdMatchError=4
_swIgnoreConstructionEntity=708
_swIgnoreFeatureColors=3
_swImageFormat_FlexiblePrecision=0
_swImageFormat_HDR=3
_swImageFormat_JPEG=7
_swImageFormat_JPEG2000=4
_swImageFormat_JPEG2000_16bit=5
_swImageFormat_JPEG2000_16bit_Lossless=6
_swImageFormat_OpenEXR=14
_swImageFormat_OpenEXR_32bit=15
_swImageFormat_OpenEXR_TILED16bit=16
_swImageFormat_OpenEXR_TILED32bit=17
_swImageFormat_PNG=8
_swImageFormat_PNG_16bit=9
_swImageFormat_SGI_RGB=10
_swImageFormat_TIF=11
_swImageFormat_TIF_16bit=12
_swImageFormat_TIF_16bit_uncompr=13
_swImageFormat_Targa=1
_swImageFormat_WindowsBmp=2
_swImageQualityApplyToAllReferencedPartDoc=158
_swImageQualitySaveTesselationWithPartDoc=255
_swImageQualityShaded=44
_swImageQualityShadedDeviation=32
_swImageQualityUseHighQualityEdgeSize=210
_swImageQualityUseOldTangentEdgeDisplay=439
_swImageQualityWireframe=45
_swImageQualityWireframeHighCurveQuality=527
_swImageQualityWireframeValue=46
_swImageQualityZoomToFitForPreviewImages=404
_swImageSizeToUse_128x128=128
_swImageSizeToUse_20x20=20
_swImageSizeToUse_32x32=32
_swImageSizeToUse_40x40=40
_swImageSizeToUse_64x64=64
_swImageSizeToUse_96x96=96
_swImport2dCurvesAs2dSketch=163
_swImportAutoRunImportDiagnostics=291
_swImportAutoRunImportDiagnosticsPersist=290
_swImportCheckAndRepair=140
_swImportCurvePreference=206
_swImportCustomProperties=699
_swImportDissolveTopLevelAssemblyOnOpen=701
_swImportDoclessModelInAssem=468
_swImportDxfDimsToPartSketch=318
_swImportDxfDwg_DoNotImportSheet=0
_swImportDxfDwg_ImportToDrawing=1
_swImportDxfDwg_ImportToExistingDrawing=3
_swImportDxfDwg_ImportToExistingPart=4
_swImportDxfDwg_ImportToPartSketch=2
_swImportDxfDwg_LayerHidden=2
_swImportDxfDwg_LayerMaintain=0
_swImportDxfDwg_LayerVisible=1
_swImportFreeCurves=162
_swImportIDFAddDrilledHoles=301
_swImportIDFReverseUndersideComponents=302
_swImportIgnoreHiddenEntities=702
_swImportMaterialProperties=700
_swImportModelItemsFromAssemblyOnly=3
_swImportModelItemsFromEntireModel=0
_swImportModelItemsFromSelectedComponent=2
_swImportModelItemsFromSelectedFeature=1
_swImportMultBodyAsPartData=220
_swImportNeutralAnalyticalConversion=769
_swImportNeutralAssemblyStructureMapping=579
_swImportNeutralAssemblyStructureMapping_Default=0
_swImportNeutralAssemblyStructureMapping_MultibodyPart=2
_swImportNeutralAssemblyStructureMapping_MultipleParts=1
_swImportNeutralCurvesAndPointsOptions_As3DCurves=1
_swImportNeutralCurvesAndPointsOptions_AsSketches=0
_swImportNeutralKnitOption_DoNotKnit=1
_swImportNeutralKnitOption_FormSolids=0
_swImportNeutralReferencePlane=688
_swImportNeutralRunDiagnostics=690
_swImportNeutralUnits=580
_swImportNeutralUnits_ImportFileUnits=0
_swImportNeutralUnits_TemplateUnits=1
_swImportNeutral_AttributesAndProperties=689
_swImportNeutral_CurvesAndPointsOption=578
_swImportNeutral_FreeCurvesAndPoints=687
_swImportNeutral_KnitOption=577
_swImportNeutral_SolidandSurface=686
_swImportPartCustomPropertiesNone=3
_swImportPropertiesToCutlistProperties=2
_swImportPropertiesToFileProperties=1
_swImportReferenceAxis=697
_swImportReferencePlane=696
_swImportSLDXMLImportAssemblyMatesData=606
_swImportSLDXMLImportMechanismSketchObjectsAsBlocks=592
_swImportSLDXMLImportSketchData=591
_swImportSolidBody=694
_swImportSolidSurface=161
_swImportStepConfigData=183
_swImportStlVrmlModelType=208
_swImportStlVrmlModelType_Graphics=0
_swImportStlVrmlModelType_Solid=2
_swImportStlVrmlModelType_Surface=1
_swImportStlVrmlTextureInformation=303
_swImportStlVrmlUnits=210
_swImportSurfaceBody=695
_swImportToolBodiesFromUGNX=703
_swImportUGToolBodies=304
_swImportUnconsumedSketchesAndCurves=698
_swImportUnitPreference=205
_swImportUnlockedPropertiesNone=3
_swImportUseBrep=207
_swImportWithUnlockedProperties=1
_swImportWithoutUnlockedProperties=2
_swImportantMessageBox=4
_swImprintingFacesOnExtendFace=4
_swImprintingFacesOnOverlapping=2
_swImprintingFacesOnTool=1
_swInContextEditTransparencyForce=1
_swInContextEditTransparencyMaintain=2
_swInContextEditTransparencyOpaque=0
_swIncludeDataForDelmia=756
_swIncludeDocumentsOpenedFromOtherDocuments=734
_swIncludePMI=704
_swIncludeSketchData=776
_swIncludeSubfoldersForDrawingsSearchInPackAndGo=735
_swIncontextFeatureHolderVisibility=124
_swIndentSelectionStateKeepSelection=0
_swIndentSelectionStateRemoveSelection=1
_swIndentedBOMNotSet=3
_swIndeterminate=2
_swInputDimValOnCreate=10
_swInsertAxes=512
_swInsertBlock=20
_swInsertCThreads=1
_swInsertColumn_DefaultWidth=0
_swInsertColumn_MultilineTight=2
_swInsertColumn_SingleLineTight=1
_swInsertComponentForNewAssembly=226
_swInsertCurves=1024
_swInsertDatumTargets=4
_swInsertDatums=2
_swInsertDimension=9
_swInsertDimensions=8
_swInsertDimensionsMarkedForDrawing=32768
_swInsertDimensionsNotMarkedForDrawing=524288
_swInsertEdgeFlangeDoOffset=4
_swInsertEdgeFlangeFlipDir=2
_swInsertEdgeFlangeReverseOffsetDir=8
_swInsertEdgeFlangeTearClip=16
_swInsertEdgeFlangeTrimSideBend=32
_swInsertEdgeFlangeUseDefaultRadius=1
_swInsertEdgeFlangeUseDefaultRelief=128
_swInsertEdgeFlangeUseReliefRatio=64
_swInsertEnvelopeFromFile=7
_swInsertGTols=32
_swInsertHoleWizardLocationDimensions=131072
_swInsertHoleWizardProfileDimensions=65536
_swInsertInstanceCounts=16
_swInsertMenu=3
_swInsertNewAssemblyError_ErrorUknown=0
_swInsertNewAssemblyError_ExtensionNotSldAsm=5
_swInsertNewAssemblyError_FileAlreadyExists=3
_swInsertNewAssemblyError_FilePathEmpty=2
_swInsertNewAssemblyError_FolderDoesNotExist=4
_swInsertNewAssemblyError_NoError=1
_swInsertNewPartError_CannotSelectFaceOrPlane=7
_swInsertNewPartError_ErrorUknown=0
_swInsertNewPartError_ExtensionNotSldPrt=5
_swInsertNewPartError_FileAlreadyExists=3
_swInsertNewPartError_FilePathEmpty=2
_swInsertNewPartError_FolderDoesNotExist=4
_swInsertNewPartError_NoError=1
_swInsertNewPartError_NotAFaceOrPlane=6
_swInsertNotes=64
_swInsertOption_AfterSelectedSheet=1
_swInsertOption_BeforeSelectedSheet=0
_swInsertOption_MoveToEnd=2
_swInsertOrigins=16384
_swInsertPartBreakLink=512
_swInsertPartDontZoomAll=262144
_swInsertPartImportAbsorbedSketchs=32
_swInsertPartImportAxes=4
_swInsertPartImportCoordinateSystem=256
_swInsertPartImportCosmeticThreads=16
_swInsertPartImportCustomProperties=128
_swInsertPartImportCustomToCutlistProperties=65536
_swInsertPartImportCustomToFileProperties=32768
_swInsertPartImportCutListProperties=2048
_swInsertPartImportDimXpertAnnotations=131072
_swInsertPartImportGraphicBodies=8388608
_swInsertPartImportHoleWzdData=4096
_swInsertPartImportIndProps=16384
_swInsertPartImportMaterial=524288
_swInsertPartImportModelDimensions=1024
_swInsertPartImportPartMaterial=4194304
_swInsertPartImportPlanes=8
_swInsertPartImportPoints=2097152
_swInsertPartImportPropagateVisualPropertiesFromOriginalPart=1048576
_swInsertPartImportSMInfo=8192
_swInsertPartImportSolids=1
_swInsertPartImportSurfaces=2
_swInsertPartImportUnabsorbedSketchs=64
_swInsertPlanes=2048
_swInsertPoints=8192
_swInsertRefPoints=262144
_swInsertSFSymbols=128
_swInsertSketchUpdate=5
_swInsertSketches=4194304
_swInsertSlicingError_EntitiesCannotFormPlane=16
_swInsertSlicingError_GenericError=1
_swInsertSlicingError_InvalidNumberOfPlanes=128
_swInsertSlicingError_InvalidSlicesToGenerateOption=4
_swInsertSlicingError_InvalidSlicingData=64
_swInsertSlicingError_InvalidSlicingPlaneEntities=8
_swInsertSlicingError_InvalidTotalAngle=2
_swInsertSlicingError_NoBodiesInsideBox=32
_swInsertSlicingError_NoError=0
_swInsertSurfaces=4096
_swInsertTolerancedDims=16777216
_swInsertViewForNewDrawing=225
_swInsertWeldBeads=2097152
_swInsertWeldBeads_ET=8388608
_swInsertWelds=256
_swInsertholeCallout=1048576
_swInstanceToVaryModificationType_D1Spacing=1
_swInstanceToVaryModificationType_D2Spacing=2
_swInstanceToVaryModificationType_Dimensions=3
_swInterfaceBrightnessTheme=11
_swInterfaceBrightnessTheme_3DExperience=4
_swInterfaceBrightnessTheme_Dark=2
_swInterfaceBrightnessTheme_Light=0
_swInterfaceBrightnessTheme_Medium=1
_swInterfaceBrightnessTheme_MediumLight=3
_swIntersectionCOINCIDENCE_END=4
_swIntersectionCOINCIDENCE_START=3
_swIntersectionSIMPLE=1
_swIntersectionTANGENT=2
_swInvalidComponentError=6
_swInvalidEdgeSelection=2
_swInvalidFileTypeError=1024
_swInvalidInterpolation=0
_swInvalidOption=4
_swInvalidSolution=6
_swIsEntityAmbiguous=2
_swIsEntityDeleted=3
_swIsEntityInvalid=0
_swIsEntitySuppressed=1
_swIsHiddenInFeatureMgr=1
_swIsViewCurvature=6
_swIsViewHiddenInGrey=5
_swIsViewHiddenLinesRemoved=4
_swIsViewPerspective=1
_swIsViewSectioned=0
_swIsViewShaded=2
_swIsViewStripe=7
_swIsViewWireFrame=3
_swIsolateVisibility_HIDDEN=2
_swIsolateVisibility_TRANSPARENT=1
_swIsolateVisibility_WIREFRAME=0
_swIsometricView=7
_swJogDimensionPositionInsideOffset=1
_swJogDimensionPositionOutsideOffset=2
_swJogDimensionPositionOverallPosition=3
_swJogOffsetBlind=1
_swJogOffsetFromSurface=4
_swJogOffsetMidPlane=5
_swJogOffsetUpToSurface=3
_swJogOffsetUpToVertex=2
_swJogPositionBendCenterline=1
_swJogPositionBendOutside=4
_swJogPositionMaterialInside=2
_swJogPositionMaterialOutside=3
_swKeepBothNewItemNumber=0
_swKeepBothSameItemNumber=1
_swKeepItemNumber=2
_swKeepNewItemNumberRemoveReplacedComp=3
_swLF_CENTER=6
_swLF_DETAIL=3
_swLF_DIMENSION=5
_swLF_HATCH=7
_swLF_HIDDEN=1
_swLF_SECTION=4
_swLF_SKETCH=2
_swLF_TANGENT=8
_swLF_VISIBLE=0
_swLINE=1
_swLINE_TYPE=3001
_swLOWER_LEFT=1
_swLOWER_RIGHT=4
_swLS_LEFT=1
_swLS_RIGHT=2
_swLS_SMART=0
_swLW_CUSTOM=10
_swLW_LAYER=9
_swLW_NONE=-1
_swLW_NORMAL=1
_swLW_NUMBER=8
_swLW_THICK=2
_swLW_THICK2=3
_swLW_THICK3=4
_swLW_THICK4=5
_swLW_THICK5=6
_swLW_THICK6=7
_swLW_THIN=0
_swLang_Chinese=0
_swLang_Chinese_Simplified=1
_swLang_Czech=2
_swLang_English=3
_swLang_French=4
_swLang_German=5
_swLang_Italian=6
_swLang_Japanese=7
_swLang_Korean=8
_swLang_Polish=9
_swLang_Portuguese_Brazilian=10
_swLang_Russian=11
_swLang_Spanish=12
_swLang_Turkish=13
_swLargeAsmLevelOfDetail=234
_swLargeAsmModeAlwaysGenerateCurvature=182
_swLargeAsmModeAntiAliasEdgesFastMode=173
_swLargeAsmModeAutoActivate=195
_swLargeAsmModeAutoCheckUpdateAllComponents=511
_swLargeAsmModeAutoHideCompsDrawViewCreation=180
_swLargeAsmModeAutoLoadLightweight=166
_swLargeAsmModeAutoRecover=168
_swLargeAsmModeAutoRecoverCount=197
_swLargeAsmModeCheckOutOfDateLightweight=196
_swLargeAsmModeDismissAutoUpdate=495
_swLargeAsmModeDisplayModeForNewDrawViews=198
_swLargeAsmModeDrawingAutoLoadModels=181
_swLargeAsmModeDrawingHLREdgesWhenShaded=179
_swLargeAsmModeDynHighlightFeatureMgr=171
_swLargeAsmModeDynHighlightGraphicsView=172
_swLargeAsmModeEnabled=297
_swLargeAsmModeHideAllItems=170
_swLargeAsmModeImageQualityPerfomance=660
_swLargeAsmModeLargeDesignReviewThreshhold=474
_swLargeAsmModePreviewHiddenComponent=658
_swLargeAsmModeRemoveDetail=169
_swLargeAsmModeShadowsShadedMode=174
_swLargeAsmModeShowContentsDragDrawView=177
_swLargeAsmModeSmoothDynamicMotionDrawView=178
_swLargeAsmModeSuspendAutoRebuild=298
_swLargeAsmModeThreshold=194
_swLargeAsmModeTransparencyDynamicViewMode=176
_swLargeAsmModeTransparencyNormalViewMode=175
_swLargeAsmModeUpdateMassPropsOnSave=167
_swLargeAsmModeUseHLREdgesInShaded=299
_swLargeAsmModeUseLargeDesignReview=471
_swLargeAsmModeVerificationOnRebuild=659
_swLastSynchronizationTimeStamp=130
_swLayerItemsOption_Annotations=1
_swLayerItemsOption_SketchBlockInstance=4
_swLayerItemsOption_SketchHatch=16
_swLayerItemsOption_SketchPoint=8
_swLayerItemsOption_SketchSegments=2
_swLayerOverrideColor=1
_swLayerOverrideNone=0
_swLayerOverrideStyle=2
_swLayerOverrideWidth=4
_swLayerToolbar=23
_swLayoutToolbar=38
_swLeader=11
_swLeaderLineBoth=0
_swLeaderLineFirst=1
_swLeaderLineNone=3
_swLeaderLineSecond=2
_swLeadingZero_DoNotShow=3
_swLeadingZero_FollowStandard=1
_swLeadingZero_Show=2
_swLeft=2
_swLeftView=3
_swLengthUnit=0
_swLevelOfDetail=233
_swLibFeatLocatingDimension=0
_swLibFeatSizeDimension=1
_swLibFeatureData_FeatureRespect=0
_swLibFeatureData_PartRespect=1
_swLicenseError=7
_swLicenseType_Educational=1
_swLicenseType_Full=0
_swLicenseType_Full_Office=5
_swLicenseType_Full_Premium=7
_swLicenseType_Full_Professional=6
_swLicenseType_Maker=8
_swLicenseType_PersonalEdition=4
_swLicenseType_Student=2
_swLicenseType_StudentDesignKit=3
_swLightUpdate=1
_swLineCENTER=4
_swLineCHAIN=3
_swLineCHAINTHICK=6
_swLineCONTINUOUS=0
_swLineDEFAULT=7
_swLineEndCapFlat=1
_swLineEndCapRound=2
_swLineEndCapSquare=3
_swLineFontAdjoiningComponent=461
_swLineFontAdjoiningComponentCustom=169
_swLineFontAdjoiningComponentStyle=462
_swLineFontBendLineDownStyle=497
_swLineFontBendLineDownThickness=500
_swLineFontBendLineDownThicknessCustom=182
_swLineFontBendLineUpStyle=496
_swLineFontBendLineUpThickness=499
_swLineFontBendLineUpThicknessCustom=181
_swLineFontBreakLineStyle=200
_swLineFontBreakLineThickness=199
_swLineFontBreakLineThicknessCustom=103
_swLineFontConstructionCurvesStyle=66
_swLineFontConstructionCurvesThickness=65
_swLineFontConstructionCurvesThicknessCustom=95
_swLineFontCosmeticThreadStyle=74
_swLineFontCosmeticThreadThickness=73
_swLineFontCosmeticThreadThicknessCustom=99
_swLineFontCrosshatchStyle=68
_swLineFontCrosshatchThickness=67
_swLineFontCrosshatchThicknessCustom=96
_swLineFontDetailBorderStyle=72
_swLineFontDetailBorderThickness=71
_swLineFontDetailBorderThicknessCustom=98
_swLineFontDetailCircleStyle=60
_swLineFontDetailCircleThickness=59
_swLineFontDetailCircleThicknessCustom=92
_swLineFontDimensionsStyle=64
_swLineFontDimensionsThickness=63
_swLineFontDimensionsThicknessCustom=94
_swLineFontEmphasizedSectionEndCapStyle=559
_swLineFontEmphasizedSectionOutlineStyle=557
_swLineFontEmphasizedSectionThickness=558
_swLineFontEmphasizedSectionThicknessCustom=205
_swLineFontEnvelopeComponentStyle=498
_swLineFontEnvelopeComponentThickness=501
_swLineFontEnvelopeComponentThicknessCustom=183
_swLineFontExplodedLinesStyle=188
_swLineFontExplodedLinesThickness=187
_swLineFontExplodedLinesThicknessCustom=102
_swLineFontHiddenEdgesEndCap=309
_swLineFontHiddenEdgesStyle=56
_swLineFontHiddenEdgesThickness=55
_swLineFontHiddenEdgesThicknessCustom=90
_swLineFontHideTangentEdgeStyle=91
_swLineFontHideTangentEdgeThickness=90
_swLineFontHideTangentEdgeThicknessCustom=100
_swLineFontSectionLineStyle=62
_swLineFontSectionLineThickness=61
_swLineFontSectionLineThicknessCustom=93
_swLineFontSketchCurvesEndCap=310
_swLineFontSketchCurvesStyle=58
_swLineFontSketchCurvesThickness=57
_swLineFontSketchCurvesThicknessCustom=91
_swLineFontSpeedPakDrawingsModelEdgesStyle=401
_swLineFontSpeedPakDrawingsModelEdgesThickness=400
_swLineFontSpeedPakDrawingsModelEdgesThicknessCustom=122
_swLineFontTangentEdgesStyle=70
_swLineFontTangentEdgesThickness=69
_swLineFontTangentEdgesThicknessCustom=97
_swLineFontViewArrowStyle=93
_swLineFontViewArrowThickness=92
_swLineFontViewArrowThicknessCustom=101
_swLineFontVisibleEdgesEndCap=308
_swLineFontVisibleEdgesStyle=54
_swLineFontVisibleEdgesThickness=53
_swLineFontVisibleEdgesThicknessCustom=89
_swLineHIDDEN=1
_swLinePHANTOM=2
_swLineSTITCH=5
_swLineToolbar=13
_swLinearDimension=2
_swLinkDimensionError_AlreadyLinked=4
_swLinkDimensionError_CannotLink=8
_swLinkDimensionError_DrivenByEquation=7
_swLinkDimensionError_EmptyString=11
_swLinkDimensionError_ErrorUknown=0
_swLinkDimensionError_IncompatibleDimTypes=3
_swLinkDimensionError_IncompatibleValues=6
_swLinkDimensionError_InvalidString=12
_swLinkDimensionError_LinkAcrossDocs=2
_swLinkDimensionError_NoError=1
_swLinkDimensionError_ReadOnlyOrDriven=5
_swLinkDimensionError_UnableToCreateSharedParam=9
_swLinkDimensionError_UnlinkFailure=10
_swLinkStringNone=0
_swLinkStringTroubleShootTip=2
_swLinkStringUserDefined=1
_swLinkedToParent=4
_swLiquidMachineDoc=131072
_swLoadConflict=5
_swLoadDetachedModelAuto=1
_swLoadDetachedModelPrompt=0
_swLoadDetailedModel=3
_swLoadEnvelopeLightweight=492
_swLoadEnvelopeReadOnly=493
_swLoadExternalReferences=82
_swLoadExternalReferences_All=1
_swLoadExternalReferences_ChangedOnly=3
_swLoadExternalReferences_None=2
_swLoadExternalReferences_Prompt=0
_swLocalCurvePatternAlignToSeed=1
_swLocalCurvePatternBoundingBoxCenter=1
_swLocalCurvePatternComponentOrigin=2
_swLocalCurvePatternOffsetCurve=1
_swLocalCurvePatternSelectedPoint=0
_swLocalCurvePatternTangentToCurve=0
_swLocalCurvePatternTransformCurve=0
_swLocalSketchPatternBoundingBoxCenter=1
_swLocalSketchPatternComponentOrigin=2
_swLocalSketchPatternSelectedPoint=0
_swLocationLabelTextSheet=0
_swLocationLabelTextSheetWithLabel=1
_swLocationLabelTextText=4
_swLocationLabelTextViewLetter=3
_swLocationLabelTextZone=2
_swLockRecentDocumentsList=455
_swLockRotationConcentricMates=709
_swLocked=5
_swLoftedBend=12
_swLongArray=3
_swLongLongArray=20
_swLoopProcess_Auto=2
_swLoopProcess_Independent=1
_swLoopProcess_Together=0
_swLow=3
_swLowResourcesError=262144
_swMETER=2
_swMICRON=8
_swMIL=9
_swMM=0
_swMacroFeatureAlwaysAtEnd=1
_swMacroFeatureByDefault=0
_swMacroFeatureEmbedMacroFile=16
_swMacroFeatureEntityIdDerived=2
_swMacroFeatureEntityIdNotApplied=-1
_swMacroFeatureEntityIdUndefined=0
_swMacroFeatureEntityIdUnique=1
_swMacroFeatureEntityIdUserDefined=3
_swMacroFeatureIsDragable=4
_swMacroFeatureIsPatternable=2
_swMacroFeatureNoCachedBody=8
_swMacroFeatureParamTypeDouble=1
_swMacroFeatureParamTypeInteger=2
_swMacroFeatureParamTypeString=0
_swMacroFeatureSecurityByDefault=0
_swMacroFeatureSecurityCannotBeDeleted=1
_swMacroFeatureSecurityCannotBeReplaced=8
_swMacroFeatureSecurityCannotBeRolledBack=32
_swMacroFeatureSecurityCannotBeSuppressed=4
_swMacroFeatureSecurityEnableNote=16
_swMacroFeatureSecurityNotEditable=2
_swMacroToolbar=5
_swMagMatePreAlign=671
_swMainToolbar=1
_swMakeComponentIndependent=25
_swMakeFirstSelectionTransparentInMateDialog=619
_swMakeTrimEntityConstruction=707
_swManipConnectionPointColor=537
_swManipulatorMoveCursor=1
_swManipulatorMoveRotateCursor=3
_swManipulatorOpts_Default=0
_swManipulatorOpts_KeepAfterComponentModify=1
_swManipulatorRepresentationArrow=5
_swManipulatorRepresentationBitmap=13
_swManipulatorRepresentationCircle=2
_swManipulatorRepresentationDiamond=3
_swManipulatorRepresentationEmpty=15
_swManipulatorRepresentationMiscTopol=12
_swManipulatorRepresentationNone=0
_swManipulatorRepresentationPanHandle=8
_swManipulatorRepresentationRotationHandle=7
_swManipulatorRepresentationScaleHandle=9
_swManipulatorRepresentationShadow=14
_swManipulatorRepresentationSquare=1
_swManipulatorRepresentationSurfTopol=10
_swManipulatorRepresentationTextBox=6
_swManipulatorRepresentationTriangle=4
_swManipulatorRepresentationWireTopol=11
_swManipulatorRotateCursor=2
_swMassPropertiesStatus_NoBody=2
_swMassPropertiesStatus_OK=0
_swMassPropertiesStatus_UnknownError=1
_swMassPropertyAccuracyLevel_Higher=2
_swMassPropertyAccuracyLevel_Lower=0
_swMassPropertyAccuracyLevel_Medium=1
_swMassPropertyMomentAboutCenterOfMass=0
_swMassPropertyMomentAboutCoordSys=1
_swMatchConfigurationNames=620
_swMateANGLE=6
_swMateAlignALIGNED=0
_swMateAlignANTI_ALIGNED=1
_swMateAlignCLOSEST=2
_swMateAnimationSpeed=37
_swMateCAMFOLLOWER=9
_swMateCOINCIDENT=0
_swMateCONCENTRIC=1
_swMateCOORDINATE=20
_swMateCircle=7
_swMateCone=5
_swMateCylinder=4
_swMateDISTANCE=5
_swMateEntity2ReferenceType_Circle=2
_swMateEntity2ReferenceType_Cone=7
_swMateEntity2ReferenceType_Cylinder=4
_swMateEntity2ReferenceType_Ellipse=11
_swMateEntity2ReferenceType_GenSurface=10
_swMateEntity2ReferenceType_GeneralCurve=12
_swMateEntity2ReferenceType_Line=1
_swMateEntity2ReferenceType_MultipleSurface=9
_swMateEntity2ReferenceType_Plane=3
_swMateEntity2ReferenceType_Point=0
_swMateEntity2ReferenceType_Set=6
_swMateEntity2ReferenceType_Sphere=5
_swMateEntity2ReferenceType_SweptSurface=8
_swMateEntity2ReferenceType_UNKNOWN=13
_swMateGEAR=10
_swMateHINGE=22
_swMateLINEARCOUPLER=18
_swMateLOCK=16
_swMateLOCKTOSKETCH=12
_swMateLine=2
_swMateMAGNETIC=25
_swMateMAXMATES=14
_swMatePARALLEL=3
_swMatePATH=15
_swMatePERPENDICULAR=2
_swMatePROFILECENTER=24
_swMatePlane=3
_swMatePoint=1
_swMateRACKPINION=13
_swMateReferenceAlignment_Aligned=1
_swMateReferenceAlignment_AntiAligned=2
_swMateReferenceAlignment_Any=0
_swMateReferenceAlignment_Closest=3
_swMateReferenceType_Coincident=2
_swMateReferenceType_Concentric=3
_swMateReferenceType_Parallel=4
_swMateReferenceType_Tangent=1
_swMateReferenceType_default=0
_swMateReference_Primary=0
_swMateReference_Secondary=1
_swMateReference_Tertiary=2
_swMateSCREW=17
_swMateSLIDER=23
_swMateSLOT=21
_swMateSYMMETRIC=8
_swMateSphere=6
_swMateTANGENT=4
_swMateUNIVERSALJOINT=19
_swMateUNKNOWN=7
_swMateUnsupported=0
_swMateWIDTH=11
_swMateWidth_Centered=0
_swMateWidth_Dimension=2
_swMateWidth_Free=1
_swMateWidth_Percent=3
_swMaterialModifier_LeastMaterialCondition=3
_swMaterialModifier_MaximumMaterialCondition=2
_swMaterialModifier_None=0
_swMaterialModifier_RegardlessOfFeatureSize=4
_swMaterialModifier_Translation=5
_swMaterialModifier_Unknown=1
_swMaterialPropertyAreaHatchFillStyle=268
_swMaterialPropertyCrosshatchAngle=41
_swMaterialPropertyCrosshatchPattern=13
_swMaterialPropertyCrosshatchScale=40
_swMaterialPropertyDensity=7
_swMaterialPropertySolidFill=193
_swMaterialUpdate=2
_swMatesAlignFirstConcentricMate=0
_swMatesAlignSecondConcentricMate=1
_swMatesDefaultMisalignedType=569
_swMatesMaximumDeviationForMisalignedMates=209
_swMatesSymmetric=2
_swMaxSegmentLength=2
_swMaximizeDocumentOnOpen=78
_swMaximum=0
_swMaximumRecentDocuments=593
_swMbAbortRetryIgnore=1
_swMbHitAbort=1
_swMbHitCancel=7
_swMbHitIgnore=2
_swMbHitNo=3
_swMbHitOk=4
_swMbHitRetry=5
_swMbHitYes=6
_swMbInformation=2
_swMbOk=2
_swMbOkCancel=3
_swMbQuestion=3
_swMbRetryCancel=4
_swMbStop=4
_swMbWarning=1
_swMbYesNo=5
_swMbYesNoCancel=6
_swMcLMC=3
_swMcMMC=1
_swMcNONE=0
_swMcRFS=2
_swMeasureArcCircle_CenterToCenter=0
_swMeasureArcCircle_MaximumDistance=2
_swMeasureArcCircle_MinimumDistance=1
_swMeasureProjectOn_FaceOrPlane=2
_swMeasureProjectOn_None=0
_swMeasureProjectOn_Screen=1
_swMedium=2
_swMenuItem=1
_swMenuItemType_Break=1
_swMenuItemType_Default=0
_swMenuItemType_Separator=2
_swMergeResult=4
_swMeshBody=6
_swMessageBoxCompress=2
_swMessageBoxExpand=1
_swMessageBoxHidden=2
_swMessageBoxMaintainExpandState=0
_swMessageBoxVisible=3
_swMethodsWithArguments=2
_swMethodsWithoutArguments=1
_swMinimumBody=3
_swMinimumTwist=10
_swMirrorBend=7
_swMirrorComponent=2
_swMirrorComponentBrowse=8
_swMirrorComponentName_Custom=2
_swMirrorComponentName_Prefix=0
_swMirrorComponentName_Suffix=1
_swMirrorComponentOrientation_None=1
_swMirrorComponentOrientation_RotatePlaneX=3
_swMirrorComponentOrientation_RotatePlaneXY=2
_swMirrorComponentOrientation_RotatePlaneY=0
_swMirrorPartOptions_ImportAbsorbedSketchs=32
_swMirrorPartOptions_ImportAxes=4
_swMirrorPartOptions_ImportBodyMaterial=32768
_swMirrorPartOptions_ImportCoordinateSystem=256
_swMirrorPartOptions_ImportCosmeticThreads=16
_swMirrorPartOptions_ImportCustomProperties=128
_swMirrorPartOptions_ImportCutListProperties=2048
_swMirrorPartOptions_ImportDimXpertAnnotations=16384
_swMirrorPartOptions_ImportHoleWizardData=1024
_swMirrorPartOptions_ImportIndProps=8192
_swMirrorPartOptions_ImportModelDimensions=512
_swMirrorPartOptions_ImportPartMaterial=65536
_swMirrorPartOptions_ImportPlanes=8
_swMirrorPartOptions_ImportSMInfo=4096
_swMirrorPartOptions_ImportSolids=1
_swMirrorPartOptions_ImportSurfaces=2
_swMirrorPartOptions_ImportUnabsorbedSketchs=64
_swMirrorPlaneType_Face=0
_swMirrorPlaneType_Plane=1
_swMirrorProfileOrAlignmentAxis_Horizontal=1
_swMirrorProfileOrAlignmentAxis_Vertical=2
_swMirrorType_CenterOfBoundingBox=0
_swMirrorType_CenterOfMass=1
_swMirrorType_ComponentOrigin=2
_swMirrorViewPosition_Horizontal=0
_swMirrorViewPosition_NotDefined=-1
_swMirrorViewPosition_Vertical=1
_swMiterBend=5
_swModelOutOfDate=2
_swModelRebuildStatus_FrozenFeatureNeedsRebuild=2
_swModelRebuildStatus_FullyRebuilt=0
_swModelRebuildStatus_NonFrozenFeatureNeedsRebuild=1
_swModelRouteType_AnyRouteType=7
_swModelRouteType_Electrical=6
_swModelRouteType_FabricatedPipe=2
_swModelRouteType_FormedPipe=3
_swModelRouteType_Harness=0
_swModelRouteType_MixedRouteType=8
_swModelRouteType_Trunking=4
_swModelRouteType_Tube=1
_swModelRouteType_UnknownRouteType=5
_swModelUpToDate=1
_swModifiedNotReloadedError=3
_swModifyBlock=2
_swModifyTableNotifyReason_CellDataModify=7
_swModifyTableNotifyReason_CellMerge=9
_swModifyTableNotifyReason_CellUnMerge=10
_swModifyTableNotifyReason_ColumnDeletion=6
_swModifyTableNotifyReason_ColumnInsertionLeft=0
_swModifyTableNotifyReason_ColumnInsertionRight=1
_swModifyTableNotifyReason_ColumnPropertyModify=8
_swModifyTableNotifyReason_ColumnRellocation=4
_swModifyTableNotifyReason_CustomPropertyModify=12
_swModifyTableNotifyReason_EditMultiProp=11
_swModifyTableNotifyReason_RowInsertionAbove=2
_swModifyTableNotifyReason_RowInsertionBelow=3
_swModifyTableNotifyReason_RowRellocation=5
_swModifyTableNotifyReason_TableMerge=17
_swModifyTableNotifyReason_TableSplitHorizontallyAbove=15
_swModifyTableNotifyReason_TableSplitHorizontallyBelow=16
_swModifyTableNotifyReason_TableSplitVerticallyLeft=13
_swModifyTableNotifyReason_TableSplitVerticallyRight=14
_swMoldToolsToolbar=19
_swMomentsOfInertiaReferenceFrame_CenterOfMass=0
_swMomentsOfInertiaReferenceFrame_DefaultCoordinateSystem=1
_swMomentsOfInertiaReferenceFrame_UserCoordinateSystem=2
_swMotionContactFrictionDynamic=2
_swMotionContactFrictionFull=1
_swMotionContactFrictionOff=0
_swMotionMatAcrylic=1001
_swMotionMatAluminumDry=1002
_swMotionMatAluminumGreasy=1003
_swMotionMatNone=1000
_swMotionMatNylon=1004
_swMotionMatRubberDry=1005
_swMotionMatRubberGreasy=1006
_swMotionMatSteelDry=1007
_swMotionMatSteelGreasy=1008
_swMotionPlotAxisComponent_BRYANT_ANGLE1=14
_swMotionPlotAxisComponent_BRYANT_ANGLE2=15
_swMotionPlotAxisComponent_BRYANT_ANGLE3=16
_swMotionPlotAxisComponent_EULER_PHI=7
_swMotionPlotAxisComponent_EULER_PSI=5
_swMotionPlotAxisComponent_EULER_THETA=6
_swMotionPlotAxisComponent_MAGNITUDE=3
_swMotionPlotAxisComponent_PITCH=9
_swMotionPlotAxisComponent_RADIAL_MAGNITUDE=4
_swMotionPlotAxisComponent_RODRIGUEZ_PARAM1=11
_swMotionPlotAxisComponent_RODRIGUEZ_PARAM2=12
_swMotionPlotAxisComponent_RODRIGUEZ_PARAM3=13
_swMotionPlotAxisComponent_ROLL=10
_swMotionPlotAxisComponent_X=0
_swMotionPlotAxisComponent_Y=1
_swMotionPlotAxisComponent_YAW=8
_swMotionPlotAxisComponent_Z=2
_swMotionPlotAxisType_ANGULAR_ACCEL=11
_swMotionPlotAxisType_ANGULAR_DISP=9
_swMotionPlotAxisType_ANGULAR_KINETIC_ENERGY=27
_swMotionPlotAxisType_ANGULAR_MOMENTUM=13
_swMotionPlotAxisType_ANGULAR_VELOCITY=10
_swMotionPlotAxisType_BRYANT_ANGLE=19
_swMotionPlotAxisType_CM_ACCELERATION=5
_swMotionPlotAxisType_CM_POSITION=2
_swMotionPlotAxisType_CM_VELOCITY=4
_swMotionPlotAxisType_CONTACT_FORCE=31
_swMotionPlotAxisType_EULER_ANGLES=17
_swMotionPlotAxisType_FRICTION_FORCE=23
_swMotionPlotAxisType_FRICTION_MOMENT=24
_swMotionPlotAxisType_KINETIC_ENERGY=25
_swMotionPlotAxisType_MOTION_APPLIED_FORCE=21
_swMotionPlotAxisType_MOTION_APPLIED_TORQUE=22
_swMotionPlotAxisType_PITCH=18
_swMotionPlotAxisType_POTENTIAL_ENERGY_DELTA=28
_swMotionPlotAxisType_POWER_CONSUMPTION=29
_swMotionPlotAxisType_PRESSURE_ANGLE=3
_swMotionPlotAxisType_PROJ_ANGLES=16
_swMotionPlotAxisType_REACTION_FORCE=14
_swMotionPlotAxisType_REACTION_TORQUE=15
_swMotionPlotAxisType_REFLECTED_INERTIA=33
_swMotionPlotAxisType_REFLECTED_MASS=32
_swMotionPlotAxisType_RODRIQUEZ_PARAM=20
_swMotionPlotAxisType_TRACE_PATH=30
_swMotionPlotAxisType_TRANS_ACCELERATION=8
_swMotionPlotAxisType_TRANS_DISP=6
_swMotionPlotAxisType_TRANS_KINETIC_ENERGY=26
_swMotionPlotAxisType_TRANS_MOMENTUM=12
_swMotionPlotAxisType_TRANS_VELOCITY=7
_swMotionPlotAxisType_XAXISFRAME=1
_swMotionPlotAxisType_XAXISTIME=0
_swMouseLBtnDblClkNotify=9
_swMouseLBtnDownNotify=3
_swMouseLBtnUpNotify=4
_swMouseMBtnDblClkNotify=11
_swMouseMBtnDownNotify=7
_swMouseMBtnUpNotify=8
_swMouseMoveNotify=2
_swMouseNotify=1
_swMouseRBtnDblClkNotify=10
_swMouseRBtnDownNotify=5
_swMouseRBtnUpNotify=6
_swMouseSelectNotify=12
_swMoveAfter=3
_swMoveBefore=2
_swMoveCopyErrorFail=2
_swMoveCopyErrorNone=0
_swMoveCopyErrorSourceDoesNotExist=1
_swMoveCopyOptionsCreateNewFolder=2
_swMoveCopyOptionsOverwriteExistingDocs=1
_swMoveFaceTypeOffset=0
_swMoveFaceTypeRotate=2
_swMoveFaceTypeTranslate=1
_swMoveFreezeBarToAfterFeature=3
_swMoveFreezeBarToBeforeFeature=2
_swMoveFreezeBarToEnd=1
_swMoveFreezeBarToTop=4
_swMoveRollbackBarToAfterFeature=4
_swMoveRollbackBarToBeforeFeature=3
_swMoveRollbackBarToEnd=1
_swMoveRollbackBarToPreviousPosition=2
_swMoveToEnd=1
_swMoveToFolder=5
_swMoveToTop=4
_swMoveableDatumDirectionBySelection=5
_swMoveableDatumDirectionDown=3
_swMoveableDatumDirectionFreeDrag=4
_swMoveableDatumDirectionLeft=0
_swMoveableDatumDirectionRight=1
_swMoveableDatumDirectionUp=2
_swMoveableDatumStyle_Horizontal=1
_swMoveableDatumStyle_NotMoveable=0
_swMoveableDatumStyle_Rotational=2
_swMsARCLEN=11
_swMsDIA=6
_swMsNONE=4
_swMsPROJTOLZONE=5
_swMsRAD=8
_swMsREF=10
_swMsSPHDIA=7
_swMsSPHRAD=9
_swMultiCAD_ApplyOnlyToParts=758
_swMultiCAD_CreateNewComponentsAsExternalFiles=759
_swMultiCAD_Enable3DInterconnect=691
_swMySldSettings=110
_swNANOMETER=7
_swNONE=0
_swNO_ARROWHEAD=10
_swNO_LEADER=0
_swNUM_HOLE_GENERIC_TYPES=9
_swNUM_HOLE_STANDARD_TYPES=249
_swNUM_HOLE_TYPES=91
_swNeedsRegenWarn=128
_swNeutralPlaneDraft=0
_swNextTipOfDayString=7
_swNoBlock=0
_swNoDisplayData=524288
_swNoDock=0
_swNoDynamics=0
_swNoMessageBox=1
_swNoSolution=5
_swNoViewAlignment=0
_swNonInterferingComponentDisplay_Current=3
_swNonInterferingComponentDisplay_Hidden=1
_swNonInterferingComponentDisplay_Transparent=2
_swNonInterferingComponentDisplay_Wireframe=0
_swNoneBend=3
_swNonlinearEdgeSelection=1
_swNormalBody_e=1
_swNormalCutExtent=0
_swNormalCutOffsetPlane=1
_swNot3DExperienceType=0
_swNotAToolboxPart=0
_swNotBendLine=0
_swNote=6
_swNoteParagraphAutoNumbering=607
_swNotifyBlockDef=7
_swNotifyComponent=2
_swNotifyComponentInternal=8
_swNotifyConfiguration=1
_swNotifyDerivedConfiguration=4
_swNotifyDrawingSheet=5
_swNotifyDrawingView=6
_swNotifyFeature=3
_swNotifySNLNotObtainedForEDrawingsSave=202
_swNumberBox_Angle=4
_swNumberBox_Density=5
_swNumberBox_Force=7
_swNumberBox_Frequency=10
_swNumberBox_Gravity=8
_swNumberBox_Length=3
_swNumberBox_Percent=11
_swNumberBox_Stress=6
_swNumberBox_Time=9
_swNumberBox_UnitlessDouble=2
_swNumberBox_UnitlessInteger=1
_swNumberedListType1=1
_swNumberedListType2=2
_swNumberedListType3=3
_swNumberedListType4=4
_swNumberedListType5=5
_swNumberedListTypeInvalid=0
_swNumberingFormat1=0
_swNumberingFormat2=1
_swNumberingFormat3=2
_swNumberingFormatInvalid=-1
_swNumberingType_Detailed=1
_swNumberingType_Flat=2
_swNumberingType_None=0
_swOFFSET_TYPE=4008
_swOPEN_ARROWHEAD=0
_swORIGIN_ARROWHEAD=4
_swOUTSIDE=1
_swObjectNotSame=0
_swObjectSame=1
_swObjectUnsupported=2
_swOfficeToolbar=32
_swOffsetFromSurface=2
_swOffsetPlanarWireBodyOptions_GapFillExtend=1
_swOffsetPlanarWireBodyOptions_GapFillRound=0
_swOffsetPlanarWireBodyOptions_GapFillTangent=2
_swOleObjectOptions_GetAll=0
_swOleObjectOptions_GetOnCurrentSheet=1
_swOnSurfacePlaneProjectAlongSketchNormal=1
_swOnSurfacePlaneProjecttoNearestLocation=0
_swOneConfigOnlyTopLevelBom=254
_swOpenAssociatedDrawing=11
_swOpenDocOptions_AdvancedConfig=8192
_swOpenDocOptions_AutoMissingConfig=32
_swOpenDocOptions_DontLoadHiddenComponents=256
_swOpenDocOptions_LDR_EditAssembly=2048
_swOpenDocOptions_LoadExternalReferencesInMemory=512
_swOpenDocOptions_LoadLightweight=128
_swOpenDocOptions_LoadModel=16
_swOpenDocOptions_OpenDetailingMode=1024
_swOpenDocOptions_OverrideDefaultLoadLightweight=64
_swOpenDocOptions_RapidDraft=8
_swOpenDocOptions_ReadOnly=2
_swOpenDocOptions_Silent=1
_swOpenDocOptions_SpeedPak=4096
_swOpenDocOptions_ViewOnly=4
_swOpenHTMLHelp=3
_swOpenLastUsedDocumentAtStart=74
_swOpenRecentFile=2
_swOptimizeMatePlacement=672
_swOptimizeSurface=1
_swOrdDimEndSymbol_Dowel=1
_swOrdDimEndSymbol_DownwardLeft=3
_swOrdDimEndSymbol_None=0
_swOrdDimEndSymbol_UpwardRight=2
_swOrdinate=1
_swOrdinateDimension=1
_swOrientation_MirroredAndFlippedX_MirroredAndFlippedY=3
_swOrientation_MirroredAndFlippedX_MirroredY=1
_swOrientation_MirroredX_MirroredAndFlippedY=2
_swOrientation_MirroredX_MirroredY=0
_swOverConstrained=4
_swOverDefining=2
_swOverriddenQuantityColumnName=66
_swOverrideQuantityColumnName=393
_swPARABOLA=7
_swPDFExportEmbedFonts=324
_swPDFExportHighQuality=325
_swPDFExportInColor=323
_swPDFExportIncludeDrawingsPaperColor=773
_swPDFExportIncludeLayersNotToPrint=581
_swPDFExportOleDPI=535
_swPDFExportPrintHeaderFooter=326
_swPDFExportShadedDraftDPI=534
_swPDFExportShadedEdgesHighQuality=720
_swPDFExportUseCurrentPrintLineWeights=327
_swPDFViewOnSave=617
_swPEAddinGUIDMismatch=4
_swPEAddinNameMismatch=2
_swPEFail=1
_swPELicenseExpired=16
_swPESuccess=0
_swPETierMismatch=32
_swPEVersionMismatch=8
_swPLANE_TYPE=4001
_swPLYAngleTolerance=213
_swPLYBinaryFormat=728
_swPLYDeviation=212
_swPLYIncludeColors=730
_swPLYPreview=729
_swPLYQuality=592
_swPLYQuality_Coarse=1
_swPLYQuality_Custom=3
_swPLYQuality_Fine=2
_swPMFloating=3
_swPMIDatumAnchorStyle_EmptyTriangle=2
_swPMIDatumAnchorStyle_EmptyTriangleWithShoulder=3
_swPMIDatumAnchorStyle_FilledTriangle=0
_swPMIDatumAnchorStyle_FilledTriangleWithShoulder=1
_swPMIDatumShape_Round=1
_swPMIDatumShape_Square=0
_swPMIDatumTargetAreaStyle_Circular=3
_swPMIDatumTargetAreaStyle_None=0
_swPMIDatumTargetAreaStyle_Rectangular=4
_swPMIDatumTargetAreaStyle_Unknown=1
_swPMIDatumTargetAreaStyle_X=2
_swPMIDatumTargetMovableStyle_Horizontal=2
_swPMIDatumTargetMovableStyle_None=0
_swPMIDatumTargetMovableStyle_Rotational=3
_swPMIDatumTargetMovableStyle_Unknown=1
_swPMIDatumTargetSymbolStyle_AreaOutside=3
_swPMIDatumTargetSymbolStyle_None=0
_swPMIDatumTargetSymbolStyle_Symbol=2
_swPMIDatumTargetSymbolStyle_Unknown=1
_swPMIDatumType_DatumFeature=0
_swPMIDatumType_DatumTarget=1
_swPMILeaderLocation_Left=1
_swPMILeaderLocation_Nearest=3
_swPMILeaderLocation_None=0
_swPMILeaderLocation_Right=2
_swPMILeaderModifier_AllAround=1
_swPMILeaderModifier_AllAroundThisSide=2
_swPMILeaderModifier_AllOver=3
_swPMILeaderModifier_AllOverThisSide=4
_swPMILeaderModifier_None=0
_swPMILeaderStyle_Bent=2
_swPMILeaderStyle_Inside=5
_swPMILeaderStyle_None=0
_swPMILeaderStyle_Outside=4
_swPMILeaderStyle_Perpendicular=3
_swPMILeaderStyle_Smart=6
_swPMILeaderStyle_Straight=1
_swPMILeaderType_Leader=1
_swPMILeaderType_MultiJog=2
_swPMILeaderType_NoLeader=0
_swPMIOnly=19
_swPMITolPerUnitType_Circular=2
_swPMITolPerUnitType_None=0
_swPMITolPerUnitType_Rectangular=3
_swPMITolPerUnitType_Square=4
_swPMITolPerUnitType_Unknown=1
_swPMIType_Datum=2
_swPMIType_Dimension=1
_swPMIType_GTol=3
_swPMIType_None=0
_swPMIType_Unknown=4
_swPMIUnit_ANGSTROM=1
_swPMIUnit_CM=2
_swPMIUnit_DEGREE=12
_swPMIUnit_FEET=3
_swPMIUnit_FEETINCHES=4
_swPMIUnit_INCHES=5
_swPMIUnit_METER=6
_swPMIUnit_MICRON=7
_swPMIUnit_MIL=8
_swPMIUnit_MM=9
_swPMIUnit_NANOMETER=10
_swPMIUnit_None=0
_swPMIUnit_RADIAN=13
_swPMIUnit_UIN=11
_swPMInTabsWithFM=0
_swPMPinnedAboveFM=1
_swPMPinnedLowerRight=4
_swPMPinnedNextToFM=2
_swPOINT=0
_swPackAndGoDocumentStatus_Normal=0
_swPackAndGoDocumentStatus_UnKnown=2
_swPackAndGoDocumentStatus_Virtual=1
_swPackAndGoSaveStatus_FileAlreadyExist=2
_swPackAndGoSaveStatus_SaveError=4
_swPackAndGoSaveStatus_SaveToEmpty=3
_swPackAndGoSaveStatus_Succeed=0
_swPackAndGoSaveStatus_UserInputNotCorrect=1
_swPageSetupHighQuality=345
_swPageSetupInUse_Application=1
_swPageSetupInUse_Document=2
_swPageSetupInUse_DrawingSheet=3
_swPageSetupOrient_Landscape=2
_swPageSetupOrient_Portrait=1
_swPageSetupPrinterBottomMargin=45
_swPageSetupPrinterDrawingColor=139
_swPageSetupPrinterDrawingScale=56
_swPageSetupPrinterDrawingScaleToFit=129
_swPageSetupPrinterLeftMargin=46
_swPageSetupPrinterNormalLineWeight=49
_swPageSetupPrinterOrientation=138
_swPageSetupPrinterPartAsmPrintWindow=130
_swPageSetupPrinterPartAsmScale=57
_swPageSetupPrinterRightMargin=47
_swPageSetupPrinterThick2LineWeight=51
_swPageSetupPrinterThick3LineWeight=52
_swPageSetupPrinterThick4LineWeight=53
_swPageSetupPrinterThick5LineWeight=54
_swPageSetupPrinterThick6LineWeight=55
_swPageSetupPrinterThickLineWeight=50
_swPageSetupPrinterThinLineWeight=48
_swPageSetupPrinterTopMargin=44
_swPageSetupPrinterUsePrinterMargin=128
_swPageSetupScaleDraftEdges=571
_swPageSetup_AutomaticDrawingColor=1
_swPageSetup_BlackAndWhite=3
_swPageSetup_ColorGrey=2
_swPanDynamics=2
_swParabolaApexPt=3
_swParabolaEndPt=1
_swParabolaFocusPt=2
_swParabolaStartPt=0
_swParagraphBullet=0
_swParagraphNone=-1
_swParagraphNumbered=1
_swParamTypeDVector=3
_swParamTypeDouble=0
_swParamTypeInteger=2
_swParamTypeString=1
_swParameterizationPropertyType_AllDerivativesContinuous=13737
_swParameterizationPropertyType_AllDerivativesNotContinuous=13738
_swParameterizationPropertyType_BoundsCoincident=13746
_swParameterizationPropertyType_Circular=13740
_swParameterizationPropertyType_Linear=13739
_swParameterizationPropertyType_Periodic=13701
_swParasolidOutputVersion=89
_swParasolidOutputVersion_100=4
_swParasolidOutputVersion_110=5
_swParasolidOutputVersion_111=6
_swParasolidOutputVersion_120=7
_swParasolidOutputVersion_121=8
_swParasolidOutputVersion_130=9
_swParasolidOutputVersion_140=10
_swParasolidOutputVersion_150=11
_swParasolidOutputVersion_151=12
_swParasolidOutputVersion_160=13
_swParasolidOutputVersion_161=14
_swParasolidOutputVersion_171=15
_swParasolidOutputVersion_181=16
_swParasolidOutputVersion_191=17
_swParasolidOutputVersion_200=18
_swParasolidOutputVersion_210=19
_swParasolidOutputVersion_220=20
_swParasolidOutputVersion_230=21
_swParasolidOutputVersion_240=22
_swParasolidOutputVersion_250=23
_swParasolidOutputVersion_260=24
_swParasolidOutputVersion_270=25
_swParasolidOutputVersion_280=26
_swParasolidOutputVersion_290=27
_swParasolidOutputVersion_300=28
_swParasolidOutputVersion_310=29
_swParasolidOutputVersion_320=30
_swParasolidOutputVersion_330=31
_swParasolidOutputVersion_341=32
_swParasolidOutputVersion_80=1
_swParasolidOutputVersion_90=2
_swParasolidOutputVersion_91=3
_swParasolidOutputVersion_latest=0
_swPartActiveDisplayStateChangePostNotify=61
_swPartActiveDisplayStateChangePreNotify=60
_swPartActiveViewChangeNotify=53
_swPartAddCustomPropertyNotify=21
_swPartAddDvePagePreNotify=48
_swPartAddItemNotify=16
_swPartAutoSaveNotify=12
_swPartAutoSaveToStorageNotify=13
_swPartAutoSaveToStorageStoreNotify=66
_swPartBodyVisibleChangeNotify=29
_swPartChangeCustomPropertyNotify=22
_swPartClearSelectionsNotify=42
_swPartCloseDesignTableNotify=46
_swPartCommandManagerTabActivatedPreNotify=71
_swPartConfigChangeNotify=10
_swPartConfigChangePostNotify=11
_swPartConfigurationChangeNotify=51
_swPartConvertToBodiesPostNotify=78
_swPartConvertToBodiesPreNotify=77
_swPartDeleteCustomPropertyNotify=23
_swPartDeleteItemNotify=18
_swPartDeleteItemPreNotify=41
_swPartDeleteSelectionPreNotify=27
_swPartDestroyNotify=2
_swPartDestroyNotify2=50
_swPartDimXpertAngularUnitTolValue=126
_swPartDimXpertBlockTolerance=424
_swPartDimXpertChainDistanceBwtnFeatBlockPrecision=416
_swPartDimXpertChainHoleDimensionChain=426
_swPartDimXpertChainInnerTolLowerValue=134
_swPartDimXpertChainInnerTolType=414
_swPartDimXpertChainInnerTolUpperValue=133
_swPartDimXpertChainPatternLocBlockPrecision=415
_swPartDimXpertChainPatternLocTolLowerValue=132
_swPartDimXpertChainPatternLocTolType=413
_swPartDimXpertChainPatternLocTolUpperValue=131
_swPartDimXpertChainPocketDimensionChain=427
_swPartDimXpertChamferAngleBlockPrecision=420
_swPartDimXpertChamferAngleTolLowerValue=150
_swPartDimXpertChamferAngleTolType=418
_swPartDimXpertChamferAngleTolUpperValue=149
_swPartDimXpertChamferDistanceBlockPrecision=419
_swPartDimXpertChamferDistanceTolLowerValue=148
_swPartDimXpertChamferDistanceTolType=417
_swPartDimXpertChamferDistanceTolUpperValue=147
_swPartDimXpertChamferMaxWidth=146
_swPartDimXpertChamferWidthRatio=145
_swPartDimXpertDisplayDatumGtolLinearDimAttachment=441
_swPartDimXpertDisplayDatumGtolSurfaceAttachment=440
_swPartDimXpertDisplayEliminateDuplicates=434
_swPartDimXpertDisplayGtolLinearDimAttachment=439
_swPartDimXpertDisplayHoleDimensionType=438
_swPartDimXpertDisplayShowInstanceCount=435
_swPartDimXpertDisplaySlotDimensionType=437
_swPartDimXpertGeneralToleranceClass=408
_swPartDimXpertGeometricApplyMMC=428
_swPartDimXpertGeometricBasicDimensionChain=430
_swPartDimXpertGeometricCreateBasicDimension=429
_swPartDimXpertGeometricPositionAtMMC=431
_swPartDimXpertGeometricPositionComposite=432
_swPartDimXpertGeometricPositionCompositeTolValue=141
_swPartDimXpertGeometricPositionTolValue=140
_swPartDimXpertGeometricPrimaryTolValue=135
_swPartDimXpertGeometricRunoutTolValue=144
_swPartDimXpertGeometricSecondFeatureSizeTolValue=136
_swPartDimXpertGeometricSecondPlaneFeatureTolValue=137
_swPartDimXpertGeometricSurfaceProfileComposite=433
_swPartDimXpertGeometricSurfaceProfileCompositeTolValue=143
_swPartDimXpertGeometricSurfaceProfileTolValue=142
_swPartDimXpertGeometricThirdFeatureSizeTolValue=138
_swPartDimXpertGeometricThirdPlaneFeatureTolValue=139
_swPartDimXpertLengthUnitTol1Decimals=405
_swPartDimXpertLengthUnitTol1Value=123
_swPartDimXpertLengthUnitTol2Decimals=406
_swPartDimXpertLengthUnitTol2Value=124
_swPartDimXpertLengthUnitTol3Decimals=407
_swPartDimXpertLengthUnitTol3Value=125
_swPartDimXpertLocationAngleBlockPrecision=412
_swPartDimXpertLocationAngleTolLowerValue=130
_swPartDimXpertLocationAngleTolType=410
_swPartDimXpertLocationAngleTolUpperValue=129
_swPartDimXpertLocationDistanceBlockPrecision=411
_swPartDimXpertLocationDistanceTolLowerValue=128
_swPartDimXpertLocationDistanceTolType=409
_swPartDimXpertLocationDistanceTolUpperValue=127
_swPartDimXpertLocationInclinedPlane=425
_swPartDimXpertSizeCounterboreDiameterBlockPrecsion=430
_swPartDimXpertSizeCounterboreDiameterTolLowerValue=154
_swPartDimXpertSizeCounterboreDiameterTolType=422
_swPartDimXpertSizeCounterboreDiameterTolUpperValue=153
_swPartDimXpertSizeCountersinkAngleBlockPrecision=432
_swPartDimXpertSizeCountersinkAngleTolLowerValue=158
_swPartDimXpertSizeCountersinkAngleTolType=424
_swPartDimXpertSizeCountersinkAngleTolUpperValue=157
_swPartDimXpertSizeCountersinkDiameterBlockPrecsion=431
_swPartDimXpertSizeCountersinkDiameterTolLowerValue=156
_swPartDimXpertSizeCountersinkDiameterTolType=423
_swPartDimXpertSizeCountersinkDiameterTolUpperValue=155
_swPartDimXpertSizeDepthBlockPrecision=435
_swPartDimXpertSizeDepthTolLowerValue=164
_swPartDimXpertSizeDepthTolType=427
_swPartDimXpertSizeDepthTolUpperValue=163
_swPartDimXpertSizeDiameterBlockPrecsion=429
_swPartDimXpertSizeDiameterTolLowerValue=152
_swPartDimXpertSizeDiameterTolType=421
_swPartDimXpertSizeDiameterTolUpperValue=151
_swPartDimXpertSizeFilletRadiusBlockPrecision=436
_swPartDimXpertSizeFilletRadiusTolLowerValue=166
_swPartDimXpertSizeFilletRadiusTolType=428
_swPartDimXpertSizeFilletRadiusTolUpperValue=165
_swPartDimXpertSizeLengthSlotBlockPrecision=433
_swPartDimXpertSizeLengthSlotTolLowerValue=160
_swPartDimXpertSizeLengthSlotTolType=425
_swPartDimXpertSizeLengthSlotTolUpperValue=159
_swPartDimXpertSizeWidthSlotBlockPrecision=434
_swPartDimXpertSizeWidthSlotTolLowerValue=162
_swPartDimXpertSizeWidthSlotTolType=426
_swPartDimXpertSizeWidthSlotTolUpperValue=161
_swPartDimensionChangeNotify=37
_swPartDragStateChangeNotify=67
_swPartDynamicHighlightNotify=36
_swPartEquationEditorPostNotify=44
_swPartEquationEditorPreNotify=43
_swPartExportFlatPattern=418
_swPartFeatureEditPreNotify=24
_swPartFeatureManagerFilterStringChangeNotify=54
_swPartFeatureManagerTabActivatedNotify=75
_swPartFeatureManagerTabActivatedPreNotify=74
_swPartFeatureManagerTreeRebuildNotify=34
_swPartFeatureSketchEditPreNotify=25
_swPartFileDropPostNotify=35
_swPartFileDropPreNotify=56
_swPartFileReloadCancelNotify=38
_swPartFileReloadNotify=20
_swPartFileReloadPreNotify=28
_swPartFileSaveAsNotify=7
_swPartFileSaveAsNotify2=26
_swPartFileSaveNotify=6
_swPartFileSavePostCancelNotify=39
_swPartFileSavePostNotify=31
_swPartFlipLoopNotify=55
_swPartInsertTableNotify=68
_swPartLightingDialogCreateNotify=15
_swPartLoadFromStorageNotify=8
_swPartLoadFromStorageStoreNotify=32
_swPartModifyNotify=19
_swPartModifyTableNotify=69
_swPartNewSelectionNotify=5
_swPartOpenDesignTableNotify=45
_swPartPreRenameItemNotify=72
_swPartPromptBodiesToKeepNotify=47
_swPartPublishTo3DPDFNotify=76
_swPartRedoPostNotify=62
_swPartRedoPreNotify=63
_swPartRegenNotify=1
_swPartRegenPostNotify=3
_swPartRegenPostNotify2=30
_swPartRenameDisplayTitleNotify=79
_swPartRenameItemNotify=17
_swPartRenamedDocumentNotify=73
_swPartSaveToStorageNotify=9
_swPartSaveToStorageStoreNotify=33
_swPartSensorAlertPreNotify=57
_swPartSketchSolveNotify=40
_swPartSuppressionStateChangeNotify=52
_swPartUndoPostNotify=58
_swPartUndoPreNotify=64
_swPartUnitsChangeNotify=49
_swPartUserSelectionPostNotify=70
_swPartUserSelectionPreNotify=59
_swPartViewNewNotify=4
_swPartViewNewNotify2=14
_swPartWeldmentCutListUpdatePostNotify=65
_swPartialEdgeDistanceOffset=1
_swPartialEdgeNone=0
_swPartialEdgePercentOffset=2
_swPartialEdgeReferenceOffset=3
_swPartialModifyBlock=3
_swPartingLineDraft=1
_swPartingSurfaceMoldParmNormal=1
_swPartingSurfaceMoldParmPerpendicular=4
_swPartingSurfaceMoldParmTangent=0
_swPartingSurfaceSharp=1
_swPartingSurfaceSmooth=2
_swPatchTypeContact=1
_swPatchTypeNoFill=0
_swPatchTypeTangent=2
_swPatternEndCondition_SpacingAndInstances=0
_swPatternEndCondition_UpToReference=1
_swPatternFeatureImportExportError_AccessDeniedOrInvalidPath=19
_swPatternFeatureImportExportError_ColumnARows1And2Error=5
_swPatternFeatureImportExportError_ColumnBRows1And2Error=7
_swPatternFeatureImportExportError_DimValueFormatIncorrect=15
_swPatternFeatureImportExportError_DimensionNameDoesNotExist=12
_swPatternFeatureImportExportError_DuplicateDimensions=10
_swPatternFeatureImportExportError_EmptyRowsOrColumns=4
_swPatternFeatureImportExportError_Failed=1
_swPatternFeatureImportExportError_FailedToRetrieveExcelApp=20
_swPatternFeatureImportExportError_FailedToRetrieveModelDocument=16
_swPatternFeatureImportExportError_FeatureDoesNotExist=9
_swPatternFeatureImportExportError_FeatureOrDimDoesNotExist=13
_swPatternFeatureImportExportError_FileExistsAndOverwriteIsFalse=17
_swPatternFeatureImportExportError_ImproperValuesForColumnB=8
_swPatternFeatureImportExportError_InstNumStartsFromNonZero=6
_swPatternFeatureImportExportError_NoValidDimensionToImport=14
_swPatternFeatureImportExportError_OutOfRangeDimensionValue=11
_swPatternFeatureImportExportError_ReadOnlyFile=18
_swPatternFeatureImportExportError_Succeed=0
_swPatternFeatureImportExportError_UnequalNumOfCellsInColumn=2
_swPatternFeatureImportExportError_UnequalNumOfCellsInRow=3
_swPatternInstanceCount1=2
_swPatternInstanceCount2=4
_swPatternLayoutCircular=0
_swPatternLayoutInstances=1
_swPatternLayoutPerforation=3
_swPatternLayoutPolygon=2
_swPatternLayoutSquare=1
_swPatternLayoutTargetSpacing=0
_swPatternReferenceTypeAxis=0
_swPatternReferenceTypeEdge=1
_swPatternReferenceTypeFace=3
_swPatternReferenceTypeRefDim=2
_swPatternSpacing1=1
_swPatternSpacing2=3
_swPdfIncludeBookmarks=673
_swPenSketchStrokeColor=567
_swPenSketchStrokeThickness=566
_swPenetrationFailed=1
_swPenetrationFailedAlreadyPenetrating=8
_swPenetrationFailedBadFitting=7
_swPenetrationFailedBadSelection=6
_swPenetrationFailedDllNotLoaded=3
_swPenetrationFailedMultiBody=9
_swPenetrationFailedNoSelection=4
_swPenetrationFailedNotRouting=5
_swPenetrationFailedPipeTooWide=2
_swPenetrationSucceeded=0
_swPerformanceAlwaysGenerateCurvature=104
_swPerformanceAlwaysResolveSubassemblies=333
_swPerformanceAssemRebuildOnLoad=81
_swPerformanceDynamicUpdateOnMove=103
_swPerformanceFeedback=460
_swPerformanceFeedback_No=0
_swPerformanceFeedback_RemindLater=2
_swPerformanceFeedback_RemindNow=3
_swPerformanceFeedback_Yes=1
_swPerformancePreviewDuringOpen=317
_swPerformanceRemoveDetailDuringZoomPanRotate=203
_swPerformanceSave=208
_swPerformanceSheetMetalIgnoreSelfIntersect=281
_swPerformanceVerifyOnRebuild=102
_swPerformanceViewsToDraftQuality=270
_swPerformanceWin95ZoomClipping=105
_swPersistReferencedObject_Deleted=4
_swPersistReferencedObject_Invalid=1
_swPersistReferencedObject_Ok=0
_swPersistReferencedObject_Suppressed=2
_swPhotoView=1
_swPhysicalProduct=1
_swPinionPitchDiameter=0
_swPipeTapBlind=37
_swPipeTapBlindCounterSinkTop=38
_swPipeTapThru=39
_swPipeTapThruCounterSinkBottom=40
_swPipeTapThruCounterSinkTop=41
_swPipeTapThruCounterSinkTopBottom=42
_swPlaneDisplayBackFaceColor=146
_swPlaneDisplayFrontFaceColor=145
_swPlaneDisplayIntersectionLineColor=148
_swPlaneDisplayShowEdges=137
_swPlaneDisplayShowIntersections=138
_swPlaneDisplayTransparency=147
_swPlaneManipulator=2
_swPnID=6
_swPointAxisCoordSystemHideNames=632
_swPointAxisCoordSystemLabelFontTextFormat=48
_swPointAxisCoordSystemNameFontTextFormat=47
_swPointInferenceBrokerOption_IncludeHidden=1
_swPointStyle_Circle=4
_swPointStyle_Plus=2
_swPointStyle_X=1
_swPointStyle_XPlus=3
_swPolarMinHoles=561
_swPreciseHlr=0
_swPreciseRenderingOfOverlappingGeometry=416
_swPrecisionFollowsDocumentSetting=-2
_swPresentationOpts_ActiveView=32
_swPresentationOpts_Animations=4
_swPresentationOpts_BackView=2048
_swPresentationOpts_BottomView=128
_swPresentationOpts_CameraMovement=16
_swPresentationOpts_ChkOpenPassword3DPDF=1073741824
_swPresentationOpts_CompressTesselation=8388608
_swPresentationOpts_CreateAttachSTEP242=262144
_swPresentationOpts_DimetricView=32768
_swPresentationOpts_DisableCopying3DPDF=67108864
_swPresentationOpts_DisableEditing3DPDF=33554432
_swPresentationOpts_DisablePrinting3DPDF=16777216
_swPresentationOpts_ExcludeFromAnnoView=131072
_swPresentationOpts_Explodes=8
_swPresentationOpts_FrontView=1024
_swPresentationOpts_HighAccuracy=1048576
_swPresentationOpts_IsometricView=8192
_swPresentationOpts_LeftView=256
_swPresentationOpts_LowAccuracy=524288
_swPresentationOpts_MaxAccuracy=4194304
_swPresentationOpts_MedAccuracy=2097152
_swPresentationOpts_None=0
_swPresentationOpts_NormalView=4096
_swPresentationOpts_OpenPDF=65536
_swPresentationOpts_PDFPreview=268435456
_swPresentationOpts_Pres=1
_swPresentationOpts_RightView=512
_swPresentationOpts_ShowOnlyGraphicalData=134217728
_swPresentationOpts_SingleHTML=536870912
_swPresentationOpts_TopView=64
_swPresentationOpts_TrimetricView=16384
_swPresentationOpts_U3D=2
_swPreserveRedundantGeometry=340
_swPrevTipOfDayString=9
_swPrimaryMemberPointLengthEndCondition_Length=0
_swPrimaryMemberPointLengthEndCondition_Point=1
_swPrimaryMemberPointLengthEndCondition_UpToPlane=3
_swPrimaryMemberPointLengthEndCondition_UpToPoint=2
_swPrint3DBoxX=206
_swPrint3DBoxY=207
_swPrint3DBoxZ=208
_swPrintAll=0
_swPrintBackground=159
_swPrintCurrentSheet=1
_swPrintGrid=610
_swPrintOrientation=1
_swPrintPaperLength=2
_swPrintPaperSize=0
_swPrintPaperWidth=3
_swPrintScreenImage=2
_swPrintSelection=3
_swPrintZoneLines=611
_swProfileSweep=1
_swProjectedAngle=3
_swPromptForAutoMateFlip=368
_swPromptForFilename_Cancelled=26
_swPropMgrPageComboBoxStyle_AvoidSelectionText=8
_swPropMgrPageComboBoxStyle_EditBoxReadOnly=4
_swPropMgrPageComboBoxStyle_EditableText=2
_swPropMgrPageComboBoxStyle_Sorted=1
_swPropMgrPageLabelStyle_CenterText=2
_swPropMgrPageLabelStyle_LeftText=1
_swPropMgrPageLabelStyle_RightText=4
_swPropMgrPageLabelStyle_Sunken=8
_swPropMgrPageLabel_DashedUnderline=2
_swPropMgrPageLabel_NoUnderline=0
_swPropMgrPageLabel_SolidUnderline=1
_swPropMgrPageListBoxStyle_MultipleItemSelect=4
_swPropMgrPageListBoxStyle_NoIntegralHeight=2
_swPropMgrPageListBoxStyle_Sorted=1
_swPropMgrPageNumberBoxStyle_AvoidSelectionText=4
_swPropMgrPageNumberBoxStyle_ComboEditBox=1
_swPropMgrPageNumberBoxStyle_EditBoxReadOnly=2
_swPropMgrPageNumberBoxStyle_NoScrollArrows=8
_swPropMgrPageNumberBoxStyle_Slider=16
_swPropMgrPageNumberBoxStyle_SuppressNotifyWhileTracking=64
_swPropMgrPageNumberBoxStyle_Thumbwheel=32
_swPropMgrPageOptionStyle_FirstInGroup=1
_swPropMgrPageSelectionBoxStyle_HScroll=1
_swPropMgrPageSelectionBoxStyle_MultipleItemSelect=4
_swPropMgrPageSelectionBoxStyle_UpAndDownButtons=2
_swPropMgrPageSelectionBoxStyle_WantListboxSelectionChanged=8
_swPropMgrPageSliderStyle_AutoTicks=2
_swPropMgrPageSliderStyle_BottomLeftTicks=4
_swPropMgrPageSliderStyle_NotifyWhileTracking=16
_swPropMgrPageSliderStyle_TopRightTicks=8
_swPropMgrPageSliderStyle_Vertical=1
_swPropMgrPageTextBoxStyle_Multiline=8
_swPropMgrPageTextBoxStyle_NoBorder=4
_swPropMgrPageTextBoxStyle_NotifyOnlyWhenFocusLost=1
_swPropMgrPageTextBoxStyle_ReadOnly=2
_swPropSheetAmbientLight=3
_swPropSheetDirectionalLight=4
_swPropSheetLighting=1
_swPropSheetNotValid=0
_swPropSheetPositionLight=5
_swPropSheetSpotLight=6
_swPropSheetToolsOptions=2
_swPropertyManagerColorActiveClosedDivider=286
_swPropertyManagerColorBackground=285
_swPropertyManagerColorDivider=235
_swPropertyManagerColorEditBox=287
_swPropertyManagerColorEditText=288
_swPropertyManagerColorImportantMessage=294
_swPropertyManagerColorInnerBorder=292
_swPropertyManagerColorLabelAndIcon=289
_swPropertyManagerColorOuterBorder=291
_swPropertyManagerColorScheme_Blue=1
_swPropertyManagerColorScheme_Default=7
_swPropertyManagerColorScheme_Gray=2
_swPropertyManagerColorScheme_Mustard=3
_swPropertyManagerColorScheme_Olive=4
_swPropertyManagerColorScheme_Sand=5
_swPropertyManagerColorScheme_SeaGreen=6
_swPropertyManagerColorScheme_Windows=8
_swPropertyManagerColorTitle=290
_swPropertyManagerColorTopBorder=293
_swPropertyManagerOptions_AbortCommands=1024
_swPropertyManagerOptions_AllowHorizontalResize=64
_swPropertyManagerOptions_CanEscapeCancel=4096
_swPropertyManagerOptions_CancelButton=2
_swPropertyManagerOptions_CloseDialogButton=8
_swPropertyManagerOptions_DisablePageBuildDuringHandlers=32768
_swPropertyManagerOptions_DisableSelection=256
_swPropertyManagerOptions_GrayOutDisabledSelectionListboxes=65536
_swPropertyManagerOptions_HandleKeystrokes=8192
_swPropertyManagerOptions_LockedPage=4
_swPropertyManagerOptions_MultiplePages=16
_swPropertyManagerOptions_OkayButton=1
_swPropertyManagerOptions_PreviewButton=128
_swPropertyManagerOptions_PushpinButton=32
_swPropertyManagerOptions_RedoButton=16384
_swPropertyManagerOptions_SupportsChainSelection=131072
_swPropertyManagerOptions_SupportsIsolate=262144
_swPropertyManagerOptions_UndoButton=2048
_swPropertyManagerOptions_WhatsNew=512
_swPropertyManagerPageButton_Back=5
_swPropertyManagerPageButton_Cancel=2
_swPropertyManagerPageButton_Help=3
_swPropertyManagerPageButton_Next=4
_swPropertyManagerPageButton_Ok=1
_swPropertyManagerPageButton_Preview=7
_swPropertyManagerPageButton_Pushpin=8
_swPropertyManagerPageButton_Redo=9
_swPropertyManagerPageButton_Undo=6
_swPropertyManagerPageButton_WhatsNew=10
_swPropertyManagerPageClose_Apply=6
_swPropertyManagerPageClose_Cancel=2
_swPropertyManagerPageClose_Closed=4
_swPropertyManagerPageClose_Okay=1
_swPropertyManagerPageClose_ParentClosed=3
_swPropertyManagerPageClose_Preview=7
_swPropertyManagerPageClose_UnknownReason=0
_swPropertyManagerPageClose_UserEscape=5
_swPropertyManagerPageCursors_Advance=2
_swPropertyManagerPageCursors_None=0
_swPropertyManagerPageCursors_Okay=1
_swPropertyManagerPage_CreationFailure=-1
_swPropertyManagerPage_NoDocument=-2
_swPropertyManagerPage_Okay=0
_swPropertyManagerPage_UnsupportedHandler=1
_swPropertyManagerShowOptions_StackPage=1
_swPropertyManagerStatus_Disconnected=-2
_swPropertyManagerStatus_Failed=-1
_swPropertyManagerStatus_Okay=0
_swPropertyManager_CancelButton=2
_swPropertyManager_HelpButton=4
_swPropertyManager_OkayButton=1
_swPropertyManager_PreviewButton=8
_swPropertyManager_PushpinButton=16
_swPropertyMgrDockingState=340
_swPropertySheetCreateControlNotify=5
_swPropertySheetDestroyNotify=1
_swPropertySheetHelpNotify=2
_swPropertySheetOnCancelNotify=4
_swPropertySheetOnOKNotify=3
_swPublishStep242_InvalidPath=1
_swPublishStep242_MBDLicenseNotAvailable=4
_swPublishStep242_Success=0
_swPublishStep242_UnknownError=3
_swPublishTo3DPDF_InvalidPath=1
_swPublishTo3DPDF_InvalidTheme=2
_swPublishTo3DPDF_MBDLicenseNotAvailable=4
_swPublishTo3DPDF_NothingToPublish=5
_swPublishTo3DPDF_Success=0
_swPublishTo3DPDF_UnknownError=3
_swPunchTableColumnType_Angle=605
_swPunchTableColumnType_PunchID=603
_swPunchTableColumnType_Quantity=604
_swPunchTableColumnType_Tag=606
_swPunchTableColumnType_XLocation=601
_swPunchTableColumnType_YLocation=602
_swPunchTableCombineSameSize=474
_swPunchTableCombineTags=473
_swPunchTableLocationPrecision=456
_swPunchTableOriginStandard=455
_swPunchTableTagAngle=167
_swPunchTableTagOffset=168
_swPunchTableTagStyle=458
_swPunchTable_AlphaNumericTags=1
_swPunchTable_NumericTags=2
_swPurgeAllBodiesForNonActiveConfigurations=521
_swQTPA_ArrowManipulator=1007
_swQTPA_AssemblyComponentFeature=1006
_swQTPA_AssemblyComponentNonFixed=1009
_swQTPA_BaseExtrudeFeature=54
_swQTPA_BaseRevolvedFeature=57
_swQTPA_ChangedFilesStatusBarButton=1014
_swQTPA_ConstraintStatusBarButton=1013
_swQTPA_ExtrudedBoss=53
_swQTPA_ExtrudedCut=52
_swQTPA_FilletFeature=1
_swQTPA_FirstBodyFeature=998
_swQTPA_LastBodyFeature=999
_swQTPA_MateFeature=105
_swQTPA_MateGroupFeature=33
_swQTPA_MateOperationBar=1010
_swQTPA_NONE=0
_swQTPA_Nothing_FloatTRGraphics=1012
_swQTPA_Origin=79
_swQTPA_PM_MSG_DIVIDER=5085
_swQTPA_PropertyManager=1008
_swQTPA_QTStatusBarButton=1011
_swQTPA_RefPlanes=3
_swQTPA_RevolvedBoss=57
_swQTPA_RevolvedCut=57
_swQTPA_RollbackBar=1003
_swQTPA_SheetMetalFeature=18
_swQTPA_SheetMetalFlattenedFeature=1004
_swQTPA_SheetMetalProcessedFeature=1005
_swQTPA_SketchFeature=78
_swQTPA_Triad=1002
_swQTPA_UpperAppFrame=387099
_swQuadNegQ1=2
_swQuadNegQ2=4
_swQuadPosQ1=1
_swQuadPosQ2=3
_swQuadUnknown=0
_swQuickSnapToolbar=31
_swQuickTipAssemblyMatedMode=512
_swQuickTipAssemblyMultiCompMode=256
_swQuickTipAssemblyOneCompMode=128
_swQuickTipAssemblySimulatingMode=1024
_swQuickTipClosedProfileCompletedMode=8
_swQuickTipDrawingEditSheetMode=262144
_swQuickTipDrawingOneViewMode=4096
_swQuickTipEmptyAssemblyMode=64
_swQuickTipEmptyDrawingMode=2048
_swQuickTipEmptyPartMode=2
_swQuickTipEmptySWFrameMode=1
_swQuickTipFirstFeatureDoneMode=32
_swQuickTipNoMode=0
_swQuickTipPMBaseFeatureDialogMode=8192
_swQuickTipPMInsertComponentMode=2097152
_swQuickTipPMInsertModelViewMode=524288
_swQuickTipPMInsertProjectedViewMode=1048576
_swQuickTipPMMateDialogMode=32768
_swQuickTipPMYellowErrorMessageMode=16384
_swQuickTipPMYellowGuidelinesMode=4194304
_swQuickTipSheetMetalMode=65536
_swQuickTipSketchDoneMode=16
_swQuickTipSketching3DMode=131072
_swQuickTipSketchingMode=4
_swQuickTipsAssembly=293
_swQuickTipsDrawing=294
_swQuickTipsPart=292
_swQuickViewTransparencyDynamic=488
_swQuickViewTransparencyEnabled=487
_swQuickViewTransparencyLevel=170
_swRADIANS=3
_swRUS_ARROWHEAD=7
_swRackPinionMateEntityType_Pinion=1
_swRackPinionMateEntityType_Rack=0
_swRackTravelPerRevolution=1
_swRadialDimension=5
_swRadialLinearDimension=14
_swRapidDraftPrintOutOfSynchWaterMark=134
_swRayPtsOptsENTRY_EXIT=4
_swRayPtsOptsNORMALS=1
_swRayPtsOptsTOPOLS=2
_swRayPtsOptsUNBLOCK=8
_swRayPtsResultsEDGE=4
_swRayPtsResultsENTER=16
_swRayPtsResultsEXIT=32
_swRayPtsResultsFACE=1
_swRayPtsResultsSILHOUETTE=2
_swRayPtsResultsUnknown=0
_swRayPtsResultsVERTEX=8
_swRayTraceCartoon=0
_swRayTraceContour=1
_swReadOnlyChanged=16
_swReadOnlySaveError=2
_swReadOnlyWarn=8
_swRebuildActiveDoc=2
_swRebuildAll=1
_swRebuildErrorAction=306
_swRebuildOnActivation=230
_swRebuildSaveNewConfig=569
_swRefPlaneAngle=7
_swRefPlaneConstraintBase=11
_swRefPlaneDistance=5
_swRefPlaneInvalid=0
_swRefPlaneLineLine=4
_swRefPlaneLinePoint=2
_swRefPlaneNormal=8
_swRefPlaneOnSurface=9
_swRefPlaneParallel=6
_swRefPlaneReferenceConstraint_Angle=16
_swRefPlaneReferenceConstraint_Coincident=4
_swRefPlaneReferenceConstraint_Distance=8
_swRefPlaneReferenceConstraint_MidPlane=128
_swRefPlaneReferenceConstraint_OptionFlip=256
_swRefPlaneReferenceConstraint_OptionOriginOnCurve=512
_swRefPlaneReferenceConstraint_OptionProjectAlongSketchNormal=2048
_swRefPlaneReferenceConstraint_OptionProjectToNearestLocation=1024
_swRefPlaneReferenceConstraint_OptionReferenceFlip=8192
_swRefPlaneReferenceConstraint_Parallel=1
_swRefPlaneReferenceConstraint_ParallelToScreen=4096
_swRefPlaneReferenceConstraint_Perpendicular=2
_swRefPlaneReferenceConstraint_Project=64
_swRefPlaneReferenceConstraint_Tangent=32
_swRefPlaneReference_First=0
_swRefPlaneReference_Second=1
_swRefPlaneReference_Third=2
_swRefPlaneSWStandard=10
_swRefPlaneThreePoint=3
_swRefPlaneUndefined=1
_swRefPointAlongCurve=2
_swRefPointAlongCurveDistance=0
_swRefPointAlongCurveEvenlyDistributed=2
_swRefPointAlongCurvePercentage=1
_swRefPointCenterEdge=3
_swRefPointFaceCenter=4
_swRefPointFaceVertexProjection=5
_swRefPointIntersection=6
_swRefPointInvalid=0
_swRefPointSketchPoint=7
_swRefPointUndefined=1
_swRefVisualizationChildrenColor=539
_swRefVisualizationParentColor=538
_swReferenceData=8
_swReferenceGeometryToolbar=15
_swReferenceInContextOfTopLevelAssembly=747
_swReferenceOnlyEnvelopeComponentType=746
_swReferenceTriadUseAlternateLabels=307
_swReferenceTriadXLabel=49
_swReferenceTriadYLabel=50
_swReferenceTriadZLabel=51
_swReferenceTypeBody=7
_swReferenceTypeEdge=2
_swReferenceTypeFace=3
_swReferenceTypeRefPlan=5
_swReferenceTypeRefSurface=4
_swReferenceTypeSketchPoint=6
_swReferenceTypeVertex=1
_swReferencedFileStatus_FileOk=0
_swReferencedFileStatus_InternalIdMismatch=1
_swRegionBadShells=27
_swRegionTypeMargins=0
_swRegionTypeSheet=1
_swRegistrationError=6
_swRelativeViewCreationDirection_AUXILIARY=6
_swRelativeViewCreationDirection_BACK=3
_swRelativeViewCreationDirection_BOTTOM=5
_swRelativeViewCreationDirection_FRONT=0
_swRelativeViewCreationDirection_LEFT=4
_swRelativeViewCreationDirection_RIGHT=1
_swRelativeViewCreationDirection_TOP=2
_swReliefTearTypeExtend=2
_swReliefTearTypeRip=1
_swReloadCancel=15
_swReloadOkay=0
_swReloadTemplate_CustomSheet=3
_swReloadTemplate_FileNotFound=2
_swReloadTemplate_Success=0
_swReloadTemplate_UnknownError=1
_swReloadTemplate_ViewOnly=4
_swRemainingDofs_Failed=3
_swRemainingDofs_Restricted=0
_swRemainingDofs_RootComponent=4
_swRemainingDofs_Unavailable=2
_swRemainingDofs_Unrestricted=1
_swRemoveCommandGroup_Failed=0
_swRemoveCommandGroup_Success=1
_swRenameDocumentError_ComponentNotResolved=5
_swRenameDocumentError_DocumentNameInUse=12
_swRenameDocumentError_DocumentNotSaved=15
_swRenameDocumentError_FileAlreadyExists=8
_swRenameDocumentError_InvalidCharactersInName=9
_swRenameDocumentError_InvalidForDrawings=3
_swRenameDocumentError_InvalidSelection=2
_swRenameDocumentError_InvalidVirtualComponent=10
_swRenameDocumentError_LightWeightComponent=6
_swRenameDocumentError_NameTooLong=11
_swRenameDocumentError_NoModelLoaded=4
_swRenameDocumentError_None=0
_swRenameDocumentError_NotAllowedWithPDM=17
_swRenameDocumentError_PatternedComponent=19
_swRenameDocumentError_PendingNameAlreadyInUse=13
_swRenameDocumentError_ReadOnlyDocument=14
_swRenameDocumentError_RoutingComponent=7
_swRenameDocumentError_ToolboxComponent=18
_swRenameDocumentError_UnspecifiedInternalError=1
_swRenameDocumentError_VirtualComponent=16
_swRenameOption_No=2
_swRenameOption_Yes=1
_swRenamedDocumentFinalAction_Cancel=2
_swRenamedDocumentFinalAction_Default=0
_swRenamedDocumentFinalAction_Ok=1
_swRenderMaterialBumpMapCasting=2
_swRenderMaterialBumpMapChips=7
_swRenderMaterialBumpMapCircular=8
_swRenderMaterialBumpMapDimpled=5
_swRenderMaterialBumpMapFrom_File=1
_swRenderMaterialBumpMapKnurled=6
_swRenderMaterialBumpMapNone=0
_swRenderMaterialBumpMapRough=3
_swRenderMaterialBumpMapRough_Smooth=9
_swRenderMaterialBumpMapTread_Plate=4
_swRenderMaterialColorFormsColor_Undefined=-1
_swRenderMaterialColorFormsImage=0
_swRenderMaterialColorFormsOne_Color=1
_swRenderMaterialColorFormsThree_Colors=3
_swRenderMaterialColorFormsTwo_Colors=2
_swRenderMaterialIlluminationType_matte=2
_swRenderMaterialIlluminationType_use_underlying_material=0
_swRenderMaterialIlluminationTypes_anisotropic=10
_swRenderMaterialIlluminationTypes_car_paint=19
_swRenderMaterialIlluminationTypes_circular_anisotropic=11
_swRenderMaterialIlluminationTypes_conductor=7
_swRenderMaterialIlluminationTypes_constant=1
_swRenderMaterialIlluminationTypes_cut_hole_with_decal=17
_swRenderMaterialIlluminationTypes_dielectric=15
_swRenderMaterialIlluminationTypes_dielectric_advanced=16
_swRenderMaterialIlluminationTypes_glass=14
_swRenderMaterialIlluminationTypes_illumination_undefined=-1
_swRenderMaterialIlluminationTypes_metal=4
_swRenderMaterialIlluminationTypes_mirror=6
_swRenderMaterialIlluminationTypes_multilayer_paint=13
_swRenderMaterialIlluminationTypes_plastic=3
_swRenderMaterialIlluminationTypes_satin_finish=5
_swRenderMaterialIlluminationTypes_studio_plastic=18
_swRenderMaterialIlluminationTypes_translucent=8
_swRenderMaterialIlluminationTypes_translucent_plastic=9
_swRenderMaterialIlluminationTypes_woven_anisotropic=12
_swRenderQuality_Best=2
_swRenderQuality_Better=1
_swRenderQuality_Good=0
_swRenderQuality_Maximum=3
_swRenderToolbar=39
_swRendererType_Photoworks_Buffer=1
_swRendererType_Solidworks_Screen=0
_swReorderComponents_After=1
_swReorderComponents_Before=2
_swReorderComponents_FirstInFolder=4
_swReorderComponents_LastInFolder=3
_swRepairSketchBreakIntersection=8
_swRepairSketchCleanup=0
_swRepairSketchCloseGaps=4
_swRepairSketchMergeSegment=2
_swRepairSketchZeroSegment=1
_swReplaceComponent_EmptyName=2
_swReplaceComponent_InvalidFileName=3
_swReplaceComponent_NotTopLevelComponent=6
_swReplaceComponent_SameFile=5
_swReplaceComponent_SameModelDifferentPath=4
_swReplaceComponent_Success=1
_swReplaceComponent_Undefined=0
_swReplaceComponent_UnknownError=7
_swReplaceComponentsConfiguration_ManuallySelect=1
_swReplaceComponentsConfiguration_MatchName=0
_swRepresentation=2
_swReserved=4
_swResolveAbortedByUser=1
_swResolveError=3
_swResolveLightweight=4
_swResolveNotPerformed=2
_swResolveOk=0
_swResources=3
_swResponseAlways=1
_swResponseNever=2
_swResponsePrompt=0
_swReverseDirection=8
_swReverseEndPointTangent_ConstraintConflict=2
_swReverseEndPointTangent_InvalidSelection=1
_swReverseEndPointTangent_Success=0
_swReverseSurface=16
_swRevisionCloud=18
_swRevisionCloudShape_Ellipse=1
_swRevisionCloudShape_Freehand=0
_swRevisionCloudShape_Polygon=3
_swRevisionCloudShape_Rectangle=2
_swRevisionTableColumnType_Approved=305
_swRevisionTableColumnType_CustomProperties=306
_swRevisionTableColumnType_Date=304
_swRevisionTableColumnType_Description=303
_swRevisionTableColumnType_Revision=302
_swRevisionTableColumnType_Zone=301
_swRevisionTableMultipleSheetStyle=297
_swRevisionTableSymbolShape=223
_swRevisionTableTagStyle=222
_swRevisionTableUpdateAllLabels=215
_swRevisionTable_AlphabeticTags=1
_swRevisionTable_CircleSymbol=1
_swRevisionTable_HexagonSymbol=4
_swRevisionTable_Independent=3
_swRevisionTable_LinkedToSheet1=2
_swRevisionTable_NumericTags=2
_swRevisionTable_SeeSheet1=1
_swRevisionTable_SquareSymbol=2
_swRevisionTable_TriangleSymbol=3
_swRevolutionsPerUnitLength=0
_swRevolveOptionsNone=0
_swRevolveTypeMidPlane=1
_swRevolveTypeMidPlane360Degrees=4
_swRevolveTypeOneDirection=0
_swRevolveTypeOneDirection360Degrees=3
_swRevolveTypeTwoDirection=2
_swRevolveTypeTwoDirection360Degrees=5
_swRibLinear=0
_swRibNatural=1
_swRibNormalToSketch=1
_swRibParallelToSketch=0
_swRight=4
_swRightView=4
_swRollView=10
_swRotateAssemblyComponentAboutAxis=3
_swRotateAssemblyComponentAboutCenter=2
_swRotateView=5
_swRotationAboutXAxis=0
_swRotationAboutYAxis=1
_swRotationAboutZAxis=2
_swRotationAxisIndex_Unknown=-1
_swRotationAxisIndex_XYRing=0
_swRotationAxisIndex_YZRing=1
_swRotationAxisIndex_ZXRing=2
_swRotationClockwise=0
_swRotationCounterClockwise=1
_swRoundBend=1
_swRoutingCableSearch=3
_swRoutingComponentSearch=1
_swRoutingConnectorSearch=0
_swRoutingFittingSearch=7
_swRoutingGroupSpoolComponents=8
_swRoutingPipeSearch=5
_swRoutingPipeSegmentSearch=6
_swRoutingSignalSearch=4
_swRoutingToolbar=25
_swRoutingWireSearch=2
_swRuledBend=11
_swRuledSurfaceType_NormalToSurface=2
_swRuledSurfaceType_PerpendicularToVector=4
_swRuledSurfaceType_Sweep=5
_swRuledSurfaceType_TangentToSurface=1
_swRuledSurfaceType_TaperedToVector=3
_swRunMacroDefault=0
_swRunMacroError_BadParmCount=9
_swRunMacroError_BadVarType=10
_swRunMacroError_Busy=17
_swRunMacroError_CallFailed=20
_swRunMacroError_CallRejected=19
_swRunMacroError_CantSave=27
_swRunMacroError_ConnectionTerminated=18
_swRunMacroError_DiskError=26
_swRunMacroError_Exception=12
_swRunMacroError_InvalidArg=1
_swRunMacroError_InvalidProcname=6
_swRunMacroError_InvalidPropertyType=7
_swRunMacroError_Invalidindex=22
_swRunMacroError_MacrosAreDisabled=2
_swRunMacroError_NoPermission=23
_swRunMacroError_NotInDesignMode=3
_swRunMacroError_OnlyCodeModules=4
_swRunMacroError_OpenFileFailed=28
_swRunMacroError_OutOfMemory=5
_swRunMacroError_Overflow=13
_swRunMacroError_ParmNotOptional=15
_swRunMacroError_Reverted=24
_swRunMacroError_SuborfuncExpected=8
_swRunMacroError_TooManyOpenFiles=25
_swRunMacroError_TypeMismatch=14
_swRunMacroError_UnknownLcid=16
_swRunMacroError_UserInterrupt=11
_swRunMacroError_Zombied=21
_swRunMacroUnloadAfterRun=1
_swSATExportFaceEdgeProps=399
_swSATExportMultLumpsToSingleBody=423
_swSATExportSplitPeriodic=398
_swSFBasic=0
_swSFCircular=1
_swSFCross=2
_swSFDont_Machine=2
_swSFJIS_Basic=8
_swSFJIS_Machining_Req=9
_swSFJIS_No_Machining=7
_swSFJIS_Surface_Texture_1=3
_swSFJIS_Surface_Texture_2=4
_swSFJIS_Surface_Texture_3=5
_swSFJIS_Surface_Texture_4=6
_swSFMachining_Req=1
_swSFMultiDir=3
_swSFNone=0
_swSFOrientation_Perpendicular=3
_swSFOrientation_PerpendicularFlipped=4
_swSFOrientation_Rotated90=2
_swSFOrientation_Upright=1
_swSFOrientation_UserDefined=5
_swSFParallel=4
_swSFParticulate=7
_swSFPerp=5
_swSFRadial=6
_swSFSymbol=7
_swSFSymbolMaterialRemovalAllowance=1
_swSFSymbolMaximumRoughness=5
_swSFSymbolMinimumRoughness=6
_swSFSymbolOtherRoughnessValue=4
_swSFSymbolProductionMethod=2
_swSFSymbolRoughnessSpacing=7
_swSFSymbolRoughnessValue1=8
_swSFSymbolRoughnessValue2=9
_swSFSymbolRoughnessValue3=10
_swSFSymbolSamplingLength=3
_swSHADED=3
_swSHADED_EDGES=7
_swSLASH_ARROWHEAD=2
_swSMART=2
_swSMBendStateFlattened=2
_swSMBendStateFolded=3
_swSMBendStateNone=0
_swSMBendStateSharps=1
_swSMErrorInvalidBendState=4
_swSMErrorNone=0
_swSMErrorNotAPart=2
_swSMErrorNotASheetMetalPart=3
_swSMErrorUnknown=1
_swSMNormalCutError_FaceAlreadyExists=1
_swSMNormalCutError_FaceNotPresent=3
_swSMNormalCutError_InvalidFace=2
_swSMNormalCutError_InvalidFaceArray=4
_swSMNormalCutError_NoError=0
_swSOLIDWORKSMBDToolbars=43
_swSPCURVE_TYPE=3006
_swSPHERE_TYPE=4004
_swSPLINE=4
_swSPLINECURVE=3
_swSREV_TYPE=4010
_swSTATUS_MOLD_PARTINGLINE_EDGES_OPEN=2
_swSTATUS_MOLD_PARTINGLINE_NON_SEPARABLE=4
_swSTATUS_MOLD_PARTINGLINE_SEPARABLE=3
_swSTATUS_MOLD_REDUNDANT_EDGES=1
_swSTATUS_SHUTOFF_COMPLETE=2
_swSTATUS_SHUTOFF_INCOMPLETE=3
_swSTATUS_SHUTOFF_REDUNDANT=1
_swSTLAngleTolerance=3
_swSTLBinaryFormat=69
_swSTLCheckForInterference=73
_swSTLComponentsIntoOneFile=72
_swSTLDeviation=2
_swSTLDontTranslateToPositive=71
_swSTLPreview=191
_swSTLQuality=78
_swSTLQuality_Coarse=1
_swSTLQuality_Custom=3
_swSTLQuality_Fine=2
_swSTLShowInfoOnSave=70
_swSTRAIGHT=1
_swSUBSKETCH=13
_swSameAs_Different=0
_swSameAs_NotImplemented=-1
_swSameAs_Same=1
_swSaveAsCurrentVersion=0
_swSaveAsDetachedDrawing=4
_swSaveAsFormatProE=2
_swSaveAsOptions_AvoidRebuildOnSave=8
_swSaveAsOptions_Copy=2
_swSaveAsOptions_CopyAndOpen=512
_swSaveAsOptions_DetachedDrawing=128
_swSaveAsOptions_ExportTo2DPdfFromInspection=2048
_swSaveAsOptions_IgnoreBiography=256
_swSaveAsOptions_IncludeVirtualSubAsmComps=1024
_swSaveAsOptions_OverrideSaveEmodel=32
_swSaveAsOptions_SaveEmodelData=64
_swSaveAsOptions_SaveReferenced=4
_swSaveAsOptions_Silent=1
_swSaveAsOptions_UpdateInactiveViews=16
_swSaveAsSW98plus=1
_swSaveAsStandardDrawing=3
_swSaveAsmAsPartPreserveIDs=615
_swSaveAsmAsPart_AllComponents=1
_swSaveAsmAsPart_ExteriorComponents=2
_swSaveAsmAsPart_ExteriorFaces=3
_swSaveAsmAsPart_UserDefinedComponents=4
_swSaveAssemblyAsPartOptions=201
_swSaveBackupFilesInSameLocationAsOriginal=201
_swSaveDefeaturedModel=22
_swSaveEModelData=194
_swSaveFileProperties=774
_swSaveFilePropertiesForEachComp=775
_swSaveIFCFormat=543
_swSaveItemsPathError_ArraySizeNotMatching=1
_swSaveItemsPathError_InvalidPath=2
_swSaveItemsPathError_Succeeded=0
_swSaveItemsPathError_WrongComponentName=3
_swSaveNewComponentsToExternalFile=409
_swSaveReminderAutoDismissEnable=524
_swSaveReminderAutoDismissInterval=476
_swSaveReminderEnable=322
_swSaveReminderInterval=303
_swSaveReminderIntervalMode=304
_swSaveReminderIntervalMode_Changes=1
_swSaveReminderIntervalMode_Minutes=2
_swSaveRestoreSettingsFailure_Generic=1
_swSaveRestoreSettingsFailure_InvalidFilename=2
_swSaveRestoreSettingsSuccess=0
_swSaveRoutePart=17
_swSaveVirtualComponentExternally=18
_swSaveWithReferencesOptions_IncludeBrokenReferences=4
_swSaveWithReferencesOptions_IncludeToolBoxParts=2
_swSaveWithReferencesOptions_IncludeVirtualComponents=1
_swSaveWithReferencesOptions_None=0
_swSaveWithoutCostingData=491
_swScalarDimension=13
_swScaleAboutCentroid=0
_swScaleAboutCoordinateSystem=2
_swScaleAboutOrigin=1
_swScaleSketchOnFirstDimension=642
_swSceneFloorAlign_VIEW=0
_swSceneFloorAlign_XY=1
_swSceneFloorAlign_YZ=2
_swSceneFloorAlign_ZX=3
_swScreenCaptureToolbar=37
_swScrewClearanceClose=0
_swScrewClearanceLoose=2
_swScrewClearanceNormal=1
_swScrewClearancesTable=2
_swScrollViewUpdate=10
_swSearchDissectionDailyStartTime=494
_swSearchDissectionDailyStopTime=495
_swSearchDissectionLocation=91
_swSearchDissectionScheduleDaily=517
_swSearchIncludeContentCentral=363
_swSearchIndexingPerformance=473
_swSearchIndexingPerformanceAlwaysIndex=1
_swSearchIndexingPerformanceIndexOnlyWhenComputerIsIdle=0
_swSearchMaxResultsPerDataSource=331
_swSearchResultsPerPage=330
_swSearchShowSolidWorksSearchBox=516
_swSearchWhileTyping=357
_swSecondaryMemberBetweenPointsDistanceFromEndType_Distance=0
_swSecondaryMemberBetweenPointsDistanceFromEndType_LengthRatio=1
_swSecondaryMemberUpToMembersDistanceFromEndType_Distance=0
_swSecondaryMemberUpToMembersDistanceFromEndType_LengthRatio=1
_swSecondaryMemberUpToMembersMemberPointParameters_FromPoint=1
_swSecondaryMemberUpToMembersMemberPointParameters_PointMemberPair=0
_swSectionedExitUpdate=9
_swSectionedUpdate=3
_swSeedAlignmentReferencePoint_BoundingBoxCenter=0
_swSeedAlignmentReferencePoint_ComponentOrigin=1
_swSelADVSTRUCTMEMBER=295
_swSelANNOTATIONTABLES=98
_swSelANNOTATIONVIEW=139
_swSelARROWS=49
_swSelATTRIBUTES=8
_swSelBELTCHAINFEATS=149
_swSelBLOCKDEF=99
_swSelBLOCKINST=93
_swSelBODYFEATURES=22
_swSelBODYFOLDER=118
_swSelBOMFEATURES=97
_swSelBOMS=54
_swSelBOMTEMPS=64
_swSelBREAKLINES=31
_swSelBROWSERITEM=69
_swSelBorder=254
_swSelCAMERAS=136
_swSelCENTERLINES=103
_swSelCENTERMARKS=28
_swSelCENTERMARKSYMS=100
_swSelCOMMENT=127
_swSelCOMMENTSFOLDER=126
_swSelCOMPONENTS=20
_swSelCOMPPATTERN=37
_swSelCOMPSDONTOVERRIDE=72
_swSelCONFIGURATIONS=47
_swSelCONNECTIONPOINTS=66
_swSelCOORDSYS=61
_swSelCOSMETICWELDS=220
_swSelCTHREADS=39
_swSelCUSTOMSYMBOLS=60
_swSelDATUMAXES=5
_swSelDATUMLINES=62
_swSelDATUMPLANES=4
_swSelDATUMPOINTS=6
_swSelDATUMTAGS=36
_swSelDCABINETS=42
_swSelDETAILCIRCLES=17
_swSelDIMENSIONS=14
_swSelDISPLAYSTATE=148
_swSelDOCSFOLDER=125
_swSelDOWELSYMS=86
_swSelDRAWINGVIEWS=12
_swSelDTMTARGS=40
_swSelEDGES=1
_swSelEMBEDLINKDOC=123
_swSelEMPTYSPACE=72
_swSelEQNFOLDER=55
_swSelEVERYTHING=-3
_swSelEXCLUDEMANIPULATORS=111
_swSelEXPLLINES=45
_swSelEXPLSTEPS=44
_swSelEXPLVIEWS=43
_swSelEXTSKETCHPOINTS=25
_swSelEXTSKETCHSEGS=24
_swSelEXTSKETCHTEXT=88
_swSelFABRICATEDROUTE=70
_swSelFACES=2
_swSelFACETS=268
_swSelFRAMEPOINT=77
_swSelFTRFOLDER=94
_swSelGENERALTABLEFEAT=142
_swSelGRAPHICSBODY=262
_swSelGTOLS=13
_swSelHELIX=26
_swSelHOLESERIES=83
_swSelHOLETABLEAXES=105
_swSelHOLETABLEFEATS=104
_swSelIMPORTFOLDER=57
_swSelINCONTEXTFEAT=29
_swSelINCONTEXTFEATS=32
_swSelJOURNAL=124
_swSelLEADERS=84
_swSelLIGHTS=73
_swSelLOCATIONS=-2
_swSelMANIPULATORS=79
_swSelMATEGROUP=30
_swSelMATEGROUPS=33
_swSelMATES=21
_swSelMATESUPPLEMENT=138
_swSelMESHFACETEDGES=269
_swSelMESHFACETVERTICES=270
_swSelMESHSOLIDBODIES=274
_swSelMIDPOINTS=59
_swSelNOTES=15
_swSelNOTHING=0
_swSelOBJGROUP=207
_swSelOBJHANDLES=48
_swSelOLEITEMS=7
_swSelPICTUREBODIES=80
_swSelPLANESECTIONS=219
_swSelPOINTREFS=41
_swSelPOSGROUP=68
_swSelPUNCHTABLEFEATS=234
_swSelREFCURVES=23
_swSelREFEDGES=51
_swSelREFERENCECURVES=26
_swSelREFFACES=52
_swSelREFSILHOUETTE=53
_swSelREFSURFACES=27
_swSelREVISIONCLOUDS=240
_swSelREVISIONTABLE=113
_swSelREVISIONTABLEFEAT=119
_swSelROUTECURVES=63
_swSelROUTEPOINTS=65
_swSelROUTESWEEPS=67
_swSelSECTIONLINES=16
_swSelSECTIONTEXT=18
_swSelSELECTIONSETFOLDER=258
_swSelSELECTIONSETNODE=259
_swSelSFSYMBOLS=35
_swSelSHEETS=19
_swSelSILHOUETTES=46
_swSelSIMELEMENT=102
_swSelSIMULATION=101
_swSelSKETCHBITMAP=85
_swSelSKETCHCONTOUR=96
_swSelSKETCHES=9
_swSelSKETCHHATCH=56
_swSelSKETCHPOINTFEAT=71
_swSelSKETCHPOINTS=11
_swSelSKETCHREGION=95
_swSelSKETCHSEGS=10
_swSelSKETCHTEXT=34
_swSelSOLIDBODIES=76
_swSelSOLIDBODIESFIRST=81
_swSelSUBATOMFOLDER=121
_swSelSUBSKETCHDEF=154
_swSelSUBSKETCHINST=114
_swSelSUBWELDFOLDER=107
_swSelSURFACEBODIES=75
_swSelSURFBODIESFIRST=78
_swSelSWIFTANNOTATIONS=130
_swSelSWIFTFEATURES=132
_swSelSWIFTSCHEMA=159
_swSelTITLEBLOCK=192
_swSelTITLEBLOCKTABLEFEAT=206
_swSelUNSUPPORTED=-1
_swSelVERTICES=3
_swSelVIEWERHYPERLINK=58
_swSelWELDBEADS=122
_swSelWELDMENT=106
_swSelWELDMENTTABLEFEATS=116
_swSelWELDS=38
_swSelWIREBODIES=74
_swSelZONES=50
_swSelectOptionDefault=0
_swSelectOptionExtensive=1
_swSelectedEntities=7
_swSelectionFilterToolbar=14
_swSelectionMarkAppend=1
_swSelectionMarkClear=3
_swSelectionMarkRemove=2
_swSelectionMarkSet=0
_swSelectionUpdate=8
_swSensorAlert_Between=6
_swSensorAlert_Exactly=2
_swSensorAlert_False=9
_swSensorAlert_GreaterThan=0
_swSensorAlert_LessThan=1
_swSensorAlert_NotBetween=7
_swSensorAlert_NotExactly=5
_swSensorAlert_NotGreaterThan=3
_swSensorAlert_NotLessThan=4
_swSensorAlert_True=8
_swSensorDimension=2
_swSensorInterfaceDetection=3
_swSensorMassProperty=1
_swSensorProximity=5
_swSensorSimulation=0
_swSeparatorCharacterForDims=46
_swSetComponentIdentifierResult_InvalidPrimary=1
_swSetComponentIdentifierResult_InvalidSecondary=2
_swSetComponentIdentifierResult_InvalidTertiary=4
_swSetComponentIdentifierResult_Success=0
_swSetComponentsAndTransforms_Failed=0
_swSetComponentsAndTransforms_InvalidInput=2
_swSetComponentsAndTransforms_Succeeded=1
_swSetHelixRegionParam_Failed=1
_swSetHelixRegionParam_InvalidInput=2
_swSetHelixRegionParam_Succeeded=0
_swSetRouteFixedLengthError_FailedMinBendRadius=6
_swSetRouteFixedLengthError_NoError=0
_swSetRouteFixedLengthError_NoProperty=3
_swSetRouteFixedLengthError_NotFixedLengthSegment=1
_swSetRouteFixedLengthError_NotFlexible=2
_swSetRouteFixedLengthError_SelectionFailed=5
_swSetRouteFixedLengthError_SetLengthFailed=4
_swSetSectionLabel_DuplicateLabelFailure=-2
_swSetSectionLabel_DuplicateLabelWarning=1
_swSetSectionLabel_Failure=-1
_swSetSectionLabel_Okay=0
_swSetValue_DrivenDimension=3
_swSetValue_Failure=1
_swSetValue_FrozenFeatureOwner=5
_swSetValue_InAllConfigurations=2
_swSetValue_InSpecificConfigurations=3
_swSetValue_InThisConfiguration=1
_swSetValue_InvalidValue=2
_swSetValue_ModelNotLoaded=4
_swSetValue_NoConfiguration=-1
_swSetValue_Successful=0
_swSetValue_UseCurrentSetting=0
_swSewToSheets=1
_swSewToSolid=0
_swSewToSolidOrSheets=2
_swSewingFailed=3
_swSewingIncomplete=4
_swSewingOk=0
_swShadedImageQualityCoarse=1
_swShadedImageQualityCustom=3
_swShadedImageQualityFine=2
_swShadedSketchContourColor=555
_swShadedSketchContours=650
_swSharingViolationWarn=16
_swSharpBend=0
_swSharpEdge=0
_swSheetBody=1
_swSheetFormatToolbar=40
_swSheetMetalBendNotesBorderSize=487
_swSheetMetalBendNotesBorderSizeCustom=174
_swSheetMetalBendNotesBorderSizeFiveCharacters=5
_swSheetMetalBendNotesBorderSizeFourCharacters=4
_swSheetMetalBendNotesBorderSizeOneCharacter=1
_swSheetMetalBendNotesBorderSizeThreeCharacters=3
_swSheetMetalBendNotesBorderSizeTightFit=0
_swSheetMetalBendNotesBorderSizeTwoCharacters=2
_swSheetMetalBendNotesBorderSizeUserDefined=6
_swSheetMetalBendNotesBorderStyle=486
_swSheetMetalBendNotesLayer=89
_swSheetMetalBendNotesLeaderAnchor=489
_swSheetMetalBendNotesLeaderDisplay=490
_swSheetMetalBendNotesLeaderJustificationSnapping=514
_swSheetMetalBendNotesLeaderLength=175
_swSheetMetalBendNotesLeaderLineStyle=484
_swSheetMetalBendNotesLeaderLineThickness=485
_swSheetMetalBendNotesLeaderLineThicknessCustom=173
_swSheetMetalBendNotesTextAlignment=488
_swSheetMetalBendNotesTextFormat=28
_swSheetMetalBendNotesUseDocLeaderLength=513
_swSheetMetalBodiesDescriptionUseDefault=681
_swSheetMetalColorBendLinesDown=273
_swSheetMetalColorBendLinesHems=275
_swSheetMetalColorBendLinesUp=272
_swSheetMetalColorBoundingBox=483
_swSheetMetalColorFlatPatternSketch=307
_swSheetMetalColorFormFeature=274
_swSheetMetalColorModelEdges=276
_swSheetMetalDescription=115
_swSheetMetalGussetProfileDimType_IndentDepth=0
_swSheetMetalGussetProfileDimType_ProfileDimensions=1
_swSheetMetalGussetProfileType_Custom=1
_swSheetMetalGussetProfileType_Rib=0
_swSheetMetalMBDBalloonStyle=607
_swSheetMetalMBDBendNotesStyle=601
_swSheetMetalMBDBendNotesStyle_AboveBendLine=0
_swSheetMetalMBDBendNotesStyle_BelowBendLine=1
_swSheetMetalMBDBendNotesStyle_WithLeader=2
_swSheetMetalMBDBorderSizeCustom=215
_swSheetMetalMBDDisplaySheetMetalBendNotes=739
_swSheetMetalMBDFit=608
_swSheetMetalMBDFormat=744
_swSheetMetalMBDLeaderAnchor=605
_swSheetMetalMBDLeaderDisplay=606
_swSheetMetalMBDLeaderJustificationSnapping=741
_swSheetMetalMBDLeaderLength=216
_swSheetMetalMBDLeaderLineThickness=603
_swSheetMetalMBDLeaderLineThicknessCustom=214
_swSheetMetalMBDLeaderStyle=602
_swSheetMetalMBDLineStyle_BendLinesDown=610
_swSheetMetalMBDLineStyle_BendLinesUp=609
_swSheetMetalMBDShowFixedFace=742
_swSheetMetalMBDShowGrainDirection=743
_swSheetMetalMBDTextAlignment=604
_swSheetMetalMBDTextFormat=49
_swSheetMetalMBDUseDocumentLeaderLength=740
_swSheetMetalModifierError_GaugeTablePathNotEmpty=5
_swSheetMetalModifierError_InvalidProperty=3
_swSheetMetalModifierError_NoError=0
_swSheetMetalModifierError_NotEnabledOnTemplate=2
_swSheetMetalModifierError_OldArchitecture=1
_swSheetMetalModifierError_UnspecifiedError=4
_swSheetMetalOverrideDefaultParameters_AutoRelief=2
_swSheetMetalOverrideDefaultParameters_BendAllowance=1
_swSheetMetalOverrideDefaultParameters_BendParameters=0
_swSheetMetalOverrideTemplateAllowance=647
_swSheetMetalOverrideTemplateParam=646
_swSheetMetalOverrideTemplateRelief=648
_swSheetMetalReliefNone=4
_swSheetMetalReliefObround=3
_swSheetMetalReliefRectangular=1
_swSheetMetalReliefTear=2
_swSheetMetalReliefTearBend=5
_swSheetMetalRibGussetType_Flat=1
_swSheetMetalRibGussetType_Rounded=0
_swSheetMetalToolbar=20
_swSheetMetalUseMaterial=719
_swSheetPrintQuadNotSet=0
_swSheetPrintQuadQ1=1
_swSheetPrintQuadQ2=2
_swSheetPrintQuadQ3=3
_swSheetPrintQuadQ4=4
_swSheetPrintQuadrant=620
_swSheetScaleUpdateWarn=64
_swSheetmetalCutlist=2
_swShellBadTopologyGeometry=28
_swShellIntersect=29
_swShowAnnotationInAnnotationViews=609
_swShowBreadcrumbsAtMousePointer=733
_swShowBreadcrumbsOnSelection=624
_swShowCADAndOtherConfig3dexpIntegration=767
_swShowCADFamilyConfigOnly3dexpIntegration=766
_swShowDimensionNames=76
_swShowDrawingViewPalette=331
_swShowEquationCircularReferencesMessage=469
_swShowEquationPotentialCircularReferencesMessage=475
_swShowErrorsEveryRebuild=77
_swShowMateReferenceErrors=578
_swShowMessageBarResult_DontShowAgain=1
_swShowMessageBarResult_FailedInvalidDefinition=2
_swShowMessageBarResult_FailedInvalidHandler=3
_swShowMessageBarResult_Shown=0
_swShowNewsFeedsInTaskPane=350
_swShowNotificationResult_DontShowAgain=1
_swShowNotificationResult_FailedInvalidDefinition=2
_swShowNotificationResult_FailedInvalidHandler=3
_swShowNotificationResult_Shown=0
_swShowOnlyRoutingComponentsInBOM=1
_swShowRefGeomName=113
_swShowSheetMetalBendNotes=256
_swShowToolboxFavoritesFolder=612
_swShowZoneLines=576
_swSimple=0
_swSimpleDrilled=5
_swSimpleFilletSingleRadius=0
_swSimulationDamper_Linear=0
_swSimulationDamper_Torsional=1
_swSimulationForceAction_ActionAndRecation=1
_swSimulationForceAction_ActionOnly=0
_swSimulationForceFunction_Constant=0
_swSimulationForceFunction_Function=3
_swSimulationForceFunction_Harmonic=2
_swSimulationForceFunction_Spline=4
_swSimulationForceFunction_Step=1
_swSimulationForce_LinearForce=0
_swSimulationForce_Torque=1
_swSimulationGravityAxis_Invalid=-1
_swSimulationGravityAxis_X=0
_swSimulationGravityAxis_Y=1
_swSimulationGravityAxis_Z=2
_swSimulationLinearMotor=0
_swSimulationMotorDrive_Acceleration=2
_swSimulationMotorDrive_Displacement=0
_swSimulationMotorDrive_Velocity=1
_swSimulationMotorMotion_Constant=0
_swSimulationMotorMotion_Function=3
_swSimulationMotorMotion_Harmonic=2
_swSimulationMotorMotion_Spline=4
_swSimulationMotorMotion_Step=1
_swSimulationRotaryMotor=1
_swSimulationSpring_Linear=0
_swSimulationSpring_Torsional=1
_swSimulationToolbar=26
_swSingleCommandPerPick=75
_swSizeTable=0
_swSkOffsetArcCaps=1
_swSkOffsetDontMakeConstruction=0
_swSkOffsetLineCaps=2
_swSkOffsetMakeBothConstruction=3
_swSkOffsetMakeOffsConstruction=2
_swSkOffsetMakeOrigConstruction=1
_swSkOffsetNoCaps=0
_swSkPntsDefault=2
_swSkPntsOff=0
_swSkPntsOn=1
_swSketchARC=1
_swSketchAcceptNumericInput=372
_swSketchAddConstLineDiagonalType=585
_swSketchAddConstToRectEntity=584
_swSketchAlternateSplineCreation=94
_swSketchAutomaticRelations=9
_swSketchBlock=21
_swSketchChamfer_DistanceAngle=0
_swSketchChamfer_DistanceDistance=1
_swSketchChamfer_DistanceEqual=2
_swSketchCheckFeatureStatus_ClosedWantOpen=15
_swSketchCheckFeatureStatus_ContourIntersectsCenterLine=23
_swSketchCheckFeatureStatus_CturXCtur=12
_swSketchCheckFeatureStatus_DisjCturs=13
_swSketchCheckFeatureStatus_DoubleContainment=16
_swSketchCheckFeatureStatus_EmptySketch=5
_swSketchCheckFeatureStatus_EntUnspecBad=3
_swSketchCheckFeatureStatus_EntXEnt=1
_swSketchCheckFeatureStatus_EntXSelf=2
_swSketchCheckFeatureStatus_ManyOpen=9
_swSketchCheckFeatureStatus_MixedContours=11
_swSketchCheckFeatureStatus_MoreThanOneContour=17
_swSketchCheckFeatureStatus_NeedsAxis=21
_swSketchCheckFeatureStatus_NoOpen=10
_swSketchCheckFeatureStatus_OK=0
_swSketchCheckFeatureStatus_OneClosedContourExpected=19
_swSketchCheckFeatureStatus_OneOpenContourExpected=18
_swSketchCheckFeatureStatus_OpenOrUnclear=22
_swSketchCheckFeatureStatus_OpenWantClosed=14
_swSketchCheckFeatureStatus_ThreeEnts=4
_swSketchCheckFeatureStatus_UnknownError=-1
_swSketchCheckFeatureStatus_WantSingleOpenOrMultiClosedDisjoint=20
_swSketchCheckFeatureStatus_WrongManyContours=7
_swSketchCheckFeatureStatus_WrongOpen=6
_swSketchCheckFeatureStatus_ZeroLengthEnt=8
_swSketchCheckFeature_BASEEXTRUDE=1
_swSketchCheckFeature_BASEEXTRUDETHIN=2
_swSketchCheckFeature_BASEREVOLVE=6
_swSketchCheckFeature_BASEREVOLVETHIN=7
_swSketchCheckFeature_BOSSEXTRUDE=3
_swSketchCheckFeature_BOSSEXTRUDETHIN=4
_swSketchCheckFeature_BOSSREVOLVE=8
_swSketchCheckFeature_BOSSREVOLVETHIN=9
_swSketchCheckFeature_CUTEXTRUDE=11
_swSketchCheckFeature_CUTEXTRUDETHIN=12
_swSketchCheckFeature_CUTREVOLVE=13
_swSketchCheckFeature_CUTREVOLVETHIN=14
_swSketchCheckFeature_LOFTGUIDE=20
_swSketchCheckFeature_LOFTSECTION=18
_swSketchCheckFeature_MOLD_PARTINGSURFACES=23
_swSketchCheckFeature_RIBSECTION=21
_swSketchCheckFeature_SHEETMETAL_BASEFLANGE=22
_swSketchCheckFeature_SURFACEEXTRUDE=5
_swSketchCheckFeature_SURFACELOFTSECTION=19
_swSketchCheckFeature_SURFACEREVOLVE=10
_swSketchCheckFeature_SURFACESWEEPSECTION=16
_swSketchCheckFeature_SWEEPPATHORGUIDE=17
_swSketchCheckFeature_SWEEPSECTION=15
_swSketchCheckFeature_UNSET=0
_swSketchCreateDimensionOnlyWhenEntered=520
_swSketchCreateSketchOnNewPart=97
_swSketchDisplayPlaneWhenShaded=99
_swSketchELLIPSE=2
_swSketchEntityArc=3
_swSketchEntityEllipse=4
_swSketchEntityLine=2
_swSketchEntityParabola=5
_swSketchEntityPoint=1
_swSketchEntitySpline=6
_swSketchErrorExtRefFail=51
_swSketchExplodedColor=621
_swSketchFullyDefineRelationType_Coincident=512
_swSketchFullyDefineRelationType_Colinear=32
_swSketchFullyDefineRelationType_Concentric=64
_swSketchFullyDefineRelationType_Equal=1
_swSketchFullyDefineRelationType_Horizontal=2
_swSketchFullyDefineRelationType_Midpoint=256
_swSketchFullyDefineRelationType_Parallel=128
_swSketchFullyDefineRelationType_Perpendicular=16
_swSketchFullyDefineRelationType_Tangent=8
_swSketchFullyDefineRelationType_Vertical=4
_swSketchInferFromModel=95
_swSketchInference=249
_swSketchLINE=0
_swSketchLineLengthVirtualSharp3d=295
_swSketchNoSolveMove=250
_swSketchOverdefiningDimsPromptToSetState=100
_swSketchOverdefiningDimsSetDrivenByDefault=101
_swSketchOverrideDimensionsOnDrag=98
_swSketchPARABOLA=5
_swSketchPictureTransparencyFromFile=1
_swSketchPictureTransparencyFullImage=2
_swSketchPictureTransparencyNone=0
_swSketchPictureTransparencyUserDefined=3
_swSketchPointType_Datum=3
_swSketchPointType_Ellipse=9
_swSketchPointType_External=10
_swSketchPointType_FramePoint=7
_swSketchPointType_Internal=0
_swSketchPointType_MidPoint=6
_swSketchPointType_Origin=8
_swSketchPointType_Parabola=5
_swSketchPointType_Spline=2
_swSketchPointType_Unknown=-1
_swSketchPointType_User=1
_swSketchPointType_VirtualSharp=4
_swSketchPromptToCloseSketch=96
_swSketchRelationEntityType_Arc=4
_swSketchRelationEntityType_Cylinder=11
_swSketchRelationEntityType_Dimension=14
_swSketchRelationEntityType_Ellipse=5
_swSketchRelationEntityType_Hatch=8
_swSketchRelationEntityType_Line=3
_swSketchRelationEntityType_Parabola=6
_swSketchRelationEntityType_Plane=10
_swSketchRelationEntityType_Point=2
_swSketchRelationEntityType_Sphere=12
_swSketchRelationEntityType_Spline=7
_swSketchRelationEntityType_SubSketch=1
_swSketchRelationEntityType_Surface=13
_swSketchRelationEntityType_Text=9
_swSketchRelationEntityType_Unknown=0
_swSketchRelationsToolbar=4
_swSketchSPLINE=3
_swSketchSegmentType_sketchpoints=1
_swSketchSegmentType_sketchsegments=2
_swSketchShadowDrag=328
_swSketchShowSplineControlPolygon=296
_swSketchShowSplineOuterComb=346
_swSketchSlotCreationType_3pointarc=3
_swSketchSlotCreationType_arc=2
_swSketchSlotCreationType_center_line=1
_swSketchSlotCreationType_line=0
_swSketchSlotLengthType_CenterCenter=0
_swSketchSlotLengthType_FullLength=1
_swSketchSnapToGridIfDisplayed=279
_swSketchSnapsAngle=280
_swSketchSnapsAngleValue=84
_swSketchSnapsCenterPoints=267
_swSketchSnapsGrid=278
_swSketchSnapsHVLines=275
_swSketchSnapsHVPoints=276
_swSketchSnapsIntersections=270
_swSketchSnapsLength=277
_swSketchSnapsMidPoints=268
_swSketchSnapsNearest=271
_swSketchSnapsParallel=274
_swSketchSnapsPerpendicular=273
_swSketchSnapsPoints=266
_swSketchSnapsQuadrantPoints=269
_swSketchSnapsTangent=272
_swSketchTEXT=4
_swSketchToolbar=6
_swSketchToolsToolbar=0
_swSketchTrimClosest=0
_swSketchTrimCorner=1
_swSketchTrimEntities=4
_swSketchTrimEntityPoint=3
_swSketchTrimInside=6
_swSketchTrimOutside=5
_swSketchTrimTwoEntities=2
_swSketchTurnOffAutomaticSolveModeAndUndo=693
_swSketch_Auto_Solve_Threshold=564
_swSlicingTypes_Circle=4
_swSlicingTypes_Exact=2
_swSlicingTypes_Intersection=1
_swSlicingTypes_None=0
_swSlicingTypes_Rectangle=8
_swSlotBlind=69
_swSlotBlindCounterSinkTop=70
_swSlotMateConstraintOption_Centered=1
_swSlotMateConstraintOption_Distance=2
_swSlotMateConstraintOption_Free=0
_swSlotMateConstraintOption_Percent=3
_swSlotThru=72
_swSlotThruCounterSinkBottom=73
_swSlotThruCounterSinkTop=74
_swSlotThruCounterSinkTopBottom=75
_swSmartComponentComponents=2
_swSmartComponentFeatures=1
_swSmartDimensionDirection_Down=3
_swSmartDimensionDirection_Left=2
_swSmartDimensionDirection_Right=0
_swSmartDimensionDirection_Up=1
_swSmartMateSensitivity=189
_swSmoothTransition=0
_swSnapOnlyIfGridDisplayed=142
_swSnapPointsPerMinor=43
_swSnapToAngle=61
_swSnapToAngleValue=31
_swSnapToPoints=60
_swSolidBBoxDescriptionUseDefault=680
_swSolidBodiesBBoxDescriptionFirstSeparator=112
_swSolidBodiesBBoxDescriptionPrefix=111
_swSolidBodiesBBoxDescriptionSecondSeparator=113
_swSolidBodiesBBoxDescriptionSuffix=114
_swSolidBodiesDescriptionFirstPropertyIndex=572
_swSolidBodiesDescriptionProp_Length=1
_swSolidBodiesDescriptionProp_None=0
_swSolidBodiesDescriptionProp_Thickness=2
_swSolidBodiesDescriptionProp_Width=3
_swSolidBodiesDescriptionSecondPropertyIndex=573
_swSolidBodiesDescriptionThirdPropertyIndex=574
_swSolidBody=0
_swSolidBodyCutList=1
_swSolidBodyFolder=1
_swSolidHatchOnly=4
_swSolidLeaderAlignedText=1
_swSolidLeaderHorizontalText=4
_swSolidSweep=2
_swSolidworksCommercialEdition=1
_swSolidworksEducationalEdition=2
_swSolidworksMakerEdition=6
_swSolidworksPersonalEdition=5
_swSolidworksStudentDesignKitEdition=4
_swSolidworksStudentEdition=3
_swSolidworksUnknownEdition=0
_swSortType_DesignTable=3
_swSortType_History=0
_swSortType_Literal=2
_swSortType_Numeric=1
_swSpacingLength=1
_swSpecifyConfiguration=3
_swSpecifyDisplayState=3
_swSpecifyInset=3
_swSpeedpakConfiguration=5
_swSpeedpakUpdate_All=0
_swSpeedpakUpdate_None=1
_swSpeedpakUpdate_WithRebuildOnSaveMark=2
_swSpellingIgnoreCapitalizedWords=8
_swSpellingIgnoreInternetAndFiles=16
_swSpellingIgnoreMixedCase=2
_swSpellingIgnoreUpperCase=1
_swSpellingIgnoreWordsWithNumbers=4
_swSpellingLeaveEngineRunning=32
_swSpinBoxAngleIncrement=6
_swSpinBoxEnglishLengthIncrement=5
_swSpinBoxMetricLengthIncrement=4
_swSpinBoxTimeIncrement=118
_swSpinDynamics=1
_swSplineToolbar=27
_swSplitAssembly=5
_swSplitBodyType_e_Consume=2
_swSplitBodyType_e_Hide=1
_swSplitBodyType_e_Show=0
_swSplitFaceOnParamU=1
_swSplitFaceOnParamV=2
_swSplitFacesAtPlusMinusDraftTransition=0
_swSplitFacesAtSpecifiedAngle=1
_swSplitLineFeatureType_Draft=0
_swSplitLineFeatureType_Intersection=2
_swSplitLineFeatureType_Projection=1
_swSplitLineSplitSurfaceType_Linear=1
_swSplitLineSplitSurfaceType_Natural=0
_swSplitMemberDimensionType_Instance=1
_swSplitMemberDimensionType_SplitLength=0
_swSplitPart=6
_swSpringDefineType_HeightAndPitch=2
_swSpringDefineType_HeightAndRevolution=1
_swSpringDefineType_PitchAndRevolution=0
_swSpringExtensionEndType_FullLoop=0
_swSpringExtensionEndType_HalfLoop=1
_swSpringExtensionEndType_UserDefined=2
_swSpringProfileType_Circle=0
_swSpringProfileType_Rectangle=1
_swSpringProfileType_Trapezoid=2
_swSpringTorsionEndType_Hinge=2
_swSpringTorsionEndType_Hook=0
_swSpringTorsionEndType_Straight=1
_swSpringTorsionEndType_StraightOffset=3
_swSpringType_Compression=0
_swSpringType_Extension=1
_swSpringType_Spiral=3
_swSpringType_Torsion=2
_swStackedBalloonDir_Down=2
_swStackedBalloonDir_Left=3
_swStackedBalloonDir_None=0
_swStackedBalloonDir_Right=4
_swStackedBalloonDir_Up=1
_swStandardAS=16
_swStandardASBottomingTappedHole=654
_swStandardASCheeseHeadScrew=661
_swStandardASCrossCountersunkHeadScrew=657
_swStandardASDowelHole=705
_swStandardASDrillSizes=650
_swStandardASHexBoltGradeC=669
_swStandardASHexBoltGradesAB=664
_swStandardASHexScrewGradeC=670
_swStandardASHexScrewGradesAB=668
_swStandardASHexStructuralBolt=666
_swStandardASMushroomHeadScrew=662
_swStandardASPanCrossHeadScrew=659
_swStandardASPanSlottedHeadScrew=660
_swStandardASRaisedCrossCountersunkHeadScrew=658
_swStandardASScrewClearances=651
_swStandardASSocketHeadCapScrew=663
_swStandardASTapDrills=652
_swStandardASTaperedPipeTap=653
_swStandardASTappedHole=655
_swStandardASUnifiedHexBolt=665
_swStandardASUnifiedHexScrew=667
_swStandardAnsiInch=0
_swStandardAnsiInchAllDrillSizes=18
_swStandardAnsiInchBinding=0
_swStandardAnsiInchBottomingTappedHole=26
_swStandardAnsiInchButton=1
_swStandardAnsiInchDowelHole=703
_swStandardAnsiInchFillister=2
_swStandardAnsiInchFlatHead100=14
_swStandardAnsiInchFlatHead82=15
_swStandardAnsiInchFlatSocket82=13
_swStandardAnsiInchFractionalDrillSizes=19
_swStandardAnsiInchHcoilTapDrills=17
_swStandardAnsiInchHexBolt=3
_swStandardAnsiInchHexBoltFinished=4
_swStandardAnsiInchHexBoltHeavy=5
_swStandardAnsiInchHexScrew=6
_swStandardAnsiInchHexWasherScrew=7
_swStandardAnsiInchLetterDrillSizes=20
_swStandardAnsiInchNumberDrillSizes=24
_swStandardAnsiInchOval=16
_swStandardAnsiInchPan=8
_swStandardAnsiInchPipeTapDrills=21
_swStandardAnsiInchScrewClearances=22
_swStandardAnsiInchSocketCapScrew=9
_swStandardAnsiInchSocketShoulderScrew=10
_swStandardAnsiInchSquare=11
_swStandardAnsiInchTapDrills=23
_swStandardAnsiInchTaperedPipeTap=25
_swStandardAnsiInchTappedHole=27
_swStandardAnsiInchTruss=12
_swStandardAnsiMetric=1
_swStandardAnsiMetricBottomingTappedHole=42
_swStandardAnsiMetricButton=28
_swStandardAnsiMetricDowelHole=704
_swStandardAnsiMetricDrillSizes=39
_swStandardAnsiMetricFlatHead82=36
_swStandardAnsiMetricFlatSocket82=35
_swStandardAnsiMetricHcoilTapDrills=38
_swStandardAnsiMetricHexBolt=29
_swStandardAnsiMetricHexCapScrew=30
_swStandardAnsiMetricHexScrewFormed=31
_swStandardAnsiMetricOval=37
_swStandardAnsiMetricPan=32
_swStandardAnsiMetricScrewClearances=40
_swStandardAnsiMetricSocketHeadCapScrew=33
_swStandardAnsiMetricSocketShoulderScrew=34
_swStandardAnsiMetricTapDrills=41
_swStandardAnsiMetricTappedHole=43
_swStandardBSI=2
_swStandardBSICheese=44
_swStandardBSIDowelHole=706
_swStandardBSIDrillSizes=54
_swStandardBSIFlatHead=51
_swStandardBSIFlatSocketCap=50
_swStandardBSIHcoilTapDrills=53
_swStandardBSIHexBolt=45
_swStandardBSIHexCapScrew=46
_swStandardBSIHexMachineScrew=47
_swStandardBSIOvalHead=52
_swStandardBSIPanHead=48
_swStandardBSIScrewClearances=55
_swStandardBSISocketCapScrew=49
_swStandardBSITapDrills=56
_swStandardBSITaperedPipeTap=59
_swStandardBSITappedHole=58
_swStandardBSITappedHoleBottoming=57
_swStandardDIN=4
_swStandardDINCTSKFlatHead=69
_swStandardDINCTSKRaisedHead=70
_swStandardDINCheeseHead=62
_swStandardDINConduitTappedHole=351
_swStandardDINDowelHole=707
_swStandardDINDrillSizes=72
_swStandardDINEnsatTappedHoleforAL=352
_swStandardDINEnsatTappedHoleforCU=353
_swStandardDINEnsatTappedHoleforST=354
_swStandardDINHcoilTapDrills=71
_swStandardDINHeavyHexBolt=60
_swStandardDINHexBolt=63
_swStandardDINHexCapScrew=64
_swStandardDINHexFlangeBolt=61
_swStandardDINHexMachineScrew=65
_swStandardDINHexSocketHead6912=249
_swStandardDINHexSocketHeadFine912=701
_swStandardDINHexSocketHeadThin7984=702
_swStandardDINPan=66
_swStandardDINScrewClearances=73
_swStandardDINSocketCTSKFlatHead=68
_swStandardDINSocketHeadCap=67
_swStandardDINStraightPipeTappedHole=250
_swStandardDINTapDrills=74
_swStandardDINTaperedPipeTap=77
_swStandardDINTappedHole=76
_swStandardDINTappedHoleBottoming=75
_swStandardDME=3
_swStandardDMEAllDrillSizes=94
_swStandardDMEBottomingTappedHole=106
_swStandardDMECCorePinClearances=99
_swStandardDMECCorePins=78
_swStandardDMECXCorePinClearances=100
_swStandardDMECXCorePins=79
_swStandardDMEFlatHead100=88
_swStandardDMEFlatHead82=89
_swStandardDMEFlatSocket82=87
_swStandardDMEFractionalDrillSizes=92
_swStandardDMEHcoilTapDrills=93
_swStandardDMELeaderPinClearances=102
_swStandardDMELetterDrillSizes=95
_swStandardDMENumberDrillSizes=96
_swStandardDMEOval=90
_swStandardDMEPipeTapDrills=97
_swStandardDMEReturnPinClearances=103
_swStandardDMEReturnPins=82
_swStandardDMEScrewClearances=98
_swStandardDMESocketCapScrew=83
_swStandardDMESpruPullerPinClearances=104
_swStandardDMESpruPullerPins=85
_swStandardDMEStandardLeaderPins=81
_swStandardDMEStripperBolt=86
_swStandardDMESupportPillarClearance=91
_swStandardDMESupportPillarSHCS=84
_swStandardDMETHXEjectorPinClearances=101
_swStandardDMETHXEjectorPins=80
_swStandardDMETapDrills=105
_swStandardDMETaperedPipeTap=108
_swStandardDMETappedHole=107
_swStandardGB=13
_swStandardGBCrossRecessedCountersunkHeadTappingScrews=372
_swStandardGBCrossRecessedCountersunkHeadWoodScrews=368
_swStandardGBCrossRecessedRaisedCountersunkHeadTappingScrews=373
_swStandardGBCrossRecessedRaisedCountersunkHeadWoodScrews=369
_swStandardGBDowelHole=708
_swStandardGBDrillSizes=355
_swStandardGBHexagonHeadBoltsFullThreadProductGradeC=377
_swStandardGBHexagonHeadBoltsFullThreadProductGradesAB=378
_swStandardGBHexagonHeadBoltsGB=376
_swStandardGBHexagonHeadBoltsProductGradeC=379
_swStandardGBHexagonLobularSocketCountersunkHeadScrews=362
_swStandardGBHexagonLobularSocketHeadCapScrewsPropertyClass=364
_swStandardGBHexagonLobularSocketHeadCapScrewsPropertyClass4=375
_swStandardGBHexagonLobularSocketRaisedCountersunkHeadScrews=363
_swStandardGBHexagonSocketHeadCapScrews=361
_swStandardGBScrewClearances=356
_swStandardGBSlottedCheeseHeadScrews=374
_swStandardGBSlottedCountersinkHeadWoodScrews=366
_swStandardGBSlottedCountersunkHeadTappingScrews=370
_swStandardGBSlottedRaisedCountersunkHeadScrews=365
_swStandardGBSlottedRaisedCountersunkHeadTappingScrews=371
_swStandardGBSlottedRaisedCountersunkHeadWoodScrews=367
_swStandardGBTapDrills=357
_swStandardGBTaperedPipeTap=360
_swStandardGBTappedHole=359
_swStandardGBTappedHoleBottoming=358
_swStandardHascoMetric=5
_swStandardHascoMetricBottomingTappedHole=122
_swStandardHascoMetricCCorePins=109
_swStandardHascoMetricCTSKFlatHead=116
_swStandardHascoMetricCenteringSleeve=120
_swStandardHascoMetricCorePinClearances=119
_swStandardHascoMetricDrillSizes=117
_swStandardHascoMetricEjectorRodClearances=121
_swStandardHascoMetricGuideBushings=110
_swStandardHascoMetricGuidePillars=111
_swStandardHascoMetricLocatingGuideBushings=112
_swStandardHascoMetricLocatingGuidePillars=113
_swStandardHascoMetricScrewClearances=118
_swStandardHascoMetricShoulderScrew=115
_swStandardHascoMetricSocketCapScrew=114
_swStandardHascoMetricTappedHole=123
_swStandardHcoilInchInsert10Dia=124
_swStandardHcoilInchInsert15Dia=125
_swStandardHcoilInchInsert20Dia=126
_swStandardHcoilInchInsert25Dia=127
_swStandardHcoilInchInsert30Dia=128
_swStandardHcoilMetricInsert10Dia=129
_swStandardHcoilMetricInsert15Dia=130
_swStandardHcoilMetricInsert20Dia=131
_swStandardHcoilMetricInsert25Dia=132
_swStandardHcoilMetricInsert30Dia=133
_swStandardHelicoilInch=6
_swStandardHelicoilMetric=7
_swStandardIS=15
_swStandardISBottomingTappedHole=554
_swStandardISCrossRecessFlatHeadScrew=556
_swStandardISCrossRecessPanHeadScrew=557
_swStandardISCrossRecessRaisedHeadScrew=558
_swStandardISDowelHole=709
_swStandardISDrillSizes=550
_swStandardISHexagonHeadBoltC=559
_swStandardISHexagonHeadScrewA=560
_swStandardISHexagonHeadScrewB=561
_swStandardISHexagonHeadScrewC=562
_swStandardISO=8
_swStandardISOCTSKFlatHead=141
_swStandardISOCTSKRaisedHead=142
_swStandardISOCheeseHead=134
_swStandardISODowelHole=710
_swStandardISODrillSizes=143
_swStandardISOHexBolt=135
_swStandardISOHexCapScrew=136
_swStandardISOHexMachineScrew=137
_swStandardISOPan=138
_swStandardISOScrewClearances=144
_swStandardISOSocketCTSKFlatHead=140
_swStandardISOSocketHeadCap=139
_swStandardISOTapDrills=145
_swStandardISOTaperedPipeTap=148
_swStandardISOTappedHole=147
_swStandardISOTappedHoleBottoming=146
_swStandardISScrewClearances=551
_swStandardISSlottedCheeseHeadScrew=563
_swStandardISSocketHeadCapScrew=564
_swStandardISTapDrills=552
_swStandardISTaperedPipeTap=553
_swStandardISTappedHole=555
_swStandardJIS=9
_swStandardJISButton=151
_swStandardJISCheeseHead=149
_swStandardJISDowelHole=711
_swStandardJISDrillSizes=160
_swStandardJISFillisterHead=150
_swStandardJISFlatCTSKHead=158
_swStandardJISHexBolt=152
_swStandardJISHexCapScrew=153
_swStandardJISHexMachineScrew=154
_swStandardJISPan=155
_swStandardJISRaisedCTSKHead=159
_swStandardJISScrewClearances=161
_swStandardJISSocketHeadCap=156
_swStandardJISSocketShoulderScrew=157
_swStandardJISTapDrills=162
_swStandardJISTaperedPipeTap=165
_swStandardJISTappedHole=164
_swStandardJISTappedHoleBottoming=163
_swStandardKS=14
_swStandardKSBottomingTappedHole=454
_swStandardKSCheeseSlottedHead=462
_swStandardKSDowelHole=712
_swStandardKSDrillSizes=450
_swStandardKSFlatCrossHeadScrew=456
_swStandardKSHexHeadBoltA=459
_swStandardKSHexHeadBoltB=460
_swStandardKSHexHeadBoltC=461
_swStandardKSRaisedCrossHeadScrew=457
_swStandardKSScrewClearances=451
_swStandardKSSocketHeadCapScrew=458
_swStandardKSTapDrills=452
_swStandardKSTaperedPipeTap=453
_swStandardKSTappedHole=455
_swStandardPCS=10
_swStandardPCSAllDrillSizes=182
_swStandardPCSBottomingTappedHole=190
_swStandardPCSCorePinClearances=186
_swStandardPCSCorePins=167
_swStandardPCSEjectorPinClearances=183
_swStandardPCSEjectorPins=168
_swStandardPCSFlatHead100=173
_swStandardPCSFlatHead82=174
_swStandardPCSFlatSocket82=176
_swStandardPCSFractionalDrillSizes=178
_swStandardPCSHcoilTapDrills=177
_swStandardPCSLeaderPinClearances=187
_swStandardPCSLetterDrillSizes=184
_swStandardPCSNumberDrillSizes=179
_swStandardPCSOval=175
_swStandardPCSPipeTapDrills=180
_swStandardPCSReturnPinClearances=188
_swStandardPCSReturnPins=166
_swStandardPCSScrewClearances=181
_swStandardPCSSocketCapScrew=170
_swStandardPCSStandardLeaderPins=169
_swStandardPCSStripperBolt=171
_swStandardPCSSupportPillarClearances=185
_swStandardPCSSupportPillarSHCS=172
_swStandardPCSTapDrills=189
_swStandardPCSTaperedPipeTap=192
_swStandardPCSTappedHole=191
_swStandardPEMInch=17
_swStandardPEMInch300SCNuts=906
_swStandardPEMInchAluminumSCNuts=901
_swStandardPEMInchBlindFasteners=902
_swStandardPEMInchBlindSO=947
_swStandardPEMInchConcealedStandoffs=948
_swStandardPEMInchConcealedStuds=929
_swStandardPEMInchFHDogPointStuds=932
_swStandardPEMInchFloating=903
_swStandardPEMInchFlushPilotPins=933
_swStandardPEMInchFlushheadPins=930
_swStandardPEMInchFlushheadStuds=931
_swStandardPEMInchHSDogPointStuds=935
_swStandardPEMInchHigh_strengthStuds=934
_swStandardPEMInchKEYHOLEStandoffs=949
_swStandardPEMInchLow_displacementStuds=936
_swStandardPEMInchMiniature=904
_swStandardPEMInchNon_flushheadStuds=937
_swStandardPEMInchNon_lockingNuts=905
_swStandardPEMInchPEMHEXFasteners=914
_swStandardPEMInchPEMSERTFlushFasteners=907
_swStandardPEMInchSNAP_TOPSBStandoffs=950
_swStandardPEMInchSNAP_TOPSCStandoffs=951
_swStandardPEMInchSelf_clinchingNuts=909
_swStandardPEMInchSelf_lockingFasteners=911
_swStandardPEMInchSelf_lockingNuts=910
_swStandardPEMInchTHStandoffs=952
_swStandardPEMInchTRI_DENT=913
_swStandardPEMInchTSStandoffs=953
_swStandardPEMInchThinSheet=912
_swStandardPEMInchUStandoffs=954
_swStandardPEMInchWeldNuts=908
_swStandardPEMMetric=18
_swStandardPEMMetric300SCNuts=920
_swStandardPEMMetricAluminumSCNuts=915
_swStandardPEMMetricBlindFasteners=916
_swStandardPEMMetricBlindSO=955
_swStandardPEMMetricConcealedStandoffs=956
_swStandardPEMMetricConcealedStuds=938
_swStandardPEMMetricFHDogPointStuds=941
_swStandardPEMMetricFloating=917
_swStandardPEMMetricFlushPilotPins=942
_swStandardPEMMetricFlushheadPins=939
_swStandardPEMMetricFlushheadStuds=940
_swStandardPEMMetricHSDogPointStuds=944
_swStandardPEMMetricHigh_strengthStuds=943
_swStandardPEMMetricKEYHOLEStandoffs=957
_swStandardPEMMetricLow_displacementStuds=945
_swStandardPEMMetricMiniature=918
_swStandardPEMMetricNon_flushheadStuds=946
_swStandardPEMMetricNon_lockingNuts=919
_swStandardPEMMetricPEMHEXFasteners=928
_swStandardPEMMetricPEMSERTFlushFasteners=921
_swStandardPEMMetricSNAP_TOPSBStandoffs=958
_swStandardPEMMetricSNAP_TOPSCStandoffs=959
_swStandardPEMMetricSelf_clinchingNuts=923
_swStandardPEMMetricSelf_lockingFasteners=925
_swStandardPEMMetricSelf_lockingNuts=924
_swStandardPEMMetricTHStandoffs=961
_swStandardPEMMetricTRI_DENT=927
_swStandardPEMMetricTSStandoffs=960
_swStandardPEMMetricThinSheet=926
_swStandardPEMMetricUStandoffs=962
_swStandardPEMMetricWeldNuts=922
_swStandardProgressive=11
_swStandardProgressiveAllDrillSizes=210
_swStandardProgressiveBottomingTappedHole=220
_swStandardProgressiveCorePinClearances=214
_swStandardProgressiveCorePins=195
_swStandardProgressiveEjectorPinClearances=211
_swStandardProgressiveEjectorPins=196
_swStandardProgressiveFlatHead100=203
_swStandardProgressiveFlatHead82=204
_swStandardProgressiveFlatSocket82=201
_swStandardProgressiveFractionalDrillSizes=206
_swStandardProgressiveHcoilTapDrills=205
_swStandardProgressiveLeaderPinClearances=215
_swStandardProgressiveLetterDrillSizes=212
_swStandardProgressiveNumberDrillSizes=207
_swStandardProgressiveOval=202
_swStandardProgressivePipeTapDrills=208
_swStandardProgressiveReturnPinClearances=217
_swStandardProgressiveReturnPins=194
_swStandardProgressiveScrewClearances=209
_swStandardProgressiveSocketCapScrew=193
_swStandardProgressiveSpruePullerPinClearances=216
_swStandardProgressiveSpruePullerPins=197
_swStandardProgressiveStandardLeaderPins=200
_swStandardProgressiveStripperBolt=199
_swStandardProgressiveSupportPillarClearances=213
_swStandardProgressiveSupportPillarSHCS=198
_swStandardProgressiveTapDrills=218
_swStandardProgressiveTaperedPipeTap=221
_swStandardProgressiveTappedHole=219
_swStandardSuperior=12
_swStandardSuperiorAllDrillSizes=238
_swStandardSuperiorBottomingTappedHole=247
_swStandardSuperiorBottomingTappedHole2=249
_swStandardSuperiorEjectorPinClearances=239
_swStandardSuperiorEjectorPins=223
_swStandardSuperiorFlatHead100=229
_swStandardSuperiorFlatHead82=230
_swStandardSuperiorFlatSocket82=232
_swStandardSuperiorFractionalDrillSizes=234
_swStandardSuperiorHcoilTapDrills=233
_swStandardSuperiorLeaderPinClearances=242
_swStandardSuperiorLetterDrillSizes=240
_swStandardSuperiorNumberDrillSizes=235
_swStandardSuperiorOval=231
_swStandardSuperiorPipeTapDrills=236
_swStandardSuperiorReturnPinClearances=244
_swStandardSuperiorReturnPins=222
_swStandardSuperiorScrewClearances=237
_swStandardSuperiorSocketCapScrew=227
_swStandardSuperiorSpruePullerPinClearances=243
_swStandardSuperiorSpruePullerPins=224
_swStandardSuperiorStandardLeaderPins=228
_swStandardSuperiorStripperBolt=226
_swStandardSuperiorSupportPillarClearances=241
_swStandardSuperiorSupportPillarSHCS=225
_swStandardSuperiorTapDrills=245
_swStandardSuperiorTaperedPipeTap=248
_swStandardSuperiorTappedHole=246
_swStandardSuperiorTappedHole2=247
_swStandardToolbar=2
_swStandardType_StandardAS=16
_swStandardType_StandardAnsiInch=0
_swStandardType_StandardAnsiMetric=1
_swStandardType_StandardBSI=2
_swStandardType_StandardDIN=4
_swStandardType_StandardDME=3
_swStandardType_StandardGB=13
_swStandardType_StandardHascoMetric=5
_swStandardType_StandardHelicoilInch=6
_swStandardType_StandardHelicoilMetric=7
_swStandardType_StandardIS=15
_swStandardType_StandardISO=8
_swStandardType_StandardJIS=9
_swStandardType_StandardKS=14
_swStandardType_StandardNone=-2
_swStandardType_StandardPCS=10
_swStandardType_StandardProgressive=11
_swStandardType_StandardSuperior=12
_swStandardUpdate=0
_swStandardViewsToolbar=16
_swStartNumberingFromBottom=1
_swStartNumberingFromTop=0
_swStartNumberingInvalid=-1
_swStartOffset=3
_swStartRouteAssembly=16
_swStartSketchPlane=0
_swStartSurface=1
_swStartVertex=2
_swStepAP=75
_swStepDraft=3
_swStepExport3DCurveFeatures=497
_swStepExportAppearances=787
_swStepExportAtomicSave=786
_swStepExportConfigurationData=403
_swStepExportFaceEdgeProps=397
_swStepExportPreference=142
_swStepExportSplitPeriodic=396
_swStopDebuggingVstaOnExit=392
_swStoreImagesWithModel=438
_swStoreOLEImagesWithModel=781
_swStraightAutoBalloonLeader=0
_swStraightHoleClassificationType_Clearance=1
_swStraightHoleClassificationType_Nominal=0
_swStraightHoleClassificationType_Press=3
_swStraightHoleClassificationType_Transitional=2
_swStraightHoleFilter_All=0
_swStraightHoleFilter_Fasteners=2
_swStraightHoleFilter_Nuts=1
_swStraightHoleFilter_Pins=5
_swStraightHoleFilter_Standoffs=3
_swStraightHoleFilter_Studs=4
_swStraightHoleFitType_Close=0
_swStraightHoleFitType_Loose=2
_swStraightHoleFitType_Normal=1
_swStraightTapHoleCustomSizing_MajorDiameter=2
_swStraightTapHoleCustomSizing_TapDrillDiameter=0
_swStraightTapHoleCustomSizing_TapDrillDiameterWithCosmeticThread=1
_swStraightTapHoleEquation_Diameter=0
_swStraightTapHoleEquation_DiameterAndHalf=1
_swStraightTapHoleEquation_TwiceTheDiameter=2
_swStraightTapHoleEquation_UserDefinedValue=3
_swStraightTapHoleThreadClass_1B=1
_swStraightTapHoleThreadClass_2B=2
_swStraightTapHoleThreadClass_3B=3
_swStraightTransition=1
_swStructureProfileAlignmentType_HorizontalAxis=0
_swStructureProfileAlignmentType_VerticalAxis=1
_swStructureProfileMirrorType_HorizontalAxis=0
_swStructureProfileMirrorType_VerticalAxis=1
_swStructureProfilePiercePoint_BottomCenter=2
_swStructureProfilePiercePoint_BottomLeft=7
_swStructureProfilePiercePoint_BottomRight=8
_swStructureProfilePiercePoint_Center=0
_swStructureProfilePiercePoint_CenterLeft=5
_swStructureProfilePiercePoint_CenterRight=6
_swStructureProfilePiercePoint_Selection=9
_swStructureProfilePiercePoint_TopCenter=1
_swStructureProfilePiercePoint_TopLeft=3
_swStructureProfilePiercePoint_TopRight=4
_swStructureSplitMember_Dimension=1
_swStructureSplitMember_Reference=0
_swStructureSystemMemberCreationType_Primary_FacePlaneIntersection=3
_swStructureSystemMemberCreationType_Primary_PathSegment=0
_swStructureSystemMemberCreationType_Primary_PointLength=2
_swStructureSystemMemberCreationType_Primary_RefPlane=1
_swStructureSystemMemberCreationType_Secondary_BetweenPoints=5
_swStructureSystemMemberCreationType_Secondary_SupportPlane=4
_swStructureSystemMemberCreationType_Secondary_UpToMembers=6
_swStructureSystemMemberType_Primary=0
_swStructureSystemMemberType_Secondary=1
_swStructureSystemsFolder=123
_swSuccess=0
_swSumInfoAuthor=2
_swSumInfoComment=4
_swSumInfoCreateDate=6
_swSumInfoCreateDate2=8
_swSumInfoKeywords=3
_swSumInfoSaveDate=7
_swSumInfoSaveDate2=9
_swSumInfoSavedBy=5
_swSumInfoSubject=1
_swSumInfoTitle=0
_swSunlight_LengthOfDay=3
_swSunlight_Sunrise=1
_swSunlight_Sunset=2
_swSuppressFeature=0
_swSuppressionBadComponent=0
_swSuppressionBadState=1
_swSuppressionChangeFailed=3
_swSuppressionChangeOk=2
_swSurfAngularTessellationTol=4
_swSurfChordTessellationTol=3
_swSurfaceBodyFolder=2
_swSurfaceCutFeatureError_BodiesNotSpecified=1
_swSurfaceCutFeatureError_InvalidVariant=2
_swSurfaceCutFeatureError_NoError=0
_swSurfaceExtendEndCondDistance=0
_swSurfaceExtendEndCondUpToPoint=1
_swSurfaceExtendEndCondUpToSurface=2
_swSurfacesToolbar=21
_swSweepBidirectional=1
_swSweepDirection1=0
_swSweepDirection2=2
_swSweptFlangeError_InvalidPath=2
_swSweptFlangeError_InvalidProfile=1
_swSweptFlangeError_InvalidSheetMetalParameters=8
_swSweptFlangeError_None=0
_swSweptFlangeError_SelfIntersectingGeometry=4
_swSweptFlangePositionType_BendOutside=3
_swSweptFlangePositionType_MaterialInside=1
_swSweptFlangePositionType_MaterialOutside=2
_swSymCENTERLINE=34
_swSymCONTINUOUS=38
_swSymDEGREE=32
_swSymFREESTATE=35
_swSymNONE=0
_swSymPLUSMINUS=33
_swSymSTATISTICAL=36
_swSymTANGENTPLANE=37
_swSystemBlock=6
_swSystemColorsActiveSelectionListBox=130
_swSystemColorsAsmInterferenceVolume=278
_swSystemColorsAssemblyEditPart=124
_swSystemColorsAssemblyEditPartHiddenLines=125
_swSystemColorsAssemblyNonEditPart=126
_swSystemColorsBackground=554
_swSystemColorsBottomGradientColor=101
_swSystemColorsConstructionGeometry=121
_swSystemColorsCrossHair=464
_swSystemColorsCurrentColorScheme=491
_swSystemColorsCurrentColorSchemeBlueHighlight=0
_swSystemColorsCurrentColorSchemeGreenHighlight=1
_swSystemColorsCurrentColorSchemeOrangeHighlight=2
_swSystemColorsDTDim=193
_swSystemColorsDanglingDimension=122
_swSystemColorsDimsNotMarkedForDrawing=277
_swSystemColorsDrawingsBackground=218
_swSystemColorsDrawingsChangedDimensions=447
_swSystemColorsDrawingsHiddenModelEdge=109
_swSystemColorsDrawingsLockedFocus=221
_swSystemColorsDrawingsModelTangentEdges=386
_swSystemColorsDrawingsPaper=217
_swSystemColorsDrawingsPaperBorder=110
_swSystemColorsDrawingsPaperShadow=111
_swSystemColorsDrawingsSheetBorder=111
_swSystemColorsDrawingsSpeedPakModelEdge=379
_swSystemColorsDrawingsViewBorder=219
_swSystemColorsDrawingsVisibleModelEdge=108
_swSystemColorsDynamicHighlight=102
_swSystemColorsEnvelopes=492
_swSystemColorsEnvelopes_DoNotChange=2
_swSystemColorsEnvelopes_Opaque=1
_swSystemColorsEnvelopes_SemiTransparent=0
_swSystemColorsGhostSelColor=315
_swSystemColorsGridLinesMajor=120
_swSystemColorsGridLinesMinor=119
_swSystemColorsHiddenEdgeSelectionShow=295
_swSystemColorsHighlight=103
_swSystemColorsIconColor=553
_swSystemColorsIconColorClassic=1
_swSystemColorsIconColorDefault=0
_swSystemColorsImportedAnnotation=231
_swSystemColorsImportedDrivenAnnotation=113
_swSystemColorsImportedDrivingAnnotation=112
_swSystemColorsInactiveEntity=127
_swSystemColorsInactiveHandles=339
_swSystemColorsMateCalloutError=389
_swSystemColorsMateCalloutHealthy=387
_swSystemColorsMateCalloutWarning=388
_swSystemColorsMeasureSelection=404
_swSystemColorsNonImportedAnnotation=232
_swSystemColorsNoteEditHandle=465
_swSystemColorsNoteHandle=463
_swSystemColorsPropertyManagerColor=284
_swSystemColorsRefTriadX=189
_swSystemColorsRefTriadY=190
_swSystemColorsRefTriadZ=191
_swSystemColorsSelectedFaceShaded=107
_swSystemColorsSelectedItem1=104
_swSystemColorsSelectedItem2=105
_swSystemColorsSelectedItem3=106
_swSystemColorsSelectedItem4=209
_swSystemColorsSelectedItem5=613
_swSystemColorsSelectedItem6=614
_swSystemColorsShadedEdge=134
_swSystemColorsSheetMetalTemporaryGraphics=403
_swSystemColorsSketchFullyDefined=115
_swSystemColorsSketchInactive=213
_swSystemColorsSketchInvalidGeometry=117
_swSystemColorsSketchNotSolved=118
_swSystemColorsSketchOverDefined=114
_swSystemColorsSketchUnderDefined=116
_swSystemColorsSurfacesOpenEdge=131
_swSystemColorsSwiftAnnotations=279
_swSystemColorsSwiftFullyConstrained=281
_swSystemColorsSwiftOverConstrained=282
_swSystemColorsSwiftUnderConstrained=280
_swSystemColorsTemporaryGraphics=128
_swSystemColorsTemporaryGraphicsShaded=129
_swSystemColorsTemporarySketchDragging=466
_swSystemColorsText=123
_swSystemColorsToleranceAnalysisDim=283
_swSystemColorsTopGradientColor=100
_swSystemColorsTreeItemNormal=215
_swSystemColorsTreeItemSelected=216
_swSystemColorsTreeViewBackground=132
_swSystemColorsViewportBackground=99
_swSystemColorsWeldPathSelection=467
_swSystemNotificationHideGraphicsNotification=778
_swSystemOptionDisplayAntiAliasing=445
_swSystemOptionDisplayAntiAliasing_Edges=2
_swSystemOptionDisplayAntiAliasing_FullScene=3
_swSystemOptionDisplayAntiAliasing_None=1
_swSystemTouchRotateVersusPanThreshhold=191
_swSystemTouchRotateWidth=190
_swTEXT=5
_swTIFExportIncludeDrawingsPaperColor=772
_swTIFIncludeLayersNotToPrint=583
_swTORUS_TYPE=4005
_swTPA_DwgViewFeature=43
_swTPA_FeatureMgrTree=100
_swTPA_OnScreenCancel=1001
_swTPA_SheetFeature=88
_swTPA_SheetFormat=97
_swTPA_SketchingDorito=1000
_swTRIMMED_TYPE=3009
_swTableAnnotation=14
_swTableAnnotation_BendTable=7
_swTableAnnotation_BillOfMaterials=2
_swTableAnnotation_General=0
_swTableAnnotation_GeneralTolerance=9
_swTableAnnotation_HoleChart=1
_swTableAnnotation_PunchTable=8
_swTableAnnotation_RevisionBlock=3
_swTableAnnotation_TitleBlock=5
_swTableAnnotation_WeldTable=6
_swTableAnnotation_WeldmentCutList=4
_swTableCellOrientation_Down=3
_swTableCellOrientation_Left=1
_swTableCellOrientation_Right=0
_swTableCellOrientation_Rotate90CCW=6
_swTableCellOrientation_Rotate90CW=5
_swTableCellOrientation_Up=2
_swTableCellOrientation_Varies=4
_swTableCellRange_All=-2
_swTableCellRange_Current=-1
_swTableColumnType_UserDefined=0
_swTableHeader_Bottom=2
_swTableHeader_None=0
_swTableHeader_Top=1
_swTableHoleDualDimensionDisplay=450
_swTableHoleDualDimensionPos=446
_swTableHoleShowUnitsForDualDisplay=451
_swTableItemInsertPosition_After=3
_swTableItemInsertPosition_Before=2
_swTableItemInsertPosition_First=1
_swTableItemInsertPosition_Last=4
_swTableItemMovePosition_Relative=5
_swTableMerge_All=3
_swTableMerge_WithNext=2
_swTableMerge_WithPrevious=1
_swTablePunchDualDimensionPos=457
_swTablePunchDualDimensionsDisplay=479
_swTablePunchShowUnitsForDualDisplay=472
_swTableRowColChange_AbsorbedByNext=1
_swTableRowColChange_AbsorbedByPrevious=2
_swTableRowColChange_TableSizeCanChange=0
_swTableSplit_AfterColumn=4
_swTableSplit_AfterRow=2
_swTableSplit_BeforeColumn=3
_swTableSplit_BeforeRow=1
_swTableSplit_Horizontal=1
_swTableSplit_None=0
_swTableSplit_Vertical=2
_swTableToolbar=34
_swTable_AlphaNumericTags=1
_swTable_ManualTags=3
_swTable_NumericTags=2
_swTangencyAllFaces=3
_swTangencyDirectionVector=2
_swTangencyNone=0
_swTangencyNormalToProfile=1
_swTangent=1
_swTangentEdgeDisplayDefault=77
_swTangentEdgesHidden=0
_swTangentEdgesVisible=2
_swTangentEdgesVisibleAndFonted=1
_swTangentMagnitudeDirection1=1
_swTangentMagnitudeDirection2=2
_swTapBlind=31
_swTapBlindCosmeticThread=46
_swTapBlindCosmeticThreadCounterSinkTop=47
_swTapBlindCounterSinkTop=32
_swTapBlindRemoveThread=56
_swTapThru=33
_swTapThruCosmeticThread=48
_swTapThruCosmeticThreadCounterSinkBottom=50
_swTapThruCosmeticThreadCounterSinkTop=49
_swTapThruCosmeticThreadCounterSinkTopBottom=51
_swTapThruCounterSinkBottom=34
_swTapThruCounterSinkTop=35
_swTapThruCounterSinkTopBottom=36
_swTapThruThreadThru=52
_swTapThruThreadThruCounterSinkBottom=54
_swTapThruThreadThruCounterSinkTop=53
_swTapThruThreadThruCountersinkTopBottom=55
_swTapTypeBottom=1
_swTapTypePlug=0
_swTapered=1
_swTaperedDrilled=6
_swTaperedTapCustomSizing_MajorDiameter=2
_swTaperedTapCustomSizing_MinorDiameterWithCosmeticThread=1
_swTaperedTapThreadClass_1=1
_swTaperedTapThreadClass_2=2
_swTaskPaneBitmapsOptions_Back=5
_swTaskPaneBitmapsOptions_Close=1
_swTaskPaneBitmapsOptions_Help=2
_swTaskPaneBitmapsOptions_Next=4
_swTaskPaneBitmapsOptions_Ok=3
_swTaskPaneBitmapsOptions_Options=6
_swTaskPaneToolbar=30
_swTaskpaneView_CreationFailure=-1
_swTaskpaneView_Okay=0
_swTaskpaneView_UnsupportedHandler=1
_swTbACTIVE=-1
_swTbASSEMBLY=2
_swTbCONTINUE=1
_swTbCONTROL=-2
_swTbDRAWING=3
_swTbLOAD=1
_swTbNONE=0
_swTbOleInplaceMode=2
_swTbPART=1
_swTbSAVE=0
_swTbSTOP=0
_swTempBodySelectOptionNone=0
_swTempBodySelectable=1
_swTempGraphicsAddMaterialColor=546
_swTempGraphicsRemoveMaterialColor=547
_swTesselationMatchEdgeCurve=2
_swTesselationMatchFacetGeometry=1
_swTesselationMatchFacetTopology=0
_swTextAlignmentBottom=2
_swTextAlignmentMiddle=1
_swTextAlignmentTop=0
_swTextInBoxStyleFit=2
_swTextInBoxStyleNone=0
_swTextInBoxStyleWrap=1
_swTextJustificationCenter=2
_swTextJustificationLeft=1
_swTextJustificationNone=0
_swTextJustificationRight=3
_swTextSize=521
_swTextSizeUseOperatingSystemScale=570
_swTextSize_Large=2
_swTextSize_Medium=1
_swTextSize_Small=0
_swTextureRenderModeBlend=1
_swTextureRenderModeImage=0
_swTextureRenderModeLuminance=2
_swThickenDirection_Both=2
_swThickenDirection_Side1=0
_swThickenDirection_Side2=1
_swThickenSideBoth=2
_swThickenSideOne=0
_swThickenSideTwo=1
_swThinWallMidPlane=2
_swThinWallOneDirection=0
_swThinWallOppDirection=1
_swThinWallTwoDirection=3
_swThisConfiguration=1
_swThisDisplayState=1
_swThreadDataTable=1
_swThreadEndCondition_Blind=0
_swThreadEndCondition_Revolutions=1
_swThreadEndCondition_UpToSelection=2
_swThreadMethod_Cut=0
_swThreadMethod_Extrude=1
_swThreadMirrorType_Horizontally=0
_swThreadMirrorType_Vertically=1
_swThumbnailGraphics=22
_swTiffCompressionScheme=8
_swTiffGroup4FaxCompression=2
_swTiffImageBlackAndWhite=0
_swTiffImageGrayScale=2
_swTiffImageRGB=1
_swTiffImageRGBA=3
_swTiffImageType=7
_swTiffPackbitsCompression=1
_swTiffPrintAllSheets=405
_swTiffPrintDPI=9
_swTiffPrintDrawingPaperHeight=8
_swTiffPrintDrawingPaperWidth=9
_swTiffPrintPadText=530
_swTiffPrintPaperHeight=9
_swTiffPrintPaperSize=10
_swTiffPrintPaperWidth=8
_swTiffPrintScaleFactor=11
_swTiffPrintScaleToFit=28
_swTiffPrintUseSheetSize=406
_swTiffScreenOrPrintCapture=6
_swTiffUncompressed=0
_swTolBASIC=1
_swTolBILAT=2
_swTolBLOCK=10
_swTolFIT=7
_swTolFITTOLONLY=9
_swTolFITWITHTOL=8
_swTolGeneral=11
_swTolLIMIT=3
_swTolMAX=6
_swTolMETRIC=7
_swTolMIN=5
_swTolNONE=0
_swTolSYMMETRIC=4
_swTolXpertToolbar=33
_swTolerancePrecisionFollowsNominal=-3
_swToleranceTextSizeUsingHeightValue=2
_swToleranceTextSizeUsingScaleValue=1
_swToleranceZoneModifier_Diameter=2
_swToleranceZoneModifier_None=0
_swToleranceZoneModifier_SphericalDiameter=3
_swToleranceZoneModifier_Unknown=1
_swToolBoxPropertyName_PartName=0
_swToolBoxPropertyName_Specification=1
_swToolBoxPropertyName_Standard=2
_swToolbarHidden=0
_swToolbarItem=2
_swToolbarLayoutOption_AllToolbars=1
_swToolbarLayoutOption_MacroToolbarOnly=2
_swToolbarLayoutOption_None=0
_swToolboxCopiedPart=2
_swToolboxStandardPart=1
_swToolsMenu=4
_swToolsToolbar=17
_swTopView=5
_swTopoBody=6
_swTopoEdge=2
_swTopoFace=4
_swTopoLoop=3
_swTopoMinimumBody=4
_swTopoRegion=7
_swTopoSheetBody=2
_swTopoShell=5
_swTopoSolidBody=1
_swTopoVertex=1
_swTopoWireBody=3
_swTopolMissingGeometry=35
_swTopolNotG1Continuous=30
_swTopolSizeBoxViolation=31
_swTopolStateCheckFail=32
_swTopolStateNoGeometry=33
_swTopologyCoEdge=1
_swTopologyNull=0
_swTopologyVertex=2
_swTrackingIDError_InvalidTrackingCookie=2
_swTrackingIDError_InvalidTrackingID=3
_swTrackingIDError_NoError=0
_swTrackingIDError_UnknownError=1
_swTrackingIDError_UntrackableObject=4
_swTrackingIDError_UntrackedObject=5
_swTransferHoleWizardSizeComboBoxSettings=677
_swTransformType_None=0
_swTransformType_Rotation=2
_swTransformType_Translation=1
_swTranslateAssemblyComponent=1
_swTranslateNameAttribFromKernelBody=341
_swTranslateView=6
_swTranslationNotifySilentMode=1
_swTransparencyHighQualityDynamic=125
_swTransparencyStateNonTransparent=1
_swTransparencyStateTransparent=0
_swTransparencyStateUnknown=-1
_swTriadManipulator=0
_swTriadManipulatorDoNotShowOrigin=1
_swTriadManipulatorDoNotShowXAxis=2
_swTriadManipulatorDoNotShowXYPlane=16
_swTriadManipulatorDoNotShowXYRING=128
_swTriadManipulatorDoNotShowYAxis=4
_swTriadManipulatorDoNotShowYZPlane=32
_swTriadManipulatorDoNotShowYZRING=256
_swTriadManipulatorDoNotShowZAxis=8
_swTriadManipulatorDoNotShowZXPlane=64
_swTriadManipulatorDoNotShowZXRING=512
_swTriadManipulatorOrigin=0
_swTriadManipulatorShowAll=0
_swTriadManipulatorXAxis=1
_swTriadManipulatorXYPlane=4
_swTriadManipulatorYAxis=2
_swTriadManipulatorYZPlane=5
_swTriadManipulatorZAxis=3
_swTriadManipulatorZXPlane=6
_swTrimToolMemberObjectType_swCornerMember=0
_swTrimToolMemberObjectType_swCornerTreatmentFeature=1
_swTrimetricView=8
_swTryToFormSolid=2
_swTurnView=11
_swTwistControlConstantTwistAlongPath=8
_swTwistControlFollowFirstSecondGuideCurves=3
_swTwistControlFollowPath=0
_swTwistControlFollowPathFirstGuideCurve=2
_swTwistControlKeepNormalConstant=1
_swTwistControlNormalConstantTwistAlongPath=9
_swTwistCountValue=536
_swTwistCountValuePerMeter=194
_swTypeMutualTrim=1
_swTypeTrimTool=0
_swUIN=10
_swUNDERLINED=3
_swUPPER_CENTER=5
_swUPPER_LEFT=0
_swUPPER_RIGHT=3
_swUVCurveOutputTol=2
_swUnSuppressDependent=2
_swUnSuppressFeature=1
_swUnchecked=0
_swUnderConstrained=2
_swUndoStepsMaximum=298
_swUnexpectedError=7
_swUnitSystem=263
_swUnitSystem_CGS=1
_swUnitSystem_Custom=4
_swUnitSystem_IPS=3
_swUnitSystem_MKS=2
_swUnitSystem_MMGS=5
_swUnitsAngular=51
_swUnitsAngularDecimalPlaces=52
_swUnitsDecimalRounding=522
_swUnitsDecimalRounding_HalfAway=0
_swUnitsDecimalRounding_HalfToEven=2
_swUnitsDecimalRounding_HalfTowards=1
_swUnitsDecimalRounding_Truncate=3
_swUnitsDualLinear=254
_swUnitsDualLinearDecimalDisplay=255
_swUnitsDualLinearDecimalPlaces=256
_swUnitsDualLinearFeetAndInchesFormat=253
_swUnitsDualLinearFractionDenominator=257
_swUnitsDualLinearRoundToNearestFraction=252
_swUnitsEnergyDecimalPlaces=334
_swUnitsEnergyUnit_BTU=3
_swUnitsEnergyUnit_Ergs=2
_swUnitsEnergyUnit_Joule=1
_swUnitsEnergyUnit_KilowattHour=4
_swUnitsEnergyUnits=333
_swUnitsForce=262
_swUnitsForceDecimalPlaces=332
_swUnitsForce_Dynes=1
_swUnitsForce_KgForce=7
_swUnitsForce_Kilonewtons=4
_swUnitsForce_Meganewtons=5
_swUnitsForce_Millinewtons=2
_swUnitsForce_Newtons=3
_swUnitsForce_OunceForce=8
_swUnitsForce_Poundfeet=6
_swUnitsLinear=47
_swUnitsLinearDecimalDisplay=48
_swUnitsLinearDecimalPlaces=49
_swUnitsLinearFeetAndInchesFormat=63
_swUnitsLinearFractionDenominator=50
_swUnitsLinearRoundToNearestFraction=62
_swUnitsMassPropDecimalPlaces=261
_swUnitsMassPropLength=258
_swUnitsMassPropMass=259
_swUnitsMassPropMass_Grams=2
_swUnitsMassPropMass_Kilograms=3
_swUnitsMassPropMass_Milligrams=1
_swUnitsMassPropMass_Pounds=4
_swUnitsMassPropVolume=260
_swUnitsMassPropVolume_Angstroms3=1
_swUnitsMassPropVolume_CentiLiters=13
_swUnitsMassPropVolume_Centimeters3=5
_swUnitsMassPropVolume_DeciLiters=14
_swUnitsMassPropVolume_Feet3=10
_swUnitsMassPropVolume_HectoLiters=16
_swUnitsMassPropVolume_IMPCubicYards=21
_swUnitsMassPropVolume_IMPGallons=20
_swUnitsMassPropVolume_Inches3=9
_swUnitsMassPropVolume_Liters=15
_swUnitsMassPropVolume_Meters3=6
_swUnitsMassPropVolume_MicroLiters=11
_swUnitsMassPropVolume_Microinches3=7
_swUnitsMassPropVolume_Microns3=3
_swUnitsMassPropVolume_MilliLiters=12
_swUnitsMassPropVolume_Millimeters3=4
_swUnitsMassPropVolume_Mils3=8
_swUnitsMassPropVolume_Nanometers3=2
_swUnitsMassPropVolume_USFluidOunce=17
_swUnitsMassPropVolume_USGallons=19
_swUnitsMassPropVolume_USPints=18
_swUnitsPowerDecimalPlaces=336
_swUnitsPowerUnit_Horsepower=2
_swUnitsPowerUnit_Kilowatt=3
_swUnitsPowerUnit_Watt=1
_swUnitsPowerUnits=335
_swUnitsTimeDecimalPlaces=338
_swUnitsTimeUnit_Hour=4
_swUnitsTimeUnit_Microsecond=5
_swUnitsTimeUnit_Millisecond=2
_swUnitsTimeUnit_Minute=3
_swUnitsTimeUnit_Nanosecond=6
_swUnitsTimeUnit_Second=1
_swUnitsTimeUnits=337
_swUnknownArray=13
_swUnknownConstraint=1
_swUnknownDynamics=4
_swUnknownError=-1
_swUnknownState=0
_swUnsignedByteArray=17
_swUnsignedLongLongArray=21
_swUnspecifiedError=2
_swUnused=0
_swUpDirection=1
_swUpToSurface=1
_swUpdateDesignTableAll=2
_swUpdateDesignTableNone=3
_swUpdateDesignTableSelected=1
_swUpdateDesignTable_Model=1
_swUpdateDesignTable_Prompt=0
_swUpdateDirtyOnly=16
_swUpdateExternFilesDispList=531
_swUpdateLinkedDesignTable_ExcelFile=2
_swUpdateMassPropsDuringSave=30
_swUpdateMates=4
_swUpdateOutOfDateSpeedPakConfigOnSave=570
_swUpdateProgressError_NotInitialized=4
_swUpdateProgressError_OutOfBounds=3
_swUpdateProgressError_Success=1
_swUpdateProgressError_UnknownError=0
_swUpdateProgressError_UserCancel=2
_swUseAlphaTransparency=23
_swUseAlternateName=1
_swUseChangedDimensions=467
_swUseCustomizedImportTolerance=141
_swUseEnglishLanguage=83
_swUseEnglishLanguageFeatureNames=262
_swUseFolderAsDefaultSearchLocation=446
_swUseFolderSearchRules=0
_swUseModelColorInDrawings=444
_swUsePositiveInertiaTensorNotation=770
_swUseShadedFaceHighlight=20
_swUseShadedPreview=114
_swUseSimpleOpenGL=112
_swUseSpeedpakModelColorInDrawings=478
_swUseSystemSeparatorForDims=82
_swUseSystemSettings=0
_swUserBody_e=0
_swUserDecision=0
_swUserEnableAutoFix=312
_swUserEnableFreezeBar=461
_swUserEnablePlasticsMode=364
_swUserEnablePlasticsMode2=395
_swUserExperienceLevel=6
_swUserMessageBarResponseType_Button=1
_swUserMessageBarResponseType_Link=2
_swUserMessageBarResponseType_None=0
_swUserMessageBarSeverity_Acknowledgement=1
_swUserMessageBarSeverity_Error=3
_swUserMessageBarSeverity_Information=0
_swUserMessageBarSeverity_Warning=2
_swUserNotificationPosition_BottomCenter=3
_swUserNotificationPosition_BottomRight=4
_swUserNotificationPosition_Default=0
_swUserNotificationPosition_TopCenter=1
_swUserNotificationPosition_TopRight=2
_swUserNotificationResponseType_Button=1
_swUserNotificationResponseType_Link=2
_swUserNotificationResponseType_None=0
_swUserNotificationSeverity_Acknowledgement=1
_swUserNotificationSeverity_Error=3
_swUserNotificationSeverity_Information=0
_swUserNotificationSeverity_Warning=2
_swVDA=8
_swValidEdge=0
_swVariablePitchHelixRegionParameter_Diameter=3
_swVariablePitchHelixRegionParameter_Height=2
_swVariablePitchHelixRegionParameter_Pitch=1
_swVariablePitchHelixRegionParameter_Revolution=0
_swVertLinearDimension=12
_swVertOrdinateDimension=8
_swVerticalJustificationBottom=3
_swVerticalJustificationMiddle=2
_swVerticalJustificationNone=0
_swVerticalJustificationTop=1
_swVerticalMkt=5
_swVerticalOrdinate=2
_swVertical_e=1
_swViewAlignBoth=3
_swViewAlignNone=0
_swViewAligned=2
_swViewAlignedChildren=1
_swViewAnimationSpeed=38
_swViewBufferSwapNotify=5
_swViewChangeNotify=2
_swViewDestroyNotify=3
_swViewDestroyNotify2=6
_swViewDispGlobalBBox=684
_swViewDisplayHideAllTypes=198
_swViewDisplayModeChangePostNotify=13
_swViewDisplayModeChangePreNotify=12
_swViewDisplayMode_Faceted=12
_swViewDisplayMode_HiddenLinesGrayed=3
_swViewDisplayMode_HiddenLinesRemoved=2
_swViewDisplayMode_IntegratedPreview=13
_swViewDisplayMode_PerspectiveOff=11
_swViewDisplayMode_PerspectiveOn=10
_swViewDisplayMode_Shaded=4
_swViewDisplayMode_ShadedCurvatureOFF=7
_swViewDisplayMode_ShadedCurvatureOn=6
_swViewDisplayMode_ShadedWithEdges=5
_swViewDisplayMode_StripesOff=9
_swViewDisplayMode_StripesOn=8
_swViewDisplayMode_Wireframe=1
_swViewDisplayUpdate=6
_swViewEntityType_Edge=1
_swViewEntityType_Face=3
_swViewEntityType_SilhouetteEdge=4
_swViewEntityType_Vertex=2
_swViewGraphicsRenderPostNotify=11
_swViewIndication_ArrowMethod=0
_swViewIndication_SameAsSection=1
_swViewMenu=2
_swViewMissingReferencedConfig=16384
_swViewOnlyBlock=7
_swViewOnlyRestrictions=4096
_swViewPerspectiveViewNotify=7
_swViewPrintNotify=10
_swViewPrintNotify2=14
_swViewRenderLayer0Notify=8
_swViewRepaintNotify=1
_swViewRepaintPostNotify=4
_swViewReportOnSave=2
_swViewReverseWheelZoomDirection=351
_swViewRotationArrowKeys=36
_swViewRotationMouseSpeed=86
_swViewSelectorSpeed=185
_swViewShowAnnotationLinkErrors=347
_swViewShowAnnotationLinkVariables=348
_swViewSketchRelations=229
_swViewToolbar=3
_swViewToolbarsMenu=8
_swViewTransitionHideShowComponent=87
_swViewTransitionIsolate=88
_swViewUserClearSelectionsNotify=9
_swViewZoomFitAndCenter=369
_swViewpointPreserveNormals=200
_swViewportFourView=4
_swViewportSingle=1
_swViewportTwoViewHorizontal=2
_swViewportTwoViewVertical=3
_swVisibilityStateHide=1
_swVisibilityStateShown=2
_swVisibilityStateUnknown=3
_swVrmlOutputVersion_01=2
_swVrmlOutputVersion_97=1
_swVrmlStlImportAsPSMesh=679
_swVrmlStlImportSegmented=682
_swWIDE_ARROWHEAD=5
_swWIREFRAME=0
_swWarnSaveUpdateErrors=329
_swWarnSavingReferencedDoc=334
_swWarnStartingSketchInContextAssembly=540
_swWebToolbar=10
_swWeldBead=3
_swWeldBeadArrowSide=0
_swWeldBeadOtherSide=1
_swWeldBeadSymbol=17
_swWeldBeadTypeFull=0
_swWeldBeadTypeIntermittent=1
_swWeldBeadTypeStaggered=2
_swWeldContourConcave=4
_swWeldContourConvex=3
_swWeldContourFlat=2
_swWeldContourNone=1
_swWeldDashedLineOnBottom=3
_swWeldDashedLineOnTop=2
_swWeldLeftTextAbove=1
_swWeldLeftTextBelow=5
_swWeldProcessText=9
_swWeldRightTextAbove=3
_swWeldRightTextBelow=7
_swWeldStaggerTextAbove=4
_swWeldStaggerTextBelow=8
_swWeldSymbol=8
_swWeldSymbolTextAbove=2
_swWeldSymbolTextBelow=6
_swWeldSymmetric=1
_swWeldTableColumnType_CustomProperty=404
_swWeldTableColumnType_CutListName=403
_swWeldTableColumnType_ItemNumber=401
_swWeldTableColumnType_Quantity=402
_swWeldmentCollectIdenticalBodies=657
_swWeldmentCutListFolder=5
_swWeldmentCutlist=3
_swWeldmentEnableAutomaticCutList=572
_swWeldmentEnableAutomaticUpdate=573
_swWeldmentGenerateCutlistIDs=757
_swWeldmentGenericCutlistID=126
_swWeldmentRenameCutlistDescriptionPropertyValue=597
_swWeldmentSheetmetalCutlistID=125
_swWeldmentStructureCutlistID=124
_swWeldmentSubFolder=4
_swWeldmentToolbar=35
_swWeldmentTrimExtendOption_AllowTrimmedExtensionTrim=1
_swWeldmentTrimExtendOption_AllowTrimmingExtensionTrim=2
_swWeldmentTrimExtendOption_CopedCut=4
_swWeldmentTrimExtendOption_WeldGap=8
_swWeldmentUseEnglishDescriptionNameInCutlist=790
_swWhileOpeningAssembliesAutoDismissMessages=564
_swWindowMaximized=1
_swWindowMenu=5
_swWindowMinimized=2
_swWindowNormal=0
_swWireBody=2
_swWireframeImageQualityCustom=2
_swWireframeImageQualityOptimal=1
_swWithLeader=2
_swWitnessLineBoth=0
_swWitnessLineFirst=1
_swWitnessLineNone=3
_swWitnessLineSecond=2
_swWordArray=2
_swWrapMethods_Analytical=0
_swWrapMethods_SplineSurface=1
_swWrapSketchType_Emboss=0
_swWrapSketchType_Engrave=1
_swWrapSketchType_Scribe=2
_swWriteAccessError=1
_swWzdCounterBore=0
_swWzdCounterBoreSlot=6
_swWzdCounterSink=1
_swWzdCounterSinkSlot=7
_swWzdHole=2
_swWzdHoleSlot=8
_swWzdLegacy=5
_swWzdPipeTap=3
_swWzdTap=4
_swXTAssemSaveFormat=12
_swZAxisDimension=9
_swZeroQuantityBlank=3
_swZeroQuantityDashed=1
_swZeroQuantityZero=2
_swZonalSectionViewZones_swZonalSectionViewZone_1=1
_swZonalSectionViewZones_swZonalSectionViewZone_2=2
_swZonalSectionViewZones_swZonalSectionViewZone_3=4
_swZonalSectionViewZones_swZonalSectionViewZone_4=8
_swZonalSectionViewZones_swZonalSectionViewZone_5=16
_swZonalSectionViewZones_swZonalSectionViewZone_6=32
_swZonalSectionViewZones_swZonalSectionViewZone_7=64
_swZonalSectionViewZones_swZonalSectionViewZone_8=128
_swZoneBottomMargin=1
_swZoneLeftMargin=3
_swZoneLineColor=563
_swZoneRightMargin=2
_swZoneSizeDistribution_50mmFromCenter=0
_swZoneSizeDistribution_EvenlySized=1
_swZoneTopMargin=0
_swZoomDynamics=3
_swZoomToAreaOfView=8
_swZoomView=7