@mlightcad/data-model 1.7.31 → 1.7.32
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/LICENSE +21 -21
- package/README.md +224 -224
- package/dist/data-model.cjs +5 -5
- package/dist/data-model.js +1568 -1387
- package/lib/converter/AcDbEntitiyConverter.d.ts.map +1 -1
- package/lib/converter/AcDbEntitiyConverter.js +31 -5
- package/lib/converter/AcDbEntitiyConverter.js.map +1 -1
- package/lib/entity/AcDbHatch.d.ts.map +1 -1
- package/lib/entity/AcDbHatch.js +6 -3
- package/lib/entity/AcDbHatch.js.map +1 -1
- package/lib/entity/AcDbText.d.ts +46 -1
- package/lib/entity/AcDbText.d.ts.map +1 -1
- package/lib/entity/AcDbText.js +133 -3
- package/lib/entity/AcDbText.js.map +1 -1
- package/lib/misc/AcDbConstants.d.ts +4 -0
- package/lib/misc/AcDbConstants.d.ts.map +1 -1
- package/lib/misc/AcDbConstants.js +4 -0
- package/lib/misc/AcDbConstants.js.map +1 -1
- package/lib/misc/pat/AcDbPatPredefined.js +83 -83
- package/lib/misc/pat/AcDbPatPredefined.js.map +1 -1
- package/lib/misc/pat/AcDbPatSvgRenderer.d.ts +151 -10
- package/lib/misc/pat/AcDbPatSvgRenderer.d.ts.map +1 -1
- package/lib/misc/pat/AcDbPatSvgRenderer.js +246 -15
- package/lib/misc/pat/AcDbPatSvgRenderer.js.map +1 -1
- package/package.json +4 -4
|
@@ -2829,12 +2829,12 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
2829
2829
|
patterns: [
|
|
2830
2830
|
{
|
|
2831
2831
|
name: 'SOLID',
|
|
2832
|
-
description: '
|
|
2832
|
+
description: '',
|
|
2833
2833
|
lines: []
|
|
2834
2834
|
},
|
|
2835
2835
|
{
|
|
2836
2836
|
name: 'ANGLE',
|
|
2837
|
-
description: '
|
|
2837
|
+
description: '',
|
|
2838
2838
|
lines: [
|
|
2839
2839
|
{
|
|
2840
2840
|
angle: 0,
|
|
@@ -2858,7 +2858,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
2858
2858
|
},
|
|
2859
2859
|
{
|
|
2860
2860
|
name: 'ANSI31',
|
|
2861
|
-
description: '
|
|
2861
|
+
description: '',
|
|
2862
2862
|
lines: [
|
|
2863
2863
|
{
|
|
2864
2864
|
angle: 45,
|
|
@@ -2873,7 +2873,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
2873
2873
|
},
|
|
2874
2874
|
{
|
|
2875
2875
|
name: 'ANSI32',
|
|
2876
|
-
description: '
|
|
2876
|
+
description: '',
|
|
2877
2877
|
lines: [
|
|
2878
2878
|
{
|
|
2879
2879
|
angle: 45,
|
|
@@ -2897,7 +2897,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
2897
2897
|
},
|
|
2898
2898
|
{
|
|
2899
2899
|
name: 'ANSI33',
|
|
2900
|
-
description: '
|
|
2900
|
+
description: '',
|
|
2901
2901
|
lines: [
|
|
2902
2902
|
{
|
|
2903
2903
|
angle: 45,
|
|
@@ -2921,7 +2921,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
2921
2921
|
},
|
|
2922
2922
|
{
|
|
2923
2923
|
name: 'ANSI34',
|
|
2924
|
-
description: '
|
|
2924
|
+
description: '',
|
|
2925
2925
|
lines: [
|
|
2926
2926
|
{
|
|
2927
2927
|
angle: 45,
|
|
@@ -2963,7 +2963,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
2963
2963
|
},
|
|
2964
2964
|
{
|
|
2965
2965
|
name: 'ANSI35',
|
|
2966
|
-
description: '
|
|
2966
|
+
description: '',
|
|
2967
2967
|
lines: [
|
|
2968
2968
|
{
|
|
2969
2969
|
angle: 45,
|
|
@@ -2987,7 +2987,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
2987
2987
|
},
|
|
2988
2988
|
{
|
|
2989
2989
|
name: 'ANSI36',
|
|
2990
|
-
description: '
|
|
2990
|
+
description: '',
|
|
2991
2991
|
lines: [
|
|
2992
2992
|
{
|
|
2993
2993
|
angle: 45,
|
|
@@ -3002,7 +3002,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3002
3002
|
},
|
|
3003
3003
|
{
|
|
3004
3004
|
name: 'ANSI37',
|
|
3005
|
-
description: '
|
|
3005
|
+
description: '',
|
|
3006
3006
|
lines: [
|
|
3007
3007
|
{
|
|
3008
3008
|
angle: 45,
|
|
@@ -3026,7 +3026,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3026
3026
|
},
|
|
3027
3027
|
{
|
|
3028
3028
|
name: 'ANSI38',
|
|
3029
|
-
description: '
|
|
3029
|
+
description: '',
|
|
3030
3030
|
lines: [
|
|
3031
3031
|
{
|
|
3032
3032
|
angle: 45,
|
|
@@ -3050,7 +3050,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3050
3050
|
},
|
|
3051
3051
|
{
|
|
3052
3052
|
name: 'AR-B816',
|
|
3053
|
-
description: '
|
|
3053
|
+
description: '',
|
|
3054
3054
|
lines: [
|
|
3055
3055
|
{
|
|
3056
3056
|
angle: 0,
|
|
@@ -3074,7 +3074,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3074
3074
|
},
|
|
3075
3075
|
{
|
|
3076
3076
|
name: 'AR-B816C',
|
|
3077
|
-
description: '
|
|
3077
|
+
description: '',
|
|
3078
3078
|
lines: [
|
|
3079
3079
|
{
|
|
3080
3080
|
angle: 0,
|
|
@@ -3116,7 +3116,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3116
3116
|
},
|
|
3117
3117
|
{
|
|
3118
3118
|
name: 'AR-B88',
|
|
3119
|
-
description: '
|
|
3119
|
+
description: '',
|
|
3120
3120
|
lines: [
|
|
3121
3121
|
{
|
|
3122
3122
|
angle: 0,
|
|
@@ -3140,7 +3140,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3140
3140
|
},
|
|
3141
3141
|
{
|
|
3142
3142
|
name: 'AR-BRELM',
|
|
3143
|
-
description: '
|
|
3143
|
+
description: '',
|
|
3144
3144
|
lines: [
|
|
3145
3145
|
{
|
|
3146
3146
|
angle: 0,
|
|
@@ -3218,7 +3218,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3218
3218
|
},
|
|
3219
3219
|
{
|
|
3220
3220
|
name: 'AR-BRSTD',
|
|
3221
|
-
description: '
|
|
3221
|
+
description: '',
|
|
3222
3222
|
lines: [
|
|
3223
3223
|
{
|
|
3224
3224
|
angle: 0,
|
|
@@ -3242,7 +3242,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3242
3242
|
},
|
|
3243
3243
|
{
|
|
3244
3244
|
name: 'AR-CONC',
|
|
3245
|
-
description: '
|
|
3245
|
+
description: '',
|
|
3246
3246
|
lines: [
|
|
3247
3247
|
{
|
|
3248
3248
|
angle: 50,
|
|
@@ -3365,7 +3365,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3365
3365
|
},
|
|
3366
3366
|
{
|
|
3367
3367
|
name: 'AR-HBONE',
|
|
3368
|
-
description: '
|
|
3368
|
+
description: '',
|
|
3369
3369
|
lines: [
|
|
3370
3370
|
{
|
|
3371
3371
|
angle: 45,
|
|
@@ -3389,7 +3389,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3389
3389
|
},
|
|
3390
3390
|
{
|
|
3391
3391
|
name: 'AR-PARQ1',
|
|
3392
|
-
description: '
|
|
3392
|
+
description: '',
|
|
3393
3393
|
lines: [
|
|
3394
3394
|
{
|
|
3395
3395
|
angle: 90,
|
|
@@ -3521,7 +3521,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3521
3521
|
},
|
|
3522
3522
|
{
|
|
3523
3523
|
name: 'AR-RROOF',
|
|
3524
|
-
description: '
|
|
3524
|
+
description: '',
|
|
3525
3525
|
lines: [
|
|
3526
3526
|
{
|
|
3527
3527
|
angle: 0,
|
|
@@ -3554,7 +3554,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3554
3554
|
},
|
|
3555
3555
|
{
|
|
3556
3556
|
name: 'AR-RSHKE',
|
|
3557
|
-
description: '
|
|
3557
|
+
description: '',
|
|
3558
3558
|
lines: [
|
|
3559
3559
|
{
|
|
3560
3560
|
angle: 0,
|
|
@@ -3641,7 +3641,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3641
3641
|
},
|
|
3642
3642
|
{
|
|
3643
3643
|
name: 'AR-SAND',
|
|
3644
|
-
description: '
|
|
3644
|
+
description: '',
|
|
3645
3645
|
lines: [
|
|
3646
3646
|
{
|
|
3647
3647
|
angle: 37.5,
|
|
@@ -3683,7 +3683,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3683
3683
|
},
|
|
3684
3684
|
{
|
|
3685
3685
|
name: 'BOX',
|
|
3686
|
-
description: '
|
|
3686
|
+
description: '',
|
|
3687
3687
|
lines: [
|
|
3688
3688
|
{
|
|
3689
3689
|
angle: 90,
|
|
@@ -3761,7 +3761,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3761
3761
|
},
|
|
3762
3762
|
{
|
|
3763
3763
|
name: 'BRASS',
|
|
3764
|
-
description: '
|
|
3764
|
+
description: '',
|
|
3765
3765
|
lines: [
|
|
3766
3766
|
{
|
|
3767
3767
|
angle: 0,
|
|
@@ -3785,7 +3785,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3785
3785
|
},
|
|
3786
3786
|
{
|
|
3787
3787
|
name: 'BRICK',
|
|
3788
|
-
description: '
|
|
3788
|
+
description: '',
|
|
3789
3789
|
lines: [
|
|
3790
3790
|
{
|
|
3791
3791
|
angle: 0,
|
|
@@ -3818,7 +3818,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3818
3818
|
},
|
|
3819
3819
|
{
|
|
3820
3820
|
name: 'BRSTONE',
|
|
3821
|
-
description: '
|
|
3821
|
+
description: '',
|
|
3822
3822
|
lines: [
|
|
3823
3823
|
{
|
|
3824
3824
|
angle: 0,
|
|
@@ -3896,7 +3896,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3896
3896
|
},
|
|
3897
3897
|
{
|
|
3898
3898
|
name: 'CLAY',
|
|
3899
|
-
description: '
|
|
3899
|
+
description: '',
|
|
3900
3900
|
lines: [
|
|
3901
3901
|
{
|
|
3902
3902
|
angle: 0,
|
|
@@ -3938,7 +3938,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3938
3938
|
},
|
|
3939
3939
|
{
|
|
3940
3940
|
name: 'CORK',
|
|
3941
|
-
description: '
|
|
3941
|
+
description: '',
|
|
3942
3942
|
lines: [
|
|
3943
3943
|
{
|
|
3944
3944
|
angle: 0,
|
|
@@ -3980,7 +3980,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
3980
3980
|
},
|
|
3981
3981
|
{
|
|
3982
3982
|
name: 'CROSS',
|
|
3983
|
-
description: '
|
|
3983
|
+
description: '',
|
|
3984
3984
|
lines: [
|
|
3985
3985
|
{
|
|
3986
3986
|
angle: 0,
|
|
@@ -4004,7 +4004,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4004
4004
|
},
|
|
4005
4005
|
{
|
|
4006
4006
|
name: 'DASH',
|
|
4007
|
-
description: '
|
|
4007
|
+
description: '',
|
|
4008
4008
|
lines: [
|
|
4009
4009
|
{
|
|
4010
4010
|
angle: 0,
|
|
@@ -4019,7 +4019,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4019
4019
|
},
|
|
4020
4020
|
{
|
|
4021
4021
|
name: 'DOLMIT',
|
|
4022
|
-
description: '
|
|
4022
|
+
description: '',
|
|
4023
4023
|
lines: [
|
|
4024
4024
|
{
|
|
4025
4025
|
angle: 0,
|
|
@@ -4043,7 +4043,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4043
4043
|
},
|
|
4044
4044
|
{
|
|
4045
4045
|
name: 'DOTS',
|
|
4046
|
-
description: '
|
|
4046
|
+
description: '',
|
|
4047
4047
|
lines: [
|
|
4048
4048
|
{
|
|
4049
4049
|
angle: 0,
|
|
@@ -4058,7 +4058,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4058
4058
|
},
|
|
4059
4059
|
{
|
|
4060
4060
|
name: 'EARTH',
|
|
4061
|
-
description: '
|
|
4061
|
+
description: '',
|
|
4062
4062
|
lines: [
|
|
4063
4063
|
{
|
|
4064
4064
|
angle: 0,
|
|
@@ -4118,7 +4118,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4118
4118
|
},
|
|
4119
4119
|
{
|
|
4120
4120
|
name: 'ESCHER',
|
|
4121
|
-
description: '
|
|
4121
|
+
description: '',
|
|
4122
4122
|
lines: [
|
|
4123
4123
|
{
|
|
4124
4124
|
angle: 60,
|
|
@@ -4313,7 +4313,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4313
4313
|
},
|
|
4314
4314
|
{
|
|
4315
4315
|
name: 'FLEX',
|
|
4316
|
-
description: '
|
|
4316
|
+
description: '',
|
|
4317
4317
|
lines: [
|
|
4318
4318
|
{
|
|
4319
4319
|
angle: 0,
|
|
@@ -4337,7 +4337,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4337
4337
|
},
|
|
4338
4338
|
{
|
|
4339
4339
|
name: 'GOST_GLASS',
|
|
4340
|
-
description: '
|
|
4340
|
+
description: '',
|
|
4341
4341
|
lines: [
|
|
4342
4342
|
{
|
|
4343
4343
|
angle: 45,
|
|
@@ -4370,7 +4370,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4370
4370
|
},
|
|
4371
4371
|
{
|
|
4372
4372
|
name: 'GOST_WOOD',
|
|
4373
|
-
description: '
|
|
4373
|
+
description: '',
|
|
4374
4374
|
lines: [
|
|
4375
4375
|
{
|
|
4376
4376
|
angle: 90,
|
|
@@ -4403,7 +4403,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4403
4403
|
},
|
|
4404
4404
|
{
|
|
4405
4405
|
name: 'GOST_GROUND',
|
|
4406
|
-
description: '
|
|
4406
|
+
description: '',
|
|
4407
4407
|
lines: [
|
|
4408
4408
|
{
|
|
4409
4409
|
angle: 45,
|
|
@@ -4436,7 +4436,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4436
4436
|
},
|
|
4437
4437
|
{
|
|
4438
4438
|
name: 'GRASS',
|
|
4439
|
-
description: '
|
|
4439
|
+
description: '',
|
|
4440
4440
|
lines: [
|
|
4441
4441
|
{
|
|
4442
4442
|
angle: 90,
|
|
@@ -4469,7 +4469,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4469
4469
|
},
|
|
4470
4470
|
{
|
|
4471
4471
|
name: 'GRATE',
|
|
4472
|
-
description: '
|
|
4472
|
+
description: '',
|
|
4473
4473
|
lines: [
|
|
4474
4474
|
{
|
|
4475
4475
|
angle: 0,
|
|
@@ -4493,7 +4493,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4493
4493
|
},
|
|
4494
4494
|
{
|
|
4495
4495
|
name: 'GRAVEL',
|
|
4496
|
-
description: '
|
|
4496
|
+
description: '',
|
|
4497
4497
|
lines: [
|
|
4498
4498
|
{
|
|
4499
4499
|
angle: 228.0127875,
|
|
@@ -4868,7 +4868,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4868
4868
|
},
|
|
4869
4869
|
{
|
|
4870
4870
|
name: 'HEX',
|
|
4871
|
-
description: '
|
|
4871
|
+
description: '',
|
|
4872
4872
|
lines: [
|
|
4873
4873
|
{
|
|
4874
4874
|
angle: 0,
|
|
@@ -4901,7 +4901,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4901
4901
|
},
|
|
4902
4902
|
{
|
|
4903
4903
|
name: 'HONEY',
|
|
4904
|
-
description: '
|
|
4904
|
+
description: '',
|
|
4905
4905
|
lines: [
|
|
4906
4906
|
{
|
|
4907
4907
|
angle: 0,
|
|
@@ -4934,7 +4934,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4934
4934
|
},
|
|
4935
4935
|
{
|
|
4936
4936
|
name: 'HOUND',
|
|
4937
|
-
description: '
|
|
4937
|
+
description: '',
|
|
4938
4938
|
lines: [
|
|
4939
4939
|
{
|
|
4940
4940
|
angle: 0,
|
|
@@ -4958,7 +4958,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4958
4958
|
},
|
|
4959
4959
|
{
|
|
4960
4960
|
name: 'INSUL',
|
|
4961
|
-
description: '
|
|
4961
|
+
description: '',
|
|
4962
4962
|
lines: [
|
|
4963
4963
|
{
|
|
4964
4964
|
angle: 0,
|
|
@@ -4991,7 +4991,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
4991
4991
|
},
|
|
4992
4992
|
{
|
|
4993
4993
|
name: 'ACAD_ISO02W100',
|
|
4994
|
-
description: '
|
|
4994
|
+
description: '',
|
|
4995
4995
|
lines: [
|
|
4996
4996
|
{
|
|
4997
4997
|
angle: 0,
|
|
@@ -5006,7 +5006,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5006
5006
|
},
|
|
5007
5007
|
{
|
|
5008
5008
|
name: 'ACAD_ISO03W100',
|
|
5009
|
-
description: '
|
|
5009
|
+
description: '',
|
|
5010
5010
|
lines: [
|
|
5011
5011
|
{
|
|
5012
5012
|
angle: 0,
|
|
@@ -5021,7 +5021,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5021
5021
|
},
|
|
5022
5022
|
{
|
|
5023
5023
|
name: 'ACAD_ISO04W100',
|
|
5024
|
-
description: '
|
|
5024
|
+
description: '',
|
|
5025
5025
|
lines: [
|
|
5026
5026
|
{
|
|
5027
5027
|
angle: 0,
|
|
@@ -5036,7 +5036,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5036
5036
|
},
|
|
5037
5037
|
{
|
|
5038
5038
|
name: 'ACAD_ISO05W100',
|
|
5039
|
-
description: '
|
|
5039
|
+
description: '',
|
|
5040
5040
|
lines: [
|
|
5041
5041
|
{
|
|
5042
5042
|
angle: 0,
|
|
@@ -5051,7 +5051,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5051
5051
|
},
|
|
5052
5052
|
{
|
|
5053
5053
|
name: 'ACAD_ISO06W100',
|
|
5054
|
-
description: '
|
|
5054
|
+
description: '',
|
|
5055
5055
|
lines: [
|
|
5056
5056
|
{
|
|
5057
5057
|
angle: 0,
|
|
@@ -5075,7 +5075,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5075
5075
|
},
|
|
5076
5076
|
{
|
|
5077
5077
|
name: 'ACAD_ISO07W100',
|
|
5078
|
-
description: '
|
|
5078
|
+
description: '',
|
|
5079
5079
|
lines: [
|
|
5080
5080
|
{
|
|
5081
5081
|
angle: 0,
|
|
@@ -5090,7 +5090,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5090
5090
|
},
|
|
5091
5091
|
{
|
|
5092
5092
|
name: 'ACAD_ISO08W100',
|
|
5093
|
-
description: '
|
|
5093
|
+
description: '',
|
|
5094
5094
|
lines: [
|
|
5095
5095
|
{
|
|
5096
5096
|
angle: 0,
|
|
@@ -5105,7 +5105,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5105
5105
|
},
|
|
5106
5106
|
{
|
|
5107
5107
|
name: 'ACAD_ISO09W100',
|
|
5108
|
-
description: '
|
|
5108
|
+
description: '',
|
|
5109
5109
|
lines: [
|
|
5110
5110
|
{
|
|
5111
5111
|
angle: 0,
|
|
@@ -5120,7 +5120,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5120
5120
|
},
|
|
5121
5121
|
{
|
|
5122
5122
|
name: 'ACAD_ISO10W100',
|
|
5123
|
-
description: '
|
|
5123
|
+
description: '',
|
|
5124
5124
|
lines: [
|
|
5125
5125
|
{
|
|
5126
5126
|
angle: 0,
|
|
@@ -5135,7 +5135,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5135
5135
|
},
|
|
5136
5136
|
{
|
|
5137
5137
|
name: 'ACAD_ISO11W100',
|
|
5138
|
-
description: '
|
|
5138
|
+
description: '',
|
|
5139
5139
|
lines: [
|
|
5140
5140
|
{
|
|
5141
5141
|
angle: 0,
|
|
@@ -5150,7 +5150,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5150
5150
|
},
|
|
5151
5151
|
{
|
|
5152
5152
|
name: 'ACAD_ISO12W100',
|
|
5153
|
-
description: '
|
|
5153
|
+
description: '',
|
|
5154
5154
|
lines: [
|
|
5155
5155
|
{
|
|
5156
5156
|
angle: 0,
|
|
@@ -5165,7 +5165,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5165
5165
|
},
|
|
5166
5166
|
{
|
|
5167
5167
|
name: 'ACAD_ISO13W100',
|
|
5168
|
-
description: '
|
|
5168
|
+
description: '',
|
|
5169
5169
|
lines: [
|
|
5170
5170
|
{
|
|
5171
5171
|
angle: 0,
|
|
@@ -5189,7 +5189,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5189
5189
|
},
|
|
5190
5190
|
{
|
|
5191
5191
|
name: 'ACAD_ISO14W100',
|
|
5192
|
-
description: '
|
|
5192
|
+
description: '',
|
|
5193
5193
|
lines: [
|
|
5194
5194
|
{
|
|
5195
5195
|
angle: 0,
|
|
@@ -5213,7 +5213,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5213
5213
|
},
|
|
5214
5214
|
{
|
|
5215
5215
|
name: 'ACAD_ISO15W100',
|
|
5216
|
-
description: '
|
|
5216
|
+
description: '',
|
|
5217
5217
|
lines: [
|
|
5218
5218
|
{
|
|
5219
5219
|
angle: 0,
|
|
@@ -5237,7 +5237,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5237
5237
|
},
|
|
5238
5238
|
{
|
|
5239
5239
|
name: 'JIS_LC_20',
|
|
5240
|
-
description: '
|
|
5240
|
+
description: '',
|
|
5241
5241
|
lines: [
|
|
5242
5242
|
{
|
|
5243
5243
|
angle: 45,
|
|
@@ -5261,7 +5261,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5261
5261
|
},
|
|
5262
5262
|
{
|
|
5263
5263
|
name: 'JIS_LC_20A',
|
|
5264
|
-
description: '
|
|
5264
|
+
description: '',
|
|
5265
5265
|
lines: [
|
|
5266
5266
|
{
|
|
5267
5267
|
angle: 45,
|
|
@@ -5285,7 +5285,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5285
5285
|
},
|
|
5286
5286
|
{
|
|
5287
5287
|
name: 'JIS_LC_8',
|
|
5288
|
-
description: '
|
|
5288
|
+
description: '',
|
|
5289
5289
|
lines: [
|
|
5290
5290
|
{
|
|
5291
5291
|
angle: 45,
|
|
@@ -5309,7 +5309,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5309
5309
|
},
|
|
5310
5310
|
{
|
|
5311
5311
|
name: 'JIS_LC_8A',
|
|
5312
|
-
description: '
|
|
5312
|
+
description: '',
|
|
5313
5313
|
lines: [
|
|
5314
5314
|
{
|
|
5315
5315
|
angle: 45,
|
|
@@ -5333,7 +5333,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5333
5333
|
},
|
|
5334
5334
|
{
|
|
5335
5335
|
name: 'JIS_RC_10',
|
|
5336
|
-
description: '
|
|
5336
|
+
description: '',
|
|
5337
5337
|
lines: [
|
|
5338
5338
|
{
|
|
5339
5339
|
angle: 45,
|
|
@@ -5366,7 +5366,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5366
5366
|
},
|
|
5367
5367
|
{
|
|
5368
5368
|
name: 'JIS_RC_15',
|
|
5369
|
-
description: '
|
|
5369
|
+
description: '',
|
|
5370
5370
|
lines: [
|
|
5371
5371
|
{
|
|
5372
5372
|
angle: 45,
|
|
@@ -5399,7 +5399,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5399
5399
|
},
|
|
5400
5400
|
{
|
|
5401
5401
|
name: 'JIS_RC_18',
|
|
5402
|
-
description: '
|
|
5402
|
+
description: '',
|
|
5403
5403
|
lines: [
|
|
5404
5404
|
{
|
|
5405
5405
|
angle: 45,
|
|
@@ -5432,7 +5432,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5432
5432
|
},
|
|
5433
5433
|
{
|
|
5434
5434
|
name: 'JIS_RC_30',
|
|
5435
|
-
description: '
|
|
5435
|
+
description: '',
|
|
5436
5436
|
lines: [
|
|
5437
5437
|
{
|
|
5438
5438
|
angle: 45,
|
|
@@ -5465,7 +5465,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5465
5465
|
},
|
|
5466
5466
|
{
|
|
5467
5467
|
name: 'JIS_STN_1E',
|
|
5468
|
-
description: '
|
|
5468
|
+
description: '',
|
|
5469
5469
|
lines: [
|
|
5470
5470
|
{
|
|
5471
5471
|
angle: 45,
|
|
@@ -5489,7 +5489,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5489
5489
|
},
|
|
5490
5490
|
{
|
|
5491
5491
|
name: 'JIS_STN_2.5',
|
|
5492
|
-
description: '
|
|
5492
|
+
description: '',
|
|
5493
5493
|
lines: [
|
|
5494
5494
|
{
|
|
5495
5495
|
angle: 45,
|
|
@@ -5513,7 +5513,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5513
5513
|
},
|
|
5514
5514
|
{
|
|
5515
5515
|
name: 'JIS_WOOD',
|
|
5516
|
-
description: '
|
|
5516
|
+
description: '',
|
|
5517
5517
|
lines: [
|
|
5518
5518
|
{
|
|
5519
5519
|
angle: 45,
|
|
@@ -5528,7 +5528,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5528
5528
|
},
|
|
5529
5529
|
{
|
|
5530
5530
|
name: 'LINE',
|
|
5531
|
-
description: '
|
|
5531
|
+
description: '',
|
|
5532
5532
|
lines: [
|
|
5533
5533
|
{
|
|
5534
5534
|
angle: 0,
|
|
@@ -5543,7 +5543,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5543
5543
|
},
|
|
5544
5544
|
{
|
|
5545
5545
|
name: 'MUDST',
|
|
5546
|
-
description: '
|
|
5546
|
+
description: '',
|
|
5547
5547
|
lines: [
|
|
5548
5548
|
{
|
|
5549
5549
|
angle: 0,
|
|
@@ -5558,7 +5558,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5558
5558
|
},
|
|
5559
5559
|
{
|
|
5560
5560
|
name: 'NET',
|
|
5561
|
-
description: '
|
|
5561
|
+
description: '',
|
|
5562
5562
|
lines: [
|
|
5563
5563
|
{
|
|
5564
5564
|
angle: 0,
|
|
@@ -5582,7 +5582,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5582
5582
|
},
|
|
5583
5583
|
{
|
|
5584
5584
|
name: 'NET3',
|
|
5585
|
-
description: '
|
|
5585
|
+
description: '',
|
|
5586
5586
|
lines: [
|
|
5587
5587
|
{
|
|
5588
5588
|
angle: 0,
|
|
@@ -5615,7 +5615,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5615
5615
|
},
|
|
5616
5616
|
{
|
|
5617
5617
|
name: 'PLAST',
|
|
5618
|
-
description: '
|
|
5618
|
+
description: '',
|
|
5619
5619
|
lines: [
|
|
5620
5620
|
{
|
|
5621
5621
|
angle: 0,
|
|
@@ -5648,7 +5648,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5648
5648
|
},
|
|
5649
5649
|
{
|
|
5650
5650
|
name: 'PLASTI',
|
|
5651
|
-
description: '
|
|
5651
|
+
description: '',
|
|
5652
5652
|
lines: [
|
|
5653
5653
|
{
|
|
5654
5654
|
angle: 0,
|
|
@@ -5690,7 +5690,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5690
5690
|
},
|
|
5691
5691
|
{
|
|
5692
5692
|
name: 'SACNCR',
|
|
5693
|
-
description: '
|
|
5693
|
+
description: '',
|
|
5694
5694
|
lines: [
|
|
5695
5695
|
{
|
|
5696
5696
|
angle: 45,
|
|
@@ -5714,7 +5714,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5714
5714
|
},
|
|
5715
5715
|
{
|
|
5716
5716
|
name: 'SQUARE',
|
|
5717
|
-
description: '
|
|
5717
|
+
description: '',
|
|
5718
5718
|
lines: [
|
|
5719
5719
|
{
|
|
5720
5720
|
angle: 0,
|
|
@@ -5738,7 +5738,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5738
5738
|
},
|
|
5739
5739
|
{
|
|
5740
5740
|
name: 'STARS',
|
|
5741
|
-
description: '
|
|
5741
|
+
description: '',
|
|
5742
5742
|
lines: [
|
|
5743
5743
|
{
|
|
5744
5744
|
angle: 0,
|
|
@@ -5771,7 +5771,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5771
5771
|
},
|
|
5772
5772
|
{
|
|
5773
5773
|
name: 'STEEL',
|
|
5774
|
-
description: '
|
|
5774
|
+
description: '',
|
|
5775
5775
|
lines: [
|
|
5776
5776
|
{
|
|
5777
5777
|
angle: 45,
|
|
@@ -5795,7 +5795,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5795
5795
|
},
|
|
5796
5796
|
{
|
|
5797
5797
|
name: 'SWAMP',
|
|
5798
|
-
description: '
|
|
5798
|
+
description: '',
|
|
5799
5799
|
lines: [
|
|
5800
5800
|
{
|
|
5801
5801
|
angle: 0,
|
|
@@ -5855,7 +5855,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5855
5855
|
},
|
|
5856
5856
|
{
|
|
5857
5857
|
name: 'TRANS',
|
|
5858
|
-
description: '
|
|
5858
|
+
description: '',
|
|
5859
5859
|
lines: [
|
|
5860
5860
|
{
|
|
5861
5861
|
angle: 0,
|
|
@@ -5879,7 +5879,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5879
5879
|
},
|
|
5880
5880
|
{
|
|
5881
5881
|
name: 'TRIANG',
|
|
5882
|
-
description: '
|
|
5882
|
+
description: '',
|
|
5883
5883
|
lines: [
|
|
5884
5884
|
{
|
|
5885
5885
|
angle: 60,
|
|
@@ -5912,7 +5912,7 @@ export var AcDbPredefinedAcadIsoPat = {
|
|
|
5912
5912
|
},
|
|
5913
5913
|
{
|
|
5914
5914
|
name: 'ZIGZAG',
|
|
5915
|
-
description: '
|
|
5915
|
+
description: '',
|
|
5916
5916
|
lines: [
|
|
5917
5917
|
{
|
|
5918
5918
|
angle: 0,
|