swconst.tlh
资源名称:DVP.rar [点击查看]
上传用户:wxfasite
上传日期:2009-10-13
资源大小:605k
文件大小:167k
源码类别:
绘图程序
开发平台:
Visual C++
- // Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (82043ea5).
- //
- // swconst.tlh
- //
- // C++ source equivalent of Win32 type library D:Program Files (x86)SolidWorksswconst.tlb
- // compiler-generated file created 10/07/08 at 15:20:39 - DO NOT EDIT!
- #pragma once
- #pragma pack(push, 8)
- #include <comdef.h>
- //
- // Type library items
- //
- enum swSurfaceTypes_e
- {
- PLANE_TYPE = 4001,
- CYLINDER_TYPE = 4002,
- CONE_TYPE = 4003,
- SPHERE_TYPE = 4004,
- TORUS_TYPE = 4005,
- BSURF_TYPE = 4006,
- BLEND_TYPE = 4007,
- OFFSET_TYPE = 4008,
- EXTRU_TYPE = 4009,
- SREV_TYPE = 4010
- };
- enum swFeatureNameID_e
- {
- swFmChamfer = 0,
- swFmFillet = 1,
- swFmCavity = 2,
- swFmDraft = 3,
- swFmMirrorSolid = 4,
- swFmCirPattern = 5,
- swFmLPattern = 6,
- swFmMirrorPattern = 7,
- swFmShell = 8,
- swFmBlend = 9,
- swFmBlendCut = 10,
- swFmExtrusion = 11,
- swFmBoss = 12,
- swFmCut = 13,
- swFmRefCurve = 14,
- swFmRevolution = 15,
- swFmRevCut = 16,
- swFmSweep = 17,
- swFmSweepCut = 18,
- swFmStock = 19,
- swFmSurfCut = 20,
- swFmThicken = 21,
- swFmThickenCut = 22,
- swFmVarFillet = 23,
- swFmSketchHole = 24,
- swFmHoleWzd = 25,
- swFmImported = 26,
- swFmBaseBody = 27,
- swFmDerivedLPattern = 28,
- swFmCosmeticThread = 29,
- swFmSheetMetal = 30,
- swFmFlattenBends = 31,
- swFmProcessBends = 32,
- swFmOneBend = 33,
- swFmBaseFlange = 34,
- swFmSketchBend = 35,
- swFmSM3dBend = 36,
- swFmEdgeFlange = 37,
- swFmFlatPattern = 38,
- swFmCenterMark = 39,
- swFmDrSheet = 40,
- swFmAbsoluteView = 41,
- swFmDetailView = 42,
- swFmRelativeView = 43,
- swFmSectionPartView = 44,
- swFmSectionAssemView = 45,
- swFmUnfoldedView = 46,
- swFmAuxiliaryView = 47,
- swFmDetailCircle = 48,
- swFmDrSectionLine = 49,
- swFmBomTableFeature = 50,
- swFmHoleTableFeature = 51,
- swFmRevisionTableFeature = 52,
- swFmMateCoincident = 53,
- swFmMateConcentric = 54,
- swFmMateDistanceDim = 55,
- swFmMateParallel = 56,
- swFmMateTangent = 57,
- swFmReference = 58,
- swFmRefPlane = 59,
- swFmRefAxis = 60,
- swFmReferenceCurve = 61,
- swFmRefSurface = 62,
- swFmCoordinateSystem = 63,
- swFmAttribute = 64,
- swFmProfileFeature = 65,
- swFmFeatureFolder = 66,
- swFmSurfaceBodyFolder = 67,
- swFmSolidBodyFolder = 68,
- swFmLibraryFeature = 69
- };
- enum swCurveTypes_e
- {
- LINE_TYPE = 3001,
- CIRCLE_TYPE = 3002,
- ELLIPSE_TYPE = 3003,
- INTERSECTION_TYPE = 3004,
- BCURVE_TYPE = 3005,
- SPCURVE_TYPE = 3006,
- CONSTPARAM_TYPE = 3008,
- TRIMMED_TYPE = 3009
- };
- enum swDocumentTypes_e
- {
- swDocNONE = 0,
- swDocPART = 1,
- swDocASSEMBLY = 2,
- swDocDRAWING = 3,
- swDocSDM = 4
- };
- enum swSelectType_e
- {
- swSelNOTHING = 0,
- swSelEDGES = 1,
- swSelFACES = 2,
- swSelVERTICES = 3,
- swSelDATUMPLANES = 4,
- swSelDATUMAXES = 5,
- swSelDATUMPOINTS = 6,
- swSelOLEITEMS = 7,
- swSelATTRIBUTES = 8,
- swSelSKETCHES = 9,
- swSelSKETCHSEGS = 10,
- swSelSKETCHPOINTS = 11,
- swSelDRAWINGVIEWS = 12,
- swSelGTOLS = 13,
- swSelDIMENSIONS = 14,
- swSelNOTES = 15,
- swSelSECTIONLINES = 16,
- swSelDETAILCIRCLES = 17,
- swSelSECTIONTEXT = 18,
- swSelSHEETS = 19,
- swSelCOMPONENTS = 20,
- swSelMATES = 21,
- swSelBODYFEATURES = 22,
- swSelREFCURVES = 23,
- swSelEXTSKETCHSEGS = 24,
- swSelEXTSKETCHPOINTS = 25,
- swSelHELIX = 26,
- swSelREFERENCECURVES = 26,
- swSelREFSURFACES = 27,
- swSelCENTERMARKS = 28,
- swSelINCONTEXTFEAT = 29,
- swSelMATEGROUP = 30,
- swSelBREAKLINES = 31,
- swSelINCONTEXTFEATS = 32,
- swSelMATEGROUPS = 33,
- swSelSKETCHTEXT = 34,
- swSelSFSYMBOLS = 35,
- swSelDATUMTAGS = 36,
- swSelCOMPPATTERN = 37,
- swSelWELDS = 38,
- swSelCTHREADS = 39,
- swSelDTMTARGS = 40,
- swSelPOINTREFS = 41,
- swSelDCABINETS = 42,
- swSelEXPLVIEWS = 43,
- swSelEXPLSTEPS = 44,
- swSelEXPLLINES = 45,
- swSelSILHOUETTES = 46,
- swSelCONFIGURATIONS = 47,
- swSelOBJHANDLES = 48,
- swSelARROWS = 49,
- swSelZONES = 50,
- swSelREFEDGES = 51,
- swSelREFFACES = 52,
- swSelREFSILHOUETTE = 53,
- swSelBOMS = 54,
- swSelEQNFOLDER = 55,
- swSelSKETCHHATCH = 56,
- swSelIMPORTFOLDER = 57,
- swSelVIEWERHYPERLINK = 58,
- swSelMIDPOINTS = 59,
- swSelCUSTOMSYMBOLS = 60,
- swSelCOORDSYS = 61,
- swSelDATUMLINES = 62,
- swSelROUTECURVES = 63,
- swSelBOMTEMPS = 64,
- swSelROUTEPOINTS = 65,
- swSelCONNECTIONPOINTS = 66,
- swSelROUTESWEEPS = 67,
- swSelPOSGROUP = 68,
- swSelBROWSERITEM = 69,
- swSelFABRICATEDROUTE = 70,
- swSelSKETCHPOINTFEAT = 71,
- swSelEMPTYSPACE = 72,
- swSelCOMPSDONTOVERRIDE = 72,
- swSelLIGHTS = 73,
- swSelWIREBODIES = 74,
- swSelSURFACEBODIES = 75,
- swSelSOLIDBODIES = 76,
- swSelFRAMEPOINT = 77,
- swSelSURFBODIESFIRST = 78,
- swSelMANIPULATORS = 79,
- swSelPICTUREBODIES = 80,
- swSelSOLIDBODIESFIRST = 81,
- swSelLEADERS = 84,
- swSelDOWELSYMS = 86,
- swSelEXTSKETCHTEXT = 88,
- swSelBLOCKINST = 93,
- swSelFTRFOLDER = 94,
- swSelSKETCHREGION = 95,
- swSelSKETCHCONTOUR = 96,
- swSelBOMFEATURES = 97,
- swSelANNOTATIONTABLES = 98,
- swSelBLOCKDEF = 99,
- swSelCENTERMARKSYMS = 100,
- swSelSIMULATION = 101,
- swSelSIMELEMENT = 102,
- swSelCENTERLINES = 103,
- swSelHOLETABLEFEATS = 104,
- swSelHOLETABLEAXES = 105,
- swSelWELDMENT = 106,
- swSelSUBWELDFOLDER = 107,
- swSelEXCLUDEMANIPULATORS = 111,
- swSelREVISIONTABLE = 113,
- swSelSUBSKETCHINST = 114,
- swSelWELDMENTTABLEFEATS = 116,
- swSelBODYFOLDER = 118,
- swSelREVISIONTABLEFEAT = 119,
- swSelSUBATOMFOLDER = 121,
- swSelWELDBEADS = 122,
- swSelEMBEDLINKDOC = 123,
- swSelJOURNAL = 124,
- swSelDOCSFOLDER = 125,
- swSelCOMMENTSFOLDER = 126,
- swSelCOMMENT = 127,
- swSelCAMERAS = 136,
- swSelMATESUPPLEMENT = 138,
- swSelGENERALTABLEFEAT = 142,
- swSelSUBSKETCHDEF = 154,
- swSelEVERYTHING = -3,
- swSelLOCATIONS = -2,
- swSelUNSUPPORTED = -1
- };
- enum swAppCallBackCmd_e
- {
- swAppIsNewCmd = 1,
- swAppWhatsNewDescription = 2,
- swAppHelpContext = 3,
- swAppIsCmdEnabled = 4
- };
- enum swMouseNotify_e
- {
- swMouseNotify = 1,
- swMouseMoveNotify = 2,
- swMouseLBtnDownNotify = 3,
- swMouseLBtnUpNotify = 4,
- swMouseRBtnDownNotify = 5,
- swMouseRBtnUpNotify = 6,
- swMouseMBtnDownNotify = 7,
- swMouseMBtnUpNotify = 8,
- swMouseLBtnDblClkNotify = 9,
- swMouseRBtnDblClkNotify = 10,
- swMouseMBtnDblClkNotify = 11,
- swMouseSelectNotify = 12
- };
- enum swViewNotify_e
- {
- swViewRepaintNotify = 1,
- swViewChangeNotify = 2,
- swViewDestroyNotify = 3,
- swViewRepaintPostNotify = 4,
- swViewBufferSwapNotify = 5,
- swViewDestroyNotify2 = 6,
- swViewPerspectiveViewNotify = 7,
- swViewRenderLayer0Notify = 8,
- swViewUserClearSelectionsNotify = 9
- };
- enum swFMViewNotify_e
- {
- swFMViewActivateNotify = 1,
- swFMViewDeactivateNotify = 2,
- swFMViewDestroyNotify = 3
- };
- enum swTaskPaneTab_e
- {
- swDesignLibrary = 1,
- swFileExplorer = 2,
- swResources = 3,
- swClipBoard = 4
- };
- enum swPartNotify_e
- {
- swPartRegenNotify = 1,
- swPartDestroyNotify = 2,
- swPartRegenPostNotify = 3,
- swPartViewNewNotify = 4,
- swPartNewSelectionNotify = 5,
- swPartFileSaveNotify = 6,
- swPartFileSaveAsNotify = 7,
- swPartLoadFromStorageNotify = 8,
- swPartSaveToStorageNotify = 9,
- swPartConfigChangeNotify = 10,
- swPartConfigChangePostNotify = 11,
- swPartAutoSaveNotify = 12,
- swPartAutoSaveToStorageNotify = 13,
- swPartViewNewNotify2 = 14,
- swPartLightingDialogCreateNotify = 15,
- swPartAddItemNotify = 16,
- swPartRenameItemNotify = 17,
- swPartDeleteItemNotify = 18,
- swPartModifyNotify = 19,
- swPartFileReloadNotify = 20,
- swPartAddCustomPropertyNotify = 21,
- swPartChangeCustomPropertyNotify = 22,
- swPartDeleteCustomPropertyNotify = 23,
- swPartFeatureEditPreNotify = 24,
- swPartFeatureSketchEditPreNotify = 25,
- swPartFileSaveAsNotify2 = 26,
- swPartDeleteSelectionPreNotify = 27,
- swPartFileReloadPreNotify = 28,
- swPartBodyVisibleChangeNotify = 29,
- swPartRegenPostNotify2 = 30,
- swPartFileSavePostNotify = 31,
- swPartLoadFromStorageStoreNotify = 32,
- swPartSaveToStorageStoreNotify = 33,
- swPartFeatureManagerTreeRebuildNotify = 34,
- swPartFileDropPostNotify = 35,
- swPartDynamicHighlightNotify = 36,
- swPartDimensionChangeNotify = 37,
- swPartFileReloadCancelNotify = 38,
- swPartFileSavePostCancelNotify = 39,
- swPartSketchSolveNotify = 40,
- swPartDeleteItemPreNotify = 41,
- swPartClearSelectionsNotify = 42
- };
- enum swLoadAddinError_e
- {
- swUnknownError = -1,
- swSuccess = 0,
- swAddinNotLoaded = 1,
- swAddinAlreadyLoaded = 2,
- swFileNotFound = 3,
- swAddinsDisabled = 4,
- swLoadConflict = 5,
- swRegistrationError = 6
- };
- enum swDrawingNotify_e
- {
- swDrawingRegenNotify = 1,
- swDrawingDestroyNotify = 2,
- swDrawingRegenPostNotify = 3,
- swDrawingViewNewNotify = 4,
- swDrawingNewSelectionNotify = 5,
- swDrawingFileSaveNotify = 6,
- swDrawingFileSaveAsNotify = 7,
- swDrawingLoadFromStorageNotify = 8,
- swDrawingSaveToStorageNotify = 9,
- swDrawingAutoSaveNotify = 10,
- swDrawingAutoSaveToStorageNotify = 11,
- swDrawingConfigChangeNotify = 12,
- swDrawingConfigChangePostNotify = 13,
- swDrawingViewNewNotify2 = 14,
- swDrawingAddItemNotify = 15,
- swDrawingRenameItemNotify = 16,
- swDrawingDeleteItemNotify = 17,
- swDrawingModifyNotify = 18,
- swDrawingFileReloadNotify = 19,
- swDrawingAddCustomPropertyNotify = 20,
- swDrawingChangeCustomPropertyNotify = 21,
- swDrawingDeleteCustomPropertyNotify = 22,
- swDrawingFileSaveAsNotify2 = 23,
- swDrawingDeleteSelectionPreNotify = 24,
- swDrawingFileReloadPreNotify = 25,
- swDrawingFileSavePostNotify = 26,
- swDrawingLoadFromStorageStoreNotify = 27,
- swDrawingSaveToStorageStoreNotify = 28,
- swDrawingFeatureManagerTreeRebuildNotify = 29,
- swDrawingViewCreatePreNotify = 30,
- swDrawingDynamicHighlightNotify = 31,
- swDrawingDimensionChangeNotify = 32,
- swDrawingFileReloadCancelNotify = 33,
- swDrawingFileSavePostCancelNotify = 34,
- swDrawingSketchSolveNotify = 35,
- swDrawingDeleteItemPreNotify = 36,
- swDrawingClearSelectionsNotify = 37
- };
- enum swAssemblyNotify_e
- {
- swAssemblyRegenNotify = 1,
- swAssemblyDestroyNotify = 2,
- swAssemblyRegenPostNotify = 3,
- swAssemblyViewNewNotify = 4,
- swAssemblyNewSelectionNotify = 5,
- swAssemblyFileSaveNotify = 6,
- swAssemblyFileSaveAsNotify = 7,
- swAssemblyLoadFromStorageNotify = 8,
- swAssemblySaveToStorageNotify = 9,
- swAssemblyConfigChangeNotify = 10,
- swAssemblyConfigChangePostNotify = 11,
- swAssemblyAutoSaveNotify = 12,
- swAssemblyAutoSaveToStorageNotify = 13,
- swAssemblyBeginInContextEditNotify = 14,
- swAssemblyEndInContextEditNotify = 15,
- swAssemblyViewNewNotify2 = 16,
- swAssemblyLightingDialogCreateNotify = 17,
- swAssemblyAddItemNotify = 18,
- swAssemblyRenameItemNotify = 19,
- swAssemblyDeleteItemNotify = 20,
- swAssemblyModifyNotify = 21,
- swAssemblyComponentStateChangeNotify = 22,
- swAssemblyFileDropNotify = 23,
- swAssemblyFileReloadNotify = 24,
- swAssemblyComponentStateChangeNotify2 = 25,
- swAssemblyAddCustomPropertyNotify = 26,
- swAssemblyChangeCustomPropertyNotify = 27,
- swAssemblyDeleteCustomPropertyNotify = 28,
- swAssemblyFeatureEditPreNotify = 29,
- swAssemblyFeatureSketchEditPreNotify = 30,
- swAssemblyFileSaveAsNotify2 = 31,
- swAssemblyInterferenceNotify = 32,
- swAssemblyDeleteSelectionPreNotify = 33,
- swAssemblyFileReloadPreNotify = 34,
- swAssemblyComponentMoveNotify = 35,
- swAssemblyComponentVisibleChangeNotify = 36,
- swAssemblyBodyVisibleChangeNotify = 37,
- swAssemblyFileDropPreNotify = 38,
- swAssemblyFileSavePostNotify = 39,
- swAssemblyLoadFromStorageStoreNotify = 40,
- swAssemblySaveToStorageStoreNotify = 41,
- swAssemblyFeatureManagerTreeRebuildNotify = 42,
- swAssemblyElectricalDataUpdateNotify = 43,
- swAssemblyComponentMoveNotify2 = 44,
- swAssemblyDynamicHighlightNotify = 45,
- swAssemblyComponentVisualPropertiesChangeNotify = 46,
- swAssemblyComponentDisplayStateChangeNotify = 47,
- swAssemblyDimensionChangeNotify = 48,
- swAssemblyFileReloadCancelNotify = 49,
- swAssemblyFileSavePostCancelNotify = 50,
- swAssemblySketchSolveNotify = 51,
- swAssemblyDeleteItemPreNotify = 52,
- swAssemblyClearSelectionsNotify = 53,
- swAssemblyFileDropPostNotify = 54
- };
- enum swAppNotify_e
- {
- swAppFileOpenNotify = 1,
- swAppFileNewNotify = 2,
- swAppDestroyNotify = 3,
- swAppActiveDocChangeNotify = 4,
- swAppActiveModelDocChangeNotify = 5,
- swAppPropertySheetCreateNotify = 6,
- swAppNonNativeFileOpenNotify = 7,
- swAppLightSheetCreateNotify = 8,
- swAppDocumentConversionNotify = 9,
- swAppLightweightComponentOpenNotify = 10,
- swAppDocumentLoadNotify = 11,
- swAppFileNewNotify2 = 12,
- swAppFileOpenNotify2 = 13,
- swAppReferenceNotFoundNotify = 14,
- swAppPromptForFilenameNotify = 15,
- swAppBeginTranslationNotify = 16,
- swAppEndTranslationNotify = 17,
- swAppLightPMCreateNotify = 18,
- swAppStandardsDatabaseChangeNotify = 19,
- swAppOnIdleNotify = 20,
- swAppFileOpenPreNotify = 21,
- swAppFileOpenPostNotify = 22,
- swAppReferencedFilePreNotify = 23,
- swAppBeginRecordNotify = 24,
- swAppEndRecordNotify = 25
- };
- enum swPropertySheetNotify_e
- {
- swPropertySheetDestroyNotify = 1,
- swPropertySheetHelpNotify = 2,
- swPropertySheetOnOKNotify = 3,
- swPropertySheetOnCancelNotify = 4,
- swPropertySheetCreateControlNotify = 5
- };
- enum swTaskPaneNotify_e
- {
- swAppTaskPaneActivateNotify = 1,
- swAppTaskPaneDeactivateNotify = 2,
- swAppTaskPaneDestroyNotify = 3
- };
- enum swParamType_e
- {
- swParamTypeDouble = 0,
- swParamTypeString = 1,
- swParamTypeInteger = 2,
- swParamTypeDVector = 3
- };
- enum swQuadant_e
- {
- swQuadUnknown = 0,
- swQuadPosQ1 = 1,
- swQuadNegQ1 = 2,
- swQuadPosQ2 = 3,
- swQuadNegQ2 = 4
- };
- enum swEllipsePts_e
- {
- swEllipseStartPt = 0,
- swEllipseEndPt = 1,
- swEllipseCenterPt = 2,
- swEllipseMajorPt = 3,
- swEllipseMinorPt = 4
- };
- enum swParabolaPts_e
- {
- swParabolaStartPt = 0,
- swParabolaEndPt = 1,
- swParabolaFocusPt = 2,
- swParabolaApexPt = 3
- };
- enum swGtolMatCondition_e
- {
- swMcNONE = 0,
- swMcMMC = 1,
- swMcRFS = 2,
- swMcLMC = 3,
- swMsNONE = 4,
- swMsPROJTOLZONE = 5,
- swMsDIA = 6,
- swMsSPHDIA = 7,
- swMsRAD = 8,
- swMsSPHRAD = 9,
- swMsREF = 10,
- swMsARCLEN = 11
- };
- enum swGtolGeomCharSymbol_e
- {
- swGcsNONE = 12,
- swGcsSYMMETRY = 13,
- swGcsSTRAIGHT = 14,
- swGcsFLAT = 15,
- swGcsROUND = 16,
- swGcsCYL = 17,
- swGcsLINEPROF = 18,
- swGcsSURFPROF = 19,
- swGcsANG = 20,
- swGcsPERP = 21,
- swGcsPARALLEL = 22,
- swGcsPOSITION = 23,
- swGcsCONC = 24,
- swGcsCIRCRUNOUT = 25,
- swGcsTOTALRUNOUT = 26,
- swGcsCIRCOPENRUNOUT = 27,
- swGcsTOTALOPENRUNOUT = 28
- };
- enum swMateType_e
- {
- swMateCOINCIDENT = 0,
- swMateCONCENTRIC = 1,
- swMatePERPENDICULAR = 2,
- swMatePARALLEL = 3,
- swMateTANGENT = 4,
- swMateDISTANCE = 5,
- swMateANGLE = 6,
- swMateUNKNOWN = 7,
- swMateSYMMETRIC = 8,
- swMateCAMFOLLOWER = 9,
- swMateGEAR = 10,
- swMateWIDTH = 11,
- swMateLOCKTOSKETCH = 12,
- swMateRACKPINION = 13,
- swMateMAXMATES = 14
- };
- enum swDetCircleShowType_e
- {
- swDetCirclePROFILE = 0,
- swDetCircleCIRCLE = 1,
- swDetCircleDONTSHOW = 2
- };
- enum swDetViewStyle_e
- {
- swDetViewSTANDARD = 0,
- swDetViewBROKEN = 1,
- swDetViewLEADER = 2,
- swDetViewNOLEADER = 3,
- swDetViewCONNECTED = 4
- };
- enum swMateAlign_e
- {
- swMateAlignALIGNED = 0,
- swMateAlignANTI_ALIGNED = 1,
- swMateAlignCLOSEST = 2,
- swAlignNONE = 0,
- swAlignSAME = 1,
- swAlignAGAINST = 2
- };
- enum swDisplayMode_e
- {
- swWIREFRAME = 0,
- swHIDDEN_GREYED = 1,
- swHIDDEN = 2,
- swSHADED = 3,
- swFACETED_WIREFRAME = 4,
- swFACETED_HIDDEN_GREYED = 5,
- swFACETED_HIDDEN = 6
- };
- enum swArrowStyle_e
- {
- swOPEN_ARROWHEAD = 0,
- swCLOSED_ARROWHEAD = 1,
- swSLASH_ARROWHEAD = 2,
- swDOT_ARROWHEAD = 3,
- swORIGIN_ARROWHEAD = 4,
- swWIDE_ARROWHEAD = 5,
- swISOWIDE_ARROWHEAD = 6,
- swRUS_ARROWHEAD = 7,
- swCLOSETOP_ARROWHEAD = 8,
- swCLOSEBOT_ARROWHEAD = 9,
- swNO_ARROWHEAD = 10
- };
- enum swLeaderSide_e
- {
- swLS_SMART = 0,
- swLS_LEFT = 1,
- swLS_RIGHT = 2
- };
- enum swSFSymType_e
- {
- swSFBasic = 0,
- swSFMachining_Req = 1,
- swSFDont_Machine = 2,
- swSFJIS_Surface_Texture_1 = 3,
- swSFJIS_Surface_Texture_2 = 4,
- swSFJIS_Surface_Texture_3 = 5,
- swSFJIS_Surface_Texture_4 = 6,
- swSFJIS_No_Machining = 7,
- swSFJIS_Basic = 8,
- swSFJIS_Machining_Req = 9
- };
- enum swSFLaySym_e
- {
- swSFNone = 0,
- swSFCircular = 1,
- swSFCross = 2,
- swSFMultiDir = 3,
- swSFParallel = 4,
- swSFPerp = 5,
- swSFRadial = 6,
- swSFParticulate = 7
- };
- enum swSurfaceFinishSymbolText_e
- {
- swSFSymbolMaterialRemovalAllowance = 1,
- swSFSymbolProductionMethod = 2,
- swSFSymbolSamplingLength = 3,
- swSFSymbolOtherRoughnessValue = 4,
- swSFSymbolMaximumRoughness = 5,
- swSFSymbolMinimumRoughness = 6,
- swSFSymbolRoughnessSpacing = 7,
- swSFSymbolRoughnessValue1 = 8,
- swSFSymbolRoughnessValue2 = 9,
- swSFSymbolRoughnessValue3 = 10
- };
- enum swSurfaceFinishSymbolOrientation_e
- {
- swSFOrientation_Upright = 1,
- swSFOrientation_Rotated90 = 2,
- swSFOrientation_Perpendicular = 3,
- swSFOrientation_PerpendicularFlipped = 4,
- swSFOrientation_UserDefined = 5
- };
- enum swLeaderStyle_e
- {
- swNO_LEADER = 0,
- swSTRAIGHT = 1,
- swBENT = 2,
- swUNDERLINED = 3
- };
- enum swBalloonStyle_e
- {
- swBS_None = 0,
- swBS_Circular = 1,
- swBS_Triangle = 2,
- swBS_Hexagon = 3,
- swBS_Box = 4,
- swBS_Diamond = 5,
- swBS_SplitCirc = 6,
- swBS_Pentagon = 7,
- swBS_FlagPentagon = 8,
- swBS_FlagTriangle = 9,
- swBS_Underline = 10
- };
- enum swBalloonFit_e
- {
- swBF_Tightest = 0,
- swBF_1Char = 1,
- swBF_2Chars = 2,
- swBF_3Chars = 3,
- swBF_4Chars = 4,
- swBF_5Chars = 5
- };
- enum swBendNoteStyle_e
- {
- swAboveBendLine = 0,
- swBelowBendLine = 1,
- swWithLeader = 2
- };
- enum swBalloonTextContent_e
- {
- swBalloonTextCustom = 0,
- swBalloonTextItemNumber = 1,
- swBalloonTextQuantity = 2,
- swBalloonTextCustomProperties = 3
- };
- enum swLengthUnit_e
- {
- swMM = 0,
- swCM = 1,
- swMETER = 2,
- swINCHES = 3,
- swFEET = 4,
- swFEETINCHES = 5,
- swANGSTROM = 6,
- swNANOMETER = 7,
- swMICRON = 8,
- swMIL = 9,
- swUIN = 10
- };
- enum swAngleUnit_e
- {
- swDEGREES = 0,
- swDEG_MIN = 1,
- swDEG_MIN_SEC = 2,
- swRADIANS = 3
- };
- enum swFractionDisplay_e
- {
- swNONE = 0,
- swDECIMAL = 1,
- swFRACTION = 2
- };
- enum swDwgPaperSizes_e
- {
- swDwgPaperAsize = 0,
- swDwgPaperAsizeVertical = 1,
- swDwgPaperBsize = 2,
- swDwgPaperCsize = 3,
- swDwgPaperDsize = 4,
- swDwgPaperEsize = 5,
- swDwgPaperA4size = 6,
- swDwgPaperA4sizeVertical = 7,
- swDwgPaperA3size = 8,
- swDwgPaperA2size = 9,
- swDwgPaperA1size = 10,
- swDwgPaperA0size = 11,
- swDwgPapersUserDefined = 12
- };
- enum swDwgTemplates_e
- {
- swDwgTemplateAsize = 0,
- swDwgTemplateAsizeVertical = 1,
- swDwgTemplateBsize = 2,
- swDwgTemplateCsize = 3,
- swDwgTemplateDsize = 4,
- swDwgTemplateEsize = 5,
- swDwgTemplateA4size = 6,
- swDwgTemplateA4sizeVertical = 7,
- swDwgTemplateA3size = 8,
- swDwgTemplateA2size = 9,
- swDwgTemplateA1size = 10,
- swDwgTemplateA0size = 11,
- swDwgTemplateCustom = 12,
- swDwgTemplateNone = 13
- };
- enum swDwgImportEntitiesPositioning_e
- {
- swDwgEntitiesCentered = 1,
- swDwgEntitiesSpecifyPosition = 2
- };
- enum swStandardViews_e
- {
- swFrontView = 1,
- swBackView = 2,
- swLeftView = 3,
- swRightView = 4,
- swTopView = 5,
- swBottomView = 6,
- swIsometricView = 7,
- swTrimetricView = 8,
- swDimetricView = 9
- };
- enum swRepaintTypes_e
- {
- swStandardUpdate = 0,
- swLightUpdate = 1,
- swMaterialUpdate = 2,
- swSectionedUpdate = 3,
- swExplodedUpdate = 4,
- swInsertSketchUpdate = 5,
- swViewDisplayUpdate = 6,
- swDamageRepairUpdate = 7,
- swSelectionUpdate = 8,
- swSectionedExitUpdate = 9,
- swScrollViewUpdate = 10
- };
- enum swUIStates_e
- {
- swIsHiddenInFeatureMgr = 1
- };
- enum swLineTypes_e
- {
- swLF_VISIBLE = 0,
- swLF_HIDDEN = 1,
- swLF_SKETCH = 2,
- swLF_DETAIL = 3,
- swLF_SECTION = 4,
- swLF_DIMENSION = 5,
- swLF_CENTER = 6,
- swLF_HATCH = 7,
- swLF_TANGENT = 8
- };
- enum swTolType_e
- {
- swTolNONE = 0,
- swTolBASIC = 1,
- swTolBILAT = 2,
- swTolLIMIT = 3,
- swTolSYMMETRIC = 4,
- swTolMIN = 5,
- swTolMAX = 6,
- swTolMETRIC = 7,
- swTolFIT = 7,
- swTolFITWITHTOL = 8,
- swTolFITTOLONLY = 9,
- swTolBLOCK = 10
- };
- enum swFitType_e
- {
- swFitUSER = 0,
- swFitCLEARANCE = 1,
- swFitTRANSITIONAL = 2,
- swFitPRESS = 3
- };
- enum swTolerances_e
- {
- swBSCurveOutputTol = 0,
- swBSCurveNonRationalOutputTol = 1,
- swUVCurveOutputTol = 2,
- swSurfChordTessellationTol = 3,
- swSurfAngularTessellationTol = 4,
- swCurveChordTessellationTol = 5
- };
- enum swMateEntityTypes_e
- {
- swMateUnsupported = 0,
- swMatePoint = 1,
- swMateLine = 2,
- swMatePlane = 3,
- swMateCylinder = 4,
- swMateCone = 5,
- swMateSphere = 6,
- swMateCircle = 7
- };
- enum swAttributeCallbackTypes_e
- {
- swACBDelete = 0
- };
- enum swAttributeCallbackOptions_e
- {
- swACBRequiresCallback = 1
- };
- enum swAttributeCallbackReturnValues_e
- {
- swACBDeleteIt = 1
- };
- enum swTextPosition_e
- {
- swUPPER_LEFT = 0,
- swLOWER_LEFT = 1,
- swCENTER = 2,
- swUPPER_RIGHT = 3,
- swLOWER_RIGHT = 4,
- swUPPER_CENTER = 5
- };
- enum swTopologyTypes_e
- {
- swTopologyNull = 0,
- swTopologyCoEdge = 1,
- swTopologyVertex = 2
- };
- enum swAssociatedEntityStates_e
- {
- swIsEntityInvalid = 0,
- swIsEntitySuppressed = 1,
- swIsEntityAmbiguous = 2,
- swIsEntityDeleted = 3
- };
- enum swSearchFolderTypes_e
- {
- swDocumentType = 0
- };
- enum swUserPreferenceToggle_e
- {
- swUseFolderSearchRules = 0,
- swDisplayArcCenterPoints = 1,
- swDisplayEntityPoints = 2,
- swIgnoreFeatureColors = 3,
- swDisplayAxes = 4,
- swDisplayPlanes = 5,
- swDisplayOrigins = 6,
- swDisplayTemporaryAxes = 7,
- swDxfMapping = 8,
- swSketchAutomaticRelations = 9,
- swInputDimValOnCreate = 10,
- swFullyConstrainedSketchMode = 11,
- swXTAssemSaveFormat = 12,
- swDisplayCoordSystems = 13,
- swExtRefOpenReadOnly = 14,
- swExtRefNoPromptOrSave = 15,
- swExtRefMultipleContexts = 16,
- swExtRefAutoGenNames = 17,
- swExtRefUpdateCompNames = 18,
- swDisplayReferencePoints = 19,
- swDisplayRoutePoints = 19,
- swUseShadedFaceHighlight = 20,
- swDXFDontShowMap = 21,
- swThumbnailGraphics = 22,
- swUseAlphaTransparency = 23,
- swDynamicDrawingViewActivation = 24,
- swAutoLoadPartsLightweight = 25,
- swIGESStandardSetting = 26,
- swIGESNurbsSetting = 27,
- swTiffPrintScaleToFit = 28,
- swDisplayVirtualSharps = 29,
- swUpdateMassPropsDuringSave = 30,
- swDisplayAnnotations = 31,
- swDisplayFeatureDimensions = 32,
- swDisplayReferenceDimensions = 33,
- swDisplayAnnotationsUseAssemblySettings = 34,
- swDisplayNotes = 35,
- swDisplayGeometricTolerances = 36,
- swDisplaySurfaceFinishSymbols = 37,
- swDisplayWeldSymbols = 38,
- swDisplayDatums = 39,
- swDisplayDatumTargets = 40,
- swDisplayCosmeticThreads = 41,
- swDetailingDisplayWithBrokenLeaders = 42,
- swDetailingDualDimensions = 43,
- swDetailingDisplayDatumsPer1982 = 44,
- swDetailingDisplayAlternateSection = 45,
- swDetailingCenterMarkShowLines = 46,
- swDetailingFixedSizeWeldSymbol = 47,
- swDetailingDimsShowParenthesisByDefault = 48,
- swDetailingDimsSnapTextToGrid = 49,
- swDetailingDimsCenterText = 50,
- swDetailingRadialDimsDisplay2ndOutsideArrow = 51,
- swDetailingRadialDimsArrowsFollowText = 52,
- swDetailingDimLeaderOverrideStandard = 53,
- swDetailingNotesDisplayWithBentLeader = 54,
- swDisplayTextAtSameSizeAlways = 55,
- swDisplayOnlyInViewOfCreation = 56,
- swGridDisplay = 57,
- swGridDisplayDashed = 58,
- swGridAutomaticScaling = 59,
- swSnapToPoints = 60,
- swSnapToAngle = 61,
- swUnitsLinearRoundToNearestFraction = 62,
- swUnitsLinearFeetAndInchesFormat = 63,
- swFeatureManagerEnsureVisible = 64,
- swFeatureManagerNameFeatureWhenCreated = 65,
- swFeatureManagerKeyboardNavigation = 66,
- swFeatureManagerDynamicHighlight = 67,
- swColorsGradientPartBackground = 68,
- swSTLBinaryFormat = 69,
- swSTLShowInfoOnSave = 70,
- swSTLDontTranslateToPositive = 71,
- swSTLComponentsIntoOneFile = 72,
- swSTLCheckForInterference = 73,
- swOpenLastUsedDocumentAtStart = 74,
- swSingleCommandPerPick = 75,
- swShowDimensionNames = 76,
- swShowErrorsEveryRebuild = 77,
- swMaximizeDocumentOnOpen = 78,
- swEditDesignTableInSeparateWindow = 80,
- swEnablePropertyManager = 81,
- swUseSystemSeparatorForDims = 82,
- swUseEnglishLanguage = 83,
- swDrawingAutomaticModelDimPlacement = 84,
- swDrawingDisplayViewBorders = 85,
- swAutomaticScaling3ViewDrawings = 86,
- swDrawingAutomaticBomUpdate = 87,
- swDrawingSelectHiddenEntities = 88,
- swDrawingCreateDetailAsCircle = 89,
- swAutomaticDrawingViewUpdate = 90,
- swDrawingDetailInferCorner = 91,
- swDrawingDetailInferCenter = 92,
- swDrawingViewShowContentsWhileDragging = 93,
- swSketchAlternateSplineCreation = 94,
- swSketchInferFromModel = 95,
- swSketchPromptToCloseSketch = 96,
- swSketchCreateSketchOnNewPart = 97,
- swSketchOverrideDimensionsOnDrag = 98,
- swSketchDisplayPlaneWhenShaded = 99,
- swSketchOverdefiningDimsPromptToSetState = 100,
- swSketchOverdefiningDimsSetDrivenByDefault = 101,
- swPerformanceVerifyOnRebuild = 102,
- swPerformanceDynamicUpdateOnMove = 103,
- swPerformanceAlwaysGenerateCurvature = 104,
- swPerformanceWin95ZoomClipping = 105,
- swIGESDuplicateEntities = 106,
- swIGESHighTrimCurveAccuracy = 107,
- swIGESExportSketchEntities = 108,
- swIGESComponentsIntoOneFile = 109,
- swIGESFlattenAssemHierarchy = 110,
- swAlwaysUseDefaultTemplates = 111,
- swUseSimpleOpenGL = 112,
- swShowRefGeomName = 113,
- swUseShadedPreview = 114,
- swEdgesHiddenEdgeSelectionInWireframe = 115,
- swEdgesHiddenEdgeSelectionInHLR = 116,
- swEdgesRepaintAfterSelectionInHLR = 117,
- swEdgesHighlightFeatureEdges = 118,
- swEdgesDynamicHighlight = 119,
- swEdgesHighQualityDisplay = 120,
- swEdgesOpenEdgesDifferentColor = 121,
- swEnableConfirmationCorner = 122,
- swAutoShowPropertyManager = 123,
- swIncontextFeatureHolderVisibility = 124,
- swTransparencyHighQualityDynamic = 125,
- swEdgesShadedEdgesDifferentColor = 126,
- swEdgesAntiAlias = 127,
- swPageSetupPrinterUsePrinterMargin = 128,
- swPageSetupPrinterDrawingScaleToFit = 129,
- swPageSetupPrinterPartAsmPrintWindow = 130,
- swDisplayShadowsInShadedMode = 131,
- swDrawingViewSmoothDynamicMotion = 132,
- swDrawingEliminateDuplicateDimsOnInsert = 133,
- swRapidDraftPrintOutOfSynchWaterMark = 134,
- swDrawingViewAutoHideComponents = 135,
- swEdgesDisplayShadedPlanes = 136,
- swPlaneDisplayShowEdges = 137,
- swPlaneDisplayShowIntersections = 138,
- swColorsUseSpecifiedEditColors = 139,
- swEnablePerformanceEmail = 141,
- swSnapOnlyIfGridDisplayed = 142,
- swDetailingBalloonsDisplayWithBentLeader = 143,
- swBOMConfigurationLocked = 144,
- swBOMConfigurationUseDocumentFont = 145,
- swBOMConfigurationUseSummaryInfo = 146,
- swBOMConfigurationAlignBottom = 147,
- swBOMContentsDisplayAtTop = 148,
- swBOMControlIdFromAssembly = 149,
- swBOMControlMissingRows = 150,
- swBOMControlSplitTable = 151,
- swAutomaticDrawingViewUpdateDefault = 152,
- swAutomaticDrawingViewUpdateForceOff = 153,
- swAnnotationDisplayHideDanglingDim = 154,
- swDetailingDimBreakAroundArrow = 155,
- swDetailingDimensionsToleranceUseParentheses = 156,
- swDetailingDimensionsToleranceUseDimensionFont = 157,
- swImageQualityApplyToAllReferencedPartDoc = 158,
- swPrintBackground = 159,
- swEDrawingsCompression = 160,
- swImportSolidSurface = 161,
- swImportFreeCurves = 162,
- swImport2dCurvesAs2dSketch = 163,
- swLargeAsmModeAutoLoadLightweight = 166,
- swLargeAsmModeUpdateMassPropsOnSave = 167,
- swLargeAsmModeAutoRecover = 168,
- swLargeAsmModeRemoveDetail = 169,
- swLargeAsmModeHideAllItems = 170,
- swLargeAsmModeDynHighlightFeatureMgr = 171,
- swLargeAsmModeDynHighlightGraphicsView = 172,
- swLargeAsmModeAntiAliasEdgesFastMode = 173,
- swLargeAsmModeShadowsShadedMode = 174,
- swLargeAsmModeTransparencyNormalViewMode = 175,
- swLargeAsmModeTransparencyDynamicViewMode = 176,
- swLargeAsmModeShowContentsDragDrawView = 177,
- swLargeAsmModeSmoothDynamicMotionDrawView = 178,
- swLargeAsmModeDrawingHLREdgesWhenShaded = 179,
- swLargeAsmModeAutoHideCompsDrawViewCreation = 180,
- swLargeAsmModeDrawingAutoLoadModels = 181,
- swLargeAsmModeAlwaysGenerateCurvature = 182,
- swImportStepConfigData = 183,
- swIGESExportSolidAndSurface = 184,
- swIGESExportFreeCurves = 185,
- swIGESExportAsWireframe = 186,
- swDetailingDimensionsAngularToleranceUseParentheses = 187,
- swDetailingDimensionsToleranceFitTolUseDimensionFont = 188,
- swDetailingAutoInsertCenterMarks = 189,
- swDetailingAutoInsertCenterLines = 190,
- swSTLPreview = 191,
- swDetailingCenterMarkUseCenterLine = 192,
- swMaterialPropertySolidFill = 193,
- swSaveEModelData = 194,
- swDisplayCurves = 195,
- swDisplaySketches = 196,
- swDisplayAllAnnotations = 197,
- swViewDisplayHideAllTypes = 198,
- swColorsUseShadedEdgeColor = 199,
- swViewpointPreserveNormals = 200,
- swSaveBackupFilesInSameLocationAsOriginal = 201,
- swNotifySNLNotObtainedForEDrawingsSave = 202,
- swPerformanceRemoveDetailDuringZoomPanRotate = 203,
- swDisplayEnableSelectionThroughTransparency = 204,
- swDisplayReferenceTriad = 205,
- swDrawingsDefaultDisplayTypeFastHLRHLV = 206,
- swDrawingsDefaultDisplayTypeHLREdgesWhenShaded = 207,
- swPerformanceSave = 208,
- swDetailingAutoUpdateBOM = 209,
- swImageQualityUseHighQualityEdgeSize = 210,
- swDrawingSaveShadedData = 211,
- swEDrawingsOkayToMeasure = 212,
- swBomTableKeepMissingItems = 213,
- swBomTableStrikeThroughMissingItems = 214,
- swRevisionTableUpdateAllLabels = 215,
- swIGESImportShowLevel = 216,
- swColorsMatchViewAndFeatureManagerBackground = 217,
- swEDrawingsSaveShadedDataInDrawings = 218,
- swDisplayReferencePoints2 = 219,
- swImportMultBodyAsPartData = 220,
- swEDrawingsExportSTLOkay = 221,
- swDetailingDisplaySFSymbolsPer2002 = 222,
- swDontCopyQTYColumnNameFromTemplate = 223,
- swEDrawingsSaveAnimationOkay = 224,
- swInsertViewForNewDrawing = 225,
- swInsertComponentForNewAssembly = 226,
- swCollabTopDocsNoPromptOrSave = 227,
- swCollabEnableMultiUser = 228,
- swViewSketchRelations = 229,
- swDisplayShadedCosmeticThreads = 230,
- swCollabAddShortcutMenuItems = 231,
- swCollabCheckReadOnlyModifiedByOthers = 232,
- swDisplayAllSplineHandles = 233,
- swAssemblyAllowComponentMoveByDragging = 234,
- swHoleTableCombineTags = 235,
- swHoleTableCombineSameSize = 236,
- swHoleTableHoleCentersVisible = 237,
- swHoleTableAutomaticUpdate = 238,
- swDetailingDimOffsetText = 239,
- swDetailingDetailViewLabels_PerStandard = 240,
- swDetailingDetailViewLabels_Stacked = 241,
- swDetailingSectionViewLabels_PerStandard = 242,
- swDetailingSectionViewLabels_Stacked = 243,
- swDetailingAuxViewLabels_PerStandard = 244,
- swDetailingAuxViewLabels_Stacked = 245,
- swExportVrmlAllComponentsInSingleFile = 246,
- swDetailingAutoInsertBalloons = 247,
- swDetailingAutoInsertDimsMarkedForDrawing = 248,
- swSketchInference = 249,
- swSketchNoSolveMove = 250,
- swDetailingDimANSIBentLeader = 251,
- swUnitsDualLinearRoundToNearestFraction = 252,
- swUnitsDualLinearFeetAndInchesFormat = 253,
- swOneConfigOnlyTopLevelBom = 254,
- swImageQualitySaveTesselationWithPartDoc = 255,
- swShowSheetMetalBendNotes = 256,
- swDetailingCThreadDisplayHighQuality = 257,
- swDetailingDimsPrefixInsideBasicTolBox = 258,
- swDetailingDimsAutoJogOrdinates = 259,
- swColorsWireframeHLRShadedSame = 260,
- swEditMacroAfterRecord = 261,
- swUseEnglishLanguageFeatureNames = 262,
- swDrawingDisplayArcCenterPoints = 263,
- swDrawingDisplayEntityPoints = 264,
- swDrawingPrintBreaklinesInBrokenView = 265,
- swSketchSnapsPoints = 266,
- swSketchSnapsCenterPoints = 267,
- swSketchSnapsMidPoints = 268,
- swSketchSnapsQuadrantPoints = 269,
- swSketchSnapsIntersections = 270,
- swSketchSnapsNearest = 271,
- swSketchSnapsTangent = 272,
- swSketchSnapsPerpendicular = 273,
- swSketchSnapsParallel = 274,
- swSketchSnapsHVLines = 275,
- swSketchSnapsHVPoints = 276,
- swSketchSnapsLength = 277,
- swSketchSnapsGrid = 278,
- swSketchSnapToGridIfDisplayed = 279,
- swSketchSnapsAngle = 280,
- swPerformanceSheetMetalIgnoreSelfIntersect = 281,
- swExternalReferencesDisable = 282,
- swFileExplorerShowMyDocuments = 283,
- swFileExplorerShowMyComputer = 284,
- swFileExplorerShowMyNetworkPlaces = 285,
- swFileExplorerShowRecentDocuments = 286,
- swFileExplorerShowHiddenReferencedDocuments = 287,
- swFileExplorerShowSamples = 288,
- swBomTableDontAddQTYNextToConfigName = 289,
- swImportAutoRunImportDiagnosticsPersist = 290,
- swImportAutoRunImportDiagnostics = 291,
- swQuickTipsPart = 292,
- swQuickTipsAssembly = 293,
- swQuickTipsDrawing = 294,
- swSketchLineLengthVirtualSharp3d = 295,
- swSketchShowSplineControlPolygon = 296,
- swLargeAsmModeEnabled = 297,
- swLargeAsmModeSuspendAutoRebuild = 298,
- swLargeAsmModeUseHLREdgesInShaded = 299,
- swFourViewportProjectionType = 300,
- swImportIDFAddDrilledHoles = 301,
- swImportIDFReverseUndersideComponents = 302,
- swImportStlVrmlTextureInformation = 303,
- swImportUGToolBodies = 304,
- swDxfUseSolidworksLayers = 305,
- swDisplayRelationsShowPropertyManager = 306,
- swReferenceTriadUseAlternateLabels = 307,
- swDetailingAutoInsertCenterMarksForHoles = 308,
- swDetailingAutoInsertCenterMarksForFillets = 309,
- swDetailingScaleWithDimHeight = 310,
- swDetailingScaleWithSectionTextHeight = 311,
- swUserEnableAutoFix = 312,
- swDisplayLights = 313,
- swDisplayCameras = 314,
- swDxfEndPointMerge = 316,
- swPerformancePreviewDuringOpen = 317,
- swImportDxfDimsToPartSketch = 318,
- swAutoSaveEnable = 319,
- swBackupEnable = 320,
- swBackupRemoveEnable = 321,
- swSaveReminderEnable = 322,
- swPDFExportInColor = 323,
- swPDFExportEmbedFonts = 324,
- swPDFExportHighQuality = 325,
- swPDFExportPrintHeaderFooter = 326,
- swPDFExportUseCurrentPrintLineWeights = 327,
- swSketchShadowDrag = 328,
- swWarnSaveUpdateErrors = 329,
- swEnablePerformanceFeedback = 330,
- swShowDrawingViewPalette = 331,
- swDisplayDimensionsFlatToScreen = 332,
- swPerformanceAlwaysResolveSubassemblies = 333,
- swWarnSavingReferencedDoc = 334,
- swFeatureManagerTransparentFlyout = 335,
- swDetailingDimsShowBroken = 336,
- swDetailingDetailViewLabels_AboveView = 337,
- swDetailingSectionViewLabels_AboveView = 338,
- swDetailingAuxViewLabels_AboveView = 339
- };
- enum swUserPreferenceIntegerValue_e
- {
- swDxfVersion = 0,
- swDxfOutputFonts = 1,
- swDxfMappingFileIndex = 2,
- swAutoSaveInterval = 3,
- swResolveLightweight = 4,
- swAcisOutputVersion = 5,
- swTiffScreenOrPrintCapture = 6,
- swTiffImageType = 7,
- swTiffCompressionScheme = 8,
- swTiffPrintDPI = 9,
- swTiffPrintPaperSize = 10,
- swTiffPrintScaleFactor = 11,
- swCreateBodyFromSurfacesOption = 12,
- swDetailingDimensionStandard = 13,
- swDetailingDualDimPosition = 14,
- swDetailingDimTrailingZero = 15,
- swDetailingArrowStyleForDimensions = 16,
- swDetailingDimensionArrowPosition = 17,
- swDetailingLinearDimLeaderStyle = 18,
- swDetailingRadialDimLeaderStyle = 19,
- swDetailingAngularDimLeaderStyle = 20,
- swDetailingLinearToleranceStyle = 21,
- swDetailingAngularToleranceStyle = 22,
- swDetailingToleranceTextSizing = 23,
- swDetailingLinearDimPrecision = 24,
- swDetailingLinearTolPrecision = 25,
- swDetailingAltLinearDimPrecision = 26,
- swDetailingAltLinearTolPrecision = 27,
- swDetailingAngularDimPrecision = 28,
- swDetailingAngularTolPrecision = 29,
- swDetailingNoteTextAlignment = 30,
- swDetailingNoteLeaderSide = 31,
- swDetailingBalloonStyle = 32,
- swDetailingBalloonFit = 33,
- swDetailingBOMBalloonStyle = 34,
- swDetailingBOMBalloonFit = 35,
- swDetailingBOMUpperText = 36,
- swDetailingBOMLowerText = 37,
- swDetailingArrowStyleForEdgeVertexAttachment = 38,
- swDetailingArrowStyleForFaceAttachment = 39,
- swDetailingArrowStyleForUnattached = 40,
- swDetailingVirtualSharpStyle = 41,
- swGridMinorLinesPerMajor = 42,
- swSnapPointsPerMinor = 43,
- swImageQualityShaded = 44,
- swImageQualityWireframe = 45,
- swImageQualityWireframeValue = 46,
- swUnitsLinear = 47,
- swUnitsLinearDecimalDisplay = 48,
- swUnitsLinearDecimalPlaces = 49,
- swUnitsLinearFractionDenominator = 50,
- swUnitsAngular = 51,
- swUnitsAngularDecimalPlaces = 52,
- swLineFontVisibleEdgesThickness = 53,
- swLineFontVisibleEdgesStyle = 54,
- swLineFontHiddenEdgesThickness = 55,
- swLineFontHiddenEdgesStyle = 56,
- swLineFontSketchCurvesThickness = 57,
- swLineFontSketchCurvesStyle = 58,
- swLineFontDetailCircleThickness = 59,
- swLineFontDetailCircleStyle = 60,
- swLineFontSectionLineThickness = 61,
- swLineFontSectionLineStyle = 62,
- swLineFontDimensionsThickness = 63,
- swLineFontDimensionsStyle = 64,
- swLineFontConstructionCurvesThickness = 65,
- swLineFontConstructionCurvesStyle = 66,
- swLineFontCrosshatchThickness = 67,
- swLineFontCrosshatchStyle = 68,
- swLineFontTangentEdgesThickness = 69,
- swLineFontTangentEdgesStyle = 70,
- swLineFontDetailBorderThickness = 71,
- swLineFontDetailBorderStyle = 72,
- swLineFontCosmeticThreadThickness = 73,
- swLineFontCosmeticThreadStyle = 74,
- swStepAP = 75,
- swHiddenEdgeDisplayDefault = 76,
- swTangentEdgeDisplayDefault = 77,
- swSTLQuality = 78,
- swDrawingProjectionType = 79,
- swDrawingPrintCrosshatchOutOfDateViews = 80,
- swPerformanceAssemRebuildOnLoad = 81,
- swLoadExternalReferences = 82,
- swIGESRepresentation = 83,
- swIGESSystem = 84,
- swIGESCurveRepresentation = 85,
- swViewRotationMouseSpeed = 86,
- swBackupCopiesPerDocument = 87,
- swCheckForOutOfDateLightweightComponents = 88,
- swParasolidOutputVersion = 89,
- swLineFontHideTangentEdgeThickness = 90,
- swLineFontHideTangentEdgeStyle = 91,
- swLineFontViewArrowThickness = 92,
- swLineFontViewArrowStyle = 93,
- swEdgesHiddenEdgeDisplay = 94,
- swEdgesTangentEdgeDisplay = 95,
- swEdgesShadedModeDisplay = 96,
- swDetailingBOMStackedBalloonStyle = 97,
- swDetailingBOMStackedBalloonFit = 98,
- swSystemColorsViewportBackground = 99,
- swSystemColorsTopGradientColor = 100,
- swSystemColorsBottomGradientColor = 101,
- swSystemColorsDynamicHighlight = 102,
- swSystemColorsHighlight = 103,
- swSystemColorsSelectedItem1 = 104,
- swSystemColorsSelectedItem2 = 105,
- swSystemColorsSelectedItem3 = 106,
- swSystemColorsSelectedFaceShaded = 107,
- swSystemColorsDrawingsVisibleModelEdge = 108,
- swSystemColorsDrawingsHiddenModelEdge = 109,
- swSystemColorsDrawingsPaperBorder = 110,
- swSystemColorsDrawingsPaperShadow = 111,
- swSystemColorsDrawingsSheetBorder = 111,
- swSystemColorsImportedDrivingAnnotation = 112,
- swSystemColorsImportedDrivenAnnotation = 113,
- swSystemColorsSketchOverDefined = 114,
- swSystemColorsSketchFullyDefined = 115,
- swSystemColorsSketchUnderDefined = 116,
- swSystemColorsSketchInvalidGeometry = 117,
- swSystemColorsSketchNotSolved = 118,
- swSystemColorsGridLinesMinor = 119,
- swSystemColorsGridLinesMajor = 120,
- swSystemColorsConstructionGeometry = 121,
- swSystemColorsDanglingDimension = 122,
- swSystemColorsText = 123,
- swSystemColorsAssemblyEditPart = 124,
- swSystemColorsAssemblyEditPartHiddenLines = 125,
- swSystemColorsAssemblyNonEditPart = 126,
- swSystemColorsInactiveEntity = 127,
- swSystemColorsTemporaryGraphics = 128,
- swSystemColorsTemporaryGraphicsShaded = 129,
- swSystemColorsActiveSelectionListBox = 130,
- swSystemColorsSurfacesOpenEdge = 131,
- swSystemColorsTreeViewBackground = 132,
- swAcisOutputUnits = 133,
- swSystemColorsShadedEdge = 134,
- swDxfOutputLineStyles = 135,
- swDxfOutputNoScale = 136,
- swPageSetupPrinterOrientation = 138,
- swPageSetupPrinterDrawingColor = 139,
- swImportCheckAndRepair = 140,
- swUseCustomizedImportTolerance = 141,
- swStepExportPreference = 142,
- swEdgesInContextEditTransparencyType = 143,
- swEdgesInContextEditTransparency = 144,
- swPlaneDisplayFrontFaceColor = 145,
- swPlaneDisplayBackFaceColor = 146,
- swPlaneDisplayTransparency = 147,
- swPlaneDisplayIntersectionLineColor = 148,
- swDetailingDatumDisplayType = 149,
- swBOMConfigurationAnchorType = 150,
- swBOMConfigurationWhatToShow = 151,
- swBOMControlMissingRowDisplay = 152,
- swBOMControlSplitDirection = 153,
- swDetailingChamferDimLeaderStyle = 154,
- swDetailingChamferDimTextStyle = 155,
- swDetailingChamferDimXStyle = 156,
- swDocumentColorFeatBend = 157,
- swDocumentColorFeatBoss = 158,
- swDocumentColorFeatCavity = 159,
- swDocumentColorFeatChamfer = 160,
- swDocumentColorFeatCut = 161,
- swDocumentColorFeatLoftCut = 162,
- swDocumentColorFeatSurfCut = 163,
- swDocumentColorFeatSweepCut = 164,
- swDocumentColorFeatWeldBead = 165,
- swDocumentColorFeatExtrude = 166,
- swDocumentColorFeatFillet = 167,
- swDocumentColorFeatHole = 168,
- swDocumentColorFeatLibrary = 169,
- swDocumentColorFeatLoft = 170,
- swDocumentColorFeatMidSurface = 171,
- swDocumentColorFeatPattern = 172,
- swDocumentColorFeatRefSurface = 173,
- swDocumentColorFeatRevolution = 174,
- swDocumentColorFeatShell = 175,
- swDocumentColorFeatDerivedPart = 176,
- swDocumentColorFeatSweep = 177,
- swDocumentColorFeatThicken = 178,
- swDocumentColorFeatRib = 179,
- swDocumentColorFeatDome = 180,
- swDocumentColorFeatForm = 181,
- swDocumentColorFeatShape = 182,
- swDocumentColorFeatReplaceFace = 183,
- swDocumentColorWireFrame = 184,
- swDocumentColorShading = 185,
- swDocumentColorHidden = 186,
- swLineFontExplodedLinesThickness = 187,
- swLineFontExplodedLinesStyle = 188,
- swSystemColorsRefTriadX = 189,
- swSystemColorsRefTriadY = 190,
- swSystemColorsRefTriadZ = 191,
- swAcisOutputGeometryPreference = 192,
- swSystemColorsDTDim = 193,
- swLargeAsmModeThreshold = 194,
- swLargeAsmModeAutoActivate = 195,
- swLargeAsmModeCheckOutOfDateLightweight = 196,
- swLargeAsmModeAutoRecoverCount = 197,
- swLargeAsmModeDisplayModeForNewDrawViews = 198,
- swLineFontBreakLineThickness = 199,
- swLineFontBreakLineStyle = 200,
- swSaveAssemblyAsPartOptions = 201,
- swDetailingDimensionTextAlignmentVertical = 202,
- swDetailingDimensionTextAlignmentHorizontal = 203,
- swDetailingToleranceFitTolTextSizing = 204,
- swImportUnitPreference = 205,
- swImportCurvePreference = 206,
- swImportUseBrep = 207,
- swImportStlVrmlModelType = 208,
- swSystemColorsSelectedItem4 = 209,
- swImportStlVrmlUnits = 210,
- swExportStlUnits = 211,
- swExportVrmlUnits = 212,
- swSystemColorsSketchInactive = 213,
- swExternalReferencesUpdateOutOfDateLinkedDesignTable = 214,
- swSystemColorsTreeItemNormal = 215,
- swSystemColorsTreeItemSelected = 216,
- swSystemColorsDrawingsPaper = 217,
- swSystemColorsDrawingsBackground = 218,
- swSystemColorsDrawingsViewBorder = 219,
- swDetailingNotesLeaderStyle = 220,
- swSystemColorsDrawingsLockedFocus = 221,
- swRevisionTableTagStyle = 222,
- swRevisionTableSymbolShape = 223,
- swBomTableZeroQuantityDisplay = 224,
- swDocumentColorFeatStructuralMember = 225,
- swDocumentColorFeatGusset = 226,
- swDocumentColorFeatEndCap = 227,
- swDetailingAutoBalloonLayout = 228,
- swDocumentColorFeatWrap = 229,
- swRebuildOnActivation = 230,
- swSystemColorsImportedAnnotation = 231,
- swSystemColorsNonImportedAnnotation = 232,
- swLevelOfDetail = 233,
- swLargeAsmLevelOfDetail = 234,
- swPropertyManagerColorDivider = 235,
- swCollabCheckReadOnlyModifiedInterval = 236,
- swEdrawingsSaveAsSelectionOption = 237,
- swHoleTableOriginStandard = 238,
- swHoleTableTagStyle = 239,
- swHoleTableHoleLocationPrecision = 240,
- swDetailingDetailViewLabels_Name = 241,
- swDetailingDetailViewLabels_Label = 242,
- swDetailingDetailViewLabels_Scale = 243,
- swDetailingDetailViewLabels_Delimiter = 244,
- swDetailingSectionViewLabels_Name = 245,
- swDetailingSectionViewLabels_Label = 246,
- swDetailingSectionViewLabels_Scale = 247,
- swDetailingSectionViewLabels_Delimiter = 248,
- swDetailingAuxViewLabels_Name = 249,
- swDetailingAuxViewLabels_Label = 250,
- swDetailingAuxViewLabels_Scale = 251,
- swDetailingAuxViewLabels_Delimiter = 252,
- swDxfMultiSheetOption = 253,
- swUnitsDualLinear = 254,
- swUnitsDualLinearDecimalDisplay = 255,
- swUnitsDualLinearDecimalPlaces = 256,
- swUnitsDualLinearFractionDenominator = 257,
- swUnitsMassPropLength = 258,
- swUnitsMassPropMass = 259,
- swUnitsMassPropVolume = 260,
- swUnitsMassPropDecimalPlaces = 261,
- swUnitsForce = 262,
- swUnitSystem = 263,
- swBendNoteStyle = 264,
- swDetailingLeadingZero = 265,
- swDetailingToleranceFitTolDisplayLinear = 266,
- swDetailingToleranceFitTolDisplayAngular = 267,
- swMaterialPropertyAreaHatchFillStyle = 268,
- swDrawingAreaHatchFillStyle = 269,
- swPerformanceViewsToDraftQuality = 270,
- swFeatureManagerDisplayWarnings = 271,
- swSheetMetalColorBendLinesUp = 272,
- swSheetMetalColorBendLinesDown = 273,
- swSheetMetalColorFormFeature = 274,
- swSheetMetalColorBendLinesHems = 275,
- swSheetMetalColorModelEdges = 276,
- swSystemColorsDimsNotMarkedForDrawing = 277,
- swSystemColorsAsmInterferenceVolume = 278,
- swSystemColorsSwiftAnnotations = 279,
- swSystemColorsSwiftUnderConstrained = 280,
- swSystemColorsSwiftFullyConstrained = 281,
- swSystemColorsSwiftOverConstrained = 282,
- swSystemColorsToleranceAnalysisDim = 283,
- swSystemColorsPropertyManagerColor = 284,
- swPropertyManagerColorBackground = 285,
- swPropertyManagerColorActiveClosedDivider = 286,
- swPropertyManagerColorEditBox = 287,
- swPropertyManagerColorEditText = 288,
- swPropertyManagerColorLabelAndIcon = 289,
- swPropertyManagerColorTitle = 290,
- swPropertyManagerColorOuterBorder = 291,
- swPropertyManagerColorInnerBorder = 292,
- swPropertyManagerColorTopBorder = 293,
- swPropertyManagerColorImportantMessage = 294,
- swSystemColorsHiddenEdgeSelectionShow = 295,
- swDetailingForeshortenedDiameterStyle = 296,
- swRevisionTableMultipleSheetStyle = 297,
- swUndoStepsMaximum = 298,
- swDetailingDimFractionStyle = 299,
- swDetailingDimFractionScaleIndex = 300,
- swAutoSaveIntervalMode = 301,
- swBackupRemoveInterval = 302,
- swSaveReminderInterval = 303,
- swSaveReminderIntervalMode = 304,
- swColorsBackgroundAppearance = 305,
- swRebuildErrorAction = 306,
- swSheetMetalColorFlatPatternSketch = 307,
- swLineFontVisibleEdgesEndCap = 308,
- swLineFontHiddenEdgesEndCap = 309,
- swLineFontSketchCurvesEndCap = 310,
- swDetailingDimXpertChamferScheme = 311,
- swDetailingDimXpertSlotScheme = 312,
- swDetailingDimXpertFilletOptions = 313,
- swDetailingDimXpertChamferOptions = 314
- };
- enum swUserPreferenceDoubleValue_e
- {
- swDetailingNoteFontHeight = 0,
- swDetailingDimFontHeight = 1,
- swSTLDeviation = 2,
- swSTLAngleTolerance = 3,
- swSpinBoxMetricLengthIncrement = 4,
- swSpinBoxEnglishLengthIncrement = 5,
- swSpinBoxAngleIncrement = 6,
- swMaterialPropertyDensity = 7,
- swTiffPrintPaperWidth = 8,
- swTiffPrintPaperHeight = 9,
- swTiffPrintDrawingPaperHeight = 8,
- swTiffPrintDrawingPaperWidth = 9,
- swDetailingCenterlineExtension = 10,
- swDetailingBreakLineGap = 11,
- swDetailingCenterMarkSize = 12,
- swDetailingWitnessLineGap = 13,
- swDetailingWitnessLineExtension = 14,
- swDetailingObjectToDimOffset = 15,
- swDetailingDimToDimOffset = 16,
- swDetailingMaxLinearToleranceValue = 17,
- swDetailingMinLinearToleranceValue = 18,
- swDetailingMaxAngularToleranceValue = 19,
- swDetailingMinAngularToleranceValue = 20,
- swDetailingToleranceTextScale = 21,
- swDetailingToleranceTextHeight = 22,
- swDetailingNoteBentLeaderLength = 23,
- swDetailingArrowHeight = 24,
- swDetailingArrowWidth = 25,
- swDetailingArrowLength = 26,
- swDetailingSectionArrowHeight = 27,
- swDetailingSectionArrowWidth = 28,
- swDetailingSectionArrowLength = 29,
- swGridMajorSpacing = 30,
- swSnapToAngleValue = 31,
- swImageQualityShadedDeviation = 32,
- swDrawingDefaultSheetScaleNumerator = 33,
- swDrawingDefaultSheetScaleDenominator = 34,
- swDrawingDetailViewScale = 35,
- swViewRotationArrowKeys = 36,
- swMateAnimationSpeed = 37,
- swViewAnimationSpeed = 38,
- swDetailingDimBentLeaderLength = 39,
- swMaterialPropertyCrosshatchScale = 40,
- swMaterialPropertyCrosshatchAngle = 41,
- swDrawingAreaHatchScale = 42,
- swDrawingAreaHatchAngle = 43,
- swPageSetupPrinterTopMargin = 44,
- swPageSetupPrinterBottomMargin = 45,
- swPageSetupPrinterLeftMargin = 46,
- swPageSetupPrinterRightMargin = 47,
- swPageSetupPrinterThinLineWeight = 48,
- swPageSetupPrinterNormalLineWeight = 49,
- swPageSetupPrinterThickLineWeight = 50,
- swPageSetupPrinterThick2LineWeight = 51,
- swPageSetupPrinterThick3LineWeight = 52,
- swPageSetupPrinterThick4LineWeight = 53,
- swPageSetupPrinterThick5LineWeight = 54,
- swPageSetupPrinterThick6LineWeight = 55,
- swPageSetupPrinterDrawingScale = 56,
- swPageSetupPrinterPartAsmScale = 57,
- swCustomizedImportTolerance = 58,
- swDetailingBalloonBentLeaderLength = 60,
- swBOMControlSplitHeight = 61,
- swAnnotationTextScaleNumerator = 62,
- swAnnotationTextScaleDenominator = 63,
- swDetailingDimBreakGap = 64,
- swCurvatureValue1 = 65,
- swCurvatureValue2 = 66,
- swCurvatureValue3 = 67,
- swCurvatureValue4 = 68,
- swCurvatureValue5 = 69,
- swDetailingBreakLineExtension = 70,
- swDetailingToleranceFitTolTextScale = 71,
- swDetailingToleranceFitTolTextHeight = 72,
- swDocumentColorAdvancedAmbient = 73,
- swDocumentColorAdvancedDiffuse = 74,
- swDocumentColorAdvancedSpecularity = 75,
- swDocumentColorAdvancedShininess = 76,
- swDocumentColorAdvancedTransparency = 77,
- swDocumentColorAdvancedEmission = 78,
- swDxfOutputScaleFactor = 79,
- swHoleTableTagAngle = 80,
- swHoleTableTagOffset = 81,
- swDetailingMaxWitnessLineLength = 82,
- swDrawingKeyboardMovementIncrement = 83,
- swSketchSnapsAngleValue = 84,
- swDxfMergingDistance = 85,
- swDetailingDimRadialSnapAngle = 86
- };
- enum swUserPreferenceStringValue_e
- {
- swFileLocationsDocuments = 1,
- swFileLocationsPaletteFeatures = 2,
- swFileLocationsPaletteParts = 3,
- swFileLocationsPaletteFormTools = 4,
- swFileLocationsBlocks = 5,
- swFileLocationsDocumentTemplates = 6,
- swFileLocationsSheetFormat = 7,
- swDefaultTemplatePart = 8,
- swDefaultTemplateAssembly = 9,
- swDefaultTemplateDrawing = 10,
- swBackupDirectory = 11,
- swFileLocationsBendTable = 12,
- swMaterialPropertyCrosshatchPattern = 13,
- swDrawingAreaHatchPattern = 14,
- swDetailingNextDatumFeatureLabel = 15,
- swFileSaveAsCoordinateSystem = 16,
- swFileLocationsPaletteAssemblies = 17,
- swCustomPropertyUsedAsComponentDescription = 18,
- swFileLocationsLibraryFeatures = 19,
- swFileLocationsMacroFeatures = 20,
- swFileLocationsWebFolders = 21,
- swFileLocationsBOMTemplates = 22,
- swFileLocationsMacros = 23,
- swFileLocationsJournalFile = 24,
- swFileLocationsCustomPropertyFile = 25,
- swFileLocationsHoleCalloutFormatFile = 26,
- swFileLocationsDimensionFavorites = 27,
- swFileLocationsMaterialDatabases = 28,
- swFileLocationsWeldmentProfiles = 29,
- swFileLocationsColorSwatches = 30,
- swFileLocationsTextures = 31,
- swFileLocationsWeldmentPropertyFile = 32,
- swFileLocationsHoleTableTemplates = 33,
- swFileLocationsWeldmentCutListTemplates = 34,
- swFileLocationsRevisionTableTemplates = 35,
- swDrawingCustomPropertyUsedAsRevision = 36,
- swFileLocationsRouteComponentLibrary = 37,
- swFileLocationsDesignLibrary = 38,
- swFileLocationsLineStyleDefinitions = 39,
- swFileLocationsDesignJournalTemplate = 40,
- swFileLocationsRouteCableLibrary = 41,
- swFileLocationsAppearances = 42,
- swFileLocationsScenes = 43,
- swFileLocationsLights = 44,
- swFileLocationsBendNoteFormatFile = 45,
- swSeparatorCharacterForDims = 46,
- swFileLocationsRouteCoveringLibrary = 47,
- swFileLocationsDesignCheckerFile = 48,
- swReferenceTriadXLabel = 49,
- swReferenceTriadYLabel = 50,
- swReferenceTriadZLabel = 51,
- swHoleWizardToolBoxFolder = 52,
- swAutoSaveDirectory = 53,
- swColorsBackgroundImageFile = 54,
- swDetailingBOMUpperCustomProperty = 55,
- swDetailingBOMLowerCustomProperty = 56
- };
- enum swUserPreferenceStringListValue_e
- {
- swDxfMappingFiles = 0,
- swEmodelSelectionList = 1
- };
- enum swUserPreferenceTextFormat_e
- {
- swDetailingNoteTextFormat = 0,
- swDetailingDimensionTextFormat = 1,
- swDetailingSectionTextFormat = 2,
- swDetailingDetailTextFormat = 3,
- swDetailingViewArrowTextFormat = 4,
- swDetailingSurfaceFinishTextFormat = 5,
- swDetailingWeldSymbolTextFormat = 6,
- swDetailingGeneralTableTextFormat = 7,
- swDetailingBalloonTextFormat = 8,
- swDetailingDetailLabelTextFormat = 9,
- swDetailingSectionLabelTextFormat = 10
- };
- enum swViewDisplayType_e
- {
- swIsViewSectioned = 0,
- swIsViewPerspective = 1,
- swIsViewShaded = 2,
- swIsViewWireFrame = 3,
- swIsViewHiddenLinesRemoved = 4,
- swIsViewHiddenInGrey = 5,
- swIsViewCurvature = 6,
- swIsViewStripe = 7
- };
- enum swViewDisplayMode_e
- {
- swViewDisplayMode_Wireframe = 1,
- swViewDisplayMode_HiddenLinesRemoved = 2,
- swViewDisplayMode_HiddenLinesGrayed = 3,
- swViewDisplayMode_Shaded = 4,
- swViewDisplayMode_ShadedWithEdges = 5,
- swViewDisplayMode_ShadedCurvatureOn = 6,
- swViewDisplayMode_ShadedCurvatureOFF = 7,
- swViewDisplayMode_StripesOn = 8,
- swViewDisplayMode_StripesOff = 9,
- swViewDisplayMode_PerspectiveOn = 10,
- swViewDisplayMode_PerspectiveOff = 11
- };
- enum swSkInternalPntOpts_e
- {
- swSkPntsOff = 0,
- swSkPntsOn = 1,
- swSkPntsDefault = 2
- };
- enum swDxfFormat_e
- {
- swDxfFormat_R12 = 0,
- swDxfFormat_R13 = 1,
- swDxfFormat_R14 = 2,
- swDxfFormat_R2000 = 3,
- swDxfFormat_R2004 = 4
- };
- enum swArrowDirection_e
- {
- swINSIDE = 0,
- swOUTSIDE = 1,
- swSMART = 2
- };
- enum swPrintProperties_e
- {
- swPrintPaperSize = 0,
- swPrintOrientation = 1,
- swPrintPaperLength = 2,
- swPrintPaperWidth = 3
- };
- enum swTiffImageType_e
- {
- swTiffImageBlackAndWhite = 0,
- swTiffImageRGB = 1
- };
- enum swTiffCompressionScheme_e
- {
- swTiffUncompressed = 0,
- swTiffPackbitsCompression = 1,
- swTiffGroup4FaxCompression = 2
- };
- enum swBodyOperationType_e
- {
- SWBODYINTERSECT = 15901,
- SWBODYCUT = 15902,
- SWBODYADD = 15903
- };
- enum swBodyOperationError_e
- {
- swBodyOperationUnknownError = -1,
- swBodyOperationNoError = 0,
- swBodyOperationNonApiBody = 1,
- swBodyOperationWrongType = 2,
- swBodyOperationBooleanFail = 1058,
- swBodyOperationNoIntersect = 1067,
- swBodyOperationNonManifold = 547,
- swBodyOperationPartialCoincidence = 1040,
- swBodyOperationIntersectSolidWithSheets = 972,
- swBodyOperationUniteSolidSheet = 543,
- swBodyOperationMissingGeom = 96,
- swBodyOperationSameToolAndTarget = 545,
- swBodyOperationFailGeomCondition = 3,
- swBodyOperationFailToCutBody = 4,
- swBodyOperationDisjointBodies = 5,
- swBodyOperationEmptyBody = 6,
- swBodyOperationEmptyInputBody = 7,
- swBodyOperationInvalidInputBody = 8,
- swBodyOperationOpposedSheets = 951
- };
- enum swStartConditions_e
- {
- swStartSketchPlane = 0,
- swStartSurface = 1,
- swStartVertex = 2,
- swStartOffset = 3
- };
- enum swEndConditions_e
- {
- swEndCondBlind = 0,
- swEndCondThroughAll = 1,
- swEndCondThroughNext = 2,
- swEndCondUpToVertex = 3,
- swEndCondUpToSurface = 4,
- swEndCondOffsetFromSurface = 5,
- swEndCondMidPlane = 6,
- swEndCondUpToBody = 7
- };
- enum swChamferType_e
- {
- swChamferAngleDistance = 1,
- swChamferDistanceDistance = 2,
- swChamferVertex = 3,
- swChamferEqualDistance = 16
- };
- enum swLineWeights_e
- {
- swLW_NONE = -1,
- swLW_THIN = 0,
- swLW_NORMAL = 1,
- swLW_THICK = 2,
- swLW_THICK2 = 3,
- swLW_THICK3 = 4,
- swLW_THICK4 = 5,
- swLW_THICK5 = 6,
- swLW_THICK6 = 7,
- swLW_NUMBER = 8,
- swLW_LAYER = 9
- };
- enum swToolbarStates_e
- {
- swToolbarHidden = 0
- };
- enum swSummInfoField_e
- {
- swSumInfoTitle = 0,
- swSumInfoSubject = 1,
- swSumInfoAuthor = 2,
- swSumInfoKeywords = 3,
- swSumInfoComment = 4,
- swSumInfoSavedBy = 5,
- swSumInfoCreateDate = 6,
- swSumInfoSaveDate = 7,
- swSumInfoCreateDate2 = 8,
- swSumInfoSaveDate2 = 9
- };
- enum swPropSheetType_e
- {
- swPropSheetNotValid = 0,
- swPropSheetLighting = 1,
- swPropSheetToolsOptions = 2,
- swPropSheetAmbientLight = 3,
- swPropSheetDirectionalLight = 4,
- swPropSheetPositionLight = 5,
- swPropSheetSpotLight = 6
- };
- enum swWindowState_e
- {
- swWindowNormal = 0,
- swWindowMaximized = 1,
- swWindowMinimized = 2
- };
- enum swWitnessLineVisibility_e
- {
- swWitnessLineBoth = 0,
- swWitnessLineFirst = 1,
- swWitnessLineSecond = 2,
- swWitnessLineNone = 3
- };
- enum swLeaderLineVisibility_e
- {
- swLeaderLineBoth = 0,
- swLeaderLineFirst = 1,
- swLeaderLineSecond = 2,
- swLeaderLineNone = 3
- };
- enum swDimensionArrowsSide_e
- {
- swDimArrowsInside = 0,
- swDimArrowsOutside = 1,
- swDimArrowsSmart = 2,
- swDimArrowsFollowDoc = 3
- };
- enum swDimensionTextParts_e
- {
- swDimensionTextAll = 0,
- swDimensionTextPrefix = 1,
- swDimensionTextSuffix = 2,
- swDimensionTextCalloutAbove = 3,
- swDimensionTextCalloutBelow = 4
- };
- enum swTopology_e
- {
- swTopoSolidBody = 1,
- swTopoSheetBody = 2,
- swTopoWireBody = 3,
- swTopoMinimumBody = 4
- };
- enum swTopoEntity_e
- {
- swTopoVertex = 1,
- swTopoEdge = 2,
- swTopoLoop = 3,
- swTopoFace = 4,
- swTopoShell = 5,
- swTopoBody = 6
- };
- enum swViewAlignment_e
- {
- swViewAlignNone = 0,
- swViewAlignedChildren = 1,
- swViewAligned = 2,
- swViewAlignBoth = 3
- };
- enum swToolbar_e
- {
- swSketchToolsToolbar = 0,
- swMainToolbar = 1,
- swStandardToolbar = 2,
- swViewToolbar = 3,
- swSketchRelationsToolbar = 4,
- swMacroToolbar = 5,
- swSketchToolbar = 6,
- swAssemblyToolbar = 7,
- swDrawingToolbar = 8,
- swAnnotationToolbar = 9,
- swWebToolbar = 10,
- swFeatureToolbar = 11,
- swFontToolbar = 12,
- swLineToolbar = 13,
- swSelectionFilterToolbar = 14,
- swReferenceGeometryToolbar = 15,
- swStandardViewsToolbar = 16,
- swToolsToolbar = 17,
- swCurvesToolbar = 18,
- swMoldToolsToolbar = 19,
- swSheetMetalToolbar = 20,
- swSurfacesToolbar = 21,
- swAlignToolbar = 22,
- swLayerToolbar = 23,
- sw2Dto3DToolbar = 24,
- swRoutingToolbar = 25,
- swSimulationToolbar = 26,
- swSplineToolbar = 27,
- swContextToolbar = 28,
- swBlocksToolbar = 29,
- swTaskPaneToolbar = 30,
- swQuickSnapToolbar = 31,
- swOfficeToolbar = 32,
- swTolXpertToolbar = 33,
- swTableToolbar = 34,
- swWeldmentToolbar = 35
- };
- enum swInsertAnnotation_e
- {
- swInsertCThreads = 1,
- swInsertDatums = 2,
- swInsertDatumTargets = 4,
- swInsertDimensions = 8,
- swInsertInstanceCounts = 16,
- swInsertGTols = 32,
- swInsertNotes = 64,
- swInsertSFSymbols = 128,
- swInsertWelds = 256,
- swInsertAxes = 512,
- swInsertCurves = 1024,
- swInsertPlanes = 2048,
- swInsertSurfaces = 4096,
- swInsertPoints = 8192,
- swInsertOrigins = 16384,
- swInsertDimensionsMarkedForDrawing = 32768,
- swInsertHoleWizardProfileDimensions = 65536,
- swInsertHoleWizardLocationDimensions = 131072,
- swInsertRefPoints = 262144,
- swInsertDimensionsNotMarkedForDrawing = 524288,
- swInsertholeCallout = 1048576
- };
- enum swMessageBoxIcon_e
- {
- swMbWarning = 1,
- swMbInformation = 2,
- swMbQuestion = 3,
- swMbStop = 4
- };
- enum swMessageBoxBtn_e
- {
- swMbAbortRetryIgnore = 1,
- swMbOk = 2,
- swMbOkCancel = 3,
- swMbRetryCancel = 4,
- swMbYesNo = 5,
- swMbYesNoCancel = 6
- };
- enum swMessageBoxResult_e
- {
- swMbHitAbort = 1,
- swMbHitIgnore = 2,
- swMbHitNo = 3,
- swMbHitOk = 4,
- swMbHitRetry = 5,
- swMbHitYes = 6,
- swMbHitCancel = 7
- };
- enum swAnnotationType_e
- {
- swCThread = 1,
- swDatumTag = 2,
- swDatumTargetSym = 3,
- swDisplayDimension = 4,
- swGTol = 5,
- swNote = 6,
- swSFSymbol = 7,
- swWeldSymbol = 8,
- swCustomSymbol = 9,
- swDowelSym = 10,
- swLeader = 11,
- swBlock = 12,
- swCenterMarkSym = 13,
- swTableAnnotation = 14,
- swCenterLine = 15,
- swDatumOrigin = 16,
- swWeldBeadSymbol = 17
- };
- enum swDimensionDrivenState_e
- {
- swDimensionDrivenUnknown = 0,
- swDimensionDriven = 1,
- swDimensionDriving = 2
- };
- enum swFileLoadError_e
- {
- swGenericError = 1,
- swFileNotFoundError = 2,
- swIdMatchError = 4,
- swReadOnlyWarn = 8,
- swSharingViolationWarn = 16,
- swDrawingANSIUpdateWarn = 32,
- swSheetScaleUpdateWarn = 64,
- swNeedsRegenWarn = 128,
- swBasePartNotLoadedWarn = 256,
- swFileAlreadyOpenWarn = 512,
- swInvalidFileTypeError = 1024,
- swDrawingsOnlyRapidDraftWarn = 2048,
- swViewOnlyRestrictions = 4096,
- swFutureVersion = 8192,
- swViewMissingReferencedConfig = 16384,
- swDrawingSFSymbolConvertWarn = 32768,
- swFileWithSameTitleAlreadyOpen = 65536
- };
- enum swFileLoadWarning_e
- {
- swFileLoadWarning_IdMismatch = 1,
- swFileLoadWarning_ReadOnly = 2,
- swFileLoadWarning_SharingViolation = 4,
- swFileLoadWarning_DrawingANSIUpdate = 8,
- swFileLoadWarning_SheetScaleUpdate = 16,
- swFileLoadWarning_NeedsRegen = 32,
- swFileLoadWarning_BasePartNotLoaded = 64,
- swFileLoadWarning_AlreadyOpen = 128,
- swFileLoadWarning_DrawingsOnlyRapidDraft = 256,
- swFileLoadWarning_ViewOnlyRestrictions = 512,
- swFileLoadWarning_ViewMissingReferencedConfig = 1024,
- swFileLoadWarning_DrawingSFSymbolConvert = 2048,
- swFileLoadWarning_RevolveDimTolerance = 4096,
- swFileLoadWarning_ModelOutOfDate = 8192,
- swFileLoadWarning_DimensionsReferencedIncorrectlyToModels = 16384
- };
- enum swFileSaveError_e
- {
- swGenericSaveError = 1,
- swReadOnlySaveError = 2,
- swFileNameEmpty = 4,
- swFileNameContainsAtSign = 8,
- swFileLockError = 16,
- swFileSaveFormatNotAvailable = 32,
- swFileSaveWithRebuildError = 64,
- swFileSaveAsDoNotOverwrite = 128,
- swFileSaveAsInvalidFileExtension = 256,
- swFileSaveAsNoSelection = 512,
- swFileSaveAsBadEDrawingsVersion = 1024,
- swFileSaveAsNameExceedsMaxPathLength = 2048
- };
- enum swFileSaveWarning_e
- {
- swFileSaveWarning_RebuildError = 1,
- swFileSaveWarning_NeedsRebuild = 2,
- swFileSaveWarning_ViewsNeedUpdate = 4,
- swFileSaveWarning_AnimatorNeedToSolve = 8,
- swFileSaveWarning_AnimatorFeatureEdits = 16,
- swFileSaveWarning_EdrwingsBadSelection = 32,
- swFileSaveWarning_AnimatorLightEdits = 64,
- swFileSaveWarning_AnimatorCameraViews = 128,
- swFileSaveWarning_AnimatorSectionViews = 256
- };
- enum swEdrawingSaveAsOption_e
- {
- swEdrawingSaveActive = 1,
- swEdrawingSaveAll = 2,
- swEdrawingSaveSelected = 3
- };
- enum swActivateDocError_e
- {
- swGenericActivateError = 1,
- swDocNeedsRebuildWarning = 2
- };
- enum swComponentSuppressionState_e
- {
- swComponentSuppressed = 0,
- swComponentLightweight = 1,
- swComponentFullyResolved = 2,
- swComponentResolved = 3,
- swComponentFullyLightweight = 4
- };
- enum swComponentVisibilityState_e
- {
- swComponentHidden = 0,
- swComponentVisible = 1
- };
- enum swComponentSolvingOption_e
- {
- swComponentRigidSolving = 0,
- swComponentFlexibleSolving = 1
- };
- enum swCustomInfoType_e
- {
- swCustomInfoUnknown = 0,
- swCustomInfoText = 30,
- swCustomInfoDate = 64,
- swCustomInfoNumber = 3,
- swCustomInfoDouble = 5,
- swCustomInfoYesOrNo = 11
- };
- enum swComponentResolveStatus_e
- {
- swResolveOk = 0,
- swResolveAbortedByUser = 1,
- swResolveNotPerformed = 2,
- swResolveError = 3
- };
- enum swSuppressionError_e
- {
- swSuppressionBadComponent = 0,
- swSuppressionBadState = 1,
- swSuppressionChangeOk = 2,
- swSuppressionChangeFailed = 3
- };
- enum swArrowPosition
- {
- swArrowLeftTop = 0,
- swArrowLeftBottom = 1,
- swArrowRightTop = 2,
- swArrowRightBottom = 3,
- swArrowUpTopLeft = 4,
- swArrowUpTopRight = 5,
- swArrowDownBottomLeft = 6,
- swArrowDownBottomRight = 7,
- swArrowLeftOrRightTop = 8,
- swArrowLeftOrRightBottom = 9,
- swArrowLeftOrRight = 10,
- swArrowUpOrDownLeft = 11,
- swArrowUpOrDownRight = 12,
- swArrowUpOrDown = 13,
- swArrowNone = 14,
- swArrowUnknown = 15
- };
- enum swQuickTipPointAt_e
- {
- swQTPA_NONE = 0,
- swQTPA_FilletFeature = 1,
- swQTPA_RefPlanes = 3,
- swQTPA_SheetMetalFeature = 18,
- swQTPA_MateGroupFeature = 33,
- swQTPA_MateFeature = 105,
- swQTPA_ExtrudedCut = 52,
- swQTPA_ExtrudedBoss = 53,
- swQTPA_BaseExtrudeFeature = 54,
- swQTPA_RevolvedCut = 57,
- swQTPA_RevolvedBoss = 57,
- swQTPA_BaseRevolvedFeature = 57,
- swQTPA_FirstBodyFeature = 998,
- swQTPA_LastBodyFeature = 999,
- swQTPA_SketchFeature = 78,
- swQTPA_Origin = 79,
- swTPA_SheetFeature = 88,
- swTPA_SheetFormat = 97,
- swTPA_DwgViewFeature = 43,
- swTPA_FeatureMgrTree = 100,
- swTPA_SketchingDorito = 1000,
- swTPA_OnScreenCancel = 1001,
- swQTPA_Triad = 1002,
- swQTPA_RollbackBar = 1003,
- swQTPA_SheetMetalFlattenedFeature = 1004,
- swQTPA_SheetMetalProcessedFeature = 1005,
- swQTPA_AssemblyComponentFeature = 1006,
- swQTPA_ArrowManipulator = 1007,
- swQTPA_PropertyManager = 1008,
- swQTPA_AssemblyComponentNonFixed = 1009,
- swQTPA_MateOperationBar = 1010,
- swQTPA_QTStatusBarButton = 1011,
- swQTPA_Nothing_FloatTRGraphics = 1012,
- swQTPA_ConstraintStatusBarButton = 1013,
- swQTPA_ChangedFilesStatusBarButton = 1014,
- swQTPA_PM_MSG_DIVIDER = 5085,
- swQTPA_UpperAppFrame = 387099
- };
- enum swQuickTipMode_e
- {
- swQuickTipNoMode = 0,
- swQuickTipEmptySWFrameMode = 1,
- swQuickTipEmptyPartMode = 2,
- swQuickTipSketchingMode = 4,
- swQuickTipClosedProfileCompletedMode = 8,
- swQuickTipSketchDoneMode = 16,
- swQuickTipFirstFeatureDoneMode = 32,
- swQuickTipEmptyAssemblyMode = 64,
- swQuickTipAssemblyOneCompMode = 128,
- swQuickTipAssemblyMultiCompMode = 256,
- swQuickTipAssemblyMatedMode = 512,
- swQuickTipAssemblySimulatingMode = 1024,
- swQuickTipEmptyDrawingMode = 2048,
- swQuickTipDrawingOneViewMode = 4096,
- swQuickTipPMBaseFeatureDialogMode = 8192,
- swQuickTipPMYellowErrorMessageMode = 16384,
- swQuickTipPMMateDialogMode = 32768,
- swQuickTipSheetMetalMode = 65536,
- swQuickTipSketching3DMode = 131072,
- swQuickTipDrawingEditSheetMode = 262144,
- swQuickTipPMInsertModelViewMode = 524288,
- swQuickTipPMInsertProjectedViewMode = 1048576,
- swQuickTipPMInsertComponentMode = 2097152,
- swQuickTipPMYellowGuidelinesMode = 4194304
- };
- enum swDynamicMode_e
- {
- swNoDynamics = 0,
- swSpinDynamics = 1,
- swPanDynamics = 2,
- swZoomDynamics = 3,
- swUnknownDynamics = 4,
- swAnimDynamics = 5
- };
- enum swTextJustification_e
- {
- swTextJustificationNone = 0,
- swTextJustificationLeft = 1,
- swTextJustificationCenter = 2,
- swTextJustificationRight = 3
- };
- enum swVerticalJustification_e
- {
- swVerticalJustificationNone = 0,
- swVerticalJustificationTop = 1,
- swVerticalJustificationMiddle = 2,
- swVerticalJustificationBottom = 3
- };
- enum swComponentReloadOption_e
- {
- swAlwaysReload = 0,
- swDontReloadOldComponents = 1
- };
- enum swComponentReloadError_e
- {
- swReloadOkay = 0,
- swWriteAccessError = 1,
- swFutureVersionError = 2,
- swModifiedNotReloadedError = 3,
- swInvalidOption = 4,
- swFileNotSavedError = 5,
- swInvalidComponentError = 6,
- swUnexpectedError = 7,
- swComponentLightWeightError = 8,
- swFileDoesntExistError = 9,
- swFileInvalidOrSameNameError = 10,
- swDocumentHasNoView = 11,
- swDocumentAlreadyOpenedError = 12,
- swDocumentEventError = 13,
- swDocumentNotChanged = 14,
- swReloadCancel = 15
- };
- enum swIntersectionType_e
- {
- swIntersectionSIMPLE = 1,
- swIntersectionTANGENT = 2,
- swIntersectionCOINCIDENCE_START = 3,
- swIntersectionCOINCIDENCE_END = 4
- };
- enum swAddOrdinateDims_e
- {
- swOrdinate = 1,
- swVerticalOrdinate = 2,
- swHorizontalOrdinate = 3
- };
- enum swSheetSewingOption_e
- {
- swSewToSolid = 0,
- swSewToSheets = 1,
- swSewToSolidOrSheets = 2
- };
- enum swSheetSewingError_e
- {
- swSewingOk = 0,
- swBadArgument = 1,
- swUnspecifiedError = 2,
- swSewingFailed = 3,
- swSewingIncomplete = 4
- };
- enum swBodyType_e
- {
- swAllBodies = -1,
- swSolidBody = 0,
- swSheetBody = 1,
- swWireBody = 2,
- swMinimumBody = 3,
- swGeneralBody = 4,
- swEmptyBody = 5
- };
- enum swSetValueInConfiguration_e
- {
- swSetValue_UseCurrentSetting = 0,
- swSetValue_InThisConfiguration = 1,
- swSetValue_InAllConfigurations = 2,
- swSetValue_InSpecificConfigurations = 3
- };
- enum swSetValueReturnStatus_e
- {
- swSetValue_Successful = 0,
- swSetValue_Failure = 1,
- swSetValue_InvalidValue = 2,
- swSetValue_DrivenDimension = 3,
- swSetValue_ModelNotLoaded = 4
- };
- enum swSMBendState_e
- {
- swSMBendStateNone = 0,
- swSMBendStateSharps = 1,
- swSMBendStateFlattened = 2,
- swSMBendStateFolded = 3
- };
- enum swSMCommandStatus_e
- {
- swSMErrorNone = 0,
- swSMErrorUnknown = 1,
- swSMErrorNotAPart = 2,
- swSMErrorNotASheetMetalPart = 3,
- swSMErrorInvalidBendState = 4
- };
- enum swFeatureError_e
- {
- swFeatureErrorNone = 0,
- swFeatureErrorUnknown = 1,
- swFeatureErrorFilletNoLoop = 10,
- swFeatureErrorFilletNoFace = 11,
- swFeatureErrorFilletInvalidRadius = 12,
- swFeatureErrorFilletNoEdge = 13,
- swFeatureErrorFilletModelGeometry = 14,
- swFeatureErrorFilletRadiusTooSmall = 15,
- swFeatureErrorFilletCannotExtend = 16,
- swFeatureErrorFilletRadiusEliminateElement = 17,
- swFeatureErrorFilletRadiusTooBig = 18,
- swFeatureErrorFilletRadiusTooBig2 = 19,
- swFeatureErrorExtrusionDisjoint = 30,
- swFeatureErrorExtrusionNoEndFound = 31,
- swFeatureErrorExtrusionBadGeometricConditions = 32,
- swFeatureErrorExtrusionCutContourOpenAndClosed = 33,
- swFeatureErrorExtrusionCutContourInvalid = 34,
- swFeatureErrorExtrusionOpenCutContourInvalid = 35,
- swFeatureErrorExtrusionBossContourOpenAndClosed = 36,
- swFeatureErrorExtrusionBossContourInvalid = 37,
- swFeatureErrorMateInvalidEdge = 38,
- swFeatureErrorMateInvalidFace = 39,
- swFeatureErrorMateFailedCreatingSurface = 40,
- swFeatureErrorMateInvalidEntity = 41,
- swFeatureErrorMateUnknownTangent = 42,
- swFeatureErrorMateDanglingGeometry = 43,
- swFeatureErrorMateEntityNotLinear = 44,
- swFeatureErrorMateEntityFailed = 45,
- swFeatureErrorMateOverdefined = 46,
- swFeatureErrorMateIlldefined = 47,
- swFeatureErrorMateBroken = 48
- };
- enum swSaveAsVersion_e
- {
- swSaveAsCurrentVersion = 0,
- swSaveAsSW98plus = 1,
- swSaveAsFormatProE = 2,
- swSaveAsStandardDrawing = 3,
- swSaveAsDetachedDrawing = 4
- };
- enum swArcLengthLeaderType_e
- {
- swArcLengthLeaderParallel = 1,
- swArcLengthLeaderRadial = 2
- };
- enum swArcEndCondition_e
- {
- swArcEndConditionNone = 0,
- swArcEndConditionCenter = 1,
- swArcEndConditionMin = 2,
- swArcEndConditionMax = 3
- };
- enum swDestroyNotifyType_e
- {
- swDestroyNotifyDestroy = 0,
- swDestroyNotifyHidden = 1
- };
- enum swSketchSegments_e
- {
- swSketchLINE = 0,
- swSketchARC = 1,
- swSketchELLIPSE = 2,
- swSketchSPLINE = 3,
- swSketchTEXT = 4,
- swSketchPARABOLA = 5
- };
- enum swPipingPenetrationStatus_e
- {
- swPenetrationSucceeded = 0,
- swPenetrationFailed = 1,
- swPenetrationFailedPipeTooWide = 2,
- swPenetrationFailedDllNotLoaded = 3,
- swPenetrationFailedNoSelection = 4,
- swPenetrationFailedNotRouting = 5,
- swPenetrationFailedBadSelection = 6,
- swPenetrationFailedBadFitting = 7,
- swPenetrationFailedAlreadyPenetrating = 8,
- swPenetrationFailedMultiBody = 9
- };
- enum swNotifyEntityType_e
- {
- swNotifyConfiguration = 1,
- swNotifyComponent = 2,
- swNotifyFeature = 3,
- swNotifyDerivedConfiguration = 4,
- swNotifyDrawingSheet = 5,
- swNotifyDrawingView = 6,
- swNotifyBlockDef = 7
- };
- enum swRayPtsOpts_e
- {
- swRayPtsOptsNORMALS = 1,
- swRayPtsOptsTOPOLS = 2,
- swRayPtsOptsENTRY_EXIT = 4,
- swRayPtsOptsUNBLOCK = 8
- };
- enum swRayPtsResults_e
- {
- swRayPtsResultsFACE = 1,
- swRayPtsResultsSILHOUETTE = 2,
- swRayPtsResultsEDGE = 4,
- swRayPtsResultsVERTEX = 8,
- swRayPtsResultsENTER = 16,
- swRayPtsResultsEXIT = 32
- };
- enum swWeldSymbolTextTypes_e
- {
- swWeldLeftTextAbove = 1,
- swWeldSymbolTextAbove = 2,
- swWeldRightTextAbove = 3,
- swWeldStaggerTextAbove = 4,
- swWeldLeftTextBelow = 5,
- swWeldSymbolTextBelow = 6,
- swWeldRightTextBelow = 7,
- swWeldStaggerTextBelow = 8,
- swWeldProcessText = 9
- };
- enum swWeldSymbolContourTypes_e
- {
- swWeldContourNone = 1,
- swWeldContourFlat = 2,
- swWeldContourConvex = 3,
- swWeldContourConcave = 4
- };
- enum swWeldSymbolSymmetric_e
- {
- swWeldSymmetric = 1,
- swWeldDashedLineOnTop = 2,
- swWeldDashedLineOnBottom = 3
- };
- enum swWeldSymbolField_e
- {
- swFieldWeldNone = 1,
- swFieldWeldUp = 2,
- swFieldWeldDown = 3
- };
- enum swDisplayDimensionLeaderText_e
- {
- swSolidLeaderAlignedText = 1,
- swBrokenLeaderHorizontalText = 2,
- swBrokenLeaderAlignedText = 3
- };
- enum swLineStyles_e
- {
- swLineCONTINUOUS = 0,
- swLineHIDDEN = 1,
- swLinePHANTOM = 2,
- swLineCHAIN = 3,
- swLineCENTER = 4,
- swLineSTITCH = 5,
- swLineCHAINTHICK = 6,
- swLineDEFAULT = 7
- };
- enum swDrawingViewTypes_e
- {
- swDrawingSheet = 1,
- swDrawingSectionView = 2,
- swDrawingDetailView = 3,
- swDrawingProjectedView = 4,
- swDrawingAuxiliaryView = 5,
- swDrawingStandardView = 6,
- swDrawingNamedView = 7,
- swDrawingRelativeView = 8,
- swDrawingDetachedView = 9,
- swDrawingAlternatePositionView = 10
- };
- enum swConstrainedCornerAction_e
- {
- swConstrainedCornerInteract = 0,
- swConstrainedCornerKeepGeometry = 1,
- swConstrainedCornerDeleteGeometry = 2,
- swConstrainedCornerStopProcessing = 3
- };
- enum swMouseDragMode_e
- {
- swTranslateAssemblyComponent = 1,
- swRotateAssemblyComponentAboutCenter = 2,
- swRotateAssemblyComponentAboutAxis = 3,
- swAssemblySmartMates = 4,
- swRotateView = 5,
- swTranslateView = 6,
- swZoomView = 7,
- swZoomToAreaOfView = 8,
- swInsertDimension = 9,
- swRollView = 10,
- swTurnView = 11
- };
- enum swDatumTargetAreaShape_e
- {
- swDatumTargetAreaNone = 0,
- swDatumTargetAreaPoint = 1,
- swDatumTargetAreaCircle = 2,
- swDatumTargetAreaRectangle = 3
- };
- enum swEditPartCommandStatus_e
- {
- swEditPartFailure = -1,
- swEditPartAsmMustBeSaved = -2,
- swEditPartCompMustBeSelected = -3,
- swEditPartCompMustBeResolved = -4,
- swEditPartCompMustHaveWriteAccess = -5,
- swEditPartSuccessful = 0,
- swEditPartCompNotPositioned = 1
- };
- enum swAnnotationVisibilityState_e
- {
- swAnnotationVisibilityUnknown = 0,
- swAnnotationVisible = 1,
- swAnnotationHalfHidden = 2,
- swAnnotationHidden = 3
- };
- enum swOutOfDateStatus_e
- {
- swUnknownState = 0,
- swModelUpToDate = 1,
- swModelOutOfDate = 2
- };
- enum swMenuIdentifiers_e
- {
- swFileMenu = 0,
- swEditMenu = 1,
- swViewMenu = 2,
- swInsertMenu = 3,
- swToolsMenu = 4,
- swWindowMenu = 5,
- swHelpMenu = 6,
- swDeveloperToolsMenu = 7,
- swViewToolbarsMenu = 8
- };
- enum swScaleType_e
- {
- swScaleAboutCentroid = 0,
- swScaleAboutOrigin = 1,
- swScaleAboutCoordinateSystem = 2
- };
- enum swCavityScaleType_e
- {
- swAboutCentroid = 0,
- swAboutOrigin = 1,
- swAboutMoldBaseOrigin = 2,
- swAboutCoordinateSystem = 3
- };
- enum swFeatMgrPane_e
- {
- swFeatMgrPaneTop = 0,
- swFeatMgrPaneBottom = 1,
- swFeatMgrPaneTopHidden = 2,
- swFeatMgrPaneBottomHidden = 3,
- swFeatMgrPaneFlyout = 4
- };
- enum swDetailingDualDimPosition_e
- {
- swDualDimensionsSideBySide = 1,
- swDualDimensionsAboveAndBelow = 2,
- swDualDimensionsOnRight = 1,
- swDualDimensionsOnTop = 2,
- swDualDimensionsOnLeft = 3,
- swDualDimensionsOnBottom = 4
- };
- enum swDetailingDimTrailingZero_e
- {
- swDimSmartTrailingZeroes = 0,
- swDimShowTrailingZeroes = 1,
- swDimRemoveTrailingZeroes = 2,
- swDimStandardTrailingZeroes = 3
- };
- enum swDetailingToleranceTextSizing_e
- {
- swToleranceTextSizeUsingScaleValue = 1,
- swToleranceTextSizeUsingHeightValue = 2
- };
- enum swDetailingStandard_e
- {
- swDetailingStandardANSI = 1,
- swDetailingStandardISO = 2,
- swDetailingStandardDIN = 3,
- swDetailingStandardJIS = 4,
- swDetailingStandardBS = 5,
- swDetailingStandardGOST = 6,
- swDetailingStandardGB = 7
- };
- enum swDetailingNoteTextContent_e
- {
- swDetailingNoteTextCustom = 1,
- swDetailingNoteTextItemNumber = 2,
- swDetailingNoteTextQuantity = 3,
- swDetailingNoteTextCustomProperty = 4
- };
- enum swDetailingVirtualSharp_e
- {
- swDetailingVirtualSharpNone = 0,
- swDetailingVirtualSharpPlus = 1,
- swDetailingVirtualSharpStar = 2,
- swDetailingVirtualSharpWitness = 3,
- swDetailingVirtualSharpDot = 4
- };
- enum swDimensionType_e
- {
- swDimensionTypeUnknown = 0,
- swOrdinateDimension = 1,
- swLinearDimension = 2,
- swAngularDimension = 3,
- swArcLengthDimension = 4,
- swRadialDimension = 5,
- swDiameterDimension = 6,
- swHorOrdinateDimension = 7,
- swVertOrdinateDimension = 8,
- swZAxisDimension = 9,
- swChamferDimension = 10,
- swHorLinearDimension = 11,
- swVertLinearDimension = 12,
- swScalarDimension = 13
- };
- enum swImageQualityShaded_e
- {
- swShadedImageQualityCoarse = 1,
- swShadedImageQualityFine = 2,
- swShadedImageQualityCustom = 3
- };
- enum swImageQualityWireframe_e
- {
- swWireframeImageQualityOptimal = 1,
- swWireframeImageQualityCustom = 2
- };
- enum swLoadDetachedModelRules_e
- {
- swLoadDetachedModelPrompt = 0,
- swLoadDetachedModelAuto = 1,
- swDoNotLoadDetachedModel = 2
- };
- enum swDisplayTangentEdges_e
- {
- swTangentEdgesHidden = 0,
- swTangentEdgesVisibleAndFonted = 1,
- swTangentEdgesVisible = 2
- };
- enum swSTLQuality_e
- {
- swSTLQuality_Coarse = 1,
- swSTLQuality_Fine = 2,
- swSTLQuality_Custom = 3
- };
- enum swDrawingProjectionType_e
- {
- swDrawing1stAngleProjection = 1,
- swDrawing3rdAngleProjection = 2
- };
- enum swPromptAlwaysNever_e
- {
- swResponsePrompt = 0,
- swResponseAlways = 1,
- swResponseNever = 2
- };
- enum swIGESRepresentation_e
- {
- swIGES_TRMSRF = 0,
- swIGES_CURVES = 1,
- swIGES_TRMSRFANDCURVES = 2,
- swIGES_BREP = 3
- };
- enum swIGESPreferredSystem_e
- {
- swIGES_STANDARD = 0,
- swIGES_NURBS = 1,
- swIGES_ANSYS = 2,
- swIGES_COSMOS = 3,
- swIGES_MASCAM = 4,
- swIGES_SURFCAM = 5,
- swIGES_SMARTCAM = 6,
- swIGES_TEKSOFT = 7,
- swIGES_ALPHACAM = 8,
- swIGES_MULTICAM = 9,
- swIGES_ALIAS = 10
- };
- enum swIGESCurveRepresentation_e
- {
- swIGES_CURVES_BSPLINE = 0,
- swIGES_CURVES_PSPLINE = 1
- };
- enum swConstrainedStatus_e
- {
- swUnknownConstraint = 1,
- swUnderConstrained = 2,
- swFullyConstrained = 3,
- swOverConstrained = 4,
- swNoSolution = 5,
- swInvalidSolution = 6,
- swAutosolveOff = 7
- };
- enum swFeatureSuppressionAction_e
- {
- swSuppressFeature = 0,
- swUnSuppressFeature = 1,
- swUnSuppressDependent = 2
- };
- enum swHlrQuality_e
- {
- swPreciseHlr = 0,
- swFastHlr = 1
- };
- enum swSketchEntityType_e
- {
- swSketchEntityPoint = 1,
- swSketchEntityLine = 2,
- swSketchEntityArc = 3,
- swSketchEntityEllipse = 4,
- swSketchEntityParabola = 5,
- swSketchEntitySpline = 6
- };
- enum swWzdGeneralHoleTypes_e
- {
- swWzdCounterBore = 0,
- swWzdCounterSink = 1,
- swWzdHole = 2,
- swWzdPipeTap = 3,
- swWzdTap = 4,
- swWzdLegacy = 5
- };
- enum swWzdHoleTypes_e
- {
- swSimple = 0,
- swTapered = 1,
- swCounterBored = 2,
- swCounterSunk = 3,
- swCounterDrilled = 4,
- swSimpleDrilled = 5,
- swTaperedDrilled = 6,
- swCounterBoredDrilled = 7,
- swCounterSunkDrilled = 8,
- swCounterDrilledDrilled = 9,
- swCounterBoreBlind = 10,
- swCounterBoreBlindCounterSinkMiddle = 11,
- swCounterBoreBlindCounterSinkTop = 12,
- swCounterBoreBlindCounterSinkTopmiddle = 13,
- swCounterBoreThru = 14,
- swCounterBoreThruCounterSinkBottom = 15,
- swCounterBoreThruCounterSinkMiddle = 16,
- swCounterBoreThruCounterSinkMiddleBottom = 17,
- swCounterBoreThruCounterSinkTop = 18,
- swCounterBoreThruCounterSinkTopBottom = 19,
- swCounterBoreThruCounterSinkTopMiddle = 20,
- swCounterBoreThruCounterSinkTopMiddleBottom = 21,
- swHoleBlind = 22,
- swHoleBlindCounterSinkTop = 23,
- swCounterSinkBlind = 24,
- swHoleThru = 25,
- swHoleThruCounterSinkBottom = 26,
- swHoleThruCounterSinkTop = 27,
- swHoleThruCounterSinkTopBottom = 28,
- swCounterSinkThru = 29,
- swCounterSinkThruCounterSinkBottom = 30,
- swTapBlind = 31,
- swTapBlindCounterSinkTop = 32,
- swTapThru = 33,
- swTapThruCounterSinkBottom = 34,
- swTapThruCounterSinkTop = 35,
- swTapThruCounterSinkTopBottom = 36,
- swPipeTapBlind = 37,
- swPipeTapBlindCounterSinkTop = 38,
- swPipeTapThru = 39,
- swPipeTapThruCounterSinkBottom = 40,
- swPipeTapThruCounterSinkTop = 41,
- swPipeTapThruCounterSinkTopBottom = 42,
- swCounterSinkBlindWithoutHeadClearance = 43,
- swCounterSinkThruWithoutHeadClearance = 44,
- swCounterSinkThruCounterSinkBottomWithoutHeadClearance = 45,
- swTapBlindCosmeticThread = 46,
- swTapBlindCosmeticThreadCounterSinkTop = 47,
- swTapThruCosmeticThread = 48,
- swTapThruCosmeticThreadCounterSinkTop = 49,
- swTapThruCosmeticThreadCounterSinkBottom = 50,
- swTapThruCosmeticThreadCounterSinkTopBottom = 51,
- swTapThruThreadThru = 52,
- swTapThruThreadThruCounterSinkTop = 53,
- swTapThruThreadThruCounterSinkBottom = 54,
- swTapThruThreadThruCountersinkTopBottom = 55
- };
- enum swWzdHoleAuxiliaryConstants_e
- {
- NUM_HOLE_GENERIC_TYPES = 6,
- NUM_HOLE_TYPES = 57,
- NUM_HOLE_STANDARD_TYPES = 249
- };
- enum swWzdHoleStandards_e
- {
- swStandardAnsiInch = 0,
- swStandardAnsiMetric = 1,
- swStandardBSI = 2,
- swStandardDME = 3,
- swStandardDIN = 4,
- swStandardHascoMetric = 5,
- swStandardHelicoilInch = 6,
- swStandardHelicoilMetric = 7,
- swStandardISO = 8,
- swStandardJIS = 9,
- swStandardPCS = 10,
- swStandardProgressive = 11,
- swStandardSuperior = 12,
- swStandardGB = 13
- };
- enum swWzdHoleStandardFastenerTypes_e
- {
- swStandardAnsiInchBinding = 0,
- swStandardAnsiInchButton = 1,
- swStandardAnsiInchFillister = 2,
- swStandardAnsiInchHexBolt = 3,
- swStandardAnsiInchHexBoltFinished = 4,
- swStandardAnsiInchHexBoltHeavy = 5,
- swStandardAnsiInchHexScrew = 6,
- swStandardAnsiInchHexWasherScrew = 7,
- swStandardAnsiInchPan = 8,
- swStandardAnsiInchSocketCapScrew = 9,
- swStandardAnsiInchSocketShoulderScrew = 10,
- swStandardAnsiInchSquare = 11,
- swStandardAnsiInchTruss = 12,
- swStandardAnsiInchFlatSocket82 = 13,
English
