@mlightcad/cad-simple-viewer 1.4.13 → 1.5.0
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 +16972 -11328
- package/dist/index.umd.cjs +158 -34
- package/dist/libredwg-parser-worker.js +4828 -4464
- package/dist/mtext-renderer-worker.js +3587 -3534
- package/lib/app/AcApDocManager.d.ts +14 -5
- package/lib/app/AcApDocManager.d.ts.map +1 -1
- package/lib/app/AcApDocManager.js +62 -19
- 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/{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/{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 +6 -0
- package/lib/command/convert/index.d.ts.map +1 -0
- package/lib/command/convert/index.js +6 -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} +793 -12
- 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} +3 -3
- 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} +3 -3
- 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 +531 -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} +3 -3
- 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} +3 -3
- package/lib/command/draw/AcApPolygonCmd.js.map +1 -0
- package/lib/command/{AcApPolylineCmd.d.ts → draw/AcApPolylineCmd.d.ts} +2 -2
- package/lib/command/draw/AcApPolylineCmd.d.ts.map +1 -0
- package/lib/command/{AcApPolylineCmd.js → draw/AcApPolylineCmd.js} +3 -3
- 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 +145 -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} +3 -3
- 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} +3 -3
- 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 +210 -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/{AcApClearMeasurementsCmd.d.ts → measure/AcApClearMeasurementsCmd.d.ts} +2 -2
- package/lib/command/measure/AcApClearMeasurementsCmd.d.ts.map +1 -0
- package/lib/command/{AcApClearMeasurementsCmd.js → measure/AcApClearMeasurementsCmd.js} +1 -1
- 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} +3 -3
- 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} +3 -3
- 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} +3 -3
- package/lib/command/measure/AcApMeasureAreaCmd.js.map +1 -0
- package/lib/command/{AcApMeasureDistanceCmd.d.ts → measure/AcApMeasureDistanceCmd.d.ts} +2 -2
- package/lib/command/measure/AcApMeasureDistanceCmd.d.ts.map +1 -0
- package/lib/command/{AcApMeasureDistanceCmd.js → measure/AcApMeasureDistanceCmd.js} +3 -3
- 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/AcApRotateCmd.d.ts +81 -0
- package/lib/command/modify/AcApRotateCmd.d.ts.map +1 -0
- package/lib/command/modify/AcApRotateCmd.js +487 -0
- package/lib/command/modify/AcApRotateCmd.js.map +1 -0
- package/lib/command/modify/index.d.ts +5 -0
- package/lib/command/modify/index.d.ts.map +1 -0
- package/lib/command/modify/index.js +5 -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} +4 -4
- 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/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/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.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInput.js +4 -2
- package/lib/editor/input/ui/AcEdFloatingInput.js.map +1 -1
- package/lib/editor/input/ui/AcEdInputManager.d.ts +21 -0
- package/lib/editor/input/ui/AcEdInputManager.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdInputManager.js +34 -4
- package/lib/editor/input/ui/AcEdInputManager.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/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 +135 -15
- package/lib/i18n/en/command.d.ts.map +1 -1
- package/lib/i18n/en/command.js +144 -24
- package/lib/i18n/en/command.js.map +1 -1
- package/lib/i18n/en/jig.d.ts +571 -212
- package/lib/i18n/en/jig.d.ts.map +1 -1
- package/lib/i18n/en/jig.js +661 -302
- package/lib/i18n/en/jig.js.map +1 -1
- package/lib/i18n/zh/command.d.ts +135 -15
- package/lib/i18n/zh/command.d.ts.map +1 -1
- package/lib/i18n/zh/command.js +145 -25
- package/lib/i18n/zh/command.js.map +1 -1
- package/lib/i18n/zh/jig.d.ts +571 -212
- package/lib/i18n/zh/jig.d.ts.map +1 -1
- package/lib/i18n/zh/jig.js +660 -301
- package/lib/i18n/zh/jig.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/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/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/AcTrView2d.d.ts +25 -0
- package/lib/view/AcTrView2d.d.ts.map +1 -1
- package/lib/view/AcTrView2d.js +225 -100
- package/lib/view/AcTrView2d.js.map +1 -1
- package/package.json +6 -6
- 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.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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/editor/view/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,0BAA0B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/editor/view/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA"}
|
package/lib/editor/view/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/editor/view/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,0BAA0B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/editor/view/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA"}
|
package/lib/i18n/en/command.d.ts
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
ACAD: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
'-hatch': {
|
|
4
|
+
description: string;
|
|
5
|
+
};
|
|
6
|
+
'-layer': {
|
|
7
|
+
description: string;
|
|
7
8
|
};
|
|
8
9
|
arc: {
|
|
9
10
|
description: string;
|
|
10
11
|
};
|
|
12
|
+
cdxf: {
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
11
15
|
cecolor: {
|
|
12
16
|
description: string;
|
|
13
17
|
};
|
|
@@ -17,17 +21,27 @@ declare const _default: {
|
|
|
17
21
|
celweight: {
|
|
18
22
|
description: string;
|
|
19
23
|
};
|
|
24
|
+
circle: {
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
20
27
|
clayer: {
|
|
21
28
|
description: string;
|
|
22
29
|
};
|
|
23
|
-
|
|
30
|
+
cmleaderstyle: {
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
cmlscale: {
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
cmlstyle: {
|
|
24
37
|
description: string;
|
|
25
38
|
};
|
|
26
39
|
colortheme: {
|
|
27
40
|
description: string;
|
|
28
41
|
};
|
|
29
|
-
|
|
42
|
+
copy: {
|
|
30
43
|
description: string;
|
|
44
|
+
prompt: string;
|
|
31
45
|
};
|
|
32
46
|
csvg: {
|
|
33
47
|
description: string;
|
|
@@ -35,6 +49,21 @@ declare const _default: {
|
|
|
35
49
|
dimlinear: {
|
|
36
50
|
description: string;
|
|
37
51
|
};
|
|
52
|
+
measurearea: {
|
|
53
|
+
description: string;
|
|
54
|
+
};
|
|
55
|
+
measureangle: {
|
|
56
|
+
description: string;
|
|
57
|
+
};
|
|
58
|
+
measurearc: {
|
|
59
|
+
description: string;
|
|
60
|
+
};
|
|
61
|
+
measuredistance: {
|
|
62
|
+
description: string;
|
|
63
|
+
};
|
|
64
|
+
measurementcolor: {
|
|
65
|
+
description: string;
|
|
66
|
+
};
|
|
38
67
|
ellipse: {
|
|
39
68
|
description: string;
|
|
40
69
|
};
|
|
@@ -45,34 +74,100 @@ declare const _default: {
|
|
|
45
74
|
hatch: {
|
|
46
75
|
description: string;
|
|
47
76
|
};
|
|
48
|
-
|
|
77
|
+
hpang: {
|
|
49
78
|
description: string;
|
|
50
79
|
};
|
|
51
|
-
|
|
80
|
+
hpassoc: {
|
|
52
81
|
description: string;
|
|
53
82
|
};
|
|
54
|
-
|
|
83
|
+
hpbackgroundcolor: {
|
|
55
84
|
description: string;
|
|
56
85
|
};
|
|
57
|
-
|
|
86
|
+
hpcolor: {
|
|
58
87
|
description: string;
|
|
59
88
|
};
|
|
60
|
-
|
|
89
|
+
hpdouble: {
|
|
61
90
|
description: string;
|
|
62
91
|
};
|
|
63
|
-
|
|
92
|
+
hpislanddetection: {
|
|
64
93
|
description: string;
|
|
65
94
|
};
|
|
66
|
-
|
|
95
|
+
hplayer: {
|
|
67
96
|
description: string;
|
|
68
97
|
};
|
|
69
|
-
|
|
98
|
+
hpname: {
|
|
99
|
+
description: string;
|
|
100
|
+
};
|
|
101
|
+
hpscale: {
|
|
102
|
+
description: string;
|
|
103
|
+
};
|
|
104
|
+
hpseparate: {
|
|
105
|
+
description: string;
|
|
106
|
+
};
|
|
107
|
+
hptransparency: {
|
|
108
|
+
description: string;
|
|
109
|
+
};
|
|
110
|
+
laycur: {
|
|
70
111
|
description: string;
|
|
71
112
|
prompt: string;
|
|
72
113
|
};
|
|
114
|
+
laydel: {
|
|
115
|
+
description: string;
|
|
116
|
+
};
|
|
117
|
+
layerclose: {
|
|
118
|
+
description: string;
|
|
119
|
+
};
|
|
120
|
+
layerp: {
|
|
121
|
+
description: string;
|
|
122
|
+
};
|
|
123
|
+
layfrz: {
|
|
124
|
+
description: string;
|
|
125
|
+
prompt: string;
|
|
126
|
+
};
|
|
127
|
+
layiso: {
|
|
128
|
+
description: string;
|
|
129
|
+
prompt: string;
|
|
130
|
+
};
|
|
131
|
+
laylck: {
|
|
132
|
+
description: string;
|
|
133
|
+
prompt: string;
|
|
134
|
+
};
|
|
135
|
+
layoff: {
|
|
136
|
+
description: string;
|
|
137
|
+
prompt: string;
|
|
138
|
+
};
|
|
139
|
+
layon: {
|
|
140
|
+
description: string;
|
|
141
|
+
};
|
|
142
|
+
laythw: {
|
|
143
|
+
description: string;
|
|
144
|
+
};
|
|
145
|
+
layulk: {
|
|
146
|
+
description: string;
|
|
147
|
+
prompt: string;
|
|
148
|
+
};
|
|
149
|
+
layuniso: {
|
|
150
|
+
description: string;
|
|
151
|
+
};
|
|
152
|
+
line: {
|
|
153
|
+
description: string;
|
|
154
|
+
};
|
|
73
155
|
log: {
|
|
74
156
|
description: string;
|
|
75
157
|
};
|
|
158
|
+
lwdisplay: {
|
|
159
|
+
description: string;
|
|
160
|
+
};
|
|
161
|
+
mline: {
|
|
162
|
+
description: string;
|
|
163
|
+
};
|
|
164
|
+
move: {
|
|
165
|
+
description: string;
|
|
166
|
+
prompt: string;
|
|
167
|
+
};
|
|
168
|
+
mtext: {
|
|
169
|
+
description: string;
|
|
170
|
+
};
|
|
76
171
|
open: {
|
|
77
172
|
description: string;
|
|
78
173
|
};
|
|
@@ -82,10 +177,25 @@ declare const _default: {
|
|
|
82
177
|
pickbox: {
|
|
83
178
|
description: string;
|
|
84
179
|
};
|
|
180
|
+
pline: {
|
|
181
|
+
description: string;
|
|
182
|
+
};
|
|
183
|
+
pngout: {
|
|
184
|
+
description: string;
|
|
185
|
+
};
|
|
186
|
+
point: {
|
|
187
|
+
description: string;
|
|
188
|
+
};
|
|
189
|
+
polygon: {
|
|
190
|
+
description: string;
|
|
191
|
+
};
|
|
85
192
|
qnew: {
|
|
86
193
|
description: string;
|
|
87
194
|
};
|
|
88
|
-
|
|
195
|
+
ray: {
|
|
196
|
+
description: string;
|
|
197
|
+
};
|
|
198
|
+
rectang: {
|
|
89
199
|
description: string;
|
|
90
200
|
};
|
|
91
201
|
regen: {
|
|
@@ -94,15 +204,25 @@ declare const _default: {
|
|
|
94
204
|
revcloud: {
|
|
95
205
|
description: string;
|
|
96
206
|
};
|
|
207
|
+
rotate: {
|
|
208
|
+
description: string;
|
|
209
|
+
prompt: string;
|
|
210
|
+
};
|
|
97
211
|
select: {
|
|
98
212
|
description: string;
|
|
99
213
|
};
|
|
100
214
|
sketch: {
|
|
101
215
|
description: string;
|
|
102
216
|
};
|
|
217
|
+
spline: {
|
|
218
|
+
description: string;
|
|
219
|
+
};
|
|
103
220
|
whitebkcolor: {
|
|
104
221
|
description: string;
|
|
105
222
|
};
|
|
223
|
+
xline: {
|
|
224
|
+
description: string;
|
|
225
|
+
};
|
|
106
226
|
zoom: {
|
|
107
227
|
description: string;
|
|
108
228
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/i18n/en/command.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/i18n/en/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA4PC"}
|
package/lib/i18n/en/command.js
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
ACAD: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
'-hatch': {
|
|
4
|
+
description: 'Creates hatch fills through command-line options without the ribbon UI'
|
|
5
|
+
},
|
|
6
|
+
'-layer': {
|
|
7
|
+
description: 'Manages layers through command-line options'
|
|
7
8
|
},
|
|
8
9
|
arc: {
|
|
9
10
|
description: 'Creates an arc'
|
|
10
11
|
},
|
|
12
|
+
cdxf: {
|
|
13
|
+
description: 'Exports current drawing to DXF'
|
|
14
|
+
},
|
|
11
15
|
cecolor: {
|
|
12
16
|
description: 'Sets the current default color for newly created objects'
|
|
13
17
|
},
|
|
@@ -17,17 +21,27 @@ export default {
|
|
|
17
21
|
celweight: {
|
|
18
22
|
description: 'Sets the default lineweight for newly created objects'
|
|
19
23
|
},
|
|
24
|
+
circle: {
|
|
25
|
+
description: 'Creates one circle by center and radius'
|
|
26
|
+
},
|
|
20
27
|
clayer: {
|
|
21
28
|
description: 'Sets the current layer for new objects and editing operations'
|
|
22
29
|
},
|
|
23
|
-
|
|
24
|
-
description: '
|
|
30
|
+
cmleaderstyle: {
|
|
31
|
+
description: 'Sets the name of the current multileader style'
|
|
32
|
+
},
|
|
33
|
+
cmlscale: {
|
|
34
|
+
description: 'Controls the overall width of a multiline'
|
|
35
|
+
},
|
|
36
|
+
cmlstyle: {
|
|
37
|
+
description: 'Sets the name of the current multiline style'
|
|
25
38
|
},
|
|
26
39
|
colortheme: {
|
|
27
40
|
description: 'Controls the color theme of the user interface (dark or light)'
|
|
28
41
|
},
|
|
29
|
-
|
|
30
|
-
description: '
|
|
42
|
+
copy: {
|
|
43
|
+
description: 'Copies selected entities by cloning them to new positions',
|
|
44
|
+
prompt: 'Select entities'
|
|
31
45
|
},
|
|
32
46
|
csvg: {
|
|
33
47
|
description: 'Converts current drawing to SVG'
|
|
@@ -35,6 +49,21 @@ export default {
|
|
|
35
49
|
dimlinear: {
|
|
36
50
|
description: 'Creates linear dimensions'
|
|
37
51
|
},
|
|
52
|
+
measurearea: {
|
|
53
|
+
description: 'Calculates the area and perimeter of selected objects or points'
|
|
54
|
+
},
|
|
55
|
+
measureangle: {
|
|
56
|
+
description: 'Measures the angle between two lines or three points'
|
|
57
|
+
},
|
|
58
|
+
measurearc: {
|
|
59
|
+
description: 'Measures the length of an arc segment'
|
|
60
|
+
},
|
|
61
|
+
measuredistance: {
|
|
62
|
+
description: 'Measures the distance and delta values between two points'
|
|
63
|
+
},
|
|
64
|
+
measurementcolor: {
|
|
65
|
+
description: 'Sets the color used for measurement overlays'
|
|
66
|
+
},
|
|
38
67
|
ellipse: {
|
|
39
68
|
description: 'Creates an ellipse or elliptical arc by axis endpoints or center'
|
|
40
69
|
},
|
|
@@ -45,33 +74,99 @@ export default {
|
|
|
45
74
|
hatch: {
|
|
46
75
|
description: 'Fills an enclosed area or selected objects with a hatch pattern'
|
|
47
76
|
},
|
|
48
|
-
|
|
49
|
-
description: '
|
|
77
|
+
hpang: {
|
|
78
|
+
description: 'Sets the default angle, in radians, for newly created hatch patterns'
|
|
79
|
+
},
|
|
80
|
+
hpassoc: {
|
|
81
|
+
description: 'Controls whether newly created hatches are associative'
|
|
82
|
+
},
|
|
83
|
+
hpbackgroundcolor: {
|
|
84
|
+
description: 'Sets the default background color for newly created hatch patterns'
|
|
85
|
+
},
|
|
86
|
+
hpcolor: {
|
|
87
|
+
description: 'Sets the default color for newly created hatches'
|
|
88
|
+
},
|
|
89
|
+
hpdouble: {
|
|
90
|
+
description: 'Controls whether user-defined hatch patterns are doubled'
|
|
91
|
+
},
|
|
92
|
+
hpislanddetection: {
|
|
93
|
+
description: 'Controls how islands within newly created hatch boundaries are treated'
|
|
94
|
+
},
|
|
95
|
+
hplayer: {
|
|
96
|
+
description: 'Sets the default layer for newly created hatches and fills'
|
|
97
|
+
},
|
|
98
|
+
hpname: {
|
|
99
|
+
description: 'Sets the default pattern name for newly created hatches in this session'
|
|
100
|
+
},
|
|
101
|
+
hpscale: {
|
|
102
|
+
description: 'Sets the default scale factor for newly created hatch patterns'
|
|
103
|
+
},
|
|
104
|
+
hpseparate: {
|
|
105
|
+
description: 'Controls whether one or separate hatch objects are created for multiple boundaries'
|
|
106
|
+
},
|
|
107
|
+
hptransparency: {
|
|
108
|
+
description: 'Sets the default transparency for newly created hatches and fills'
|
|
109
|
+
},
|
|
110
|
+
laycur: {
|
|
111
|
+
description: 'Changes the layer property of selected objects to the current layer',
|
|
112
|
+
prompt: 'Select objects to be changed to the current layer'
|
|
113
|
+
},
|
|
114
|
+
laydel: {
|
|
115
|
+
description: 'Deletes a layer and all objects on that layer'
|
|
116
|
+
},
|
|
117
|
+
layerclose: {
|
|
118
|
+
description: 'Closes the Layer Properties Manager'
|
|
119
|
+
},
|
|
120
|
+
layerp: {
|
|
121
|
+
description: 'Undoes the last change or set of changes made to layer settings'
|
|
122
|
+
},
|
|
123
|
+
layfrz: {
|
|
124
|
+
description: 'Freezes the layer of selected objects',
|
|
125
|
+
prompt: 'Select object on layer to freeze'
|
|
126
|
+
},
|
|
127
|
+
layiso: {
|
|
128
|
+
description: 'Isolates the layers of selected objects',
|
|
129
|
+
prompt: 'Select objects on layers to isolate'
|
|
130
|
+
},
|
|
131
|
+
laylck: {
|
|
132
|
+
description: 'Locks the layer of selected objects',
|
|
133
|
+
prompt: 'Select object on layer to lock'
|
|
134
|
+
},
|
|
135
|
+
layoff: {
|
|
136
|
+
description: 'Turns off the layer of selected objects',
|
|
137
|
+
prompt: 'Select object on layer to turn off'
|
|
138
|
+
},
|
|
139
|
+
layon: {
|
|
140
|
+
description: 'Turns on all layers in the drawing'
|
|
141
|
+
},
|
|
142
|
+
laythw: {
|
|
143
|
+
description: 'Thaws all frozen layers in the drawing'
|
|
144
|
+
},
|
|
145
|
+
layulk: {
|
|
146
|
+
description: 'Unlocks the layer of selected objects',
|
|
147
|
+
prompt: 'Select object on layer to unlock'
|
|
148
|
+
},
|
|
149
|
+
layuniso: {
|
|
150
|
+
description: 'Restores layers hidden or locked by LAYISO'
|
|
50
151
|
},
|
|
51
152
|
line: {
|
|
52
153
|
description: 'Draws straight line segments between points'
|
|
53
154
|
},
|
|
155
|
+
log: {
|
|
156
|
+
description: 'Logs debug information in console'
|
|
157
|
+
},
|
|
54
158
|
lwdisplay: {
|
|
55
159
|
description: 'Controls whether lineweights are displayed in the drawing'
|
|
56
160
|
},
|
|
57
|
-
|
|
58
|
-
description: 'Creates
|
|
59
|
-
},
|
|
60
|
-
polygon: {
|
|
61
|
-
description: 'Creates a regular polygon by center/radius or by one polygon edge'
|
|
62
|
-
},
|
|
63
|
-
spline: {
|
|
64
|
-
description: 'Creates a smooth spline curve by specifying control points'
|
|
65
|
-
},
|
|
66
|
-
mtext: {
|
|
67
|
-
description: 'Creates one mtext entity'
|
|
161
|
+
mline: {
|
|
162
|
+
description: 'Creates multiple parallel lines as one multiline object'
|
|
68
163
|
},
|
|
69
164
|
move: {
|
|
70
165
|
description: 'Moves selected entities by a displacement vector',
|
|
71
166
|
prompt: 'Select entities'
|
|
72
167
|
},
|
|
73
|
-
|
|
74
|
-
description: '
|
|
168
|
+
mtext: {
|
|
169
|
+
description: 'Creates one mtext entity'
|
|
75
170
|
},
|
|
76
171
|
open: {
|
|
77
172
|
description: 'Opens an existing drawing file'
|
|
@@ -82,10 +177,25 @@ export default {
|
|
|
82
177
|
pickbox: {
|
|
83
178
|
description: 'Sets the size (in pixels) of the selection box used to pick objects'
|
|
84
179
|
},
|
|
180
|
+
pline: {
|
|
181
|
+
description: 'Creates a polyline by specifying multiple points'
|
|
182
|
+
},
|
|
183
|
+
pngout: {
|
|
184
|
+
description: 'Exports to PNG'
|
|
185
|
+
},
|
|
186
|
+
point: {
|
|
187
|
+
description: 'Creates points'
|
|
188
|
+
},
|
|
189
|
+
polygon: {
|
|
190
|
+
description: 'Creates a regular polygon by center/radius or by one polygon edge'
|
|
191
|
+
},
|
|
85
192
|
qnew: {
|
|
86
193
|
description: 'Starts a new drawing'
|
|
87
194
|
},
|
|
88
|
-
|
|
195
|
+
ray: {
|
|
196
|
+
description: 'Creates a ray that starts at a point and extends to infinity'
|
|
197
|
+
},
|
|
198
|
+
rectang: {
|
|
89
199
|
description: 'Creates a rectangle by specifying two opposite corners'
|
|
90
200
|
},
|
|
91
201
|
regen: {
|
|
@@ -94,15 +204,25 @@ export default {
|
|
|
94
204
|
revcloud: {
|
|
95
205
|
description: 'Creates a revision cloud (cloud line) in rectangular shape'
|
|
96
206
|
},
|
|
207
|
+
rotate: {
|
|
208
|
+
description: 'Rotates selected entities around a base point',
|
|
209
|
+
prompt: 'Select entities'
|
|
210
|
+
},
|
|
97
211
|
select: {
|
|
98
212
|
description: 'Selects entities'
|
|
99
213
|
},
|
|
100
214
|
sketch: {
|
|
101
215
|
description: 'Creates a sketch line using polyline that tracks mouse movement'
|
|
102
216
|
},
|
|
217
|
+
spline: {
|
|
218
|
+
description: 'Creates a smooth spline curve by specifying control points'
|
|
219
|
+
},
|
|
103
220
|
whitebkcolor: {
|
|
104
221
|
description: 'Toggles the drawing area background between white and black'
|
|
105
222
|
},
|
|
223
|
+
xline: {
|
|
224
|
+
description: 'Creates a construction line that extends infinitely in both directions'
|
|
225
|
+
},
|
|
106
226
|
zoom: {
|
|
107
227
|
description: 'Zooms to display the maximum extents of all entities'
|
|
108
228
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.js","sourceRoot":"","sources":["../../../src/i18n/en/command.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,IAAI,EAAE;QACJ,
|
|
1
|
+
{"version":3,"file":"command.js","sourceRoot":"","sources":["../../../src/i18n/en/command.ts"],"names":[],"mappings":"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"}
|