occt-gltf-addon-linux-x64 0.1.1 → 0.1.2

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.
Files changed (214) hide show
  1. package/LICENSE_LGPL_21.txt +502 -0
  2. package/OCCT_LGPL_EXCEPTION.txt +10 -0
  3. package/README.md +2 -2
  4. package/index.js +63 -1
  5. package/lib/libTKBO.so.8.0.0 +0 -0
  6. package/lib/libTKBRep.so.8.0.0 +0 -0
  7. package/lib/libTKBin.so.8.0.0 +0 -0
  8. package/lib/libTKBinL.so.8.0.0 +0 -0
  9. package/lib/libTKBinTObj.so.8.0.0 +0 -0
  10. package/lib/libTKBinXCAF.so.8.0.0 +0 -0
  11. package/lib/libTKBool.so.8.0.0 +0 -0
  12. package/lib/libTKCAF.so.8.0.0 +0 -0
  13. package/lib/libTKCDF.so.8.0.0 +0 -0
  14. package/lib/libTKDE.so.8.0.0 +0 -0
  15. package/lib/libTKDECascade.so.8.0.0 +0 -0
  16. package/lib/libTKDEIGES.so.8.0.0 +0 -0
  17. package/lib/libTKDEOBJ.so.8.0.0 +0 -0
  18. package/lib/libTKDEPLY.so.8.0.0 +0 -0
  19. package/lib/libTKDESTEP.so.8.0.0 +0 -0
  20. package/lib/libTKDESTL.so.8.0.0 +0 -0
  21. package/lib/libTKDEVRML.so.8.0.0 +0 -0
  22. package/lib/libTKExpress.so.8.0.0 +0 -0
  23. package/lib/libTKFeat.so.8.0.0 +0 -0
  24. package/lib/libTKFillet.so.8.0.0 +0 -0
  25. package/lib/libTKG2d.so.8.0.0 +0 -0
  26. package/lib/libTKG3d.so.8.0.0 +0 -0
  27. package/lib/libTKGeomAlgo.so.8.0.0 +0 -0
  28. package/lib/libTKGeomBase.so.8.0.0 +0 -0
  29. package/lib/libTKHLR.so.8.0.0 +0 -0
  30. package/lib/libTKHelix.so.8.0.0 +0 -0
  31. package/lib/libTKLCAF.so.8.0.0 +0 -0
  32. package/lib/libTKMath.so.8.0.0 +0 -0
  33. package/lib/libTKMesh.so.8.0.0 +0 -0
  34. package/lib/libTKOffset.so.8.0.0 +0 -0
  35. package/lib/libTKPrim.so.8.0.0 +0 -0
  36. package/lib/libTKRWMesh.so.8.0.0 +0 -0
  37. package/lib/libTKService.so.8.0.0 +0 -0
  38. package/lib/libTKShHealing.so.8.0.0 +0 -0
  39. package/lib/libTKStd.so.8.0.0 +0 -0
  40. package/lib/libTKStdL.so.8.0.0 +0 -0
  41. package/lib/libTKTObj.so.8.0.0 +0 -0
  42. package/lib/libTKTopAlgo.so.8.0.0 +0 -0
  43. package/lib/libTKV3d.so.8.0.0 +0 -0
  44. package/lib/libTKVCAF.so.8.0.0 +0 -0
  45. package/lib/libTKXCAF.so.8.0.0 +0 -0
  46. package/lib/libTKXMesh.so.8.0.0 +0 -0
  47. package/lib/libTKXSBase.so.8.0.0 +0 -0
  48. package/lib/libTKXml.so.8.0.0 +0 -0
  49. package/lib/libTKXmlL.so.8.0.0 +0 -0
  50. package/lib/libTKXmlTObj.so.8.0.0 +0 -0
  51. package/lib/libTKXmlXCAF.so.8.0.0 +0 -0
  52. package/lib/libTKernel.so.8.0.0 +0 -0
  53. package/lib/libdraco.so.1 +0 -0
  54. package/lib/libtbb.so.2 +0 -0
  55. package/lib/libtbbmalloc.so.2 +0 -0
  56. package/lib/libtbbmalloc_proxy.so.2 +0 -0
  57. package/occt_gltf_addon.node +0 -0
  58. package/package.json +6 -2
  59. package/resources/BOPAlgo/BOPAlgo.msg +129 -0
  60. package/resources/BOPAlgo/FILES +1 -0
  61. package/resources/DrawResources/CURVES.tcl +38 -0
  62. package/resources/DrawResources/CheckCommands.tcl +1206 -0
  63. package/resources/DrawResources/DrawDefault +130 -0
  64. package/resources/DrawResources/DrawPlugin +64 -0
  65. package/resources/DrawResources/DrawTK.tcl +623 -0
  66. package/resources/DrawResources/FILES +16 -0
  67. package/resources/DrawResources/Geometry.tcl +96 -0
  68. package/resources/DrawResources/InitEnvironment.tcl +50 -0
  69. package/resources/DrawResources/Move.tcl +85 -0
  70. package/resources/DrawResources/OCC_logo.png +0 -0
  71. package/resources/DrawResources/PROFIL.tcl +726 -0
  72. package/resources/DrawResources/SCAN.tcl +192 -0
  73. package/resources/DrawResources/SURFACES.tcl +35 -0
  74. package/resources/DrawResources/StandardCommands.tcl +451 -0
  75. package/resources/DrawResources/StandardViews.tcl +284 -0
  76. package/resources/DrawResources/TKTopTest.tcl +27 -0
  77. package/resources/DrawResources/TestCommands.tcl +2969 -0
  78. package/resources/DrawResources/Vector.tcl +402 -0
  79. package/resources/DrawResources/dfb_attribns.gif +0 -0
  80. package/resources/DrawResources/dfb_attribute.gif +0 -0
  81. package/resources/DrawResources/dfb_folder.gif +0 -0
  82. package/resources/DrawResources/dftree.tcl +381 -0
  83. package/resources/DrawResources/lamp.ico +0 -0
  84. package/resources/SHMessage/FILES +2 -0
  85. package/resources/SHMessage/SHAPE.fr +267 -0
  86. package/resources/SHMessage/SHAPE.us +267 -0
  87. package/resources/Shaders/Declarations.glsl +276 -0
  88. package/resources/Shaders/DeclarationsImpl.glsl +121 -0
  89. package/resources/Shaders/Display.fs +157 -0
  90. package/resources/Shaders/FILES +27 -0
  91. package/resources/Shaders/LightShadow.glsl +48 -0
  92. package/resources/Shaders/PBRCookTorrance.glsl +20 -0
  93. package/resources/Shaders/PBRDirectionalLight.glsl +20 -0
  94. package/resources/Shaders/PBRDistribution.glsl +9 -0
  95. package/resources/Shaders/PBREnvBaking.fs +226 -0
  96. package/resources/Shaders/PBREnvBaking.vs +55 -0
  97. package/resources/Shaders/PBRFresnel.glsl +36 -0
  98. package/resources/Shaders/PBRGeometry.glsl +13 -0
  99. package/resources/Shaders/PBRIllumination.glsl +28 -0
  100. package/resources/Shaders/PBRPointLight.glsl +27 -0
  101. package/resources/Shaders/PBRSpotLight.glsl +45 -0
  102. package/resources/Shaders/PathtraceBase.fs +993 -0
  103. package/resources/Shaders/PhongDirectionalLight.glsl +29 -0
  104. package/resources/Shaders/PhongPointLight.glsl +36 -0
  105. package/resources/Shaders/PhongShading.fs +191 -0
  106. package/resources/Shaders/PhongShading.vs +43 -0
  107. package/resources/Shaders/PhongSpotLight.glsl +52 -0
  108. package/resources/Shaders/PointLightAttenuation.glsl +35 -0
  109. package/resources/Shaders/RaytraceBase.fs +1236 -0
  110. package/resources/Shaders/RaytraceBase.vs +12 -0
  111. package/resources/Shaders/RaytraceRender.fs +134 -0
  112. package/resources/Shaders/RaytraceSmooth.fs +80 -0
  113. package/resources/Shaders/SkydomBackground.fs +300 -0
  114. package/resources/Shaders/TangentSpaceNormal.glsl +17 -0
  115. package/resources/StdResource/FILES +6 -0
  116. package/resources/StdResource/MigrationSheet.txt +21 -0
  117. package/resources/StdResource/Plugin +52 -0
  118. package/resources/StdResource/Standard +25 -0
  119. package/resources/StdResource/StandardLite +22 -0
  120. package/resources/StdResource/TObj +17 -0
  121. package/resources/StdResource/XCAF +50 -0
  122. package/resources/TObj/FILES +1 -0
  123. package/resources/TObj/TObj.msg +85 -0
  124. package/resources/Textures/1d_elevation.rgb +0 -0
  125. package/resources/Textures/2d_MatraDatavision.rgb +0 -0
  126. package/resources/Textures/2d_alienskin.rgb +0 -0
  127. package/resources/Textures/2d_aluminum.rgb +0 -0
  128. package/resources/Textures/2d_blue_rock.rgb +0 -0
  129. package/resources/Textures/2d_bluewhite_paper.rgb +0 -0
  130. package/resources/Textures/2d_brushed.rgb +0 -0
  131. package/resources/Textures/2d_bubbles.rgb +0 -0
  132. package/resources/Textures/2d_bumps.rgb +0 -0
  133. package/resources/Textures/2d_cast.rgb +0 -0
  134. package/resources/Textures/2d_chess.rgba +0 -0
  135. package/resources/Textures/2d_chipbd.rgb +0 -0
  136. package/resources/Textures/2d_clouds.rgb +0 -0
  137. package/resources/Textures/2d_flesh.rgb +0 -0
  138. package/resources/Textures/2d_floor.rgb +0 -0
  139. package/resources/Textures/2d_galvnisd.rgb +0 -0
  140. package/resources/Textures/2d_grass.rgb +0 -0
  141. package/resources/Textures/2d_knurl.rgb +0 -0
  142. package/resources/Textures/2d_maple.rgb +0 -0
  143. package/resources/Textures/2d_marble.rgb +0 -0
  144. package/resources/Textures/2d_mottled.rgb +0 -0
  145. package/resources/Textures/2d_rain.rgb +0 -0
  146. package/resources/Textures/2d_rock.rgb +0 -0
  147. package/resources/Textures/FILES +31 -0
  148. package/resources/Textures/env_clouds.rgb +0 -0
  149. package/resources/Textures/env_cv.rgb +0 -0
  150. package/resources/Textures/env_lines.rgb +0 -0
  151. package/resources/Textures/env_medit.rgb +0 -0
  152. package/resources/Textures/env_pearl.rgb +0 -0
  153. package/resources/Textures/env_road.rgb +0 -0
  154. package/resources/Textures/env_sky1.rgb +0 -0
  155. package/resources/Textures/env_sky2.rgb +0 -0
  156. package/resources/UnitsAPI/CurrentUnits +74 -0
  157. package/resources/UnitsAPI/FILES +4 -0
  158. package/resources/UnitsAPI/MDTVBaseUnits +70 -0
  159. package/resources/UnitsAPI/MDTVCurrentUnits +74 -0
  160. package/resources/UnitsAPI/Units.dat +481 -0
  161. package/resources/XRResources/FILES +10 -0
  162. package/resources/XRResources/occtvr_actions.json +225 -0
  163. package/resources/XRResources/occtvr_bindings_generic.json +87 -0
  164. package/resources/XRResources/occtvr_bindings_holographic_hmd.json +18 -0
  165. package/resources/XRResources/occtvr_bindings_index_hmd.json +18 -0
  166. package/resources/XRResources/occtvr_bindings_rift.json +18 -0
  167. package/resources/XRResources/occtvr_bindings_touch.json +160 -0
  168. package/resources/XRResources/occtvr_bindings_vive.json +18 -0
  169. package/resources/XRResources/occtvr_bindings_vive_controller.json +139 -0
  170. package/resources/XRResources/occtvr_bindings_vive_cosmos.json +18 -0
  171. package/resources/XRResources/occtvr_bindings_vive_pro.json +18 -0
  172. package/resources/XSMessage/FILES +2 -0
  173. package/resources/XSMessage/XSTEP.fr +1026 -0
  174. package/resources/XSMessage/XSTEP.us +1023 -0
  175. package/resources/XSTEPResource/FILES +2 -0
  176. package/resources/XSTEPResource/IGES +65 -0
  177. package/resources/XSTEPResource/STEP +68 -0
  178. package/resources/XmlOcafResource/FILES +11 -0
  179. package/resources/XmlOcafResource/XmlOcaf.xsd +131 -0
  180. package/resources/XmlOcafResource/XmlOcaf_SmallTypes.xsd +217 -0
  181. package/resources/XmlOcafResource/XmlOcaf_TDF.xsd +33 -0
  182. package/resources/XmlOcafResource/XmlOcaf_TDataStd.xsd +230 -0
  183. package/resources/XmlOcafResource/XmlOcaf_TDataStd_Name.xsd +37 -0
  184. package/resources/XmlOcafResource/XmlOcaf_TDocStd.xsd +37 -0
  185. package/resources/XmlOcafResource/XmlOcaf_TFunction.xsd +38 -0
  186. package/resources/XmlOcafResource/XmlOcaf_TNaming.xsd +128 -0
  187. package/resources/XmlOcafResource/XmlOcaf_TNaming_NamedShape.xsd +97 -0
  188. package/resources/XmlOcafResource/XmlOcaf_TPrsStd.xsd +42 -0
  189. package/resources/XmlOcafResource/XmlXcaf.xsd +109 -0
  190. package/resources/samples/tcl/ANC101.tcl +282 -0
  191. package/resources/samples/tcl/DataExchangeDemo.tcl +85 -0
  192. package/resources/samples/tcl/MBBGehauseRohteil.tcl +268 -0
  193. package/resources/samples/tcl/ModelingDemo.tcl +120 -0
  194. package/resources/samples/tcl/Penrose.tcl +87 -0
  195. package/resources/samples/tcl/Readme.txt +4 -0
  196. package/resources/samples/tcl/VisualizationDemo.tcl +162 -0
  197. package/resources/samples/tcl/bottle.tcl +115 -0
  198. package/resources/samples/tcl/cad.tcl +63 -0
  199. package/resources/samples/tcl/cpu.tcl +327 -0
  200. package/resources/samples/tcl/cutter.tcl +91 -0
  201. package/resources/samples/tcl/dimensions.tcl +83 -0
  202. package/resources/samples/tcl/drill.tcl +147 -0
  203. package/resources/samples/tcl/logo2019.tcl +89 -0
  204. package/resources/samples/tcl/markers.tcl +76 -0
  205. package/resources/samples/tcl/materials.tcl +75 -0
  206. package/resources/samples/tcl/pathtrace_ball.tcl +79 -0
  207. package/resources/samples/tcl/pathtrace_cube.tcl +85 -0
  208. package/resources/samples/tcl/pathtrace_materials.tcl +229 -0
  209. package/resources/samples/tcl/pencil.tcl +64 -0
  210. package/resources/samples/tcl/raytrace.tcl +44 -0
  211. package/resources/samples/tcl/snowflake.tcl +161 -0
  212. package/resources/samples/tcl/spheres.tcl +148 -0
  213. package/resources/samples/tcl/vis_pbr_spheres.tcl +94 -0
  214. package/resources/samples/tcl/xde.tcl +47 -0
