UNPKG

cadviewer-angular

Version:

CADViewer - JavaScript CAD Viewer Library

1,417 lines (1,411 loc) 1.55 MB
/* eslint-disable no-unused-expressions */ /* NOTE-ABOVE DIRECTIVE MUST BE IN PLACE ON REACTJS AFTER CLOSURE OPERATION - CANNOT BE USED WITH ANGULAR */ //* REACTJS specific declarations * / add in front // to make react, angular, vue // Reactjs Import from the encapsulating application.... // In the component that visualizes CADViewer, we need CADViewer style sheet, bootstrap, bootstrap-multiselect and jquery.qtip import '../../css/cvjs_6.5.css'; import '../../css/bootstrap.min.css'; import '../../css/bootstrap-multiselect.css'; import '../../css/jquery.qtip.min.css'; // for Angular asset import is needed var jQuery = require('jquery'); // reactjs headers - npm i jquery var Snap = require('snapsvg-cjs'); // reactjs headers - npm i snapsvg-cjs var canvg = require('canvg-browser'); // reactjs headers - npm i canvg-browser var List = require('list.js'); // reactjs headers - npm i list.js var d3 = require('d3'); // REACTJs - npm i d3 var X2JS = require('node-x2js'); // reactjs - npm i node-x2js var PathConverter = require('js-svg-path'); // reactjs - npm i js-svg-path var QRCode = require('qrcodejs'); // reactjs - npm i qrcodejs var ImageTracer = require('imagetracerjs'); // reactjs - npm i imagetracerjs var draggable = require('jquery-ui-bundle'); // reactjs - npm i jquery-ui-bundle var multiselect = require('react-bootstrap-multiselect'); // reactjs - npm i react-bootstrap-multiselect var qtip = require('qtip2'); // reactjs - npm i qtip2 // REACTJS export interface // VUEJS export interface // ANGULAR export interface // * / // VUEJS - default added // / * export default{ cvjs_CADViewerPro, cvjs_setHandlerSettings, cvjs_setAngular, cvjs_setNodeJSserver, cvjs_multipagePDFtoSVG_PhpLoad, cvjs_printToPdf_windowRelativeSize, cvjs_fileLoadFromSharePointServer, cvjs_setInitMasterBackgroundMode, cvjs_setJSFileOldType, cvjs_EnablePrintIcon, cvjs_DisablePrintIcon, cvjs_encodeURIcallToserver, cvjs_setCustomPDFprintControllerFlag, cvjs_setCustomPDFprintController, cvjs_setServerHandlersPath, cvjs_setPrintObjectPath, cvjs_setPrintObjectPathAbsolute, cvjs_setServerPDFConverterController, cvjs_setGetFileController, cvjs_setReturnPDFparamsController, cvjs_setPrintModal_PrintPDF, cvjs_setPrintModal_printGreyScaleflag, cvjs_setPrintModal_PrintToScale, cvjs_setServerSaveFileHandler, cvjs_setServerCopyFileHandler, cvjs_setServerListDirectoryHandler, cvjs_setServerRedlinesListDirectoryHandler, cvjs_setServerAppendFileHandler, cvjs_setServerDeleteFileHandler, cvjs_setServerSaveFileHandlerPrint, cvjs_setServerAppendFileHandlerPrint, cvjs_setServerDeleteFileHandlerPrint, cvjs_setCustomMergedEmailHandler, cvjs_setServerMergeDWGHandler, cvjs_setServerGetQRCodeController, cvjs_setServerSaveHandlerRedlines, cvjs_setServerLoadHandlerRedlines, cvjs_setServerLoadHandler, cvjs_setPhpUploadPath, cvjs_setUploadControllerPath, cvjs_setUploadHandler, cvjs_setUploadController, cvjs_setPhpPath, cvjs_PageChangeList, cvjs_PageChangeListClick, cvjs_LayerList, cvjs_LayerListClick, cvjs_swapLayersInDrawing, cvjs_allLayersInDrawingOn, cvjs_layerNamefromObjectID, cvjs_interactiveLayerOff, cvjs_getCurrentMultiPage_FileName, cvjs_currentURL, cvjs_currentHost, cvjs_setDefaultJSPath, cvjs_setInformationModalType, cvjs_displayInformationModal, cvjs_hideInformationModal, cvjs_displayInformationModal_Mode, cvjs_version, cvjs_setBackgroundColor, cvjs_exit_backgroundColor, cvjs_setBackgroundColorViaButton, cvjs_setBackgroundColorFromPicker, cvjs_setGenericColorFromPicker, cvjs_setBackgroundColorHex, cvjs_changePageByNumberViaButton, cvjs_enterPageChangeNumber, cvjs_startSearchText, cvjs_calibrateMeasurement, cvjs_exitCalibrateModal, cvjs_Measurement, cvjs_exitMeasurementModal, cvjs_repeatMeasurementModal, cvjs_getAutoCADColor, cvjs_get_dwg_scaled_value, cvjs_get_dwg_x_coord, cvjs_get_dwg_y_coord, cvjs_getGlobal_X_fromSVG, cvjs_getSVG_X_fromGlobal, cvjs_getGlobal_Y_fromSVG, cvjs_getSVG_Y_fromGlobal, cvjs_setServerCreateThumb_StickyNote_Controller, cvjs_setServerSavePrintModeController, cvjs_setServerSavePrintModeHandler, cvjs_setServerScreenToPDFController, cvjs_setServerScreenToPDFHandler, cvjs_saveScreenAsImage_makeTumbnails, cvjs_saveScreenAsImage_stickyNoteInfo_makeTumbnails, cvjs_saveScreenAsImage, cvjs_saveScreenAsPDF, cvjs_printSavedBitmapToPDF, cvjs_batchConvertDrawingsToPDF_CustomReport, cvjs_setPrintPaperSize, cvjs_setPrintResolutionDpi, cvjs_setPrintOrientation, cvjs_Print, cvjs_exitPrintModal, cvjs_Conversion_forPrint, cvjs_printConvertedPDF, cvjs_printCanvasPaperSize, cvjs_callPrintAfter_canvg, cvjs_printImagePaperSizeRotated, cvjs_printImagePaperSize, cvjs_removePrintObjectAfterPrint, cvjs_setJavaScriptsAbsoluteFolder, cvjs_setJavaScriptsJQ_AbsoluteFolder, cvjs_displayMagnifyingGlass, cvjs_exitBirdsEye, cvjs_addHandleFunc_ZoomMagnifyingGlass, cvjs_removeHandleFunc_ZoomMagnifyingGlass, cvjs_move_birdseye, cvjs_renderMagnifyingGlass, cvjs_canvg_renderedMagnifyingGlass, cvjs_firstPage, cvjs_lastPage, cvjs_nextPage, cvjs_changePageByNumber, cvjs_previousPage, cvjs_setSupressHyperlinkColors, cvjs_setUrl_singleDoubleClick, cvjs_encapsulateUrl_callback, cvjs_AllLayersOff, cvjs_LayerOn, cvjs_LayerOn_OthersOff, cvjs_LayerOn_AllOff, cvjs_LayerOff, cvjs_setPanState, cvjs_windowResize_position, cvjs_resizeWindow_position, cvjs_resizeWindow_fixedSize, cvjs_resizeWindow_fixedSize_location, cvjs_windowResize_position_WidthHeight, cvjs_windowResize_fixedSize, cvjs_InitializeModals, cvjs_initialize_allColorCheckboxes, cvjs_customPrintTextboxOnChange, cvjs_LayerListModalXrefOnChange, cvjs_line_thickness_modal_hide, cvjs_exit_documentpagechangemodal, cvjs_exit_redlinethicknessmodal, cvjs_exit_informationmodal, cvjs_exit_textsearchmodal, cvjs_exit_informationmodal_2, cvjs_exit_layerlist_spaceobjects, cvjs_exit_layerlist, cvjs_exit_pagechangelist, cvjs_exitLineThicknessModal, cvjs_adjustMinimumLineThickness, cvjs_activateLineThicknessModal, cvjs_interfaceCounterIndex, cvjs_displayAllInterfaceControlsZoomDisk, cvjs_hideAllInterfaceControls, cvjs_setIconInterfaceControls_PageModal, cvjs_setIconInterfaceControls_DisableIcons, cvjs_displayAllInterfaceControls, cvjs_setIconInterfaceControls_ClassicSkin, cvjs_setIconInterfaceControls_ClassicSkin_DevicesSizeOnly, cvjs_setIconInterfaceControls_MimimumDisk, cvjs_setIconInterfaceControls_MimimumDisk_internal, cvjs_setIconInterfaceControls_PanZoomDisk, cvjs_overwriteDefaultDeviceSettings, cvjs_initFloorPlanDivArray, cvjs_InitCADViewer_highLight_popUp_dual_Id, cvjs_InitCADViewerJS_highLight_popUp_dual_Id, cvjs_InitCADViewer_highLight_popUp_app, cvjs_InitCADViewerJS_highLight_popUp_app, cvjs_InitCADViewer_highLight_popUp, cvjs_InitCADViewerJS_highLight_popUp, cvjs_InitCADViewer_highLight, cvjs_InitCADViewerJS_highLight, cvjs_InitCADViewer_app, cvjs_InitCADViewerJS_app, cvjs_InitCADViewer_app_highLight, cvjs_InitCADViewerJS_app_highLight, cvjs_InitCADViewer_app_highLight_popUp, cvjs_InitCADViewerJS_app_highLight_popUp, cvjs_InitCADViewer, cvjs_InitCADViewerJS, cvjs_setRelativeScriptsPath, cvjs_setCustomPdfFolder, cvjs_getCurrentPage, cvjs_LoadDrawingPDF_base, cvjs_checkSVGOnServerBeforeLoadFirst, cvjs_checkSVGOnServerBeforeLoad, cvjs_ClearDrawing, cvjs_LoadDrawing, cvjs_LoadDrawingInternal, cvjs_clearCurrentRedline, cvjs_findMaxRedlineStickyNote, cvjs_findMaxStickyNote, cvjs_setUpVqRedlines_deleteNode_direct, cvjs_setUpStickyNotes_deleteNode_direct, cvjs_setOriginatingFileUsernamePassword, cvjs_restApiController, cvjs_restApiControllerLocation, cvjs_setRestApiControllerLocation, cvjs_setRestApiController, cvjs_restApiConverter, cvjs_restApiConverterVersion, cvjs_setConverter, cvjs_setConverterCredentials, cvjs_Init_ConversionServer, cvjs_setSVG_outputFormatInAXConversions, cvjs_conversion_clearAXconversionParameters, cvjs_conversion_addAXconversionParameter, cvjs_conversion_setContentType, cvjs_conversion_setContentFormat, cvjs_fileLoad_setContentFormat, cvjs_conversion_setUserLabel, cvjs_conversion_setContentResponse, cvjs_conversion_getContentResponse, cvjs_debugMode, cvjs_setPasswordProtectionServerAccess, cvjs_setServerAccessToServlet, cvjs_setServerAccessToPost, cvjs_LoadDrawing_Conversion, cvjs_LoadDrawing_Conversion_original, cvjs_setFileLoadTimeOut, cvjs_fileLoadTimeOut, cvjs_LoadDrawing_SVG, cvjs_addSVGClickHandler_onLoad, cvjs_addMouseWheelControls, cvjs_addHandleFunc_findSVGcoordinates, cvjs_addHandleFunc_clickSVGobject, cvjs_zoomWindow, cvjs_ZoomWindow, cvjs_addHandleFunc_ZoomWindow, cvjs_removeHandleFunc_ZoomWindowRectangle, cvjs_panRight, cvjs_panUp, cvjs_panDown, cvjs_panLeft, cvjs_zoomExtents, cvjs_ZoomExtents, cvjs_resetZoomPan, cvjs_resetZoomPan_SetMasterBackground, cvjs_zoomIn, cvjs_ZoomIn, cvjs_zoomInMouseWheel, cvjs_zoomOut, cvjs_ZoomOut, cvjs_zoomInOutCustomFactor, cvjs_zoomOutCustomFactor, cvjs_zoomOutMouseWheel, cvjs_zoomPositionFactor, cvjs_redrawViewBox, cvjs_LoadTopIconMenuViewing, cvjs_loadCADViewerLanguage, cvjs_setLanguage, cvjs_getLanguages, cvjs_getServerLocation, cvjs_getServerURL, cvjs_returnSpaceObjectSelected, cvjs_setServerBackEndUrl, cvjs_getServerBackEndUrl, cvjs_setServerLocationURL, cvjs_setTopMenuXML, cvjs_setCustomTopMenuXML, cvjs_displayTopMenuIconBar, cvjs_displayTopNavigationBar, cvjs_changePreviousIconPage_TopIconMenu, cvjs_changeNextIconPage_TopIconMenu, cvjs_LoadTopNavigationMenu, cvjs_LoadTopIconMenu, cvjs_LoadTopIconMenuXML, cvjs_rPaperIndex, cvjs_insertSingleIconImage, cvjs_navigationMenuItemHighlight, cvjs_allowFileLoadToServer, cvjs_setCustomCallbackMethodOnLoadEnd, cvjs_setLooperPosition, cvjs_zoomZeroWidth, cvjs_initZeroWidthHandling, cvjs_rotateForward, cvjs_rotateBackward, cvjs_rotateAngle, cvjs_interactiveSearchText, cvjs_interactiveSearchText_zoomLevel, cvjs_exitSearchTextModal, cvjs_searchText, cvjs_searchTextInstance, cvjs_calibrateMeasurement_RedlinePolyline, cvjs_removeHandleFunc_CalibrateMeasurementPolyline, cvjs_Measurement_RedlinePolyline, cvjs_removeHandleFunc_MeasurementPolyline, cvjs_addHandleFunc_MeasurementFilledPolygon, cvjs_removeHandleFunc_MeasurementFilledPolygon, cvjs_closeAreaMeasurement, cvjs_setPrintModalCustomCheckBox, cvjs_setPrintModalCustomCheckBoxFromFile, cvjs_setPrintModalCustomDualTextBox, cvjs_setPrintModalCustomTextBox, cvjs_setPrintModalCustomDualTextBoxFromFile, cvjs_setPrintModalCustomTextBoxFromFile, cvjs_GetURLParameter, cvjs_PrintToPDFWindowRelativeSize, cvjs_setFileModalEditMode, cvjs_setPrintPaperSizeasSVGObject, cvjs_printPaperSizeasSVGObject, cvjs_superimposeBackgroundDrawing_PrintOutputAtDualTextbox, cvjs_superimposeBackgroundDrawing_PrintOutputAtZoom, cvjs_Settings, cvjs_exitSettingsModal, cvjs_setCurrentLanguage, cvjs_copyMeasurementField, cvjs_spaceObjectsInitSettingsModal, cvjs_exitSpaceObjectsInitSettingsModal, cvjs_continueCreateSpaceObjects, cvjs_spaceObjectsChangeSettingsModal, cvjs_exitSpaceObjectsChangeSettingsModal, cvjs_updateChangeSpaceObjects, cvjs_unlinkChangeSpaceObjects, cvjs_setCustomToolTip, cvjs_showToolTipLocation, cvjs_hideToolTip, cvjs_displayCustomToolTip, cvjs_setCustomToolTipValue, cvjs_searchReplaceText, cvjs_openHyperlinkInNewWindow, cvjs_getSpaceObjectIdList, cvjs_getSpaceObjectNamesList, cvjs_getSpaceObjectTypefromId, cvjs_getSpaceObjectNodefromId, cvjs_getSpaceObjectNamefromId, cvjs_getSpaceObjectIdfromNode, cvjs_getSpaceObjectNamefromNode, cvjs_getAttributeStatus, cvjs_setAttributeStatus, cvjs_getAttributeFromSpaceObjectNode, cvjs_setAttributeInSpaceObjectNode, cvjs_newLayer, cvjs_newLayerDiv, cvjs_clearLayer, cvjs_clearLayerDiv, cvjs_clearTextLayer, cvjs_sortLayersInOrder, cvjs_sortLayers_prepend, cvjs_sortLayers_insertAfter, cvjs_AllGroupsOn, cvjs_AllGroupsOff, cvjs_GroupOn, cvjs_GroupOn_OthersOff, cvjs_GroupOn_AllOff, cvjs_GroupOff, cvjs_ApplyPatternOnSpaceObjectId, cvjs_ApplyPatternOnSpaceObjectNode, cvjs_ApplyPatternOnUrl, cvjs__ApplyPatternOnObject_layerSort, cvjs_setUpPattern_45degree_standard, cvjs_setUpPattern_45degree_wide, cvjs_setUpPattern_45degree_fine, cvjs_setUpPattern_90degree_fine, cvjs_setUpPattern_90degree_standard, cvjs_setUpPattern_90degree_wide, cvjs_setUpPattern_135degree_standard, cvjs_setUpPattern_135degree_wide, cvjs_setUpPattern_135degree_fine, cvjs_setUpPattern_0degree_standard, cvjs_setUpPattern_0degree_wide, cvjs_setUpPattern_0degree_fine, cvjs_setUpPattern_45degree_crosshatch_standard, cvjs_setUpPattern_45degree_crosshatch_fine, cvjs_ApplyRelativeLinearGradientStandard2Colors, cvjs_ApplyRelativeLinearGradientStandard3Colors, cvjs_ApplyRelativeLinearGradient, cvjs_ApplyRelativeLinearGradientStandard2ColorsOnSpaceObjectId, cvjs_ApplyRelativeLinearGradientStandard2ColorsOnSpaceObjectNode, cvjs_ApplyRelativeLinearGradientStandard3ColorsOnSpaceObjectId, cvjs_ApplyRelativeLinearGradientStandard3ColorsOnSpaceObjectNode, cvjs_ApplyRelativeLinearGradientOnObject_layerSort, cvjs_ApplyRelativeRadialGradientStandard2Colors, cvjs_ApplyRelativeRadialGradientStandard3Colors, cvjs_ApplyRelativeRadialGradient, cvjs_ApplyRelativeRadialGradientStandard2ColorsOnSpaceObjectId, cvjs_ApplyRelativeRadialGradientStandard2ColorsOnSpaceObjectNode, cvjs_ApplyRelativeRadialGradientStandard3ColorsOnSpaceObjectId, cvjs_ApplyRelativeRadialGradientStandard3ColorsOnSpaceObjectNode, cvjs_ApplyRelativeRadialGradientOnObject_layerSort, cvjs_AddTextOnObject, cvjs_AddTextAndTBorderOnSpaceObject3Lines, cvjs_AddTextAndTBorderOnSpaceObjectId_GlobalHeight, cvjs_AddTextAndTBorderOnSpaceObjectId, cvjs_AddTextAndTBorderOnSpaceObjectNode, cvjs_AddTextAndTBorderOnSpaceObject, cvjs_AddTextOnObjectScaleText, cvjs_setCallbackForModalDisplay, cvjs_setCreationMode, cvjs_setNoModalMode, cvjs_setCustomModalsContent, cvjs_setStickyNoteText, cvjs_setStickyNoteEditText, cvjs_showIconnoteTip, cvjs_showStickynoteTip, cvjs_edit_note, cvjs_move_note, cvjs_delete_note, cvjs_currentMaxSpaceNodeId, cvjs_currentMaxNodeId, cvjs_addUserIdToHiddenRedlineUsers, cvjs_addUserIdToLockedRedlineUsers, cvjs_clearAllRedlineHiddenUsers, cvjs_clearAllRedlineLockedUsers, cvjs_getRedlineHiddenUsersList, cvjs_getRedlineLockedUsersList, cvjs_getAllRedlines_UserIdList, cvjs_getAllRedlines_TextList, cvjs_hideAllRedlines_ExceptUser, cvjs_lockAllRedlines_ExceptUser, cvjs_hideAllRedlines_ExceptCurrentUser, cvjs_lockAllRedlines_ExceptCurrentUser, cvjs_hideAllRedlines_HiddenUsersList, cvjs_lockAllRedlines_LockedUsersList, cvjs_setCurrentNodeValues, cvjs_setCurrentSpaceObjectNodeValues, cvjs_setCurrentStickyNoteValues, cvjs_setCurrentStickyNoteValues_All, cvjs_setCurrentStickyNoteValues_NameUserId, cvjs_setCurrentStickyNoteValues_NameUserIdDate, cvjs_setCurrentRedlineValues_NameUserid, cvjs_setCurrentRedlineValues_Userid, cvjs_setCurrentRedlineValues, cvjs_setCurrentRedlineValues_All, cvjs_setCurrentRedlineValues_ColorStokeWidth, cvjs_setCurrentRedlineValues_Color, cvjs_setCurrentRedlineValues_StokeWidth, cvjs_setCurrentRedlineValues_StrokeWidth, cvjs_setCurrentNodeValuesFromExistingNode, cvjs_overwriteNodeValues, cvjs_addVqRoomsGraphics_newNode_polygon, cvjs_addVqRoomsGraphics_newNode_circle, cvjs_addVqStickyNotesGraphics_newNode, cvjs_addVqRedlinesGraphics_newNode, cvjs_addVqRedlinesGraphics_newNodeFill, cvjs_addVqRedlinesGraphics_newNodeTrans, cvjs_addVqRedlinesGraphics_newNodeText, cvjs_setUpVqRooms_currentNode, cvjs_setUpVqStickyNotes_currentNode_vqIndex, cvjs_setUpVqStickyNotes_currentNode_vqIndex_passedInstance, cvjs_setUpVqStickyNotes_currentNode, cvjs_setUpVqStickyNotes_currentNode_PageChange, cvjs_setUpVqRooms_deleteNode, cvjs_setUpStickyNotes_deleteNode, cvjs_StickyNotes_arrayIndex, cvjs_drawSpaceObject_Circle, cvjs_addHandleFunc_Circle, cvjs_removeHandleFunc_Circle, cvjs_drawSpaceObject_RedlineCloud, cvjs_addHandleFunc_RedlineCloud, cvjs_removeHandleFunc_RedlineCloud, cvjs_addRectangleCustomSpaceObject, cvjs_drawSpaceObject_CustomRectangle, cvjs_addHandleFunc_CustomRectangle, cvjs_removeHandleFunc_CustomRectangle, cvjs_drawSpaceObject_Rectangle, cvjs_addHandleFunc_Rectangle, cvjs_removeHandleFunc_Rectangle, cvjs_drawSpaceObject_RedlineRectangle, cvjs_addHandleFunc_RedlineRectangle, cvjs_removeHandleFunc_RedlineRectangle, cvjs_drawSpaceObject_RedlineEllipseCloud, cvjs_drawSpaceObject_RedlineEllipse, cvjs_addHandleFunc_RedlineEllipse, cvjs_removeHandleFunc_RedlineEllipse, cvjs_drawSpaceObject_FilledRedlineRectangle, cvjs_addHandleFunc_FilledRedlineRectangle, cvjs_removeHandleFunc_FilledRedlineRectangle, cvjs_addHandleFunc_ModifyRectangle, cvjs_removeHandleFunc_ModifyRectangle, cvjs_dynamicResizeTextOnSpaceObject, cvjs_dynamicResizeTextOnSpaceObject_Name, cvjs_dynamicResizeTextOnSpaceObject_Id, cvjs_addHandleFunc_ModifyTborderWithTextOnSpaceObject, cvjs_removeHandleFunc_ModifyTBorderWithText, cvjs_resetTextOnSpaceObject, cvjs_resetTextOnSpaceObject_Name, cvjs_resetTextOnSpaceObject_Id, cvjs_drawSpaceObject_Polygon, cvjs_addHandleFunc_Polygon, cvjs_removeHandleFunc_Polygon, cvjs_drawSpaceObject_RedlinePolyline, cvjs_addHandleFunc_RedlinePolyline, cvjs_removeHandleFunc_RedlinePolyline, cvjs_drawSpaceObject_RedlineArrowPolyline, cvjs_addHandleFunc_RedlineArrowPolyline, cvjs_removeHandleFunc_RedlineArrowPolyline, cvjs_drawSpaceObject_RedlineFilledPolygon, cvjs_addHandleFunc_RedlineFilledPolygon, cvjs_removeHandleFunc_RedlineFilledPolygon, cvjs_addHandleFunc_RedlinePolygonFreehand, cvjs_removeHandleFunc_RedlinePolygonFreehand, cvjs_setUpVqRedlines_currentNode, cvjs_setUpVqRedlines_deleteNode, cvjs_drawSpaceObject_CopyCircle, cvjs_addHandleFunc_CopyCircle, cvjs_removeHandleFunc_CopyCircle, cvjs_drawStickyNoteDirect, cvjs_addHandleFunc_StickyNote, cvjs_removeHandleFunc_StickyNote, cvjs_addHandleFunc_MoveStickyNote, cvjs_removeHandleFunc_MoveStickyNote, cvjs_setCallbackMeasurement, cvjs_insertRedlineText, cvjs_removeHandleFunc_RedlineText, cvjs_changeNextIconPage, cvjs_changePreviousIconPage, cvjs_changeToIconPage, cvjs_setIconInterfaceControls_ViewingOnly, cvjs_setIconInterfaceControls_SpaceManagement, cvjs_setIconInterfaceControls_ImageInsert, cvjs_initiateInsertRedlineText, cvjs_insertImageLink, cvjs_addHandleFunc_ImageLink, cvjs_removeHandleFunc_ImageLink, cvjs_setCallbackQuickCount, cvjs_showMeCounts, cvjs_clearQuickCounts, cvjs_quickCount, cvjs_addHandleFunc_QuickCount, cvjs_exitQuickCount, cvjs_removeHandleFunc_QuickCount, cvjs_setSpacePolygonOnLayer, cvjs_findSVGcoordinate_setPolygonOnLayer, cvjs_combineRoomTextlayer, cvjs_getSizeOfLinkedObjects, cvjs_createSpaceLocationArrays, cvjs_createDataMapsHeaders, cvjs_OnLoadEndCompareDrawings, cvjs_setCompareDrawings_LoadSecondDrawingDirect, cvjs_setCompareDrawings_StandardModal, cvjs_compareDrawings_LoadSecondDrawing, cvjs_compareDrawings_ToggleDrawingOverlay, cvjs_compareDrawings_ToggleDrawings, cvjs_exitCompareDrawings, cvjs_setCollaborationSessionName, cvjs_setCollaborationServerUrl, cvjs_setCollaborationServerFolder, cvjs_collab_timer, cvjs_start_collab, cvjs_exit_startcollabmodal, cvjs_start_collab_button, cvjs_stop_collab, cvjs_clear_collab_redline, cvjs_make_collab_presenter, cvjs_downloadFile, cvjs_SVGtoOriginal_X_coord, cvjs_SVGtoOriginal_Y_coord, cvjs_InitializeSVGHyperlinkClick, cvjs_colorSingleSVGHyperlink, cvjs_resetSVGHyperlinkColors, cvjs_makeLegendUpperRightDiv, cvjs_makeLegendUpperRight, cvjs_changeText_On_BlockHandle, cvjs_changeText_On_BlockHandleDiv, cvjs_makeStampUpperRightDiv, cvjs_makeStampUpperRight, cvjs_saveStamp, cvjs_saveCustomSVGLayer, cvjs_saveFloorplanAsPDF, cvjs_saveFloorplanAsPDFtoSharePoint, cvjs_saveFloorplanAsSVG, cvjs_mergePDFwithRedlines, cvjs_loadStamp, cvjs_loadCustomSVGLayer, cvjs_LoadDrawingAborted, cvjs_hideNavigationMenu, cvjs_checkRoomHandleDiv, cvjs_checkBlockHandleDiv, cvjs_getStickyNoteInfo, cvjs_saveStickyNoteInfo, cvjs_publishPDF, cvjs_mergeDXFDWG, cvjs_mergeDXFViaButton, cvjs_saveScreenAsMergedDXF, cvjs_publishPDFViaButton, cvjs_saveScreenAsPDF_uploadServer, cvjs_saveScreenAsPDF_email, cvjs_printSavedBitmapToPDF_uploadServer, cvjs_printSavedBitmapToPDF_email, cvjs_printScreenAsPDFwithRedlines, cvjs_initializeFileSelector, cvjs_setModalSingleFileItems, cvjs_initializeAllFileSelectorDivs, cvjs_add_file_object, cvjs_setServerFileLocation, cvjs_setServerFileLocation_AbsolutePaths, cvjs_exitServerFileLoadModal, cvjs_callServerForDataOverlayProcessing, cvjs_loadFileWithDataOverlays, cvjs_loadBitmapsViaServerPath, cvjs_openFileLoadToServer, cvjs_setFileLoadTrialMode, cvjs_loadServerFileList, cvjs_setRedlinesRelativePath, cvjs_setRedlinesAbsolutePath, cvjs_openSpaceObjectSaveModal, cvjs_openRedlineSaveModal, cvjs_openRedlineLoadModal, cvjs_toggleBlackWhite, cvjs_colorAllLayersInDrawing_OriginalColor_SVG, cvjs_colorAllLayersInDrawing_InvertBackground_SVG, cvjs_storeFillColors, cvjs_colorAllLayersInDrawing, cvjs_colorAllLayersInDrawing_InvertBackground, cvjs_setInsertImageObjectsRelativePath, cvjs_setInsertImageObjectsAbsolutePath, cvjs_setInsertImageObjectsAbsolutePath_FileName, cvjs_add_image, cvjs_loadAllImageLinks, cvjs_loadImageObjectTimer, cvjs_addInlineScript, cvjs_saveAllImageLinks, cvjs_clearAllImageLinks, cvjs_loadDrawingsWithSpaceObjects, cvjs_conversion_cleanFilesDirectory, cvjs_setSpaceObjectUserMode, cvjs_addRectangleSpaceObject, cvjs_addRectangleSpaceObjectCore, cvjs_addPolygonSpaceObject, cvjs_addPolygonSpaceObjectCore, cvjs_addCircleSpaceObject, cvjs_addCircleSpaceObjectCore, cvjs_copyCircleSpaceObject, cvjs_clearSpaceObjects, cvjs_deleteSpaceObject, // cvjs_ObjectSelected, cvjs_changeSpaceObjectDisplayMode, cvjs_change_space, cvjs_displaySpaceObjectsStructure, cvjs_displaySpaceObjectsStructureInternal, cvjs_spaceObjectSettings, cvjs_spaceObjectInputPanel, cvjs_addCircleAccessPointObject, cvjs_addHandleFunc_CircleAccessPoint, cvjs_removeHandleFunc_CircleAccessPoint, cvjs_setLanguageIndexIncrement, cvjs_setLanguageIndex, cvjs_ajaxPostCallbackVariable_thumbNails, cvjs_emailSettings_PDF_publish, cvjs_emailScreenAsPDFwithRedlines, cvjs_dragBackgroundToFront_SVG, cvjs_dragBackgroundToBack_SVG, cvjs_saveAsSVG, cvjs_download_link, cvjs_saveAsSVGOnServer, cvjs_getStickyNotesRedlineXML, cvjs_getCurrentMeasurementUnit, cvjs_getSvgToWorldUnits, cvjs_setCurrentMeasurementUnits, cvjs_resetInitialization_FloorplanDiv, cvjs_setDragBackgroundOnTop, cvjs_setDragBackgroundToBack, cvjs_creation_modal_show, cvjs_creation_modal_hide, cvjs_showCreationModeModal, cvjs_drawEllipseViaButton, cvjs_ellipse_modal_hide, cvjs_drawRedlineEllipseCloud, cvjs_buildFolderTree, cvjs_CleanLayout, cvjs_selectPageFromList, cvjs_custom_jsTreeSelection, cvjs_conversion_setApplicationServiceParameters, cvjs_update_done_edit_location_fields, cvjs_draw_space_object_names_on_spaces, cvjs_connectTextInstances, cvjs_floodfill, cvjs_floodfillWrapper, cvjs_pngForSVG, cvjs_addPinMarker, cvjs_drawSpaceObject_PinMarker, cvjs_addHandleFunc_PinMarker, cvjs_removeHandleFunc_CustomSVGImage, cvjs_PinMarker, cvjs_mergeQR, cvjs_CompareFiles_setFileModalContent, cvjs_createSpaceOutput_JSfile_Legacy, cvjs_createSpaceOutput_JSfile, cvjs_loadSpaceObjectsUser, cvjs_setSpaceObjectsAbsolutePath, cvjs_setSpaceObjectUrl, cvjs_loadSpaceObjects, cvjs_supressPopUpModalMode, cvjs_supressSingleSpaceHighlight, cvjs_addSpaceObjectDirectXY, cvjs_addFixedSizeCustomSpaceObjectXY, cvjs_moveFixedSizeCustomSpaceObjectXY, cvjs_addFixedSizeCustomSpaceObject, cvjs_drawSpaceObject_FixedSize, cvjs_addHandleFunc_FixedSizeXY, cvjs_addHandleFunc_FixedSize, cvjs_removeHandleFunc_FixedRectangle, cvjs_deleteSpaceImageObject, cvjs_rotateSpaceObject, cvjs_moveSpaceObject, cvjs_resizeSpaceObject, cvjs_resizeSpaceImageObject, cvjs_resizeSpaceImageObject_core, cvjs_addHandleFunc_ResizeDragSpace, cvjs_removeHandleFunc_ResizeSpace, cvjs_addFixedSizeImageSpaceObjectXY, cvjs_addFixedSizeImageSpaceObject_GlobalXY, cvjs_addFixedSizeImageSpaceObject, cvjs_addDragRectangleImageSpaceObject, cvjs_initCADViewerPro_Section02, cvjs_initCADViewerPro_Section03, cvjs_initCADViewerPro_FileLoadModal, cvjs_getStickyNotesRedlineDXF, cvjs_setUpStickyNotesRedlines, cvjs_getStickyNotesRedlineJS, cvjs_getStickyNotesRedline, cvjs_saveSpaceObjects, cvjs_saveStickyNotesRedlines, cvjs_drawRedline__Freehand, cvjs_setRedlineColor, cvjs_color_modal_hide, cvjs_setPublishPDF, cvjs_publishPDF_modal_hide, cvjs_setMergeDXF, cvjs_mergeDXF_modal_hide, cvjs_setGenericColor, cvjs_setRedlineThickness, cvjs_setRedlineColorViaButton, cvjs_setRedlineColorFromPicker, cvjs_setRedlineThicknessViaButton, cvjs_drawRedlineRectangle, cvjs_drawRedlineFilledRectangle, cvjs_drawRedlineCloud, cvjs_drawRedlinePolyline, cvjs_drawRedlineFilledPolygon, cvjs_drawRedlineArrow, cvjs_drawRedlineText, cvjs_hide_redline_text_modal, cvjs_exitRedlineTextModal, cvjs_setStickyNoteRedlineUrl, cvjs_setStickyNoteSaveRedlineUrl, cvjs_drawRedline_Freehand, cvjs_drawRedline_Freehand_globalColorWidth, cvjs_drawRedline_Freehand_setValues, cvjs_drawStickyNote_setValues, cvjs_drawStickyNote, cvjs_deleteLastRedline, cvjs_deleteAllRedlines, cvjs_deleteAllStickyNotes, cvjs_loadStickyNotesRedlines, cvjs_loadStickyNotesRedlinesTimer, cvjs_deleteSingleRedline, cvjs_saveScreenAsImage_UploadSharepointListItem, cvjs_batchConvertDrawingsToPDF, cvjs_batchConvertOnLoadEndCustomMethod, cvjs_clearDrawingSpaceObjects, cvjs_clearDrawing, cvjs_clearDrawingStickyNotes, cvjs_clearDrawingHyperlinks, cvjs_clearDrawingRedlines, cvjs_updateDrawingRedlines, cvjs_clearAllDrawing, cvjs_highlightURL, cvjs_highlightURL_layersort, cvjs_highlightRoomCSS, cvjs_highlightAllSpaceObjects, cvjs_highlightAllRooms_layer, cvjs_highlightSpaceObjectIdDiv, cvjs_highlightSpaceObjectId, cvjs_highlightRoomCSS_layer, cvjs_highlightRoomCSS_layersortDiv, cvjs_highlightRoomCSS_layersort, cvjs_highlightSpaceBorderCSS_layersortDiv, cvjs_highlightSpaceBorderCSS_layersort, cvjs_highlightFixtureCSS_layersort, cvjs_highlightRoomRGB, cvjs_highlightRoomHex, cvjs_highlightRoomByIdHex, cvjs_highlightRoomImmediate, cvjs_highlightRoomImmediateHyperlinks, cvjs_highlightRoomImmediateStickyNotes, cvjs_highlightRoomImmediateNoClearDrawing, cvjs_activateSpaceObjectModal_Id, cvjs_activateSpaceObjectModal_Node, cvjs_mysimple_encode, cvjs_setLicenseKeyPath, cvjs_setLicenseKeyDirect, cvjs_checkLicensePreThenLoad, cvjs_checkLicense, cvjs_LayerListSpaceObject, cvjs_LayerListSpaceClick, cvjs_LayerTypeSpaceClick, cvjs_generateShareFileDrawingList, cvjs_buildShareFileDrawingSelector, cvjs_setQRCodeInsertion, cvjs_setLoadMultipleRedlinesStickyNotes, cvjs_idObjectClicked, cvjs_IdObjectClicked, cvjs_NameObjectClicked, cvjs_NodeObjectClicked, cvjs_StickyNoteClicked, cvjs_resizeWindow_3D, cvjs_hidePop, cvjs_redrawPop, cvjs_pick_space, cvjs_zoomHere, // make zoomHere use the local version 6.4.31 cvjs_zoomHere_ObjectId, cvjs_zoomHere_ObjectIdDiv, cvjs_zoomHere_Factor, cvjs_zoomHere_Handle, cvjs_directDownloadStickyNotesRedlines, cvjs_clickElem, cvjs_directUploadStickyNotesRedlines, cvjs_change_datamaps, cvjs_hide_image_note, cvjs_delete_image, cvjs_setGlobalSpaceImageObjectScaleFactor, cvjs_setDgnWorkSpace, cvjs_setDgnWorkSpaceServerPath, cvjs_addSingleSpaceObject, cvjs_ObjectBoundingBox_ScreenCoord, cvjs_highlightSpaceObjectDirect, cvjs_clearHighlightSpaceObjectDirect, cvjs_clearAllHighlightSpaceObjectDirect, cvjs_modifySpaceObjectDirectXY, cvjs_coreModifySpaceObjectDirectXY, cvjs_moveSpaceObjectDirectXY, cvjs_getSpaceObjectDirectXYCoord, cvjs_deleteSpaceObjectDirectXY, cvjs_allSpaceObjectsOn, cvjs_allSpaceObjectsOff, cvjs_setSpaceObjectsDefaultLayer, cvjs_getSpaceObjectDefaultLayer, cvjs_getLayerForSpaceObject, cvjs_getLayerOnSpaceObject, cvjs_setSpaceObjectOnLayer, cvjs_setSpaceObjectOnOff, cvjs_returnAllSpaceObjectsOnLayer, cvjs_spaceObjectLayerOnOff, cvjs_returnActiveSpaceObjects, cvjs_returnSpaceObjectClicked, cvjs_returnAllSpaceObjects, cvjs_returnSpaceObjectID, cvjs_setSpaceObjectDirect, cvjs_changeSpaceObjectLayer, cvjs_changeSpaceObjectLinkStatus, cvjs_changeSpaceObjectName, cvjs_changeSpaceObjectType, cvjs_changeSpaceObjectID, cvjs_clearAllHighlightHandleObjectStyles, cvjs_removeSingleHighlightHandleObjectStyles, cvjs_HighlightHandleObjectStyles, cvjs_mouseenter_handleObjectStyles, cvjs_convertOrgToHex, cvjs_rgbToHex, cvjs_mouseout_handleObjectStyles, cvjs_highlightSpace, cvjs_clearSpaceLayer, cvjs_hatchSpace, cvjs_clearAllCustomTooltips, cvjs_removeSelectedAndReturnOriginalStyle, cvjs_returnOriginalStyleAndRemoveSelected, cvjs_returnIsSpaceMultipleSelected, cvjs_addSelectedToOriginalStyles, cvjs_returnSelectedOriginalStyles, cvjs_currentSpaceSettings, cvjs_initMultiSelect, cvjs_exitMultiSelect, cvjs_getLengthOfSVGPath, cvjs_emptyMainCanvasInAngular, cvjs_setMultiSelect, cvjs_getMultiSelect, cvjs_hideOnlyPop, cvjs_executeCustomCanvasMethod_drag, cvjs_executeCustomCanvasMethod_nodrag, cvjs_executeCustomCanvasMethod_click, cvjs_customCanvasMethod_globalScale, cvjs_SVG_x, cvjs_SVG_y, cvjs_rect_doOverlap, cvjs_getSpaceObjectBoundingBox, cvjs_addVqRoomsGraphics_newNode, cvjs_createSpaceObjectGroup, cvjs_addGraphicsToSpaceObjectGroup, cvjs_addObjectToSpaceObjectGroup, cvjs_makeGraphicsObjectOnCanvas, cvjs_removeCustomCanvasMethod, cvjs_setLastObj, cvjs_sendCustomCanvasToFront, cvjs_sendCustomCanvasToBack, cvjs_makeTextObjectOnCanvas, cvjs_setImageSpaceObjectParameters, cvjs_getSpaceObjectNodeList, cvjs_hideObjectInSpaceObjectGroup, cvjs_showObjectInSpaceObjectGroup, cvjs_setDisableClickDrag, cvjs_setInteractiveZoomWidthAdjustment, cvjs_adjustMinimumLineThickness_Value, cvjs_setCallbackMethod, cvjs_AddTextOnSpaceObject, cvjs_setHandlers_FrontEnd, cvjs_setHandleObjectProcessing, cvjs_HighlightHandle, cvjs_setLayerColor, cvjs_LoadDrawing_SVG_string, cvjs_searchTextNext, cvjs_setLeafletJS, cvjs_handleObjectsParceBlocks } // ANGULAR , REACT - no default export { cvjs_CADViewerPro, cvjs_setHandlerSettings, cvjs_setAngular, cvjs_setNodeJSserver, cvjs_multipagePDFtoSVG_PhpLoad, cvjs_printToPdf_windowRelativeSize, cvjs_fileLoadFromSharePointServer, cvjs_setInitMasterBackgroundMode, cvjs_setJSFileOldType, cvjs_EnablePrintIcon, cvjs_DisablePrintIcon, cvjs_encodeURIcallToserver, cvjs_setCustomPDFprintControllerFlag, cvjs_setCustomPDFprintController, cvjs_setServerHandlersPath, cvjs_setPrintObjectPath, cvjs_setPrintObjectPathAbsolute, cvjs_setServerPDFConverterController, cvjs_setGetFileController, cvjs_setReturnPDFparamsController, cvjs_setPrintModal_PrintPDF, cvjs_setPrintModal_printGreyScaleflag, cvjs_setPrintModal_PrintToScale, cvjs_setServerSaveFileHandler, cvjs_setServerCopyFileHandler, cvjs_setServerListDirectoryHandler, cvjs_setServerRedlinesListDirectoryHandler, cvjs_setServerAppendFileHandler, cvjs_setServerDeleteFileHandler, cvjs_setServerSaveFileHandlerPrint, cvjs_setServerAppendFileHandlerPrint, cvjs_setServerDeleteFileHandlerPrint, cvjs_setCustomMergedEmailHandler, cvjs_setServerMergeDWGHandler, cvjs_setServerGetQRCodeController, cvjs_setServerSaveHandlerRedlines, cvjs_setServerLoadHandlerRedlines, cvjs_setServerLoadHandler, cvjs_setPhpUploadPath, cvjs_setUploadControllerPath, cvjs_setUploadHandler, cvjs_setUploadController, cvjs_setPhpPath, cvjs_PageChangeList, cvjs_PageChangeListClick, cvjs_LayerList, cvjs_LayerListClick, cvjs_swapLayersInDrawing, cvjs_allLayersInDrawingOn, cvjs_layerNamefromObjectID, cvjs_interactiveLayerOff, cvjs_getCurrentMultiPage_FileName, cvjs_currentURL, cvjs_currentHost, cvjs_setDefaultJSPath, cvjs_setInformationModalType, cvjs_displayInformationModal, cvjs_hideInformationModal, cvjs_displayInformationModal_Mode, cvjs_version, cvjs_setBackgroundColor, cvjs_exit_backgroundColor, cvjs_setBackgroundColorViaButton, cvjs_setBackgroundColorFromPicker, cvjs_setGenericColorFromPicker, cvjs_setBackgroundColorHex, cvjs_changePageByNumberViaButton, cvjs_enterPageChangeNumber, cvjs_startSearchText, cvjs_calibrateMeasurement, cvjs_exitCalibrateModal, cvjs_Measurement, cvjs_exitMeasurementModal, cvjs_repeatMeasurementModal, cvjs_getAutoCADColor, cvjs_get_dwg_scaled_value, cvjs_get_dwg_x_coord, cvjs_get_dwg_y_coord, cvjs_getGlobal_X_fromSVG, cvjs_getSVG_X_fromGlobal, cvjs_getGlobal_Y_fromSVG, cvjs_getSVG_Y_fromGlobal, cvjs_setServerCreateThumb_StickyNote_Controller, cvjs_setServerSavePrintModeController, cvjs_setServerSavePrintModeHandler, cvjs_setServerScreenToPDFController, cvjs_setServerScreenToPDFHandler, cvjs_saveScreenAsImage_makeTumbnails, cvjs_saveScreenAsImage_stickyNoteInfo_makeTumbnails, cvjs_saveScreenAsImage, cvjs_saveScreenAsPDF, cvjs_printSavedBitmapToPDF, cvjs_batchConvertDrawingsToPDF_CustomReport, cvjs_setPrintPaperSize, cvjs_setPrintResolutionDpi, cvjs_setPrintOrientation, cvjs_Print, cvjs_exitPrintModal, cvjs_Conversion_forPrint, cvjs_printConvertedPDF, cvjs_printCanvasPaperSize, cvjs_callPrintAfter_canvg, cvjs_printImagePaperSizeRotated, cvjs_printImagePaperSize, cvjs_removePrintObjectAfterPrint, cvjs_setJavaScriptsAbsoluteFolder, cvjs_setJavaScriptsJQ_AbsoluteFolder, cvjs_displayMagnifyingGlass, cvjs_exitBirdsEye, cvjs_addHandleFunc_ZoomMagnifyingGlass, cvjs_removeHandleFunc_ZoomMagnifyingGlass, cvjs_move_birdseye, cvjs_renderMagnifyingGlass, cvjs_canvg_renderedMagnifyingGlass, cvjs_firstPage, cvjs_lastPage, cvjs_nextPage, cvjs_changePageByNumber, cvjs_previousPage, cvjs_setSupressHyperlinkColors, cvjs_setUrl_singleDoubleClick, cvjs_encapsulateUrl_callback, cvjs_AllLayersOff, cvjs_LayerOn, cvjs_LayerOn_OthersOff, cvjs_LayerOn_AllOff, cvjs_LayerOff, cvjs_setPanState, cvjs_windowResize_position, cvjs_resizeWindow_position, cvjs_resizeWindow_fixedSize, cvjs_resizeWindow_fixedSize_location, cvjs_windowResize_position_WidthHeight, cvjs_windowResize_fixedSize, cvjs_InitializeModals, cvjs_initialize_allColorCheckboxes, cvjs_customPrintTextboxOnChange, cvjs_LayerListModalXrefOnChange, cvjs_line_thickness_modal_hide, cvjs_exit_documentpagechangemodal, cvjs_exit_redlinethicknessmodal, cvjs_exit_informationmodal, cvjs_exit_textsearchmodal, cvjs_exit_informationmodal_2, cvjs_exit_layerlist_spaceobjects, cvjs_exit_layerlist, cvjs_exit_pagechangelist, cvjs_exitLineThicknessModal, cvjs_adjustMinimumLineThickness, cvjs_activateLineThicknessModal, cvjs_interfaceCounterIndex, cvjs_displayAllInterfaceControlsZoomDisk, cvjs_hideAllInterfaceControls, cvjs_setIconInterfaceControls_PageModal, cvjs_setIconInterfaceControls_DisableIcons, cvjs_displayAllInterfaceControls, cvjs_setIconInterfaceControls_ClassicSkin, cvjs_setIconInterfaceControls_ClassicSkin_DevicesSizeOnly, cvjs_setIconInterfaceControls_MimimumDisk, cvjs_setIconInterfaceControls_MimimumDisk_internal, cvjs_setIconInterfaceControls_PanZoomDisk, cvjs_overwriteDefaultDeviceSettings, cvjs_initFloorPlanDivArray, cvjs_InitCADViewer_highLight_popUp_dual_Id, cvjs_InitCADViewerJS_highLight_popUp_dual_Id, cvjs_InitCADViewer_highLight_popUp_app, cvjs_InitCADViewerJS_highLight_popUp_app, cvjs_InitCADViewer_highLight_popUp, cvjs_InitCADViewerJS_highLight_popUp, cvjs_InitCADViewer_highLight, cvjs_InitCADViewerJS_highLight, cvjs_InitCADViewer_app, cvjs_InitCADViewerJS_app, cvjs_InitCADViewer_app_highLight, cvjs_InitCADViewerJS_app_highLight, cvjs_InitCADViewer_app_highLight_popUp, cvjs_InitCADViewerJS_app_highLight_popUp, cvjs_InitCADViewer, cvjs_InitCADViewerJS, cvjs_setRelativeScriptsPath, cvjs_setCustomPdfFolder, cvjs_getCurrentPage, cvjs_LoadDrawingPDF_base, cvjs_checkSVGOnServerBeforeLoadFirst, cvjs_checkSVGOnServerBeforeLoad, cvjs_ClearDrawing, cvjs_LoadDrawing, cvjs_LoadDrawingInternal, cvjs_clearCurrentRedline, cvjs_findMaxRedlineStickyNote, cvjs_findMaxStickyNote, cvjs_setUpVqRedlines_deleteNode_direct, cvjs_setUpStickyNotes_deleteNode_direct, cvjs_setOriginatingFileUsernamePassword, cvjs_restApiController, cvjs_restApiControllerLocation, cvjs_setRestApiControllerLocation, cvjs_setRestApiController, cvjs_restApiConverter, cvjs_restApiConverterVersion, cvjs_setConverter, cvjs_setConverterCredentials, cvjs_Init_ConversionServer, cvjs_setSVG_outputFormatInAXConversions, cvjs_conversion_clearAXconversionParameters, cvjs_conversion_addAXconversionParameter, cvjs_conversion_setContentType, cvjs_conversion_setContentFormat, cvjs_fileLoad_setContentFormat, cvjs_conversion_setUserLabel, cvjs_conversion_setContentResponse, cvjs_conversion_getContentResponse, cvjs_debugMode, cvjs_setPasswordProtectionServerAccess, cvjs_setServerAccessToServlet, cvjs_setServerAccessToPost, cvjs_LoadDrawing_Conversion, cvjs_LoadDrawing_Conversion_original, cvjs_setFileLoadTimeOut, cvjs_fileLoadTimeOut, cvjs_LoadDrawing_SVG, cvjs_addSVGClickHandler_onLoad, cvjs_addMouseWheelControls, cvjs_addHandleFunc_findSVGcoordinates, cvjs_addHandleFunc_clickSVGobject, cvjs_zoomWindow, cvjs_ZoomWindow, cvjs_addHandleFunc_ZoomWindow, cvjs_removeHandleFunc_ZoomWindowRectangle, cvjs_panRight, cvjs_panUp, cvjs_panDown, cvjs_panLeft, cvjs_zoomExtents, cvjs_ZoomExtents, cvjs_resetZoomPan, cvjs_resetZoomPan_SetMasterBackground, cvjs_zoomIn, cvjs_ZoomIn, cvjs_zoomInMouseWheel, cvjs_zoomOut, cvjs_ZoomOut, cvjs_zoomInOutCustomFactor, cvjs_zoomOutCustomFactor, cvjs_zoomOutMouseWheel, cvjs_zoomPositionFactor, cvjs_redrawViewBox, cvjs_LoadTopIconMenuViewing, cvjs_loadCADViewerLanguage, cvjs_setLanguage, cvjs_getLanguages, cvjs_getServerLocation, cvjs_getServerURL, cvjs_returnSpaceObjectSelected, cvjs_setServerBackEndUrl, cvjs_getServerBackEndUrl, cvjs_setServerLocationURL, cvjs_setTopMenuXML, cvjs_setCustomTopMenuXML, cvjs_displayTopMenuIconBar, cvjs_displayTopNavigationBar, cvjs_changePreviousIconPage_TopIconMenu, cvjs_changeNextIconPage_TopIconMenu, cvjs_LoadTopNavigationMenu, cvjs_LoadTopIconMenu, cvjs_LoadTopIconMenuXML, cvjs_rPaperIndex, cvjs_insertSingleIconImage, cvjs_navigationMenuItemHighlight, cvjs_allowFileLoadToServer, cvjs_setCustomCallbackMethodOnLoadEnd, cvjs_setLooperPosition, cvjs_zoomZeroWidth, cvjs_initZeroWidthHandling, cvjs_rotateForward, cvjs_rotateBackward, cvjs_rotateAngle, cvjs_interactiveSearchText, cvjs_interactiveSearchText_zoomLevel, cvjs_exitSearchTextModal, cvjs_searchText, cvjs_searchTextInstance, cvjs_calibrateMeasurement_RedlinePolyline, cvjs_removeHandleFunc_CalibrateMeasurementPolyline, cvjs_Measurement_RedlinePolyline, cvjs_removeHandleFunc_MeasurementPolyline, cvjs_addHandleFunc_MeasurementFilledPolygon, cvjs_removeHandleFunc_MeasurementFilledPolygon, cvjs_closeAreaMeasurement, cvjs_setPrintModalCustomCheckBox, cvjs_setPrintModalCustomCheckBoxFromFile, cvjs_setPrintModalCustomDualTextBox, cvjs_setPrintModalCustomTextBox, cvjs_setPrintModalCustomDualTextBoxFromFile, cvjs_setPrintModalCustomTextBoxFromFile, cvjs_GetURLParameter, cvjs_PrintToPDFWindowRelativeSize, cvjs_setFileModalEditMode, cvjs_setPrintPaperSizeasSVGObject, cvjs_printPaperSizeasSVGObject, cvjs_superimposeBackgroundDrawing_PrintOutputAtDualTextbox, cvjs_superimposeBackgroundDrawing_PrintOutputAtZoom, cvjs_Settings, cvjs_exitSettingsModal, cvjs_setCurrentLanguage, cvjs_copyMeasurementField, cvjs_spaceObjectsInitSettingsModal, cvjs_exitSpaceObjectsInitSettingsModal, cvjs_continueCreateSpaceObjects, cvjs_spaceObjectsChangeSettingsModal, cvjs_exitSpaceObjectsChangeSettingsModal, cvjs_updateChangeSpaceObjects, cvjs_unlinkChangeSpaceObjects, cvjs_setCustomToolTip, cvjs_showToolTipLocation, cvjs_hideToolTip, cvjs_displayCustomToolTip, cvjs_setCustomToolTipValue, cvjs_searchReplaceText, cvjs_openHyperlinkInNewWindow, cvjs_getSpaceObjectIdList, cvjs_getSpaceObjectNamesList, cvjs_getSpaceObjectTypefromId, cvjs_getSpaceObjectNodefromId, cvjs_getSpaceObjectNamefromId, cvjs_getSpaceObjectIdfromNode, cvjs_getSpaceObjectNamefromNode, cvjs_getAttributeStatus, cvjs_setAttributeStatus, cvjs_getAttributeFromSpaceObjectNode, cvjs_setAttributeInSpaceObjectNode, cvjs_newLayer, cvjs_newLayerDiv, cvjs_clearLayer, cvjs_clearLayerDiv, cvjs_clearTextLayer, cvjs_sortLayersInOrder, cvjs_sortLayers_prepend, cvjs_sortLayers_insertAfter, cvjs_AllGroupsOn, cvjs_AllGroupsOff, cvjs_GroupOn, cvjs_GroupOn_OthersOff, cvjs_GroupOn_AllOff, cvjs_GroupOff, cvjs_ApplyPatternOnSpaceObjectId, cvjs_ApplyPatternOnSpaceObjectNode, cvjs_ApplyPatternOnUrl, cvjs__ApplyPatternOnObject_layerSort, cvjs_setUpPattern_45degree_standard, cvjs_setUpPattern_45degree_wide, cvjs_setUpPattern_45degree_fine, cvjs_setUpPattern_90degree_fine, cvjs_setUpPattern_90degree_standard, cvjs_setUpPattern_90degree_wide, cvjs_setUpPattern_135degree_standard, cvjs_setUpPattern_135degree_wide, cvjs_setUpPattern_135degree_fine, cvjs_setUpPattern_0degree_standard, cvjs_setUpPattern_0degree_wide, cvjs_setUpPattern_0degree_fine, cvjs_setUpPattern_45degree_crosshatch_standard, cvjs_setUpPattern_45degree_crosshatch_fine, cvjs_ApplyRelativeLinearGradientStandard2Colors, cvjs_ApplyRelativeLinearGradientStandard3Colors, cvjs_ApplyRelativeLinearGradient, cvjs_ApplyRelativeLinearGradientStandard2ColorsOnSpaceObjectId, cvjs_ApplyRelativeLinearGradientStandard2ColorsOnSpaceObjectNode, cvjs_ApplyRelativeLinearGradientStandard3ColorsOnSpaceObjectId, cvjs_ApplyRelativeLinearGradientStandard3ColorsOnSpaceObjectNode, cvjs_ApplyRelativeLinearGradientOnObject_layerSort, cvjs_ApplyRelativeRadialGradientStandard2Colors, cvjs_ApplyRelativeRadialGradientStandard3Colors, cvjs_ApplyRelativeRadialGradient, cvjs_ApplyRelativeRadialGradientStandard2ColorsOnSpaceObjectId, cvjs_ApplyRelativeRadialGradientStandard2ColorsOnSpaceObjectNode, cvjs_ApplyRelativeRadialGradientStandard3ColorsOnSpaceObjectId, cvjs_ApplyRelativeRadialGradientStandard3ColorsOnSpaceObjectNode, cvjs_ApplyRelativeRadialGradientOnObject_layerSort, cvjs_AddTextOnObject, cvjs_AddTextAndTBorderOnSpaceObject3Lines, cvjs_AddTextAndTBorderOnSpaceObjectId_GlobalHeight, cvjs_AddTextAndTBorderOnSpaceObjectId, cvjs_AddTextAndTBorderOnSpaceObjectNode, cvjs_AddTextAndTBorderOnSpaceObject, cvjs_AddTextOnObjectScaleText, cvjs_setCallbackForModalDisplay, cvjs_setCreationMode, cvjs_setNoModalMode, cvjs_setCustomModalsContent, cvjs_setStickyNoteText, cvjs_setStickyNoteEditText, cvjs_showIconnoteTip, cvjs_showStickynoteTip, cvjs_edit_note, cvjs_move_note, cvjs_delete_note, cvjs_currentMaxSpaceNodeId, cvjs_currentMaxNodeId, cvjs_addUserIdToHiddenRedlineUsers, cvjs_addUserIdToLockedRedlineUsers, cvjs_clearAllRedlineHiddenUsers, cvjs_clearAllRedlineLockedUsers, cvjs_getRedlineHiddenUsersList, cvjs_getRedlineLockedUsersList, cvjs_getAllRedlines_UserIdList, cvjs_getAllRedlines_TextList, cvjs_hideAllRedlines_ExceptUser, cvjs_lockAllRedlines_ExceptUser, cvjs_hideAllRedlines_ExceptCurrentUser, cvjs_lockAllRedlines_ExceptCurrentUser, cvjs_hideAllRedlines_HiddenUsersList, cvjs_lockAllRedlines_LockedUsersList, cvjs_setCurrentNodeValues, cvjs_setCurrentSpaceObjectNodeValues, cvjs_setCurrentStickyNoteValues, cvjs_setCurrentStickyNoteValues_All, cvjs_setCurrentStickyNoteValues_NameUserId, cvjs_setCurrentStickyNoteValues_NameUserIdDate, cvjs_setCurrentRedlineValues_NameUserid, cvjs_setCurrentRedlineValues_Userid, cvjs_setCurrentRedlineValues, cvjs_setCurrentRedlineValues_All, cvjs_setCurrentRedlineValues_ColorStokeWidth, cvjs_setCurrentRedlineValues_Color, cvjs_setCurrentRedlineValues_StokeWidth, cvjs_setCurrentRedlineValues_StrokeWidth, cvjs_setCurrentNodeValuesFromExistingNode, cvjs_overwriteNodeValues, cvjs_addVqRoomsGraphics_newNode_polygon, cvjs_addVqRoomsGraphics_newNode_circle, cvjs_addVqStickyNotesGraphics_newNode, cvjs_addVqRedlinesGraphics_newNode, cvjs_addVqRedlinesGraphics_newNodeFill, cvjs_addVqRedlinesGraphics_newNodeTrans, cvjs_addVqRedlinesGraphics_newNodeText, cvjs_setUpVqRooms_currentNode, cvjs_setUpVqStickyNotes_currentNode_vqIndex, cvjs_setUpVqStickyNotes_currentNode_vqIndex_passedInstance, cvjs_setUpVqStickyNotes_currentNode, cvjs_setUpVqStickyNotes_currentNode_PageChange, cvjs_setUpVqRooms_deleteNode, cvjs_setUpStickyNotes_deleteNode, cvjs_StickyNotes_arrayIndex, cvjs_drawSpaceObject_Circle, cvjs_addHandleFunc_Circle, cvjs_removeHandleFunc_Circle, cvjs_drawSpaceObject_RedlineCloud, cvjs_addHandleFunc_RedlineCloud, cvjs_removeHandleFunc_RedlineCloud, cvjs_addRectangleCustomSpaceObject, cvjs_drawSpaceObject_CustomRectangle, cvjs_addHandleFunc_CustomRectangle, cvjs_removeHandleFunc_CustomRectangle, cvjs_drawSpaceObject_Rectangle, cvjs_addHandleFunc_Rectangle, cvjs_removeHandleFunc_Rectangle, cvjs_drawSpaceObject_RedlineRectangle, cvjs_addHandleFunc_RedlineRectangle, cvjs_removeHandleFunc_RedlineRectangle, cvjs_drawSpaceObject_RedlineEllipseCloud, cvjs_drawSpaceObject_RedlineEllipse, cvjs_addHandleFunc_RedlineEllipse, cvjs_removeHandleFunc_RedlineEllipse, cvjs_drawSpaceObject_FilledRedlineRectangle, cvjs_addHandleFunc_FilledRedlineRectangle, cvjs_removeHandleFunc_FilledRedlineRectangle, cvjs_addHandleFunc_ModifyRectangle, cvjs_removeHandleFunc_ModifyRectangle, cvjs_dynamicResizeTextOnSpaceObject, cvjs_dynamicResizeTextOnSpaceObject_Name, cvjs_dynamicResizeTextOnSpaceObject_Id, cvjs_addHandleFunc_ModifyTborderWithTextOnSpaceObject, cvjs_removeHandleFunc_ModifyTBorderWithText, cvjs_resetTextOnSpaceObject, cvjs_resetTextOnSpaceObjec