@mlightcad/cad-simple-viewer 1.4.13 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +26532 -44513
- package/dist/index.umd.cjs +163 -52
- package/dist/libredwg-parser-worker.js +4378 -7481
- package/dist/mtext-renderer-worker.js +4107 -3865
- package/dist/viewer-runtime.iife.js +3879 -0
- package/lib/app/AcApAnnotation.js +4 -4
- package/lib/app/AcApAnnotation.js.map +1 -1
- package/lib/app/AcApDocManager.d.ts +59 -6
- package/lib/app/AcApDocManager.d.ts.map +1 -1
- package/lib/app/AcApDocManager.js +188 -28
- package/lib/app/AcApDocManager.js.map +1 -1
- package/lib/command/AcApLogCmd.d.ts +1 -1
- package/lib/command/AcApLogCmd.d.ts.map +1 -1
- package/lib/command/AcApLogCmd.js +1 -1
- package/lib/command/AcApLogCmd.js.map +1 -1
- package/lib/command/AcApOpenCmd.d.ts +1 -1
- package/lib/command/AcApOpenCmd.d.ts.map +1 -1
- package/lib/command/AcApOpenCmd.js +1 -2
- package/lib/command/AcApOpenCmd.js.map +1 -1
- package/lib/command/AcApPanCmd.d.ts +1 -1
- package/lib/command/AcApPanCmd.d.ts.map +1 -1
- package/lib/command/AcApPanCmd.js +1 -2
- package/lib/command/AcApPanCmd.js.map +1 -1
- package/lib/command/AcApQNewCmd.d.ts +1 -1
- package/lib/command/AcApQNewCmd.d.ts.map +1 -1
- package/lib/command/AcApQNewCmd.js +1 -1
- package/lib/command/AcApQNewCmd.js.map +1 -1
- package/lib/command/AcApRegenCmd.d.ts +1 -1
- package/lib/command/AcApRegenCmd.d.ts.map +1 -1
- package/lib/command/AcApRegenCmd.js +1 -1
- package/lib/command/AcApRegenCmd.js.map +1 -1
- package/lib/command/AcApSelectCmd.d.ts +1 -1
- package/lib/command/AcApSelectCmd.d.ts.map +1 -1
- package/lib/command/AcApSelectCmd.js +1 -2
- package/lib/command/AcApSelectCmd.js.map +1 -1
- package/lib/command/AcApZoomCmd.js +3 -3
- package/lib/command/AcApZoomCmd.js.map +1 -1
- package/lib/command/{AcApConvertToDxfCmd.d.ts → convert/AcApConvertToDxfCmd.d.ts} +2 -2
- package/lib/command/convert/AcApConvertToDxfCmd.d.ts.map +1 -0
- package/lib/command/{AcApConvertToDxfCmd.js → convert/AcApConvertToDxfCmd.js} +1 -1
- package/lib/command/convert/AcApConvertToDxfCmd.js.map +1 -0
- package/lib/command/{AcApConvertToPngCmd.d.ts → convert/AcApConvertToPngCmd.d.ts} +23 -5
- package/lib/command/convert/AcApConvertToPngCmd.d.ts.map +1 -0
- package/lib/command/{AcApConvertToPngCmd.js → convert/AcApConvertToPngCmd.js} +88 -15
- package/lib/command/convert/AcApConvertToPngCmd.js.map +1 -0
- package/lib/command/{AcApConvertToSvgCmd.d.ts → convert/AcApConvertToSvgCmd.d.ts} +2 -2
- package/lib/command/convert/AcApConvertToSvgCmd.d.ts.map +1 -0
- package/lib/command/{AcApConvertToSvgCmd.js → convert/AcApConvertToSvgCmd.js} +1 -1
- package/lib/command/convert/AcApConvertToSvgCmd.js.map +1 -0
- package/lib/command/convert/AcApDxfConvertor.d.ts.map +1 -0
- package/lib/command/{AcApDxfConvertor.js → convert/AcApDxfConvertor.js} +1 -1
- package/lib/command/convert/AcApDxfConvertor.js.map +1 -0
- package/lib/command/convert/AcApExportHtmlCmd.d.ts +22 -0
- package/lib/command/convert/AcApExportHtmlCmd.d.ts.map +1 -0
- package/lib/command/convert/AcApExportHtmlCmd.js +93 -0
- package/lib/command/convert/AcApExportHtmlCmd.js.map +1 -0
- package/lib/command/convert/AcApHtmlConvertor.d.ts +61 -0
- package/lib/command/convert/AcApHtmlConvertor.d.ts.map +1 -0
- package/lib/command/convert/AcApHtmlConvertor.js +223 -0
- package/lib/command/convert/AcApHtmlConvertor.js.map +1 -0
- package/lib/command/convert/AcApHtmlSnapshotBuilder.d.ts +65 -0
- package/lib/command/convert/AcApHtmlSnapshotBuilder.d.ts.map +1 -0
- package/lib/command/convert/AcApHtmlSnapshotBuilder.js +301 -0
- package/lib/command/convert/AcApHtmlSnapshotBuilder.js.map +1 -0
- package/lib/command/{AcApPngConvertor.d.ts → convert/AcApPngConvertor.d.ts} +20 -35
- package/lib/command/convert/AcApPngConvertor.d.ts.map +1 -0
- package/lib/command/{AcApPngConvertor.js → convert/AcApPngConvertor.js} +99 -71
- package/lib/command/convert/AcApPngConvertor.js.map +1 -0
- package/lib/command/convert/AcApSvgConvertor.d.ts.map +1 -0
- package/lib/command/{AcApSvgConvertor.js → convert/AcApSvgConvertor.js} +1 -1
- package/lib/command/convert/AcApSvgConvertor.js.map +1 -0
- package/lib/command/convert/index.d.ts +9 -0
- package/lib/command/convert/index.d.ts.map +1 -0
- package/lib/command/convert/index.js +9 -0
- package/lib/command/convert/index.js.map +1 -0
- package/lib/command/draw/AcApArcCmd.d.ts +297 -0
- package/lib/command/draw/AcApArcCmd.d.ts.map +1 -0
- package/lib/command/{AcApArcCmd.js → draw/AcApArcCmd.js} +839 -32
- package/lib/command/draw/AcApArcCmd.js.map +1 -0
- package/lib/command/{AcApCircleCmd.d.ts → draw/AcApCircleCmd.d.ts} +2 -2
- package/lib/command/draw/AcApCircleCmd.d.ts.map +1 -0
- package/lib/command/{AcApCircleCmd.js → draw/AcApCircleCmd.js} +8 -9
- package/lib/command/draw/AcApCircleCmd.js.map +1 -0
- package/lib/command/{AcApDimLinearCmd.d.ts → draw/AcApDimLinearCmd.d.ts} +2 -2
- package/lib/command/draw/AcApDimLinearCmd.d.ts.map +1 -0
- package/lib/command/{AcApDimLinearCmd.js → draw/AcApDimLinearCmd.js} +3 -3
- package/lib/command/draw/AcApDimLinearCmd.js.map +1 -0
- package/lib/command/{AcApEllipseCmd.d.ts → draw/AcApEllipseCmd.d.ts} +2 -2
- package/lib/command/draw/AcApEllipseCmd.d.ts.map +1 -0
- package/lib/command/{AcApEllipseCmd.js → draw/AcApEllipseCmd.js} +7 -9
- package/lib/command/draw/AcApEllipseCmd.js.map +1 -0
- package/lib/command/{AcApHatchCmd.d.ts → draw/AcApHatchCmd.d.ts} +54 -17
- package/lib/command/draw/AcApHatchCmd.d.ts.map +1 -0
- package/lib/command/{AcApHatchCmd.js → draw/AcApHatchCmd.js} +122 -30
- package/lib/command/draw/AcApHatchCmd.js.map +1 -0
- package/lib/command/{AcApLineCmd.d.ts → draw/AcApLineCmd.d.ts} +2 -2
- package/lib/command/draw/AcApLineCmd.d.ts.map +1 -0
- package/lib/command/{AcApLineCmd.js → draw/AcApLineCmd.js} +3 -3
- package/lib/command/draw/AcApLineCmd.js.map +1 -0
- package/lib/command/draw/AcApMLineCmd.d.ts +31 -0
- package/lib/command/draw/AcApMLineCmd.d.ts.map +1 -0
- package/lib/command/draw/AcApMLineCmd.js +528 -0
- package/lib/command/draw/AcApMLineCmd.js.map +1 -0
- package/lib/command/{AcApMTextCmd.d.ts → draw/AcApMTextCmd.d.ts} +2 -2
- package/lib/command/draw/AcApMTextCmd.d.ts.map +1 -0
- package/lib/command/{AcApMTextCmd.js → draw/AcApMTextCmd.js} +6 -4
- package/lib/command/draw/AcApMTextCmd.js.map +1 -0
- package/lib/command/draw/AcApPointCmd.d.ts +16 -0
- package/lib/command/draw/AcApPointCmd.d.ts.map +1 -0
- package/lib/command/draw/AcApPointCmd.js +98 -0
- package/lib/command/draw/AcApPointCmd.js.map +1 -0
- package/lib/command/{AcApPolygonCmd.d.ts → draw/AcApPolygonCmd.d.ts} +2 -2
- package/lib/command/draw/AcApPolygonCmd.d.ts.map +1 -0
- package/lib/command/{AcApPolygonCmd.js → draw/AcApPolygonCmd.js} +7 -8
- package/lib/command/draw/AcApPolygonCmd.js.map +1 -0
- package/lib/command/{AcApPolylineCmd.d.ts → draw/AcApPolylineCmd.d.ts} +51 -2
- package/lib/command/draw/AcApPolylineCmd.d.ts.map +1 -0
- package/lib/command/{AcApPolylineCmd.js → draw/AcApPolylineCmd.js} +203 -21
- package/lib/command/draw/AcApPolylineCmd.js.map +1 -0
- package/lib/command/draw/AcApRayCmd.d.ts +10 -0
- package/lib/command/draw/AcApRayCmd.d.ts.map +1 -0
- package/lib/command/draw/AcApRayCmd.js +144 -0
- package/lib/command/draw/AcApRayCmd.js.map +1 -0
- package/lib/command/{AcApRectCmd.d.ts → draw/AcApRectCmd.d.ts} +2 -2
- package/lib/command/draw/AcApRectCmd.d.ts.map +1 -0
- package/lib/command/{AcApRectCmd.js → draw/AcApRectCmd.js} +12 -13
- package/lib/command/draw/AcApRectCmd.js.map +1 -0
- package/lib/command/{AcApSplineCmd.d.ts → draw/AcApSplineCmd.d.ts} +2 -2
- package/lib/command/draw/AcApSplineCmd.d.ts.map +1 -0
- package/lib/command/{AcApSplineCmd.js → draw/AcApSplineCmd.js} +6 -9
- package/lib/command/draw/AcApSplineCmd.js.map +1 -0
- package/lib/command/draw/AcApXLineCmd.d.ts +25 -0
- package/lib/command/draw/AcApXLineCmd.d.ts.map +1 -0
- package/lib/command/draw/AcApXLineCmd.js +209 -0
- package/lib/command/draw/AcApXLineCmd.js.map +1 -0
- package/lib/command/draw/index.d.ts +16 -0
- package/lib/command/draw/index.d.ts.map +1 -0
- package/lib/command/draw/index.js +16 -0
- package/lib/command/draw/index.js.map +1 -0
- package/lib/command/index.d.ts +6 -32
- package/lib/command/index.d.ts.map +1 -1
- package/lib/command/index.js +6 -32
- package/lib/command/index.js.map +1 -1
- package/lib/command/layer/AcApLayerCloseCmd.d.ts +23 -0
- package/lib/command/layer/AcApLayerCloseCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerCloseCmd.js +86 -0
- package/lib/command/layer/AcApLayerCloseCmd.js.map +1 -0
- package/lib/command/{AcApLayerCmd.d.ts → layer/AcApLayerCmd.d.ts} +3 -5
- package/lib/command/layer/AcApLayerCmd.d.ts.map +1 -0
- package/lib/command/{AcApLayerCmd.js → layer/AcApLayerCmd.js} +5 -8
- package/lib/command/layer/AcApLayerCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerCurCmd.d.ts +43 -0
- package/lib/command/layer/AcApLayerCurCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerCurCmd.js +183 -0
- package/lib/command/layer/AcApLayerCurCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerDelCmd.d.ts +112 -0
- package/lib/command/layer/AcApLayerDelCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerDelCmd.js +446 -0
- package/lib/command/layer/AcApLayerDelCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerFreezeCmd.d.ts +103 -0
- package/lib/command/layer/AcApLayerFreezeCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerFreezeCmd.js +398 -0
- package/lib/command/layer/AcApLayerFreezeCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerIsoCmd.d.ts +99 -0
- package/lib/command/layer/AcApLayerIsoCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerIsoCmd.js +485 -0
- package/lib/command/layer/AcApLayerIsoCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerIsoState.d.ts +68 -0
- package/lib/command/layer/AcApLayerIsoState.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerIsoState.js +53 -0
- package/lib/command/layer/AcApLayerIsoState.js.map +1 -0
- package/lib/command/layer/AcApLayerLockCmd.d.ts +50 -0
- package/lib/command/layer/AcApLayerLockCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerLockCmd.js +175 -0
- package/lib/command/layer/AcApLayerLockCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerOffCmd.d.ts +95 -0
- package/lib/command/layer/AcApLayerOffCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerOffCmd.js +384 -0
- package/lib/command/layer/AcApLayerOffCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerOnCmd.d.ts +30 -0
- package/lib/command/layer/AcApLayerOnCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerOnCmd.js +138 -0
- package/lib/command/layer/AcApLayerOnCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerPCmd.d.ts +83 -0
- package/lib/command/layer/AcApLayerPCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerPCmd.js +241 -0
- package/lib/command/layer/AcApLayerPCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerThawCmd.d.ts +37 -0
- package/lib/command/layer/AcApLayerThawCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerThawCmd.js +150 -0
- package/lib/command/layer/AcApLayerThawCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerUnisoCmd.d.ts +52 -0
- package/lib/command/layer/AcApLayerUnisoCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerUnisoCmd.js +199 -0
- package/lib/command/layer/AcApLayerUnisoCmd.js.map +1 -0
- package/lib/command/layer/AcApLayerUnlockCmd.d.ts +50 -0
- package/lib/command/layer/AcApLayerUnlockCmd.d.ts.map +1 -0
- package/lib/command/layer/AcApLayerUnlockCmd.js +175 -0
- package/lib/command/layer/AcApLayerUnlockCmd.js.map +1 -0
- package/lib/command/layer/index.d.ts +14 -0
- package/lib/command/layer/index.d.ts.map +1 -0
- package/lib/command/layer/index.js +14 -0
- package/lib/command/layer/index.js.map +1 -0
- package/lib/command/measure/AcApClearMeasurementsCmd.d.ts +24 -0
- package/lib/command/measure/AcApClearMeasurementsCmd.d.ts.map +1 -0
- package/lib/command/{AcApClearMeasurementsCmd.js → measure/AcApClearMeasurementsCmd.js} +16 -5
- package/lib/command/measure/AcApClearMeasurementsCmd.js.map +1 -0
- package/lib/command/{AcApMeasureAngleCmd.d.ts → measure/AcApMeasureAngleCmd.d.ts} +2 -2
- package/lib/command/measure/AcApMeasureAngleCmd.d.ts.map +1 -0
- package/lib/command/{AcApMeasureAngleCmd.js → measure/AcApMeasureAngleCmd.js} +18 -9
- package/lib/command/measure/AcApMeasureAngleCmd.js.map +1 -0
- package/lib/command/{AcApMeasureArcCmd.d.ts → measure/AcApMeasureArcCmd.d.ts} +2 -2
- package/lib/command/measure/AcApMeasureArcCmd.d.ts.map +1 -0
- package/lib/command/{AcApMeasureArcCmd.js → measure/AcApMeasureArcCmd.js} +14 -7
- package/lib/command/measure/AcApMeasureArcCmd.js.map +1 -0
- package/lib/command/{AcApMeasureAreaCmd.d.ts → measure/AcApMeasureAreaCmd.d.ts} +2 -2
- package/lib/command/measure/AcApMeasureAreaCmd.d.ts.map +1 -0
- package/lib/command/{AcApMeasureAreaCmd.js → measure/AcApMeasureAreaCmd.js} +14 -7
- package/lib/command/measure/AcApMeasureAreaCmd.js.map +1 -0
- package/lib/command/{AcApMeasureDistanceCmd.d.ts → measure/AcApMeasureDistanceCmd.d.ts} +5 -4
- package/lib/command/measure/AcApMeasureDistanceCmd.d.ts.map +1 -0
- package/lib/command/{AcApMeasureDistanceCmd.js → measure/AcApMeasureDistanceCmd.js} +17 -9
- package/lib/command/measure/AcApMeasureDistanceCmd.js.map +1 -0
- package/lib/command/measure/index.d.ts +6 -0
- package/lib/command/measure/index.d.ts.map +1 -0
- package/lib/command/measure/index.js +6 -0
- package/lib/command/measure/index.js.map +1 -0
- package/lib/command/modify/AcApCopyCmd.d.ts +94 -0
- package/lib/command/modify/AcApCopyCmd.d.ts.map +1 -0
- package/lib/command/modify/AcApCopyCmd.js +549 -0
- package/lib/command/modify/AcApCopyCmd.js.map +1 -0
- package/lib/command/{AcApEraseCmd.d.ts → modify/AcApEraseCmd.d.ts} +2 -2
- package/lib/command/modify/AcApEraseCmd.d.ts.map +1 -0
- package/lib/command/{AcApEraseCmd.js → modify/AcApEraseCmd.js} +3 -5
- package/lib/command/modify/AcApEraseCmd.js.map +1 -0
- package/lib/command/{AcApMoveCmd.d.ts → modify/AcApMoveCmd.d.ts} +2 -2
- package/lib/command/modify/AcApMoveCmd.d.ts.map +1 -0
- package/lib/command/{AcApMoveCmd.js → modify/AcApMoveCmd.js} +3 -4
- package/lib/command/modify/AcApMoveCmd.js.map +1 -0
- package/lib/command/modify/AcApOffsetCmd.d.ts +30 -0
- package/lib/command/modify/AcApOffsetCmd.d.ts.map +1 -0
- package/lib/command/modify/AcApOffsetCmd.js +424 -0
- package/lib/command/modify/AcApOffsetCmd.js.map +1 -0
- package/lib/command/modify/AcApRotateCmd.d.ts +81 -0
- package/lib/command/modify/AcApRotateCmd.d.ts.map +1 -0
- package/lib/command/modify/AcApRotateCmd.js +486 -0
- package/lib/command/modify/AcApRotateCmd.js.map +1 -0
- package/lib/command/modify/index.d.ts +6 -0
- package/lib/command/modify/index.d.ts.map +1 -0
- package/lib/command/modify/index.js +6 -0
- package/lib/command/modify/index.js.map +1 -0
- package/lib/command/{AcApBaseRevCmd.d.ts → review/AcApBaseRevCmd.d.ts} +2 -2
- package/lib/command/review/AcApBaseRevCmd.d.ts.map +1 -0
- package/lib/command/{AcApBaseRevCmd.js → review/AcApBaseRevCmd.js} +2 -2
- package/lib/command/review/AcApBaseRevCmd.js.map +1 -0
- package/lib/command/{AcApRevCircleCmd.d.ts → review/AcApRevCircleCmd.d.ts} +1 -1
- package/lib/command/review/AcApRevCircleCmd.d.ts.map +1 -0
- package/lib/command/{AcApRevCircleCmd.js → review/AcApRevCircleCmd.js} +8 -5
- package/lib/command/review/AcApRevCircleCmd.js.map +1 -0
- package/lib/command/{AcApRevCloudCmd.d.ts → review/AcApRevCloudCmd.d.ts} +2 -2
- package/lib/command/review/AcApRevCloudCmd.d.ts.map +1 -0
- package/lib/command/{AcApRevCloudCmd.js → review/AcApRevCloudCmd.js} +3 -3
- package/lib/command/review/AcApRevCloudCmd.js.map +1 -0
- package/lib/command/{AcApRevRectCmd.d.ts → review/AcApRevRectCmd.d.ts} +1 -1
- package/lib/command/review/AcApRevRectCmd.d.ts.map +1 -0
- package/lib/command/{AcApRevRectCmd.js → review/AcApRevRectCmd.js} +3 -3
- package/lib/command/review/AcApRevRectCmd.js.map +1 -0
- package/lib/command/{AcApRevVisibilityCmd.d.ts → review/AcApRevVisibilityCmd.d.ts} +1 -1
- package/lib/command/review/AcApRevVisibilityCmd.d.ts.map +1 -0
- package/lib/command/{AcApRevVisibilityCmd.js → review/AcApRevVisibilityCmd.js} +2 -2
- package/lib/command/review/AcApRevVisibilityCmd.js.map +1 -0
- package/lib/command/{AcApSketchCmd.d.ts → review/AcApSketchCmd.d.ts} +2 -2
- package/lib/command/review/AcApSketchCmd.d.ts.map +1 -0
- package/lib/command/{AcApSketchCmd.js → review/AcApSketchCmd.js} +3 -3
- package/lib/command/review/AcApSketchCmd.js.map +1 -0
- package/lib/command/review/index.d.ts +7 -0
- package/lib/command/review/index.d.ts.map +1 -0
- package/lib/command/review/index.js +7 -0
- package/lib/command/review/index.js.map +1 -0
- package/lib/editor/global/eventBus.d.ts +4 -6
- package/lib/editor/global/eventBus.d.ts.map +1 -1
- package/lib/editor/global/eventBus.js.map +1 -1
- package/lib/editor/input/AcEdSelectionFilter.js +7 -6
- package/lib/editor/input/AcEdSelectionFilter.js.map +1 -1
- package/lib/editor/input/AcEditor.d.ts +17 -0
- package/lib/editor/input/AcEditor.d.ts.map +1 -1
- package/lib/editor/input/AcEditor.js +23 -0
- package/lib/editor/input/AcEditor.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptBoxOptions.d.ts +6 -0
- package/lib/editor/input/prompt/AcEdPromptBoxOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptBoxOptions.js +16 -0
- package/lib/editor/input/prompt/AcEdPromptBoxOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptDistanceOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptDistanceOptions.js +1 -1
- package/lib/editor/input/prompt/AcEdPromptDistanceOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptPointOptions.d.ts +6 -0
- package/lib/editor/input/prompt/AcEdPromptPointOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptPointOptions.js +16 -0
- package/lib/editor/input/prompt/AcEdPromptPointOptions.js.map +1 -1
- package/lib/editor/input/ui/AcEdCommandLine.d.ts +25 -23
- package/lib/editor/input/ui/AcEdCommandLine.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdCommandLine.js +101 -43
- package/lib/editor/input/ui/AcEdCommandLine.js.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInput.d.ts +9 -0
- package/lib/editor/input/ui/AcEdFloatingInput.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInput.js +25 -5
- package/lib/editor/input/ui/AcEdFloatingInput.js.map +1 -1
- package/lib/editor/input/ui/AcEdInputManager.d.ts +46 -6
- package/lib/editor/input/ui/AcEdInputManager.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdInputManager.js +153 -43
- package/lib/editor/input/ui/AcEdInputManager.js.map +1 -1
- package/lib/editor/input/ui/AcEdMTextEditor.d.ts +67 -2
- package/lib/editor/input/ui/AcEdMTextEditor.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdMTextEditor.js +210 -19
- package/lib/editor/input/ui/AcEdMTextEditor.js.map +1 -1
- package/lib/editor/input/ui/AcEdMessageType.d.ts +10 -0
- package/lib/editor/input/ui/AcEdMessageType.d.ts.map +1 -0
- package/lib/editor/input/ui/AcEdMessageType.js +2 -0
- package/lib/editor/input/ui/AcEdMessageType.js.map +1 -0
- package/lib/editor/input/ui/AcEdRubberBand.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdRubberBand.js +16 -8
- package/lib/editor/input/ui/AcEdRubberBand.js.map +1 -1
- package/lib/editor/input/ui/index.d.ts +1 -0
- package/lib/editor/input/ui/index.d.ts.map +1 -1
- package/lib/editor/input/ui/index.js +1 -0
- package/lib/editor/input/ui/index.js.map +1 -1
- package/lib/editor/view/AcEdBaseView.d.ts +3 -8
- package/lib/editor/view/AcEdBaseView.d.ts.map +1 -1
- package/lib/editor/view/AcEdBaseView.js +3 -5
- package/lib/editor/view/AcEdBaseView.js.map +1 -1
- package/lib/editor/view/AcEdHoverController.d.ts +2 -3
- package/lib/editor/view/AcEdHoverController.d.ts.map +1 -1
- package/lib/editor/view/AcEdHoverController.js +7 -0
- package/lib/editor/view/AcEdHoverController.js.map +1 -1
- package/lib/editor/view/AcEdSelectionAction.d.ts +108 -0
- package/lib/editor/view/AcEdSelectionAction.d.ts.map +1 -0
- package/lib/editor/view/AcEdSelectionAction.js +74 -0
- package/lib/editor/view/AcEdSelectionAction.js.map +1 -0
- package/lib/editor/view/index.d.ts +1 -0
- package/lib/editor/view/index.d.ts.map +1 -1
- package/lib/editor/view/index.js +1 -0
- package/lib/editor/view/index.js.map +1 -1
- package/lib/i18n/en/command.d.ts +187 -13
- package/lib/i18n/en/command.d.ts.map +1 -1
- package/lib/i18n/en/command.js +195 -21
- package/lib/i18n/en/command.js.map +1 -1
- package/lib/i18n/en/jig.d.ts +579 -212
- package/lib/i18n/en/jig.d.ts.map +1 -1
- package/lib/i18n/en/jig.js +669 -302
- package/lib/i18n/en/jig.js.map +1 -1
- package/lib/i18n/zh/command.d.ts +187 -13
- package/lib/i18n/zh/command.d.ts.map +1 -1
- package/lib/i18n/zh/command.js +196 -22
- package/lib/i18n/zh/command.js.map +1 -1
- package/lib/i18n/zh/jig.d.ts +579 -212
- package/lib/i18n/zh/jig.d.ts.map +1 -1
- package/lib/i18n/zh/jig.js +668 -301
- package/lib/i18n/zh/jig.js.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/spatialIndex/AcTrHierarchicalSpatialIndex.d.ts +136 -2
- package/lib/spatialIndex/AcTrHierarchicalSpatialIndex.d.ts.map +1 -1
- package/lib/spatialIndex/AcTrHierarchicalSpatialIndex.js +154 -16
- package/lib/spatialIndex/AcTrHierarchicalSpatialIndex.js.map +1 -1
- package/lib/util/AcApFontUtil.d.ts +69 -0
- package/lib/util/AcApFontUtil.d.ts.map +1 -0
- package/lib/util/AcApFontUtil.js +161 -0
- package/lib/util/AcApFontUtil.js.map +1 -0
- package/lib/util/index.d.ts +2 -0
- package/lib/util/index.d.ts.map +1 -1
- package/lib/util/index.js +2 -0
- package/lib/util/index.js.map +1 -1
- package/lib/util/yieldToMain.d.ts +5 -0
- package/lib/util/yieldToMain.d.ts.map +1 -0
- package/lib/util/yieldToMain.js +11 -0
- package/lib/util/yieldToMain.js.map +1 -0
- package/lib/view/AcTrLayout.d.ts +17 -0
- package/lib/view/AcTrLayout.d.ts.map +1 -1
- package/lib/view/AcTrLayout.js +34 -2
- package/lib/view/AcTrLayout.js.map +1 -1
- package/lib/view/AcTrLayoutView.d.ts +12 -0
- package/lib/view/AcTrLayoutView.d.ts.map +1 -1
- package/lib/view/AcTrLayoutView.js +18 -0
- package/lib/view/AcTrLayoutView.js.map +1 -1
- package/lib/view/AcTrPickResultUtil.d.ts +4 -0
- package/lib/view/AcTrPickResultUtil.d.ts.map +1 -0
- package/lib/view/AcTrPickResultUtil.js +54 -0
- package/lib/view/AcTrPickResultUtil.js.map +1 -0
- package/lib/view/AcTrScene.d.ts +38 -6
- package/lib/view/AcTrScene.d.ts.map +1 -1
- package/lib/view/AcTrScene.js +57 -30
- package/lib/view/AcTrScene.js.map +1 -1
- package/lib/view/AcTrView2d.d.ts +191 -0
- package/lib/view/AcTrView2d.d.ts.map +1 -1
- package/lib/view/AcTrView2d.js +795 -137
- package/lib/view/AcTrView2d.js.map +1 -1
- package/package.json +14 -8
- package/lib/command/AcApArcCmd.d.ts +0 -140
- package/lib/command/AcApArcCmd.d.ts.map +0 -1
- package/lib/command/AcApArcCmd.js.map +0 -1
- package/lib/command/AcApBaseRevCmd.d.ts.map +0 -1
- package/lib/command/AcApBaseRevCmd.js.map +0 -1
- package/lib/command/AcApCircleCmd.d.ts.map +0 -1
- package/lib/command/AcApCircleCmd.js.map +0 -1
- package/lib/command/AcApClearMeasurementsCmd.d.ts +0 -13
- package/lib/command/AcApClearMeasurementsCmd.d.ts.map +0 -1
- package/lib/command/AcApClearMeasurementsCmd.js.map +0 -1
- package/lib/command/AcApConvertToDxfCmd.d.ts.map +0 -1
- package/lib/command/AcApConvertToDxfCmd.js.map +0 -1
- package/lib/command/AcApConvertToPngCmd.d.ts.map +0 -1
- package/lib/command/AcApConvertToPngCmd.js.map +0 -1
- package/lib/command/AcApConvertToSvgCmd.d.ts.map +0 -1
- package/lib/command/AcApConvertToSvgCmd.js.map +0 -1
- package/lib/command/AcApDimLinearCmd.d.ts.map +0 -1
- package/lib/command/AcApDimLinearCmd.js.map +0 -1
- package/lib/command/AcApDxfConvertor.d.ts.map +0 -1
- package/lib/command/AcApDxfConvertor.js.map +0 -1
- package/lib/command/AcApEllipseCmd.d.ts.map +0 -1
- package/lib/command/AcApEllipseCmd.js.map +0 -1
- package/lib/command/AcApEraseCmd.d.ts.map +0 -1
- package/lib/command/AcApEraseCmd.js.map +0 -1
- package/lib/command/AcApHatchCmd.d.ts.map +0 -1
- package/lib/command/AcApHatchCmd.js.map +0 -1
- package/lib/command/AcApLayerCmd.d.ts.map +0 -1
- package/lib/command/AcApLayerCmd.js.map +0 -1
- package/lib/command/AcApLineCmd.d.ts.map +0 -1
- package/lib/command/AcApLineCmd.js.map +0 -1
- package/lib/command/AcApMTextCmd.d.ts.map +0 -1
- package/lib/command/AcApMTextCmd.js.map +0 -1
- package/lib/command/AcApMeasureAngleCmd.d.ts.map +0 -1
- package/lib/command/AcApMeasureAngleCmd.js.map +0 -1
- package/lib/command/AcApMeasureArcCmd.d.ts.map +0 -1
- package/lib/command/AcApMeasureArcCmd.js.map +0 -1
- package/lib/command/AcApMeasureAreaCmd.d.ts.map +0 -1
- package/lib/command/AcApMeasureAreaCmd.js.map +0 -1
- package/lib/command/AcApMeasureDistanceCmd.d.ts.map +0 -1
- package/lib/command/AcApMeasureDistanceCmd.js.map +0 -1
- package/lib/command/AcApMoveCmd.d.ts.map +0 -1
- package/lib/command/AcApMoveCmd.js.map +0 -1
- package/lib/command/AcApPngConvertor.d.ts.map +0 -1
- package/lib/command/AcApPngConvertor.js.map +0 -1
- package/lib/command/AcApPolygonCmd.d.ts.map +0 -1
- package/lib/command/AcApPolygonCmd.js.map +0 -1
- package/lib/command/AcApPolylineCmd.d.ts.map +0 -1
- package/lib/command/AcApPolylineCmd.js.map +0 -1
- package/lib/command/AcApRectCmd.d.ts.map +0 -1
- package/lib/command/AcApRectCmd.js.map +0 -1
- package/lib/command/AcApRevCircleCmd.d.ts.map +0 -1
- package/lib/command/AcApRevCircleCmd.js.map +0 -1
- package/lib/command/AcApRevCloudCmd.d.ts.map +0 -1
- package/lib/command/AcApRevCloudCmd.js.map +0 -1
- package/lib/command/AcApRevRectCmd.d.ts.map +0 -1
- package/lib/command/AcApRevRectCmd.js.map +0 -1
- package/lib/command/AcApRevVisibilityCmd.d.ts.map +0 -1
- package/lib/command/AcApRevVisibilityCmd.js.map +0 -1
- package/lib/command/AcApSketchCmd.d.ts.map +0 -1
- package/lib/command/AcApSketchCmd.js.map +0 -1
- package/lib/command/AcApSplineCmd.d.ts.map +0 -1
- package/lib/command/AcApSplineCmd.js.map +0 -1
- package/lib/command/AcApSvgConvertor.d.ts.map +0 -1
- package/lib/command/AcApSvgConvertor.js.map +0 -1
- /package/lib/command/{AcApDxfConvertor.d.ts → convert/AcApDxfConvertor.d.ts} +0 -0
- /package/lib/command/{AcApSvgConvertor.d.ts → convert/AcApSvgConvertor.d.ts} +0 -0
package/lib/i18n/zh/jig.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ declare const _default: {
|
|
|
2
2
|
arc: {
|
|
3
3
|
startPointOrCenter: string;
|
|
4
4
|
secondPointOrOptions: string;
|
|
5
|
+
secondPoint: string;
|
|
5
6
|
startPoint: string;
|
|
6
7
|
centerPoint: string;
|
|
7
8
|
endPoint: string;
|
|
@@ -81,152 +82,69 @@ declare const _default: {
|
|
|
81
82
|
};
|
|
82
83
|
};
|
|
83
84
|
};
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
arcStartAngle: string;
|
|
93
|
-
arcEndAngle: string;
|
|
85
|
+
copy: {
|
|
86
|
+
basePointOrOptions: string;
|
|
87
|
+
displacementOrArray: string;
|
|
88
|
+
secondPointOrArray: string;
|
|
89
|
+
modePrompt: string;
|
|
90
|
+
arrayItemCount: string;
|
|
91
|
+
arraySecondPointOrFit: string;
|
|
92
|
+
arrayFitSecondPoint: string;
|
|
94
93
|
keywords: {
|
|
95
|
-
|
|
94
|
+
displacement: {
|
|
96
95
|
display: string;
|
|
97
96
|
local: string;
|
|
98
97
|
global: string;
|
|
99
98
|
};
|
|
100
|
-
|
|
99
|
+
mode: {
|
|
101
100
|
display: string;
|
|
102
101
|
local: string;
|
|
103
102
|
global: string;
|
|
104
103
|
};
|
|
105
|
-
|
|
104
|
+
multiple: {
|
|
106
105
|
display: string;
|
|
107
106
|
local: string;
|
|
108
107
|
global: string;
|
|
109
108
|
};
|
|
110
|
-
|
|
111
|
-
invalid: {
|
|
112
|
-
axis: string;
|
|
113
|
-
otherAxis: string;
|
|
114
|
-
rotation: string;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
measureDistance: {
|
|
118
|
-
firstPoint: string;
|
|
119
|
-
secondPoint: string;
|
|
120
|
-
};
|
|
121
|
-
measureArea: {
|
|
122
|
-
firstPoint: string;
|
|
123
|
-
nextPoint: string;
|
|
124
|
-
};
|
|
125
|
-
measureAngle: {
|
|
126
|
-
vertex: string;
|
|
127
|
-
arm1: string;
|
|
128
|
-
arm2: string;
|
|
129
|
-
};
|
|
130
|
-
measureArc: {
|
|
131
|
-
startPoint: string;
|
|
132
|
-
throughPoint: string;
|
|
133
|
-
endPoint: string;
|
|
134
|
-
};
|
|
135
|
-
dimlinear: {
|
|
136
|
-
xLine1Point: string;
|
|
137
|
-
xLine2Point: string;
|
|
138
|
-
dimLinePoint: string;
|
|
139
|
-
};
|
|
140
|
-
line: {
|
|
141
|
-
firstPoint: string;
|
|
142
|
-
firstPointOrContinue: string;
|
|
143
|
-
nextPoint: string;
|
|
144
|
-
nextPointWithOptions: string;
|
|
145
|
-
keywords: {
|
|
146
|
-
continue: {
|
|
109
|
+
single: {
|
|
147
110
|
display: string;
|
|
148
111
|
local: string;
|
|
149
112
|
global: string;
|
|
150
113
|
};
|
|
151
|
-
|
|
114
|
+
array: {
|
|
152
115
|
display: string;
|
|
153
116
|
local: string;
|
|
154
117
|
global: string;
|
|
155
118
|
};
|
|
156
|
-
|
|
119
|
+
fit: {
|
|
157
120
|
display: string;
|
|
158
121
|
local: string;
|
|
159
122
|
global: string;
|
|
160
123
|
};
|
|
161
124
|
};
|
|
162
125
|
};
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
basePointOrDisplacement: string;
|
|
168
|
-
secondPointOrDisplacement: string;
|
|
169
|
-
displacement: string;
|
|
170
|
-
keywords: {
|
|
171
|
-
displacement: {
|
|
172
|
-
display: string;
|
|
173
|
-
local: string;
|
|
174
|
-
global: string;
|
|
175
|
-
};
|
|
176
|
-
};
|
|
126
|
+
dimlinear: {
|
|
127
|
+
xLine1Point: string;
|
|
128
|
+
xLine2Point: string;
|
|
129
|
+
dimLinePoint: string;
|
|
177
130
|
};
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
filletRadius: string;
|
|
186
|
-
segmentWidth: string;
|
|
187
|
-
elevationValue: string;
|
|
188
|
-
thicknessValue: string;
|
|
131
|
+
ellipse: {
|
|
132
|
+
axisEndpointOrOptions: string;
|
|
133
|
+
arcAxisEndpointOrCenter: string;
|
|
134
|
+
center: string;
|
|
135
|
+
firstAxisEndpoint: string;
|
|
136
|
+
secondAxisEndpoint: string;
|
|
137
|
+
otherAxisOrRotation: string;
|
|
189
138
|
rotationAngle: string;
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
areaValue: string;
|
|
193
|
-
areaLengthOrWidth: string;
|
|
194
|
-
areaSpecifyWidth: string;
|
|
195
|
-
invalidPositive: string;
|
|
196
|
-
invalidRect: string;
|
|
197
|
-
thicknessNotSupported: string;
|
|
139
|
+
arcStartAngle: string;
|
|
140
|
+
arcEndAngle: string;
|
|
198
141
|
keywords: {
|
|
199
|
-
|
|
200
|
-
display: string;
|
|
201
|
-
local: string;
|
|
202
|
-
global: string;
|
|
203
|
-
};
|
|
204
|
-
elevation: {
|
|
205
|
-
display: string;
|
|
206
|
-
local: string;
|
|
207
|
-
global: string;
|
|
208
|
-
};
|
|
209
|
-
fillet: {
|
|
210
|
-
display: string;
|
|
211
|
-
local: string;
|
|
212
|
-
global: string;
|
|
213
|
-
};
|
|
214
|
-
thickness: {
|
|
215
|
-
display: string;
|
|
216
|
-
local: string;
|
|
217
|
-
global: string;
|
|
218
|
-
};
|
|
219
|
-
width: {
|
|
220
|
-
display: string;
|
|
221
|
-
local: string;
|
|
222
|
-
global: string;
|
|
223
|
-
};
|
|
224
|
-
area: {
|
|
142
|
+
arc: {
|
|
225
143
|
display: string;
|
|
226
144
|
local: string;
|
|
227
145
|
global: string;
|
|
228
146
|
};
|
|
229
|
-
|
|
147
|
+
center: {
|
|
230
148
|
display: string;
|
|
231
149
|
local: string;
|
|
232
150
|
global: string;
|
|
@@ -236,138 +154,85 @@ declare const _default: {
|
|
|
236
154
|
local: string;
|
|
237
155
|
global: string;
|
|
238
156
|
};
|
|
239
|
-
length: {
|
|
240
|
-
display: string;
|
|
241
|
-
local: string;
|
|
242
|
-
global: string;
|
|
243
|
-
};
|
|
244
|
-
rectWidth: {
|
|
245
|
-
display: string;
|
|
246
|
-
local: string;
|
|
247
|
-
global: string;
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
|
-
};
|
|
251
|
-
polygon: {
|
|
252
|
-
numberOfSides: string;
|
|
253
|
-
centerOrEdge: string;
|
|
254
|
-
radiusOrType: string;
|
|
255
|
-
edgeStart: string;
|
|
256
|
-
edgeEnd: string;
|
|
257
|
-
keywords: {
|
|
258
|
-
edge: {
|
|
259
|
-
display: string;
|
|
260
|
-
local: string;
|
|
261
|
-
global: string;
|
|
262
|
-
};
|
|
263
|
-
inscribed: {
|
|
264
|
-
display: string;
|
|
265
|
-
local: string;
|
|
266
|
-
global: string;
|
|
267
|
-
};
|
|
268
|
-
circumscribed: {
|
|
269
|
-
display: string;
|
|
270
|
-
local: string;
|
|
271
|
-
global: string;
|
|
272
|
-
};
|
|
273
157
|
};
|
|
274
158
|
invalid: {
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
159
|
+
axis: string;
|
|
160
|
+
otherAxis: string;
|
|
161
|
+
rotation: string;
|
|
278
162
|
};
|
|
279
163
|
};
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
164
|
+
hatch: {
|
|
165
|
+
prompt: string;
|
|
166
|
+
pickPoint: string;
|
|
167
|
+
select: string;
|
|
168
|
+
patternName: string;
|
|
169
|
+
scale: string;
|
|
170
|
+
angle: string;
|
|
171
|
+
style: string;
|
|
172
|
+
associative: string;
|
|
173
|
+
invalidBoundary: string;
|
|
289
174
|
keywords: {
|
|
290
|
-
|
|
291
|
-
display: string;
|
|
292
|
-
local: string;
|
|
293
|
-
global: string;
|
|
294
|
-
};
|
|
295
|
-
undo: {
|
|
175
|
+
pick: {
|
|
296
176
|
display: string;
|
|
297
177
|
local: string;
|
|
298
178
|
global: string;
|
|
299
179
|
};
|
|
300
|
-
|
|
180
|
+
select: {
|
|
301
181
|
display: string;
|
|
302
182
|
local: string;
|
|
303
183
|
global: string;
|
|
304
184
|
};
|
|
305
|
-
|
|
185
|
+
cancel: {
|
|
306
186
|
display: string;
|
|
307
187
|
local: string;
|
|
308
188
|
global: string;
|
|
309
189
|
};
|
|
310
|
-
|
|
190
|
+
pattern: {
|
|
311
191
|
display: string;
|
|
312
192
|
local: string;
|
|
313
193
|
global: string;
|
|
314
194
|
};
|
|
315
|
-
|
|
195
|
+
scale: {
|
|
316
196
|
display: string;
|
|
317
197
|
local: string;
|
|
318
198
|
global: string;
|
|
319
199
|
};
|
|
320
|
-
|
|
200
|
+
angle: {
|
|
321
201
|
display: string;
|
|
322
202
|
local: string;
|
|
323
203
|
global: string;
|
|
324
204
|
};
|
|
325
|
-
|
|
205
|
+
style: {
|
|
326
206
|
display: string;
|
|
327
207
|
local: string;
|
|
328
208
|
global: string;
|
|
329
209
|
};
|
|
330
|
-
|
|
331
|
-
arcAngle: string;
|
|
332
|
-
arcCenter: string;
|
|
333
|
-
arcSecondPoint: string;
|
|
334
|
-
arcEndPoint: string;
|
|
335
|
-
arcRadius: string;
|
|
336
|
-
};
|
|
337
|
-
zoom: {
|
|
338
|
-
mainPrompt: string;
|
|
339
|
-
firstCorner: string;
|
|
340
|
-
secondCorner: string;
|
|
341
|
-
centerPoint: string;
|
|
342
|
-
heightOrScale: string;
|
|
343
|
-
scaleFactor: string;
|
|
344
|
-
keywords: {
|
|
345
|
-
all: {
|
|
210
|
+
associative: {
|
|
346
211
|
display: string;
|
|
347
212
|
local: string;
|
|
348
213
|
global: string;
|
|
349
214
|
};
|
|
350
|
-
|
|
215
|
+
normal: {
|
|
351
216
|
display: string;
|
|
352
217
|
local: string;
|
|
353
218
|
global: string;
|
|
354
219
|
};
|
|
355
|
-
|
|
220
|
+
outer: {
|
|
356
221
|
display: string;
|
|
357
222
|
local: string;
|
|
358
223
|
global: string;
|
|
359
224
|
};
|
|
360
|
-
|
|
225
|
+
ignore: {
|
|
361
226
|
display: string;
|
|
362
227
|
local: string;
|
|
363
228
|
global: string;
|
|
364
229
|
};
|
|
365
|
-
|
|
230
|
+
yes: {
|
|
366
231
|
display: string;
|
|
367
232
|
local: string;
|
|
368
233
|
global: string;
|
|
369
234
|
};
|
|
370
|
-
|
|
235
|
+
no: {
|
|
371
236
|
display: string;
|
|
372
237
|
local: string;
|
|
373
238
|
global: string;
|
|
@@ -459,79 +324,541 @@ declare const _default: {
|
|
|
459
324
|
};
|
|
460
325
|
};
|
|
461
326
|
};
|
|
462
|
-
|
|
327
|
+
layon: {
|
|
328
|
+
alreadyOn: string;
|
|
329
|
+
turnedOn: string;
|
|
330
|
+
};
|
|
331
|
+
laycur: {
|
|
463
332
|
prompt: string;
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
333
|
+
currentLayerNotFound: string;
|
|
334
|
+
noObjects: string;
|
|
335
|
+
alreadyCurrent: string;
|
|
336
|
+
changed: string;
|
|
337
|
+
};
|
|
338
|
+
layfrz: {
|
|
339
|
+
prompt: string;
|
|
340
|
+
invalidSelection: string;
|
|
341
|
+
settingsPrompt: string;
|
|
342
|
+
viewportPrompt: string;
|
|
343
|
+
blockSelectionPrompt: string;
|
|
344
|
+
vpfreezeFallback: string;
|
|
345
|
+
nestedSelectionLimited: string;
|
|
346
|
+
layerNotFound: string;
|
|
347
|
+
cannotFreezeCurrent: string;
|
|
348
|
+
alreadyFrozen: string;
|
|
349
|
+
frozen: string;
|
|
350
|
+
restored: string;
|
|
351
|
+
nothingToUndo: string;
|
|
472
352
|
keywords: {
|
|
473
|
-
|
|
353
|
+
settings: {
|
|
474
354
|
display: string;
|
|
475
355
|
local: string;
|
|
476
356
|
global: string;
|
|
477
357
|
};
|
|
478
|
-
|
|
358
|
+
undo: {
|
|
479
359
|
display: string;
|
|
480
360
|
local: string;
|
|
481
361
|
global: string;
|
|
482
362
|
};
|
|
483
|
-
|
|
363
|
+
viewports: {
|
|
484
364
|
display: string;
|
|
485
365
|
local: string;
|
|
486
366
|
global: string;
|
|
487
367
|
};
|
|
488
|
-
|
|
368
|
+
blockSelection: {
|
|
489
369
|
display: string;
|
|
490
370
|
local: string;
|
|
491
371
|
global: string;
|
|
492
372
|
};
|
|
493
|
-
|
|
373
|
+
freeze: {
|
|
494
374
|
display: string;
|
|
495
375
|
local: string;
|
|
496
376
|
global: string;
|
|
497
377
|
};
|
|
498
|
-
|
|
378
|
+
vpfreeze: {
|
|
499
379
|
display: string;
|
|
500
380
|
local: string;
|
|
501
381
|
global: string;
|
|
502
382
|
};
|
|
503
|
-
|
|
383
|
+
block: {
|
|
504
384
|
display: string;
|
|
505
385
|
local: string;
|
|
506
386
|
global: string;
|
|
507
387
|
};
|
|
508
|
-
|
|
388
|
+
entity: {
|
|
509
389
|
display: string;
|
|
510
390
|
local: string;
|
|
511
391
|
global: string;
|
|
512
392
|
};
|
|
513
|
-
|
|
393
|
+
none: {
|
|
514
394
|
display: string;
|
|
515
395
|
local: string;
|
|
516
396
|
global: string;
|
|
517
397
|
};
|
|
518
|
-
|
|
398
|
+
};
|
|
399
|
+
};
|
|
400
|
+
layiso: {
|
|
401
|
+
prompt: string;
|
|
402
|
+
settingsPrompt: string;
|
|
403
|
+
offModePrompt: string;
|
|
404
|
+
noLayers: string;
|
|
405
|
+
layerNotFound: string;
|
|
406
|
+
isolated: string;
|
|
407
|
+
affectedLayers: string;
|
|
408
|
+
vpfreezeFallback: string;
|
|
409
|
+
lockFadeFallback: string;
|
|
410
|
+
keywords: {
|
|
411
|
+
settings: {
|
|
519
412
|
display: string;
|
|
520
413
|
local: string;
|
|
521
414
|
global: string;
|
|
522
415
|
};
|
|
523
|
-
|
|
416
|
+
off: {
|
|
524
417
|
display: string;
|
|
525
418
|
local: string;
|
|
526
419
|
global: string;
|
|
527
420
|
};
|
|
528
|
-
|
|
421
|
+
lockAndFade: {
|
|
422
|
+
display: string;
|
|
423
|
+
local: string;
|
|
424
|
+
global: string;
|
|
425
|
+
};
|
|
426
|
+
vpfreeze: {
|
|
427
|
+
display: string;
|
|
428
|
+
local: string;
|
|
429
|
+
global: string;
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
laythw: {
|
|
434
|
+
alreadyThawed: string;
|
|
435
|
+
thawed: string;
|
|
436
|
+
};
|
|
437
|
+
layuniso: {
|
|
438
|
+
noPrevious: string;
|
|
439
|
+
layerNotFound: string;
|
|
440
|
+
nothingRestored: string;
|
|
441
|
+
restored: string;
|
|
442
|
+
};
|
|
443
|
+
laylck: {
|
|
444
|
+
prompt: string;
|
|
445
|
+
invalidSelection: string;
|
|
446
|
+
layerNotFound: string;
|
|
447
|
+
alreadyLocked: string;
|
|
448
|
+
locked: string;
|
|
449
|
+
};
|
|
450
|
+
layulk: {
|
|
451
|
+
prompt: string;
|
|
452
|
+
invalidSelection: string;
|
|
453
|
+
layerNotFound: string;
|
|
454
|
+
alreadyUnlocked: string;
|
|
455
|
+
unlocked: string;
|
|
456
|
+
};
|
|
457
|
+
layoff: {
|
|
458
|
+
prompt: string;
|
|
459
|
+
invalidSelection: string;
|
|
460
|
+
settingsPrompt: string;
|
|
461
|
+
viewportPrompt: string;
|
|
462
|
+
blockSelectionPrompt: string;
|
|
463
|
+
vpfreezeFallback: string;
|
|
464
|
+
nestedSelectionLimited: string;
|
|
465
|
+
layerNotFound: string;
|
|
466
|
+
cannotTurnOffCurrent: string;
|
|
467
|
+
alreadyOff: string;
|
|
468
|
+
turnedOff: string;
|
|
469
|
+
restored: string;
|
|
470
|
+
nothingToUndo: string;
|
|
471
|
+
keywords: {
|
|
472
|
+
settings: {
|
|
473
|
+
display: string;
|
|
474
|
+
local: string;
|
|
475
|
+
global: string;
|
|
476
|
+
};
|
|
477
|
+
undo: {
|
|
478
|
+
display: string;
|
|
479
|
+
local: string;
|
|
480
|
+
global: string;
|
|
481
|
+
};
|
|
482
|
+
viewports: {
|
|
483
|
+
display: string;
|
|
484
|
+
local: string;
|
|
485
|
+
global: string;
|
|
486
|
+
};
|
|
487
|
+
blockSelection: {
|
|
488
|
+
display: string;
|
|
489
|
+
local: string;
|
|
490
|
+
global: string;
|
|
491
|
+
};
|
|
492
|
+
off: {
|
|
493
|
+
display: string;
|
|
494
|
+
local: string;
|
|
495
|
+
global: string;
|
|
496
|
+
};
|
|
497
|
+
vpfreeze: {
|
|
498
|
+
display: string;
|
|
499
|
+
local: string;
|
|
500
|
+
global: string;
|
|
501
|
+
};
|
|
502
|
+
block: {
|
|
503
|
+
display: string;
|
|
504
|
+
local: string;
|
|
505
|
+
global: string;
|
|
506
|
+
};
|
|
507
|
+
entity: {
|
|
508
|
+
display: string;
|
|
509
|
+
local: string;
|
|
510
|
+
global: string;
|
|
511
|
+
};
|
|
512
|
+
none: {
|
|
513
|
+
display: string;
|
|
514
|
+
local: string;
|
|
515
|
+
global: string;
|
|
516
|
+
};
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
layerp: {
|
|
520
|
+
restored: string;
|
|
521
|
+
noPreviousState: string;
|
|
522
|
+
};
|
|
523
|
+
line: {
|
|
524
|
+
firstPoint: string;
|
|
525
|
+
firstPointOrContinue: string;
|
|
526
|
+
nextPoint: string;
|
|
527
|
+
nextPointWithOptions: string;
|
|
528
|
+
keywords: {
|
|
529
|
+
continue: {
|
|
530
|
+
display: string;
|
|
531
|
+
local: string;
|
|
532
|
+
global: string;
|
|
533
|
+
};
|
|
534
|
+
undo: {
|
|
535
|
+
display: string;
|
|
536
|
+
local: string;
|
|
537
|
+
global: string;
|
|
538
|
+
};
|
|
539
|
+
close: {
|
|
540
|
+
display: string;
|
|
541
|
+
local: string;
|
|
542
|
+
global: string;
|
|
543
|
+
};
|
|
544
|
+
};
|
|
545
|
+
};
|
|
546
|
+
xline: {
|
|
547
|
+
firstPointOrOptions: string;
|
|
548
|
+
secondPoint: string;
|
|
549
|
+
throughPoint: string;
|
|
550
|
+
angle: string;
|
|
551
|
+
invalidDirection: string;
|
|
552
|
+
keywords: {
|
|
553
|
+
hor: {
|
|
554
|
+
display: string;
|
|
555
|
+
local: string;
|
|
556
|
+
global: string;
|
|
557
|
+
};
|
|
558
|
+
ver: {
|
|
559
|
+
display: string;
|
|
560
|
+
local: string;
|
|
561
|
+
global: string;
|
|
562
|
+
};
|
|
563
|
+
ang: {
|
|
564
|
+
display: string;
|
|
565
|
+
local: string;
|
|
566
|
+
global: string;
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
};
|
|
570
|
+
ray: {
|
|
571
|
+
startPoint: string;
|
|
572
|
+
throughPoint: string;
|
|
573
|
+
};
|
|
574
|
+
mline: {
|
|
575
|
+
startPointWithOptions: string;
|
|
576
|
+
nextPointWithOptions: string;
|
|
577
|
+
justificationPrompt: string;
|
|
578
|
+
scalePrompt: string;
|
|
579
|
+
stylePrompt: string;
|
|
580
|
+
styleNotFound: string;
|
|
581
|
+
styleListHeader: string;
|
|
582
|
+
styleListEmpty: string;
|
|
583
|
+
keywords: {
|
|
584
|
+
justification: {
|
|
585
|
+
display: string;
|
|
586
|
+
local: string;
|
|
587
|
+
global: string;
|
|
588
|
+
};
|
|
589
|
+
scale: {
|
|
590
|
+
display: string;
|
|
591
|
+
local: string;
|
|
592
|
+
global: string;
|
|
593
|
+
};
|
|
594
|
+
style: {
|
|
595
|
+
display: string;
|
|
596
|
+
local: string;
|
|
597
|
+
global: string;
|
|
598
|
+
};
|
|
599
|
+
undo: {
|
|
600
|
+
display: string;
|
|
601
|
+
local: string;
|
|
602
|
+
global: string;
|
|
603
|
+
};
|
|
604
|
+
close: {
|
|
605
|
+
display: string;
|
|
606
|
+
local: string;
|
|
607
|
+
global: string;
|
|
608
|
+
};
|
|
609
|
+
top: {
|
|
610
|
+
display: string;
|
|
611
|
+
local: string;
|
|
612
|
+
global: string;
|
|
613
|
+
};
|
|
614
|
+
zero: {
|
|
615
|
+
display: string;
|
|
616
|
+
local: string;
|
|
617
|
+
global: string;
|
|
618
|
+
};
|
|
619
|
+
bottom: {
|
|
620
|
+
display: string;
|
|
621
|
+
local: string;
|
|
622
|
+
global: string;
|
|
623
|
+
};
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
measureArc: {
|
|
627
|
+
startPoint: string;
|
|
628
|
+
throughPoint: string;
|
|
629
|
+
endPoint: string;
|
|
630
|
+
};
|
|
631
|
+
measureAngle: {
|
|
632
|
+
vertex: string;
|
|
633
|
+
arm1: string;
|
|
634
|
+
arm2: string;
|
|
635
|
+
};
|
|
636
|
+
measureArea: {
|
|
637
|
+
firstPoint: string;
|
|
638
|
+
nextPoint: string;
|
|
639
|
+
};
|
|
640
|
+
measureDistance: {
|
|
641
|
+
firstPoint: string;
|
|
642
|
+
secondPoint: string;
|
|
643
|
+
};
|
|
644
|
+
move: {
|
|
645
|
+
basePointOrDisplacement: string;
|
|
646
|
+
secondPointOrDisplacement: string;
|
|
647
|
+
displacement: string;
|
|
648
|
+
keywords: {
|
|
649
|
+
displacement: {
|
|
529
650
|
display: string;
|
|
530
651
|
local: string;
|
|
531
652
|
global: string;
|
|
532
653
|
};
|
|
533
654
|
};
|
|
534
655
|
};
|
|
656
|
+
offset: {
|
|
657
|
+
distance: string;
|
|
658
|
+
selectObject: string;
|
|
659
|
+
sidePoint: string;
|
|
660
|
+
invalidDistance: string;
|
|
661
|
+
invalidSelection: string;
|
|
662
|
+
offsetFailed: string;
|
|
663
|
+
};
|
|
664
|
+
mtext: {
|
|
665
|
+
point: string;
|
|
666
|
+
};
|
|
667
|
+
pngout: {
|
|
668
|
+
boundsFirstCorner: string;
|
|
669
|
+
boundsSecondCorner: string;
|
|
670
|
+
longSidePrompt: string;
|
|
671
|
+
};
|
|
672
|
+
point: {
|
|
673
|
+
point: string;
|
|
674
|
+
};
|
|
675
|
+
polygon: {
|
|
676
|
+
numberOfSides: string;
|
|
677
|
+
centerOrEdge: string;
|
|
678
|
+
radiusOrType: string;
|
|
679
|
+
edgeStart: string;
|
|
680
|
+
edgeEnd: string;
|
|
681
|
+
keywords: {
|
|
682
|
+
edge: {
|
|
683
|
+
display: string;
|
|
684
|
+
local: string;
|
|
685
|
+
global: string;
|
|
686
|
+
};
|
|
687
|
+
inscribed: {
|
|
688
|
+
display: string;
|
|
689
|
+
local: string;
|
|
690
|
+
global: string;
|
|
691
|
+
};
|
|
692
|
+
circumscribed: {
|
|
693
|
+
display: string;
|
|
694
|
+
local: string;
|
|
695
|
+
global: string;
|
|
696
|
+
};
|
|
697
|
+
};
|
|
698
|
+
invalid: {
|
|
699
|
+
sides: string;
|
|
700
|
+
radius: string;
|
|
701
|
+
edge: string;
|
|
702
|
+
};
|
|
703
|
+
};
|
|
704
|
+
polyline: {
|
|
705
|
+
firstPoint: string;
|
|
706
|
+
nextPoint: string;
|
|
707
|
+
nextPointWithOptions: string;
|
|
708
|
+
nextPointWithArcOptions: string;
|
|
709
|
+
keywords: {
|
|
710
|
+
arc: {
|
|
711
|
+
display: string;
|
|
712
|
+
local: string;
|
|
713
|
+
global: string;
|
|
714
|
+
};
|
|
715
|
+
undo: {
|
|
716
|
+
display: string;
|
|
717
|
+
local: string;
|
|
718
|
+
global: string;
|
|
719
|
+
};
|
|
720
|
+
close: {
|
|
721
|
+
display: string;
|
|
722
|
+
local: string;
|
|
723
|
+
global: string;
|
|
724
|
+
};
|
|
725
|
+
line: {
|
|
726
|
+
display: string;
|
|
727
|
+
local: string;
|
|
728
|
+
global: string;
|
|
729
|
+
};
|
|
730
|
+
angle: {
|
|
731
|
+
display: string;
|
|
732
|
+
local: string;
|
|
733
|
+
global: string;
|
|
734
|
+
};
|
|
735
|
+
center: {
|
|
736
|
+
display: string;
|
|
737
|
+
local: string;
|
|
738
|
+
global: string;
|
|
739
|
+
};
|
|
740
|
+
secondPoint: {
|
|
741
|
+
display: string;
|
|
742
|
+
local: string;
|
|
743
|
+
global: string;
|
|
744
|
+
};
|
|
745
|
+
radius: {
|
|
746
|
+
display: string;
|
|
747
|
+
local: string;
|
|
748
|
+
global: string;
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
arcAngle: string;
|
|
752
|
+
arcCenter: string;
|
|
753
|
+
arcSecondPoint: string;
|
|
754
|
+
arcEndPoint: string;
|
|
755
|
+
arcRadius: string;
|
|
756
|
+
};
|
|
757
|
+
rotate: {
|
|
758
|
+
basePoint: string;
|
|
759
|
+
rotationAngleOrOptions: string;
|
|
760
|
+
referenceAngleOrPoints: string;
|
|
761
|
+
firstReferencePoint: string;
|
|
762
|
+
secondReferencePoint: string;
|
|
763
|
+
newAngle: string;
|
|
764
|
+
keywords: {
|
|
765
|
+
copy: {
|
|
766
|
+
display: string;
|
|
767
|
+
local: string;
|
|
768
|
+
global: string;
|
|
769
|
+
};
|
|
770
|
+
reference: {
|
|
771
|
+
display: string;
|
|
772
|
+
local: string;
|
|
773
|
+
global: string;
|
|
774
|
+
};
|
|
775
|
+
points: {
|
|
776
|
+
display: string;
|
|
777
|
+
local: string;
|
|
778
|
+
global: string;
|
|
779
|
+
};
|
|
780
|
+
};
|
|
781
|
+
invalid: {
|
|
782
|
+
referencePoints: string;
|
|
783
|
+
};
|
|
784
|
+
};
|
|
785
|
+
rect: {
|
|
786
|
+
firstPoint: string;
|
|
787
|
+
nextPoint: string;
|
|
788
|
+
firstPointWithOptions: string;
|
|
789
|
+
otherCornerWithOptions: string;
|
|
790
|
+
chamferFirst: string;
|
|
791
|
+
chamferSecond: string;
|
|
792
|
+
filletRadius: string;
|
|
793
|
+
segmentWidth: string;
|
|
794
|
+
elevationValue: string;
|
|
795
|
+
thicknessValue: string;
|
|
796
|
+
rotationAngle: string;
|
|
797
|
+
dimensionLength: string;
|
|
798
|
+
dimensionWidth: string;
|
|
799
|
+
areaValue: string;
|
|
800
|
+
areaLengthOrWidth: string;
|
|
801
|
+
areaSpecifyWidth: string;
|
|
802
|
+
invalidPositive: string;
|
|
803
|
+
invalidRect: string;
|
|
804
|
+
thicknessNotSupported: string;
|
|
805
|
+
keywords: {
|
|
806
|
+
chamfer: {
|
|
807
|
+
display: string;
|
|
808
|
+
local: string;
|
|
809
|
+
global: string;
|
|
810
|
+
};
|
|
811
|
+
elevation: {
|
|
812
|
+
display: string;
|
|
813
|
+
local: string;
|
|
814
|
+
global: string;
|
|
815
|
+
};
|
|
816
|
+
fillet: {
|
|
817
|
+
display: string;
|
|
818
|
+
local: string;
|
|
819
|
+
global: string;
|
|
820
|
+
};
|
|
821
|
+
thickness: {
|
|
822
|
+
display: string;
|
|
823
|
+
local: string;
|
|
824
|
+
global: string;
|
|
825
|
+
};
|
|
826
|
+
width: {
|
|
827
|
+
display: string;
|
|
828
|
+
local: string;
|
|
829
|
+
global: string;
|
|
830
|
+
};
|
|
831
|
+
area: {
|
|
832
|
+
display: string;
|
|
833
|
+
local: string;
|
|
834
|
+
global: string;
|
|
835
|
+
};
|
|
836
|
+
dimensions: {
|
|
837
|
+
display: string;
|
|
838
|
+
local: string;
|
|
839
|
+
global: string;
|
|
840
|
+
};
|
|
841
|
+
rotation: {
|
|
842
|
+
display: string;
|
|
843
|
+
local: string;
|
|
844
|
+
global: string;
|
|
845
|
+
};
|
|
846
|
+
length: {
|
|
847
|
+
display: string;
|
|
848
|
+
local: string;
|
|
849
|
+
global: string;
|
|
850
|
+
};
|
|
851
|
+
rectWidth: {
|
|
852
|
+
display: string;
|
|
853
|
+
local: string;
|
|
854
|
+
global: string;
|
|
855
|
+
};
|
|
856
|
+
};
|
|
857
|
+
};
|
|
858
|
+
sketch: {
|
|
859
|
+
firstPoint: string;
|
|
860
|
+
nextPoint: string;
|
|
861
|
+
};
|
|
535
862
|
spline: {
|
|
536
863
|
firstPoint: string;
|
|
537
864
|
nextPoint: string;
|
|
@@ -597,6 +924,46 @@ declare const _default: {
|
|
|
597
924
|
sysvar: {
|
|
598
925
|
prompt: string;
|
|
599
926
|
};
|
|
927
|
+
zoom: {
|
|
928
|
+
mainPrompt: string;
|
|
929
|
+
firstCorner: string;
|
|
930
|
+
secondCorner: string;
|
|
931
|
+
centerPoint: string;
|
|
932
|
+
heightOrScale: string;
|
|
933
|
+
scaleFactor: string;
|
|
934
|
+
keywords: {
|
|
935
|
+
all: {
|
|
936
|
+
display: string;
|
|
937
|
+
local: string;
|
|
938
|
+
global: string;
|
|
939
|
+
};
|
|
940
|
+
center: {
|
|
941
|
+
display: string;
|
|
942
|
+
local: string;
|
|
943
|
+
global: string;
|
|
944
|
+
};
|
|
945
|
+
extents: {
|
|
946
|
+
display: string;
|
|
947
|
+
local: string;
|
|
948
|
+
global: string;
|
|
949
|
+
};
|
|
950
|
+
previous: {
|
|
951
|
+
display: string;
|
|
952
|
+
local: string;
|
|
953
|
+
global: string;
|
|
954
|
+
};
|
|
955
|
+
scale: {
|
|
956
|
+
display: string;
|
|
957
|
+
local: string;
|
|
958
|
+
global: string;
|
|
959
|
+
};
|
|
960
|
+
window: {
|
|
961
|
+
display: string;
|
|
962
|
+
local: string;
|
|
963
|
+
global: string;
|
|
964
|
+
};
|
|
965
|
+
};
|
|
966
|
+
};
|
|
600
967
|
};
|
|
601
968
|
export default _default;
|
|
602
969
|
//# sourceMappingURL=jig.d.ts.map
|