@@ -0,0 +1,1023 @@
1
+ !LOADING PHASE
2
+ .XSTEP_1
3
+ Beginning of IGES file memory loading.
4
+ !
5
+ .XSTEP_2
6
+ IGES file opening error.
7
+ !
8
+ .XSTEP_3
9
+ Reason : No such file or directory.
10
+ !
11
+ .XSTEP_4
12
+ Reason : Not enough space.
13
+ !
14
+ .XSTEP_5
15
+ Reason : Permission denied.
16
+ !
17
+ .XSTEP_6
18
+ Reason : Too many open files.
19
+ !
20
+ .XSTEP_7
21
+ Reason : No determined.
22
+ !
23
+ .XSTEP_8
24
+ End of loading IGES file to memory (Elapsed time : %s).
25
+
26
+ !
27
+ .XSTEP_9
28
+ Beginning of IGES file reading.
29
+ !
30
+ .XSTEP_10
31
+ End of IGES file reading.
32
+ !
33
+ .XSTEP_11
34
+ Internal error during file header reading. Process continues.
35
+ !
36
+ .XSTEP_12
37
+ Header and content of IGES file are loaded.
38
+ !
39
+ .XSTEP_13
40
+ Internal error during reading of entity %d.
41
+ !
42
+ .XSTEP_14
43
+ Internal error during reading of entity %d (parameter %d).
44
+ !
45
+ .XSTEP_15
46
+ Total number of loaded entities %d.
47
+ !
48
+ .XSTEP_16
49
+ Beginning of model loading.
50
+ !
51
+ .XSTEP_17
52
+ End of model loading.
53
+ !
54
+ .XSTEP_18
55
+ Syntax error in IGES file at line %d in section %s.
56
+ !
57
+ .XSTEP_19
58
+ Syntax error in IGES file at line %d in section %s (line number may be incorrect).
59
+ !
60
+ .XSTEP_20
61
+ There is no Terminate Section, please check end of IGES file. Process continues.
62
+ !
63
+ .XSTEP_21
64
+ Number of ignored Null Entities : %d.
65
+ !
66
+ .XSTEP_22
67
+ Unknown entity %s.
68
+ !
69
+ .XSTEP_23
70
+ Recovered entity %s.
71
+ !
72
+ .XSTEP_24
73
+ Report : %d unknown entities.
74
+ !
75
+ .XSTEP_25
76
+ Number of fails in memory loading : %d.
77
+ !
78
+ .XSTEP_26
79
+ Number of warnings in memory loading : %d.
80
+ !
81
+ .XSTEP_27
82
+ Directory Entry : there is no parameter. Process continues.
83
+ !
84
+ .XSTEP_28
85
+ Directory Entry : parameter 1 (entity type) is incorrect.
86
+ !
87
+ .XSTEP_29
88
+ Directory Entry : Field 4 (Line Font Pattern) is incorrect (Non null pointer or Integer between 0 and 5 was expected).
89
+ !
90
+ .XSTEP_30
91
+ Directory Entry : Field 5 (Level) isincorrect (Not null pointer or not null Integer was expected).
92
+ !
93
+ .XSTEP_31
94
+ Directory Entry : Field 6 (View) is incorrect (Not null pointer or Integer Zero was expected).
95
+ !
96
+ .XSTEP_32
97
+ Directory Entry : Field 7 (Transformation Matrix) is incorrect (Not null pointer or Integer Zero was expected).
98
+ !
99
+ .XSTEP_33
100
+ Directory Entry : Field 8 (Label Display Associativity) is incorrect (Not null pointer or Integer Zero was expected).
101
+ !
102
+ .XSTEP_34
103
+ Directory Entry : Field 13 (Color Number) is incorrect (Not null pointer or Integer between 0 and 8 was expected).
104
+ !
105
+ .XSTEP_35
106
+ Null entity %s.
107
+ !
108
+ .XSTEP_36
109
+ Unknown entity %s.
110
+ !
111
+ .XSTEP_37
112
+ Associativity list is incorrect.
113
+ !
114
+ .XSTEP_38
115
+ Property list is incorrect.
116
+ ! ANALYSIS PHASE
117
+ .XSTEP_39
118
+ Global Section : Incorrect number of parameters (%d or %d parameters were expected).
119
+ !
120
+ .XSTEP_40
121
+ Global Section (Parameters 1 and 2) : Parameter Delimiter Character and Record Delimiter Character must not have the same value.
122
+ !
123
+ .XSTEP_41
124
+ Global Section (Parameter 2) : Parameter Delimiter Character is incorrect. Default character comma taken.
125
+ !
126
+ .XSTEP_42
127
+ Global Section (Parameter 2) : Character Record Delimiter parameter is incorrect. Default character Semicolon taken.
128
+ !
129
+ .XSTEP_43
130
+ Global Section (Parameter 8) : Single Precision Magnitude parameter is incorrect (Expected positive Integer). Default value 38 taken.
131
+ !
132
+ .XSTEP_44
133
+ Global Section (Parameter 9) : Single Precision Significance parameter is incorrect (Expected positive Integer). Default value 6 taken.
134
+ !
135
+ .XSTEP_45
136
+ Global Section (Parameter 10) : Double Precision Magnitude parameter is incorrect (Expected positive Integer). Default value 308 taken.
137
+ !
138
+ .XSTEP_46
139
+ Global Section (Parameter 11) : Double Precision Significance parameter is incorrect (Expected positive Integer). Default value 15 taken.
140
+ !
141
+ .XSTEP_47
142
+ Global Section (Parameter 13) : Model Space Scale parameter is incorrect (Expected positive Real). Default value 1.0 taken.
143
+ !
144
+ .XSTEP_48
145
+ Global Section (Parameter 14) : Unit Flag parameter is incorrect (Integer between 1 et 11 was expected). Default value 2 taken : Millimeters.
146
+ !
147
+ .XSTEP_49
148
+ Global Section (Parameter 15): Unit Name parameter is not recognized. Default value 2 taken : Millimeters.srl
149
+ !
150
+ .XSTEP_50
151
+ Global Section (Parameter 15) : Unit Name parameter is undefined : Unit Name ignored.
152
+ !
153
+ .XSTEP_51
154
+ Global Section (Parameter 14 and 15) : Unit Flag parameter does not correspond to Unit Name parameter : Unit Name ignored.
155
+ !
156
+ .XSTEP_52
157
+ Global Section (Parameter 19) : (Expected positive Real). Default value 0.0 taken.
158
+ !
159
+ .XSTEP_53
160
+ Global Section (Parameter 23) : Version Flag parameter is incorrect (Integer between 1 et 11 was expected. Default value 3 taken : Version 2.0.
161
+ !
162
+ .XSTEP_54
163
+ Global Section (Parameter 24) : Drafting Standard Flag parameter is incorrect (Integer between 0 et 7). Default value 3 taken : No standard.Global Section (Parameter 25) : Last change Date parameter was undefined.
164
+ !
165
+ .XSTEP_55
166
+ Global Section (Parameter 25) : Last Change Date parameter is undefined.
167
+ !
168
+ .XSTEP_56
169
+ Global Section (Parameter %d) : Date parameter is undefined.
170
+ !
171
+ .XSTEP_57
172
+ Global Section (Parameter %d) : Incorrect Date Format.
173
+ !
174
+ .XSTEP_58
175
+ Directory Entry (Field 1) : entity type number field is incorrect (Expected Integer : %d).
176
+ !
177
+ .XSTEP_59
178
+ Directory Entry (Field 3) : Structure field is undefined.
179
+ !
180
+ .XSTEP_60
181
+ Directory Entry (Field 4) : Line Font Pattern field is incorrect (Pointer or Integer between 0 and 5 was expected). Default value 0 taken.
182
+ !
183
+ .XSTEP_61
184
+ Directory Entry (Field 5) : Level field is incorrect (Pointer or Integer were expected). Default value 0 taken.
185
+ !
186
+ .XSTEP_62
187
+ Directory Entry (Field 6) : View field is incorrect (Pointer or Zero were expected). Default value 0 taken.
188
+ !
189
+ .XSTEP_63
190
+ Directory Entry (Field 7): Transformation Matrix field is incorrect (Pointer or Zero were expected). Default value 0 taken.
191
+ !
192
+ .XSTEP_64
193
+ Directory Entry (Field 8): Label Display entity field is incorrect (Pointer or Zero were expected). Default value 0 taken.
194
+ !
195
+ .XSTEP_65
196
+ Directory Entry (Field 9) : Blank Status field is incorrect (Expected Integer : 0 or 1).
197
+ !
198
+ .XSTEP_66
199
+ Directory Entry (Field 9) : Subordinate entity Switch field is incorrect (Integer between 0 and 3 was expected).
200
+ !
201
+ .XSTEP_67
202
+ Directory Entry (Field 9) : entity Use Flag is incorrect (Integer between 0 and 6 was expected).
203
+ !
204
+ .XSTEP_68
205
+ Directory Entry (Field 9) : Hierarchy field is incorrect (Integer between 0 and 2 was expected).
206
+ !
207
+ .XSTEP_69
208
+ Directory Entry (Field 12) : Line Weight Number is undefined.
209
+ !
210
+ .XSTEP_70
211
+ Directory Entry (Field 13) : Color Number field is incorrect (Pointer or Integer between 0 and 8 was expected).
212
+ !
213
+ .XSTEP_71
214
+ Directory Entry (Field 15) : Form Number field is incorrect.
215
+ !
216
+ .XSTEP_72
217
+ Directory Entry (Field 19): entity Subscript Number field is incorrect (Integer was expected).
218
+ !Type 116
219
+ .XSTEP_73
220
+ Parameter Data : parameter %d (Coordinate of Point) is incorrect (Real was expected).
221
+ !Type 116
222
+ .XSTEP_74
223
+ Parameter Data : parameter %d (Display Symbol) is incorrect (Subfigure Definition entity, Type 308 was expected).
224
+ !Type 100
225
+ .XSTEP_75
226
+ Parameter Data : parameter 1 (ZT displacement of Arc) is incorrect (Real was expected).
227
+ !Type 100
228
+ .XSTEP_76
229
+ Parameter Data : parameter %d (Arc Center) is incorrect (Real was expected).
230
+ !Type 100
231
+ .XSTEP_77
232
+ Parameter Data : parameter %d (Start Point) is incorrect (Real was expected).
233
+ !Type 100
234
+ .XSTEP_78
235
+ Parameter Data : parameter %d (Terminate Point) is incorrect (Real was expected).
236
+ !Type 102
237
+ .XSTEP_79
238
+ Parameter Data : parameter 1 (Number of Entities) is incorrect : %d (Expected positive Integer).
239
+ !Type 102
240
+ .XSTEP_80
241
+ Parameter Data : Some pointers in entity list are null or negative : ignored (Point, Connect Point or Parameterized Curve Entities were expected).
242
+ !Type 104
243
+ .XSTEP_81
244
+ Parameter Data : parameter %d (Conic Coefficient) is incorrect (Real was expected).
245
+ !Type 104
246
+ .XSTEP_82
247
+ Parameter Data : parameter 7 (Coordinate of Plane) is incorrect (Real was expected).
248
+ !Type 104
249
+ .XSTEP_83
250
+ Parameter Data : parameter %d (Starting Point) is incorrect (Real was expected).
251
+ !Type 104
252
+ .XSTEP_84
253
+ Parameter Data : parameter %d (Terminate Point) is incorrect (Real was expected).
254
+ !Type 106
255
+ .XSTEP_85
256
+ Parameter Data : parameter 1 (Interpretation Flag) is incorrect (Expected Integer : %d).
257
+ !Type 106
258
+ .XSTEP_86
259
+ Parameter Data : parameter 2 (Number of n-tuples) is incorrect (Expected positive Integer).
260
+ !Type 106
261
+ .XSTEP_87
262
+ Parameter Data : parameter 3 (Common Z Displacement) is incorrect (Real was expected).
263
+ !Type 106
264
+ .XSTEP_88
265
+ Parameter Data : not all Data Point parameters are of Real type.
266
+ !Type 110
267
+ .XSTEP_89
268
+ Parameter Data : parameter %d (Starting Point) is incorrect (Real was expected).
269
+ !Type 110
270
+ .XSTEP_90
271
+ Parameter Data : parameter %d (Terminate Point) is incorrect (Real was expected).
272
+ !Type 112
273
+ .XSTEP_91
274
+ Parameter Data : parameter 1 (Spline Type) is incorrect (Integer between 1 and 6 was expected).
275
+ !Type 112
276
+ .XSTEP_92
277
+ Parameter Data (Parameter 2) : parameter 2 (Degree of Continuity) is incorrect (Expected Integer).
278
+ !Type 112
279
+ .XSTEP_93
280
+ Parameter Data : parameter 3 (Number of Dimensions) is incorrect (Expected Integer : 2 or 3).
281
+ !Type 112
282
+ .XSTEP_94
283
+ Parameter Data : parameter 4 (Number of Segments) is incorrect (Expected positive Integer).
284
+ !Type 112
285
+ .XSTEP_95
286
+ Parameter Data : not all Break Point parameters are of Real type.
287
+ !Type 112
288
+ .XSTEP_96
289
+ Parameter Data : entity is planar but parameters BZ, CZ. DZ are not null.
290
+ !Type 126
291
+ .XSTEP_97
292
+ Parameter Data : parameter %d (Upper Index of Sum) is incorrect (Expected positive Integer).
293
+ !Type 126
294
+ .XSTEP_98
295
+ Parameter Data : parameter %d (Degree of Basis Functions) is incorrect (Expected Integer) : Default value 0 taken.
296
+ !Type 126
297
+ .XSTEP_99
298
+ Parameter Data : parameter %d (Planar/Non Planar Flag) is incorrect (Expected Boolean).
299
+ !Type 126
300
+ .XSTEP_100
301
+ Parameter Data : parameter %d (Open/Closed Flag) is incorrect (Expected Boolean).
302
+ !Type 126
303
+ .XSTEP_101
304
+ Parameter Data : parameter %d (Rational/Polynomial Flag) is incorrect (Expected Boolean).
305
+ !Type 126
306
+ .XSTEP_102
307
+ Parameter Data : parameter %d (NonPeriodic/Periodic Flag) is incorrect (Expected Boolean).
308
+ !Type 126
309
+ .XSTEP_103
310
+ Parameter Data : not all Knot Sequence parameters are of Real type.
311
+ !Type 126
312
+ .XSTEP_104
313
+ Parameter Data : not all Weight parameters are of positive Real type.
314
+ !Type 126
315
+ .XSTEP_105
316
+ Parameter Data : parameter %d (Control Point) is incorrect (Real was expected).
317
+ !Type 126
318
+ .XSTEP_106
319
+ Parameter Data : parameter %d (Starting Value) is incorrect (Real was expected).
320
+ !Type 126
321
+ .XSTEP_107
322
+ Parameter Data : parameter %d (Ending Value) is incorrect (Real was expected).
323
+ !Type 126
324
+ .XSTEP_108
325
+ Parameter Data : parameter %d (Unit Normal) is incorrect (Real was expected).
326
+ !Type 126
327
+ .XSTEP_109
328
+ Parameter Data : parameter %d (Unit Normal) is undefined for a planar curve.
329
+ !Type 130
330
+ .XSTEP_110
331
+ Parameter Data : parameter 1 (Curve entity to be offset) is incorrect (Curve entity was expected).
332
+ !Type 130
333
+ .XSTEP_111
334
+ Parameter Data : parameter 2 (Offset Distance Flag) is incorrect (Integer between 1 and 3 was expected).
335
+ !Type 130
336
+ .XSTEP_112
337
+ Parameter Data : parameter 3 (Curve entity whose coordinate describes offset) is incorrect (Curve entity was expected).
338
+ !Type 130
339
+ .XSTEP_113
340
+ Parameter Data : parameter 4 (Particular Coordinate) is incorrect (Expected Integer).
341
+ !Type 130
342
+ .XSTEP_114
343
+ Parameter Data : parameter 5 (Tapered Offset Type Flag) is incorrect (Expected Integer).
344
+ !Type 130
345
+ .XSTEP_115
346
+ Parameter Data : parameter 6 (First Offset distance) is incorrect (Real was expected).
347
+ !Type 130
348
+ .XSTEP_116
349
+ Parameter Data : parameter 7 (Arc Length of First Offset Distance) is incorrect (Real was expected).
350
+ !Type 130
351
+ .XSTEP_117
352
+ Parameter Data : parameter 8 (Second Offset Distance) is incorrect (Real was expected).
353
+ !Type 130
354
+ .XSTEP_118
355
+ Parameter Data : parameter 9 (Arc Length of Second Offset Distance) is incorrect (Real was expected).
356
+ !Type 130
357
+ .XSTEP_119
358
+ Parameter Data : parameter 13 (Offset Curve Starting Parameter Value) is incorrect (Real was expected).
359
+ !Type 130
360
+ .XSTEP_120
361
+ Parameter Data : parameter 14 (Offset Curve Ending Parameter Value) is incorrect (Real was expected).
362
+ !Type 130
363
+ .XSTEP_121
364
+ Parameter Data : parameter %d (Unit Vector Normal to plane) is incorrect (Real was expected).
365
+ !Type 141
366
+ .XSTEP_122
367
+ Parameter Data : parameter 1 (Type of Bounded Surface Representation) is incorrect (Expected Integer : 0 or 1).
368
+ !Type 141
369
+ .XSTEP_123
370
+ Parameter Data : parameter 2 (Trimming Curves Representation) is incorrect (Integer between 0 and 3 was expected).
371
+ !Type 141
372
+ .XSTEP_124
373
+ Parameter Data : parameter 3 (Untrimmed Surface) is incorrect (Untrimmed Surface entity was expected).
374
+ !Type 141
375
+ .XSTEP_125
376
+ Parameter Data : Not parametric Surface %d (parameter 3).
377
+ !Type 141
378
+ .XSTEP_126
379
+ Parameter Data : parameter 4 (Number of Curves) is incorrect (Expected positive).
380
+ !Type 141
381
+ .XSTEP_127
382
+ Parameter Data : parameter 5 (Model Space Curve) is incorrect (Curve entity was expected).
383
+ !Type 141
384
+ .XSTEP_128
385
+ Parameter Data (Parameter 6) : Orientation Flag parameter is incorrect (Expected Integer : 1 or 2).
386
+ !Type 141
387
+ .XSTEP_129
388
+ Parameter Data : parameter 7 (Number of Associated Parameter Space Curves) is incorrect (Expected Integer : 0).
389
+ !Type 141
390
+ .XSTEP_130
391
+ Parameter Data : Some pointers in Parameter Space Curve list are null or negative : ignored (Curve Entities were expected).
392
+ !Type 142
393
+ .XSTEP_131
394
+ Parameter Data : parameter 2 (Surface on which the curve lies) is incorrect (Surface entity was expected).
395
+ !Type 142
396
+ .XSTEP_132
397
+ Parameter Data : parameter 3 (Curve 2D) is incorrect (Curve entity was expected).
398
+ !Type 142
399
+ .XSTEP_133
400
+ Parameter Data : parameter 4 (Curve 3D) is incorrect (Curve entity was expected).
401
+ !Type 142
402
+ .XSTEP_134
403
+ Parameter Data : pointers of Curve 2D and 3D are null (parameter 3 and 4) (Curve Entities were expected).
404
+ !Type 108
405
+ .XSTEP_135
406
+ Parameter Data : parameter %d (Coefficient Of Plane) is incorrect (Real was expected).
407
+ !Type 108
408
+ .XSTEP_136
409
+ Parameter Data : parameter 5 (Closed Curve) is incorrect (Curve entity was expected).
410
+ !Type 108
411
+ .XSTEP_137
412
+ Parameter Data : parameter 5 (Null pointer in Form Number 0 was Expected).
413
+ !Type 108
414
+ .XSTEP_138
415
+ Parameter Data : parameter 9 (Display Symbol Size) is incorrect (Real was expected).
416
+ !Type 108
417
+ .XSTEP_139
418
+ Parameter Data : parameter %d (Coordinate of Display Symbol) is incorrect (Real was expected).
419
+ !Type 114
420
+ .XSTEP_140
421
+ Parameter Data : parameter 1 (Spline Boundary Type) is incorrect (Integer between 1 and 6 was expected).
422
+ !Type 114
423
+ .XSTEP_141
424
+ Parameter Data : parameter 3 (Number of U Segments) is incorrect (Expected positive Integer).
425
+ !Type 114
426
+ .XSTEP_142
427
+ Parameter Data : parameter 4 (Number of V Segments) is incorrect (Expected positive Integer).
428
+ !Type 114
429
+ .XSTEP_143
430
+ Parameter Data : not all Breakpoints in U parameters are of Real type.
431
+ !Type 114
432
+ .XSTEP_144
433
+ Parameter Data : not all Breakpoints in V parameters are of Real type.
434
+ !Type 114
435
+ .XSTEP_145
436
+ Parameter Data : not all %s Coefficient of Patch parameter(s) are of Real type.
437
+ !Type 114
438
+ .XSTEP_146
439
+ Parameter Data : parameter %d (Last Z Coefficient of Patch) is incorrect.
440
+ !Type 114
441
+ .XSTEP_147
442
+ Parameter Data : %s Coefficient of Patch parameters are incorrect (Expected Integer : 16).
443
+ !Type 118
444
+ .XSTEP_148
445
+ Parameter Data : parameter 1 (First Curve) is incorrect.
446
+ !Type 118
447
+ .XSTEP_149
448
+ EParameter Data : parameter 2 (Second Curve) is incorrect.
449
+ !Type 118
450
+ .XSTEP_150
451
+ Parameter Data : parameter 3 (Direction Flag) is incorrect (Integer 0 or 1 was expected).
452
+ !Type 118
453
+ .XSTEP_151
454
+ Parameter Data : parameter 4 (Developable Surface Flag) is incorrect (Integer 0 or 1 was expected).
455
+ !Type 120
456
+ .XSTEP_152
457
+ Parameter Data : parameter 1 (Axis of Revolution) is incorrect.
458
+ !Type 120
459
+ .XSTEP_153
460
+ Parameter Data : parameter 2 (Generatrix entity) is incorrect.
461
+ !Type 120
462
+ .XSTEP_154
463
+ Parameter Data : parameter 3 (Start Angle) is incorrect.
464
+ !Type 120
465
+ .XSTEP_155
466
+ Parameter Data : parameter 4 (Terminate Angle) is incorrect.
467
+ !Type 122
468
+ .XSTEP_156
469
+ Parameter Data : parameter 1 (Generatrix entity) is incorrect.
470
+ !Type 122
471
+ .XSTEP_157
472
+ Parameter Data : parameter %d (Coordinate of Terminate Point) is incorrect.
473
+ !Type 128
474
+ .XSTEP_158
475
+ Parameter Data : Incorrect Additional value.
476
+ !Type 128
477
+ .XSTEP_159
478
+ Parameter Data : Additional Real value : ignored.
479
+ !Type 128
480
+ .XSTEP_160
481
+ Parameter Data : Invalid Number in First Knots sequence.
482
+ !Type 128
483
+ .XSTEP_161
484
+ Parameter Data : Invalid Number in Second Knots sequence.
485
+ !Type 140
486
+ .XSTEP_162
487
+ Parameter Data : parameter %d (Coordinate of Offset Indicator) is incorrect.
488
+ !Type 140
489
+ .XSTEP_163
490
+ Parameter Data : parameter 4 (Offset Distance) is incorrect.
491
+ !Type 140
492
+ .XSTEP_164
493
+ Parameter Data : parameter 5 (Surface entity to be offset) is incorrect.
494
+ !Type 143
495
+ .XSTEP_165
496
+ Parameter Data : parameter 1 (Bounded Surface Representation type) is incorrect (Integer 0 or 1 was expected).
497
+ !Type 143
498
+ .XSTEP_166
499
+ Parameter Data : parameter 2 (Surface entity to be bounded) is incorrect.
500
+ !Type 143
501
+ .XSTEP_167
502
+ Parameter Data : parameter 3 (Number of Boundary entities) is incorrect.
503
+ !Type 143
504
+ .XSTEP_168
505
+ Parameter Data : parameter %d (Boundary entity) is incorrect.
506
+ !Type 144
507
+ .XSTEP_169
508
+ Parameter Data : parameter 1 (Surface to be trimmed) is incorrect.
509
+ !Type 144
510
+ .XSTEP_170
511
+ Parameter Data : parameter 2 (Outer Boundary type) is incorrect (Integer 0 or 1 was expected).
512
+ !Type 144
513
+ .XSTEP_171
514
+ Parameter Data : parameter 3 (Number of Inner Boundary Closed Curves) is incorrect (Expected positive Integer).
515
+ !Type 144
516
+ .XSTEP_172
517
+ Parameter Data : parameter 4 (Outer Boundary) is incorrect (Curve on a Parametric Surface entity, Type 142 was expected).
518
+ !Type 144
519
+ .XSTEP_173
520
+ Parameter Data : parameter %d (Inner Boundary) is incorrect (Curve on a Parametric Surface entity, Type 142 was expected).
521
+ !Type 190
522
+ .XSTEP_174
523
+ Parameter Data : parameter 1 (Point on Surface) is incorrect (Point entity, Type 116 was expected).
524
+ !Type 190
525
+ .XSTEP_175
526
+ Parameter Data : parameter 2 ( Surface Normal Direction) is incorrect (Direction entity was expected).
527
+ !Type 190
528
+ .XSTEP_176
529
+ Parameter Data : parameter 3 (Reference Direction) is incorrect (Direction entity was expected).
530
+ !Type 190
531
+ .XSTEP_177
532
+ Parameter Data : parameter 3 (Null pointer was expected when Form Number field is 1).
533
+ !Type 186
534
+ .XSTEP_178
535
+ Parameter Data : parameter 1 (Shell) is incorrect (Closed Shell entity, Type 514, Form 1 was expected).
536
+ !Type 186
537
+ .XSTEP_179
538
+ Parameter Data : parameter %d (Void Shell) is incorrect (Closed Shell entity, Type 514, Form 1 was expected).
539
+ !Type 186
540
+ .XSTEP_180
541
+ Parameter Data : parameter %d (Orientation Flag) is incorrect (Expected Boolean).
542
+ !Type 186
543
+ .XSTEP_181
544
+ Parameter Data : parameter 3 (Number of Void Shells) is incorrect (Expected positive Integer)
545
+ !Type 502
546
+ .XSTEP_182
547
+ Parameter Data : parameter 1 (Number of Vertex Tuples) is incorrect (Expected positive Integer).
548
+ !Type 502
549
+ .XSTEP_183
550
+ Parameter Data : parameter %d (Coordinate of Vertex) is incorrect (Real was expected).
551
+ !Type 504
552
+ .XSTEP_184
553
+ Parameter Data : parameter 1 (Number of Edge Tuples) is incorrect (Expected positive Integer).
554
+ !Type 504
555
+ .XSTEP_185
556
+ Parameter Data : parameter 2 (Model Space Curve) is incorrect (Curve entity was expected).
557
+ !Type 504
558
+ .XSTEP_186
559
+ Parameter Data : parameter %d (Start Vertex Index) is incorrect (Expected Integer).
560
+ !Type 504
561
+ .XSTEP_187
562
+ Parameter Data : parameter %d (Terminate Vertex Index) is incorrect (Expected Integer).
563
+ !Type 504
564
+ .XSTEP_188
565
+ Parameter Data : parameter %d (Start Vertex List entity) is incorrect (Vertex List entity, Type 502 was expected).
566
+ !Type 504
567
+ .XSTEP_189
568
+ Parameter Data : parameter %d (Terminate Vertex List entity) is incorrect (Vertex List entity, Type 502 was expected).
569
+ !Type 508
570
+ .XSTEP_190
571
+ Parameter Da ta : parameter %d (Edge Type) is incorrect (Integer 0 or 1 was expected).
572
+ !Type 508
573
+ .XSTEP_191
574
+ Parameter Data : parameter %d (List Index) is incorrect (Expected Integer).
575
+ !Type 508
576
+ .XSTEP_192
577
+ Parameter Data : parameter %d (Number of Parameter Curves) is incorrect (Expected positive Integer).
578
+ !Type 508
579
+ .XSTEP_193
580
+ Parameter Data : parameter %d (Vertex or Edge List entity) is incorrect (Vertex List or Edge List entity, Type 502 or 504 was expected).
581
+ !Type 508
582
+ .XSTEP_194
583
+ Parameter Data : parameter %d (Parameter Space Curve) is incorrect (Curve entity was expected).
584
+ !Type 508
585
+ .XSTEP_195
586
+ Parameter Data : parameter %d (Isoparametric Flag) is incorrect (Expected Boolean).
587
+ !Type 510
588
+ .XSTEP_196
589
+ Parameter Data : parameter 1 (Surface) is incorrect.
590
+ !Type 510
591
+ .XSTEP_197
592
+ Parameter Data : parameter 2 (Number of Loops) is incorrect (Expected positive Integer).
593
+ !Type 510
594
+ .XSTEP_198
595
+ Parameter Data : parameter 3 (Outer Loop flag) is incorrect (Expected Boolean).
596
+ !Type 510
597
+ .XSTEP_199
598
+ Parameter Data : parameter %d (Loop of the Face) is incorrect (Loop entity, Type 508 was expected).
599
+ !Type 514
600
+ .XSTEP_200
601
+ Parameter Data : parameter 1 (Number of Faces) is incorrect (Expected positive Integer).
602
+ !Type 514
603
+ .XSTEP_201
604
+ Parameter Data : parameter 2 (Face) is incorrect (Face entity, Type 510 was expected).
605
+ !Type 402, Form 1 or 7
606
+ .XSTEP_202
607
+ Form %d : Parameter Data : parameter 1 (Number of Entries) is incorrect (expected positive integer).
608
+ !Type 402, Form 1 or 7
609
+ .XSTEP_203
610
+ Form %d : Parameter Data : some pointers of entity list are null or negative : ignored (Entities were expected).
611
+ !Type 402
612
+ .XSTEP_204
613
+ Form 9 : Parameter Data : parameter 1 (Number of Parent entity) is incorrect (Expected Integer : 1).
614
+ !Type 402
615
+ .XSTEP_205
616
+ Form 9 : Parameter Data : parameter 2 (Number of Children) is incorrect (expected positive integer).
617
+ !Type 402
618
+ .XSTEP_206
619
+ Form 9 : Parameter Data : parameter 3 (Parent entity) is incorrect (entity expected).
620
+ !Type 402
621
+ .XSTEP_207
622
+ Form 9 : Parameter Data : some pointers in Child Entity List are null or negative : ignored (Entities were expected).
623
+ !Type 308
624
+ .XSTEP_208
625
+ Parameter Data : parameter 1 (Depth of Subfigure) is incorrect (Expected Integer).
626
+ !Type 308
627
+ .XSTEP_209
628
+ Parameter Data : parameter 2 (Subfigure Name) is incorrect : %s (Expected String in hollerith Form).
629
+ !Type 308
630
+ .XSTEP_210
631
+ Parameter Data : parameter 3 (Number of Entities) is incorrect (Expected positive Integer).
632
+ !Type 308
633
+ .XSTEP_211
634
+ Parameter Data : Some pointers of Associated entity List are null or negative : ignored (Entities were expected).
635
+ !Type 408
636
+ .XSTEP_212
637
+ Parameter Data : parameter 1 (Subfigure definition entity) is incorrect (Subfigure definition entity, Type 308 expected).
638
+ !Type 408
639
+ .XSTEP_213
640
+ Parameter Data : parameter %d (Translation data) is incorrect (Real was expected).
641
+ !Type 408
642
+ .XSTEP_214
643
+ Parameter Data : parameter 5 (Scale Factor) is incorrect (Real was expected). Default value 1.0 taken.
644
+ !Type 124
645
+ .XSTEP_215
646
+ Parameter Data : not all parameters are of Real type.
647
+ !
648
+ !ADDED MESSAGES
649
+ .XSTEP_246
650
+ Parameter Data : parameter 4 (Number of segments) is less than 1.
651
+ !
652
+ !
653
+ ! DCE 6/11/98 Add in Load phase
654
+ !
655
+ .XSTEP_276
656
+ Parameter Data : Parameter 1 (Curve creation mode) is invalid (integer expected).
657
+ !
658
+ .XSTEP_277
659
+ Parameter Data : Parameter 5 (Representation preference) is invalid (integer expected).
660
+ !
661
+ .XSTEP_278
662
+ Exception during loading entity %s
663
+ !
664
+ !
665
+ !
666
+ ! ===================================================================
667
+ !
668
+ !
669
+ !
670
+ ! New translation messages ( S3767 )
671
+ !
672
+ .IGES_1000
673
+ Entity %s has not been loaded into memory
674
+ !
675
+ .IGES_1001
676
+ Form %d : Not an implemented entity type : cannot transfer.
677
+ !
678
+ .IGES_1005
679
+ Software error : impossible entity transfer.
680
+ !
681
+ !.IGES_1006 same as 1015
682
+ ! exception raising during transfer.
683
+ !
684
+ .IGES_1010
685
+ Resulting TopoDS_Shape has not same 2D and 3D parametrization.
686
+ !
687
+ .IGES_1015
688
+ Software error : transfer interrupted !
689
+
690
+ .IGES_1020
691
+ Parameter data : pointer %d in associated entity list is null or negative and ignored.
692
+ !
693
+ .IGES_1025
694
+ Transfer error on IGES entity %d : entity skipped.
695
+ !
696
+ .IGES_1030
697
+ Form %d: problems during translation some items in the group.
698
+ !
699
+ .IGES_1035
700
+ Transformation matrix is invalid : not applied.
701
+ !
702
+ .IGES_1036
703
+ Software error : entity skipped.
704
+ !
705
+ .IGES_1040
706
+ Parameter data : pointer %d in entity list is null or has an invalid type and ignored.
707
+ !
708
+ .IGES_1045
709
+ Two consecutives entities are identical (rank %d): only one is transferred.
710
+ !
711
+ .IGES_1050
712
+ %dD curve of rank %d was reversed.
713
+ !
714
+ .IGES_1051
715
+ All %dD curves before rank %d were reversed.
716
+ !
717
+ .IGES_1055
718
+ %dD curves of rank %d were slightly disconnected : repaired.
719
+ !
720
+ .IGES_1060
721
+ %dD curves of rank %d were too disconnected : entity skipped.
722
+ !
723
+ .IGES_1061
724
+ Surface is translated to TopoDS_Shell : entity skipped.
725
+ !
726
+ .IGES_1062
727
+ CurveOnSurface on Composite Surface case not implemented : 3D representation returned.
728
+ !
729
+ .IGES_1066
730
+ Transfer error on surface where curve lies.
731
+ !
732
+ .IGES_1070
733
+ Representations in file are inconsistent : recomputated from %dD.
734
+ !
735
+ .IGES_1090
736
+ Curve was slightly self-intersecting : repaired.
737
+ !
738
+ .IGES_1095
739
+ 3D and 2D curve representations are invalid : entity skipped.
740
+ !
741
+ .IGES_1100
742
+ Parameter data : value of parameter 2 (Offset Distance Flag) is not 1 : case not implemented.
743
+ !
744
+ .IGES_1105
745
+ Ending parameter is beyond end of curve : entity skipped.
746
+ !
747
+ .IGES_1110
748
+ Transfer error on basic curve : entity skipped.
749
+ !
750
+ .IGES_1115
751
+ With C0 continuity can not be split into Geom_BSplineCurve C1 lower than Precision::Confusion().
752
+ !
753
+ .IGES_1120
754
+ With C0 continuity was split into C1 continuity Geom_BSplineCurve.
755
+ !
756
+ .IGES_1125
757
+ Parameter data : parameter 1 (Type of Bounded Surface Representation = 0) : case not implemented.
758
+ !
759
+ .IGES_1130
760
+ Boundary on Composite Surface : case not implemented.
761
+ !
762
+ .IGES_1135
763
+ %dD curve representation is not defined : computed from %dD curve representation.
764
+ ! 2D curve representation is not defined : computed from 3D curve representation.
765
+ !
766
+ .IGES_1140
767
+ Error during 3D curve transfer : recomputed from 2D.
768
+ !
769
+ .IGES_1145
770
+ Error during %dD curve transfer : recomputed from %dD.
771
+ ! error during 2D curve transfer : recomputed from 3D.
772
+ !
773
+ .IGES_1150
774
+ %s too disconnected :recomputed from %dD.
775
+ ! 2D TopoDS_Wire too disconnected :recomputed from 3D.
776
+ !
777
+ .IGES_1155
778
+ Parameter data : (parameter 1 to 6) coefficients do not satisfy a conic equation.
779
+ !
780
+ .IGES_1156
781
+ %s %s transfer failed : entity skipped.
782
+ ! (type IGES) (DE:Number) transfer failed : entity skipped.
783
+ !
784
+ .IGES_1160
785
+ Parameter data (Parameters 8 to 11) : start and terminate coordinates of arc are the same : entity not trimmed.
786
+ !
787
+ .IGES_1165
788
+ Transformation is not planar : not applied.
789
+ !
790
+ .IGES_1170
791
+ Polynomial equation is incorrect.
792
+ !
793
+ .IGES_1175
794
+ Error during creation of control points.
795
+ !
796
+ .IGES_1180
797
+ Parameter data : parameter 1 (Spline Type >3) : case not implemented.
798
+ !
799
+ .IGES_1190
800
+ Parameter data : parameter 2 (Degree of basis functions) is lower than 0 or greater than max degree : transfer interrupted.
801
+ !
802
+ .IGES_1195
803
+ Parameter data : incorrect number of control points (2 or more are required).
804
+ !
805
+ .IGES_1200
806
+ %s multiplicity > degree %s (or degree %s + 1 at end) : corrected.
807
+ !
808
+ .IGES_1201
809
+ %s multiplicity > degree %s (or degree %s + 1 at end) : corrected.
810
+ !
811
+ .IGES_1210
812
+ Sum of %s multiplicities is not equal to sum (number of poles + %s degree +1).
813
+ !
814
+ .IGES_1215
815
+ Parameter data : some weight parameters are not of positive real type : entity skipped.
816
+ !
817
+ .IGES_1220
818
+ Rational BSpline %s is in fact polynomial.
819
+ !
820
+ .IGES_1221
821
+ Surface is made periodic.
822
+ !
823
+ .IGES_1225
824
+ Start and terminate points are the same.
825
+ !
826
+ ! 1230 is the same as 1195
827
+ !
828
+ .IGES_1235
829
+ Curve is too small to be transferred : entity skipped.
830
+ !
831
+ .IGES_1240
832
+ Vector is not for this form : ignored.
833
+ !
834
+ .IGES_1250
835
+ Resulting Geom_Surface is C0-continuous.
836
+ !
837
+ .IGES_1255
838
+ Ruling failed : entity skipped.
839
+ !
840
+ .IGES_1265
841
+ Basis surface is not C0-continuous : offset surface construction impossible.
842
+ !
843
+ .IGES_1266
844
+ Basis surface is C0-continuous and cannot be corrected to C1-continuous.
845
+ !
846
+ .IGES_1267
847
+ Basis surface is C0-continuous but was corrected to C1-continuous.
848
+ !
849
+ .IGES_1270
850
+ Basis surface is C0-continuous and is transferred into a TopoDS_Shell. Only first face was offsetted.
851
+ !
852
+ .IGES_1275
853
+ Model Space Representation 0 case not implemented : result is a basis surface.
854
+ !
855
+ .IGES_1280
856
+ Invalid direction : entity skipped.constituent
857
+ !
858
+ .IGES_1285
859
+ Parameter data : pointer %d of child entity list is null or negative : skipped.
860
+ !
861
+ .IGES_1295
862
+ Hole %d and plane are not coplanar.
863
+ !
864
+ .IGES_1300
865
+ Bounding curve is invalid : plane is not trimmed.
866
+ !
867
+ .IGES_1305
868
+ Parameter data : parameter 3 or 4 (number of segments) is less than one.
869
+ !
870
+ .IGES_1306
871
+ Improper type for underlying curve number %d.
872
+
873
+ .IGES_1310
874
+ Parameter data : parameter 3 or 4 (degree of basis function) is less than one or greater than maximum degree.
875
+ !
876
+ .IGES_1325
877
+ Item %d of EdgeList cannot be represented by single edge (non-continuous or composite curve).
878
+ !
879
+ .IGES_1345
880
+ Parameter data : parameter %d (parameter space curve) is incorrect.
881
+ !
882
+ .IGES_1360
883
+ TopoDS_Shell is not closed.
884
+ !
885
+ .IGES_1365
886
+ Incorrect edge number %d.
887
+ !
888
+ .IGES_1370
889
+ Missing seam-edge was added
890
+ !
891
+ .IGES_1371
892
+ TopoDS_Face was created with natural bounds
893
+ !
894
+ .IGES_1372
895
+ One or more TopoDS_Wire(s) on TopoDS_Face was reversed
896
+ !
897
+ .IGES_1373
898
+ Knots are not in ascending order
899
+ !
900
+ .IGES_1374
901
+ Difference between weights is too big.
902
+ !
903
+ !
904
+ !
905
+ !
906
+ ! Trace File messages
907
+ .IGES_2000
908
+ Diagnostics for IGES file read : %s
909
+ !
910
+ .IGES_2005
911
+ Trace level : %d
912
+
913
+ !
914
+ .IGES_2010
915
+ Beginning of IGES file check.
916
+ !
917
+ .IGES_2015
918
+ Number of warnings in check : %d.
919
+ !
920
+ .IGES_2020
921
+ Number of fails in check : %d
922
+ !
923
+ .IGES_2025
924
+ End of file check(Elapsed time : %s).
925
+ !
926
+ .IGES_2030
927
+ Beginning of IGES data translation.
928
+ !
929
+ .IGES_2031
930
+ File has not been loaded.
931
+
932
+ !
933
+ .IGES_2032
934
+ IGES entity %d does not exist.
935
+
936
+ !
937
+ .IGES_2035
938
+ read.precision.mode : %d
939
+ !
940
+ .IGES_2040
941
+ read.precision.val : %f
942
+ !
943
+ .IGES_2045
944
+ read.iges.bspline.continuity : %d
945
+ !
946
+ .IGES_2050
947
+ read.surfacecurve.mode : %d
948
+
949
+ !
950
+ .IGES_2055
951
+ Number of warnings in transfer : %d.
952
+ !
953
+ .IGES_2060
954
+ Number of fails in transfer : %d
955
+ !
956
+ .IGES_2065
957
+ End of IGES data translation (Elapsed time : %s).
958
+ !
959
+ .IGES_2070
960
+ Translating IGES entity DE:%d Type:%d
961
+ !
962
+ .IGES_2075
963
+
964
+ %s produced.
965
+ !
966
+ .IGES_2076
967
+ No TopoDS_Shape produced.
968
+
969
+ !Messages for TPSTAT.
970
+ .IGES_3000
971
+ ********************************************************************************
972
+ .IGES_3005
973
+ General statistics for transfer :
974
+ !
975
+ .IGES_3010
976
+ Number of selected IGES entities : %d
977
+ !
978
+ .IGES_3011
979
+ Number of roots IGES entities : %d
980
+ !
981
+ .IGES_3015
982
+ Number of CasCade resulting Shapes : %d
983
+ !
984
+ .IGES_3020
985
+ Number of warnings : %d
986
+ !
987
+ .IGES_3025
988
+ Number of fails : %d
989
+ !
990
+ .IGES_3030
991
+ Count W/F Type Form Message on IGES entity
992
+ ----- --- ---- ---- ----------------------
993
+ !
994
+ .IGES_3035
995
+ On IGES entities (DE) :
996
+ !
997
+ .IGES_3040
998
+ Count of CasCade resulting shapes
999
+
1000
+ !
1001
+ .IGES_3045
1002
+
1003
+ Count CasCade Shapes
1004
+ ----- --------------
1005
+ !
1006
+ .IGES_3050
1007
+ Mapping of all IGES entities
1008
+ .IGES_3055
1009
+
1010
+ Type Form Count CasCade Shapes
1011
+ ---- ---- ----- --------------
1012
+ !
1013
+ ! Debug messages
1014
+ .IGES_10005
1015
+ Small edge removed
1016
+ .IGES_10010
1017
+ Degenerated edge detected
1018
+ .IGES_10015
1019
+ Lacking edge inserted
1020
+ !
1021
+ !
1022
+ .IGES_10020
1023
+ Null area wire was detected, wire skipped.