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,230 @@
1
+ <schema targetNamespace="http://www.opencascade.org/OCAF/XML"
2
+ xmlns="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
4
+ elementFormDefault="qualified">
5
+
6
+ <annotation>
7
+ <documentation xml:lang="en">
8
+ Copyright (c) 2001-2014 OPEN CASCADE SAS
9
+
10
+ This file is part of Open CASCADE Technology software library.
11
+
12
+ This library is free software; you can redistribute it and/or modify it under
13
+ the terms of the GNU Lesser General Public License version 2.1 as published
14
+ by the Free Software Foundation, with special exception defined in the file
15
+ OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
16
+ distribution for complete text of the license and disclaimer of any warranty.
17
+
18
+ Alternatively, this file may be used under the terms of Open CASCADE
19
+ commercial license or contractual agreement.
20
+
21
+ Open Cascade Application Framework: Definition of attributes from TDataStd
22
+ This file is included in XmlOcaf.xsd
23
+ URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TDataStd.xsd
24
+ </documentation>
25
+ </annotation>
26
+
27
+ <element name="TDataStd_Position" type="ocaf:AbsList3RealAttributeType"
28
+ substitutionGroup="ocaf:AbstractList3RealAtt"/>
29
+
30
+ <element name="TDataStd_Name" type="ocaf:AbsStringAttributeType"
31
+ substitutionGroup="ocaf:AbstractStringAtt"/>
32
+
33
+ <element name="TDataStd_Comment" type="ocaf:AbsStringAttributeType"
34
+ substitutionGroup="ocaf:AbstractStringAtt"/>
35
+
36
+ <element name="TDataStd_Integer" type="ocaf:AbsIntegerAttributeType"
37
+ substitutionGroup="ocaf:AbstractIntegerAtt"/>
38
+
39
+ <element name="TDataStd_Real" type="ocaf:AbsRealAttributeType"
40
+ substitutionGroup="ocaf:AbstractRealAtt"/>
41
+
42
+ <element name="TDataStd_Point" type="ocaf:AbstractAttributeType"
43
+ substitutionGroup="ocaf:AbstractAttribute"/>
44
+
45
+ <element name="TDataStd_Axis" type="ocaf:AbstractAttributeType"
46
+ substitutionGroup="ocaf:AbstractAttribute"/>
47
+
48
+ <element name="TDataStd_Plane" type="ocaf:AbstractAttributeType"
49
+ substitutionGroup="ocaf:AbstractAttribute"/>
50
+
51
+ <element name="TDataStd_Shape" type="ocaf:AbstractAttributeType"
52
+ substitutionGroup="ocaf:AbstractAttribute"/>
53
+
54
+ <element name="TDataStd_Directory" type="ocaf:AbstractAttributeType"
55
+ substitutionGroup="ocaf:AbstractAttribute"/>
56
+
57
+ <element name="TDataStd_IntegerArray" substitutionGroup="ocaf:AbstractListIntegerAtt">
58
+ <complexType>
59
+ <complexContent>
60
+ <extension base="ocaf:AbsListIntegerAttributeType">
61
+ <attribute name="first" type="int" default="1"/>
62
+ <attribute name="last" type="int" use="required"/>
63
+ <attribute name="delta" type="int" use="required"/>
64
+ </extension>
65
+ </complexContent>
66
+ </complexType>
67
+ </element>
68
+
69
+ <element name="TDataStd_RealArray" substitutionGroup="ocaf:AbstractListRealAtt">
70
+ <complexType>
71
+ <complexContent>
72
+ <extension base="ocaf:AbsListRealAttributeType">
73
+ <attribute name="first" type="int" default="1"/>
74
+ <attribute name="last" type="int" use="required"/>
75
+ <attribute name="delta" type="int" use="required"/>
76
+ </extension>
77
+ </complexContent>
78
+ </complexType>
79
+ </element>
80
+
81
+ <element name="TDataStd_UAttribute" substitutionGroup="ocaf:AbstractAttribute">
82
+ <complexType>
83
+ <complexContent>
84
+ <extension base="ocaf:AbstractAttributeType">
85
+ <attribute name="guid" type="ocaf:GuidType" use="required"/>
86
+ </extension>
87
+ </complexContent>
88
+ </complexType>
89
+ </element>
90
+
91
+ <element name="TDataStd_TreeNode" substitutionGroup="ocaf:AbstractAttribute">
92
+ <complexType>
93
+ <complexContent>
94
+ <extension base="ocaf:AbstractAttributeType">
95
+ <attribute name="treeid" type="ocaf:GuidType" use="required"/>
96
+ <attribute name="children" type="ocaf:ListOfInteger"/>
97
+ </extension>
98
+ </complexContent>
99
+ </complexType>
100
+ </element>
101
+
102
+ <element name="TDataStd_Geometry" substitutionGroup="ocaf:AbstractAttribute">
103
+ <complexType>
104
+ <complexContent>
105
+ <extension base="ocaf:AbstractAttributeType">
106
+ <attribute name="geomtype" use="required">
107
+ <simpleType>
108
+ <restriction base="string">
109
+ <enumeration value="any"/>
110
+ <enumeration value="point"/>
111
+ <enumeration value="line"/>
112
+ <enumeration value="circle"/>
113
+ <enumeration value="ellipse"/>
114
+ </restriction>
115
+ </simpleType>
116
+ </attribute>
117
+ </extension>
118
+ </complexContent>
119
+ </complexType>
120
+ </element>
121
+
122
+ <element name="TDataStd_Constraint" substitutionGroup="ocaf:AbstractAttribute">
123
+ <complexType>
124
+ <complexContent>
125
+ <extension base="ocaf:AbstractAttributeType">
126
+ <attribute name="contype" use="required">
127
+ <simpleType>
128
+ <restriction base="string">
129
+ <enumeration value="radius"/>
130
+ <enumeration value="diameter"/>
131
+ <enumeration value="minorradius"/>
132
+ <enumeration value="majorradius"/>
133
+ <enumeration value="tangent"/>
134
+ <enumeration value="parallel"/>
135
+ <enumeration value="perpendicular"/>
136
+ <enumeration value="concentric"/>
137
+ <enumeration value="coincident"/>
138
+ <enumeration value="distance"/>
139
+ <enumeration value="angle"/>
140
+ <enumeration value="equalradius"/>
141
+ <enumeration value="symmetry"/>
142
+ <enumeration value="midpoint"/>
143
+ <enumeration value="equaldist"/>
144
+ <enumeration value="fix"/>
145
+ <enumeration value="rigid"/>
146
+ <enumeration value="from"/>
147
+ <enumeration value="axis"/>
148
+ <enumeration value="mate"/>
149
+ <enumeration value="alignfaces"/>
150
+ <enumeration value="alignaxes"/>
151
+ <enumeration value="axesangle"/>
152
+ <enumeration value="facesangle"/>
153
+ <enumeration value="round"/>
154
+ <enumeration value="offset"/>
155
+ </restriction>
156
+ </simpleType>
157
+ </attribute>
158
+ <attribute name="valueref" type="positiveInteger"/>
159
+ <attribute name="geometries">
160
+ <simpleType>
161
+ <restriction base="ocaf:ListOfInteger">
162
+ <minLength value="1"/>
163
+ <maxLength value="4"/>
164
+ </restriction>
165
+ </simpleType>
166
+ </attribute>
167
+ <attribute name="plane" type="positiveInteger"/>
168
+ <attribute name="flags" use="required">
169
+ <simpleType>
170
+ <restriction base="string">
171
+ <pattern value="[+-]{3}"/>
172
+ </restriction>
173
+ </simpleType>
174
+ </attribute>
175
+ </extension>
176
+ </complexContent>
177
+ </complexType>
178
+ </element>
179
+
180
+ <element name="TDataStd_Variable" substitutionGroup="ocaf:AbstractAttribute">
181
+ <complexType>
182
+ <complexContent>
183
+ <extension base="ocaf:AbstractAttributeType">
184
+ <attribute name="isconst" type="boolean" default="false"/>
185
+ <attribute name="unit" type="string" use="required"/>
186
+ </extension>
187
+ </complexContent>
188
+ </complexType>
189
+ </element>
190
+
191
+ <element name="TDataStd_PatternStd" substitutionGroup="ocaf:AbstractAttribute">
192
+ <complexType>
193
+ <complexContent>
194
+ <extension base="ocaf:AbstractAttributeType">
195
+ <attribute name="signature" type="int" use="required"/>
196
+ <attribute name="axis1reversed" type="boolean" default="false"/>
197
+ <attribute name="axis2reversed" type="boolean" default="false"/>
198
+ <attribute name="nbinstances1" type="positiveInteger"/>
199
+ <attribute name="value1ref" type="positiveInteger"/>
200
+ <attribute name="axis1" type="positiveInteger"/>
201
+ <attribute name="nbinstances2" type="positiveInteger"/>
202
+ <attribute name="value2ref" type="positiveInteger"/>
203
+ <attribute name="axis2" type="positiveInteger"/>
204
+ <attribute name="mirror" type="positiveInteger"/>
205
+ </extension>
206
+ </complexContent>
207
+ </complexType>
208
+ </element>
209
+
210
+ <element name="TDataStd_Relation" substitutionGroup="ocaf:AbstractStringAtt">
211
+ <complexType>
212
+ <complexContent>
213
+ <extension base="ocaf:AbsStringAttributeType">
214
+ <attribute name="variables" type="ocaf:ListOfInteger"/>
215
+ </extension>
216
+ </complexContent>
217
+ </complexType>
218
+ </element>
219
+
220
+ <element name="TDataStd_Expression" substitutionGroup="ocaf:AbstractStringAtt">
221
+ <complexType>
222
+ <complexContent>
223
+ <extension base="ocaf:AbsStringAttributeType">
224
+ <attribute name="variables" type="ocaf:ListOfInteger"/>
225
+ </extension>
226
+ </complexContent>
227
+ </complexType>
228
+ </element>
229
+
230
+ </schema>
@@ -0,0 +1,37 @@
1
+ <schema targetNamespace="http://www.opencascade.org/OCAF/XML"
2
+ xmlns="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
4
+ elementFormDefault="qualified">
5
+
6
+ <annotation>
7
+ <documentation xml:lang="en">
8
+ Copyright (c) 2001-2014 OPEN CASCADE SAS
9
+
10
+ This file is part of Open CASCADE Technology software library.
11
+
12
+ This library is free software; you can redistribute it and/or modify it under
13
+ the terms of the GNU Lesser General Public License version 2.1 as published
14
+ by the Free Software Foundation, with special exception defined in the file
15
+ OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
16
+ distribution for complete text of the license and disclaimer of any warranty.
17
+
18
+ Alternatively, this file may be used under the terms of Open CASCADE
19
+ commercial license or contractual agreement.
20
+
21
+ Open Cascade Application Framework: Definition of attribute TDataStd_Name
22
+ This file is included in XmlOcaf.xsd
23
+ URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TDataStd_Name.xsd
24
+ </documentation>
25
+ </annotation>
26
+
27
+ <element name="TDataStd_Name" substitutionGroup="ocaf:AbstractAttribute">
28
+ <complexType>
29
+ <complexContent>
30
+ <extension base="ocaf:AbstractAttributeType">
31
+ <attribute name="extstring" type="string" use="required"/>
32
+ </extension>
33
+ </complexContent>
34
+ </complexType>
35
+ </element>
36
+
37
+ </schema>
@@ -0,0 +1,37 @@
1
+ <schema targetNamespace="http://www.opencascade.org/OCAF/XML"
2
+ xmlns="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
4
+ elementFormDefault="qualified">
5
+
6
+ <annotation>
7
+ <documentation xml:lang="en">
8
+ Copyright (c) 2001-2014 OPEN CASCADE SAS
9
+
10
+ This file is part of Open CASCADE Technology software library.
11
+
12
+ This library is free software; you can redistribute it and/or modify it under
13
+ the terms of the GNU Lesser General Public License version 2.1 as published
14
+ by the Free Software Foundation, with special exception defined in the file
15
+ OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
16
+ distribution for complete text of the license and disclaimer of any warranty.
17
+
18
+ Alternatively, this file may be used under the terms of Open CASCADE
19
+ commercial license or contractual agreement.
20
+
21
+ Open Cascade Application Framework: Definition of attributes from TDocStd
22
+ This file is included in XmlOcaf.xsd
23
+ URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TDocStd.xsd
24
+ </documentation>
25
+ </annotation>
26
+
27
+ <element name="TDocStd_XLink" substitutionGroup="ocaf:AbstractXPathLabel">
28
+ <complexType>
29
+ <complexContent>
30
+ <extension base="ocaf:AbsXPathLabelType">
31
+ <attribute name="documentEntry" type="string" use="required"/>
32
+ </extension>
33
+ </complexContent>
34
+ </complexType>
35
+ </element>
36
+
37
+ </schema>
@@ -0,0 +1,38 @@
1
+ <schema targetNamespace="http://www.opencascade.org/OCAF/XML"
2
+ xmlns="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
4
+ elementFormDefault="qualified">
5
+
6
+ <annotation>
7
+ <documentation xml:lang="en">
8
+ Copyright (c) 2001-2014 OPEN CASCADE SAS
9
+
10
+ This file is part of Open CASCADE Technology software library.
11
+
12
+ This library is free software; you can redistribute it and/or modify it under
13
+ the terms of the GNU Lesser General Public License version 2.1 as published
14
+ by the Free Software Foundation, with special exception defined in the file
15
+ OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
16
+ distribution for complete text of the license and disclaimer of any warranty.
17
+
18
+ Alternatively, this file may be used under the terms of Open CASCADE
19
+ commercial license or contractual agreement.
20
+
21
+ Open Cascade Application Framework: Definition of attributes from TFunction
22
+ This file is included in XmlOcaf.xsd
23
+ URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TFunction.xsd
24
+ </documentation>
25
+ </annotation>
26
+
27
+ <element name="TFunction_Function" substitutionGroup="ocaf:AbstractAttribute">
28
+ <complexType>
29
+ <complexContent>
30
+ <extension base="ocaf:AbstractAttributeType">
31
+ <attribute name="guid" type="ocaf:GuidType" use="required"/>
32
+ <attribute name="failure" type="int"/>
33
+ </extension>
34
+ </complexContent>
35
+ </complexType>
36
+ </element>
37
+
38
+ </schema>
@@ -0,0 +1,128 @@
1
+ <schema targetNamespace="http://www.opencascade.org/OCAF/XML"
2
+ xmlns="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
4
+ elementFormDefault="qualified">
5
+
6
+ <annotation>
7
+ <documentation xml:lang="en">
8
+ Copyright (c) 2001-2014 OPEN CASCADE SAS
9
+
10
+ This file is part of Open CASCADE Technology software library.
11
+
12
+ This library is free software; you can redistribute it and/or modify it under
13
+ the terms of the GNU Lesser General Public License version 2.1 as published
14
+ by the Free Software Foundation, with special exception defined in the file
15
+ OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
16
+ distribution for complete text of the license and disclaimer of any warranty.
17
+
18
+ Alternatively, this file may be used under the terms of Open CASCADE
19
+ commercial license or contractual agreement.
20
+
21
+ Open Cascade Application Framework: Definition of attributes from TNaming package
22
+ This file is included in XmlOcaf.xsd
23
+ URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TNaming.xsd
24
+ </documentation>
25
+ </annotation>
26
+
27
+ <complexType name="ArrayOfShapes">
28
+ <sequence>
29
+ <element name="shape" minOccurs="0" maxOccurs="unbounded">
30
+ <complexType>
31
+ <attribute name="tshape" use="required">
32
+ <simpleType>
33
+ <restriction base="string">
34
+ <pattern value="[+-ie]\d+"/>
35
+ </restriction>
36
+ </simpleType>
37
+ </attribute>
38
+ <attribute name="location" type="positiveInteger"/>
39
+ <attribute name="index" type="positiveInteger" use="required"/>
40
+ <attribute name="x" type="float"/>
41
+ <attribute name="y" type="float"/>
42
+ <attribute name="z" type="float"/>
43
+ </complexType>
44
+ </element> <!-- end of 'shape' -->
45
+ </sequence>
46
+ <attribute name="lower" type="positiveInteger" default="1"/>
47
+ <attribute name="upper" type="positiveInteger" default="1"/>
48
+ </complexType>
49
+
50
+ <element name="TNaming_NamedShape" substitutionGroup="ocaf:AbstractAttribute">
51
+ <complexType>
52
+ <complexContent>
53
+ <extension base="ocaf:AbstractAttributeType">
54
+ <sequence>
55
+ <element name="olds" type="ocaf:ArrayOfShapes" minOccurs="0"/>
56
+ <element name="news" type="ocaf:ArrayOfShapes" minOccurs="0"/>
57
+ </sequence>
58
+ <attribute name="evolution" use="required">
59
+ <simpleType>
60
+ <restriction base="string">
61
+ <enumeration value="primitive"/>
62
+ <enumeration value="generated"/>
63
+ <enumeration value="modify"/>
64
+ <enumeration value="delete"/>
65
+ <enumeration value="selected"/>
66
+ <enumeration value="replace"/>
67
+ </restriction>
68
+ </simpleType>
69
+ </attribute>
70
+ <attribute name="version" type="positiveInteger" default="0"/>
71
+ </extension>
72
+ </complexContent>
73
+ </complexType>
74
+ <unique name="OldShapeIndexUniq">
75
+ <selector xpath="."/>
76
+ <field xpath="@id"/>
77
+ <field xpath="ocaf:olds/ocaf:shape/@index"/>
78
+ </unique>
79
+ <unique name="NewShapeIndexUniq">
80
+ <selector xpath="."/>
81
+ <field xpath="@id"/>
82
+ <field xpath="ocaf:news/ocaf:shape/@index"/>
83
+ </unique>
84
+ </element>
85
+
86
+ <element name="TNaming_Naming" substitutionGroup="ocaf:AbstractAttribute">
87
+ <complexType>
88
+ <complexContent>
89
+ <extension base="ocaf:AbstractAttributeType">
90
+ <attribute name="index" type="int" use="required"/>
91
+ <attribute name="stopNS" type="positiveInteger"/>
92
+ <attribute name="nametype" use="required">
93
+ <simpleType>
94
+ <restriction base="string">
95
+ <enumeration value="unknown"/>
96
+ <enumeration value="identity"/>
97
+ <enumeration value="modifuntil"/>
98
+ <enumeration value="generation"/>
99
+ <enumeration value="intersection"/>
100
+ <enumeration value="union"/>
101
+ <enumeration value="subtraction"/>
102
+ <enumeration value="constshape"/>
103
+ <enumeration value="filterbyneigh"/>
104
+ </restriction>
105
+ </simpleType>
106
+ </attribute>
107
+ <attribute name="shapetype" use="required">
108
+ <simpleType>
109
+ <restriction base="string">
110
+ <enumeration value="compound"/>
111
+ <enumeration value="compsolid"/>
112
+ <enumeration value="solid"/>
113
+ <enumeration value="shell"/>
114
+ <enumeration value="face"/>
115
+ <enumeration value="wire"/>
116
+ <enumeration value="edge"/>
117
+ <enumeration value="vertex"/>
118
+ <enumeration value="shape"/>
119
+ </restriction>
120
+ </simpleType>
121
+ </attribute>
122
+ <attribute name="arguments" type="ocaf:ListOfInteger"/>
123
+ </extension>
124
+ </complexContent>
125
+ </complexType>
126
+ </element>
127
+
128
+ </schema>
@@ -0,0 +1,97 @@
1
+ <schema targetNamespace="http://www.opencascade.org/OCAF/XML"
2
+ xmlns="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
4
+ elementFormDefault="qualified">
5
+
6
+ <annotation>
7
+ <documentation xml:lang="en">
8
+ Copyright (c) 2001-2014 OPEN CASCADE SAS
9
+
10
+ This file is part of Open CASCADE Technology software library.
11
+
12
+ This library is free software; you can redistribute it and/or modify it under
13
+ the terms of the GNU Lesser General Public License version 2.1 as published
14
+ by the Free Software Foundation, with special exception defined in the file
15
+ OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
16
+ distribution for complete text of the license and disclaimer of any warranty.
17
+
18
+ Alternatively, this file may be used under the terms of Open CASCADE
19
+ commercial license or contractual agreement.
20
+
21
+ Open Cascade Application Framework: Definition of attribute TNaming_NamedShape
22
+ This file is included in XmlOcaf.xsd
23
+ URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TNaming_NamedShape.xsd
24
+ </documentation>
25
+ </annotation>
26
+
27
+ <complexType name="Location">
28
+ <sequence>
29
+ <element name="datum" minOccurs="0">
30
+ <complexType>
31
+ <attribute name="id" type="positiveInteger" use="required"/>
32
+ <attribute name="trsf" use="required">
33
+ <simpleType>
34
+ <restriction base="ocaf:ListOfReal">
35
+ <length value="14"/>
36
+ </restriction>
37
+ </simpleType>
38
+ </attribute>
39
+ </complexType>
40
+ </element>
41
+ <element name="location" type="ocaf:Location" minOccurs="0"/>
42
+ </sequence>
43
+ <attribute name="power" type="positiveInteger" use="required"/>
44
+ <attribute name="datum" type="positiveInteger" use="required"/>
45
+ </complexType>
46
+
47
+ <element name="TNaming_NamedShape" substitutionGroup="ocaf:AbstractAttribute">
48
+ <complexType>
49
+ <complexContent>
50
+ <extension base="ocaf:AbstractAttributeType">
51
+ <sequence>
52
+ <element name="array" minOccurs="0" maxOccurs="2">
53
+ <complexType>
54
+ <sequence>
55
+ <element name="shape" minOccurs="0" maxOccurs="unbounded">
56
+ <complexType>
57
+ <sequence>
58
+ <element name="location" type="ocaf:Location" minOccurs="0"/>
59
+ </sequence>
60
+ <attribute name="tshape" use="required">
61
+ <simpleType>
62
+ <restriction base="string">
63
+ <pattern value="[+-ie]\d+"/>
64
+ </restriction>
65
+ </simpleType>
66
+ </attribute>
67
+ <attribute name="index" type="positiveInteger" use="required"/>
68
+ </complexType>
69
+ </element>
70
+ </sequence>
71
+ <attribute name="id" type="positiveInteger" use="required"/>
72
+ <attribute name="lower" type="positiveInteger"/>
73
+ <attribute name="upper" type="positiveInteger"/>
74
+ </complexType>
75
+ </element>
76
+ </sequence>
77
+ <attribute name="olds" type="positiveInteger"/>
78
+ <attribute name="news" type="positiveInteger"/>
79
+ <attribute name="evolution" use="required">
80
+ <simpleType>
81
+ <restriction base="string">
82
+ <enumeration value="primitive"/>
83
+ <enumeration value="generated"/>
84
+ <enumeration value="modify"/>
85
+ <enumeration value="delete"/>
86
+ <enumeration value="selected"/>
87
+ <enumeration value="replace"/>
88
+ </restriction>
89
+ </simpleType>
90
+ </attribute>
91
+ <attribute name="version" type="positiveInteger"/>
92
+ </extension>
93
+ </complexContent>
94
+ </complexType>
95
+ </element>
96
+
97
+ </schema>
@@ -0,0 +1,42 @@
1
+ <schema targetNamespace="http://www.opencascade.org/OCAF/XML"
2
+ xmlns="http://www.w3.org/2001/XMLSchema"
3
+ xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
4
+ elementFormDefault="qualified">
5
+
6
+ <annotation>
7
+ <documentation xml:lang="en">
8
+ Copyright (c) 2001-2014 OPEN CASCADE SAS
9
+
10
+ This file is part of Open CASCADE Technology software library.
11
+
12
+ This library is free software; you can redistribute it and/or modify it under
13
+ the terms of the GNU Lesser General Public License version 2.1 as published
14
+ by the Free Software Foundation, with special exception defined in the file
15
+ OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
16
+ distribution for complete text of the license and disclaimer of any warranty.
17
+
18
+ Alternatively, this file may be used under the terms of Open CASCADE
19
+ commercial license or contractual agreement.
20
+
21
+ Open Cascade Application Framework: Definition of attributes from TPrsStd
22
+ This file is included in XmlOcaf.xsd
23
+ URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TPrsStd.xsd
24
+ </documentation>
25
+ </annotation>
26
+
27
+ <element name="TPrsStd_AISPresentation" substitutionGroup="ocaf:AbstractAttribute">
28
+ <complexType>
29
+ <complexContent>
30
+ <extension base="ocaf:AbstractAttributeType">
31
+ <attribute name="guid" type="ocaf:GuidType" use="required"/>
32
+ <attribute name="isdisplayed" type="boolean" default="false"/>
33
+ <attribute name="color" type="int"/>
34
+ <attribute name="material" type="int"/>
35
+ <attribute name="transparency" type="double"/>
36
+ <attribute name="width" type="double"/>
37
+ </extension>
38
+ </complexContent>
39
+ </complexType>
40
+ </element>
41
+
42
+ </schema>