@bldrs-ai/conway 0.7.727

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 (7428) hide show
  1. package/LICENSE.md +660 -0
  2. package/README.md +158 -0
  3. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js +19 -0
  4. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js +16 -0
  5. package/compiled/dependencies/conway-geom/index.d.ts +60 -0
  6. package/compiled/dependencies/conway-geom/index.d.ts.map +1 -0
  7. package/compiled/dependencies/conway-geom/index.js +63 -0
  8. package/compiled/dependencies/conway-geom/interface/AABB.d.ts +1 -0
  9. package/compiled/dependencies/conway-geom/interface/AABB.d.ts.map +1 -0
  10. package/compiled/dependencies/conway-geom/interface/AABB.js +11 -0
  11. package/compiled/dependencies/conway-geom/interface/bound_3D_object.d.ts +4 -0
  12. package/compiled/dependencies/conway-geom/interface/bound_3D_object.d.ts.map +1 -0
  13. package/compiled/dependencies/conway-geom/interface/bound_3D_object.js +1 -0
  14. package/compiled/dependencies/conway-geom/interface/conway_geometry.d.ts +343 -0
  15. package/compiled/dependencies/conway-geom/interface/conway_geometry.d.ts.map +1 -0
  16. package/compiled/dependencies/conway-geom/interface/conway_geometry.js +479 -0
  17. package/compiled/dependencies/conway-geom/interface/curve_object.d.ts +27 -0
  18. package/compiled/dependencies/conway-geom/interface/curve_object.d.ts.map +1 -0
  19. package/compiled/dependencies/conway-geom/interface/curve_object.js +1 -0
  20. package/compiled/dependencies/conway-geom/interface/deletable.d.ts +5 -0
  21. package/compiled/dependencies/conway-geom/interface/deletable.d.ts.map +1 -0
  22. package/compiled/dependencies/conway-geom/interface/deletable.js +1 -0
  23. package/compiled/dependencies/conway-geom/interface/geometry_collection.d.ts +13 -0
  24. package/compiled/dependencies/conway-geom/interface/geometry_collection.d.ts.map +1 -0
  25. package/compiled/dependencies/conway-geom/interface/geometry_collection.js +1 -0
  26. package/compiled/dependencies/conway-geom/interface/geometry_object.d.ts +21 -0
  27. package/compiled/dependencies/conway-geom/interface/geometry_object.d.ts.map +1 -0
  28. package/compiled/dependencies/conway-geom/interface/geometry_object.js +1 -0
  29. package/compiled/dependencies/conway-geom/interface/ifc_profile_3D.d.ts +8 -0
  30. package/compiled/dependencies/conway-geom/interface/ifc_profile_3D.d.ts.map +1 -0
  31. package/compiled/dependencies/conway-geom/interface/ifc_profile_3D.js +1 -0
  32. package/compiled/dependencies/conway-geom/interface/material_object.d.ts +25 -0
  33. package/compiled/dependencies/conway-geom/interface/material_object.d.ts.map +1 -0
  34. package/compiled/dependencies/conway-geom/interface/material_object.js +21 -0
  35. package/compiled/dependencies/conway-geom/interface/native_transform.d.ts +28 -0
  36. package/compiled/dependencies/conway-geom/interface/native_transform.d.ts.map +1 -0
  37. package/compiled/dependencies/conway-geom/interface/native_transform.js +1 -0
  38. package/compiled/dependencies/conway-geom/interface/outline_dumpable.d.ts +6 -0
  39. package/compiled/dependencies/conway-geom/interface/outline_dumpable.d.ts.map +1 -0
  40. package/compiled/dependencies/conway-geom/interface/outline_dumpable.js +1 -0
  41. package/compiled/dependencies/conway-geom/interface/parameters/bspline_surface.d.ts +17 -0
  42. package/compiled/dependencies/conway-geom/interface/parameters/bspline_surface.d.ts.map +1 -0
  43. package/compiled/dependencies/conway-geom/interface/parameters/bspline_surface.js +1 -0
  44. package/compiled/dependencies/conway-geom/interface/parameters/cylinder_surface.d.ts +8 -0
  45. package/compiled/dependencies/conway-geom/interface/parameters/cylinder_surface.d.ts.map +1 -0
  46. package/compiled/dependencies/conway-geom/interface/parameters/cylinder_surface.js +1 -0
  47. package/compiled/dependencies/conway-geom/interface/parameters/extrusion_surface.d.ts +10 -0
  48. package/compiled/dependencies/conway-geom/interface/parameters/extrusion_surface.d.ts.map +1 -0
  49. package/compiled/dependencies/conway-geom/interface/parameters/extrusion_surface.js +1 -0
  50. package/compiled/dependencies/conway-geom/interface/parameters/indexed_polygonal_face.d.ts +8 -0
  51. package/compiled/dependencies/conway-geom/interface/parameters/indexed_polygonal_face.d.ts.map +1 -0
  52. package/compiled/dependencies/conway-geom/interface/parameters/indexed_polygonal_face.js +1 -0
  53. package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry.d.ts +13 -0
  54. package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry.d.ts.map +1 -0
  55. package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry.js +1 -0
  56. package/compiled/dependencies/conway-geom/interface/parameters/params_axis_1_placement_3D.d.ts +8 -0
  57. package/compiled/dependencies/conway-geom/interface/parameters/params_axis_1_placement_3D.d.ts.map +1 -0
  58. package/compiled/dependencies/conway-geom/interface/parameters/params_axis_1_placement_3D.js +1 -0
  59. package/compiled/dependencies/conway-geom/interface/parameters/params_axis_2_placement_3D.d.ts +10 -0
  60. package/compiled/dependencies/conway-geom/interface/parameters/params_axis_2_placement_3D.d.ts.map +1 -0
  61. package/compiled/dependencies/conway-geom/interface/parameters/params_axis_2_placement_3D.js +1 -0
  62. package/compiled/dependencies/conway-geom/interface/parameters/params_cartesian_transform_operator_3D.d.ts +17 -0
  63. package/compiled/dependencies/conway-geom/interface/parameters/params_cartesian_transform_operator_3D.d.ts.map +1 -0
  64. package/compiled/dependencies/conway-geom/interface/parameters/params_cartesian_transform_operator_3D.js +1 -0
  65. package/compiled/dependencies/conway-geom/interface/parameters/params_create_bound_3D.d.ts +8 -0
  66. package/compiled/dependencies/conway-geom/interface/parameters/params_create_bound_3D.d.ts.map +1 -0
  67. package/compiled/dependencies/conway-geom/interface/parameters/params_create_bound_3D.js +1 -0
  68. package/compiled/dependencies/conway-geom/interface/parameters/params_create_native_ifc_profile.d.ts +12 -0
  69. package/compiled/dependencies/conway-geom/interface/parameters/params_create_native_ifc_profile.d.ts.map +1 -0
  70. package/compiled/dependencies/conway-geom/interface/parameters/params_create_native_ifc_profile.js +1 -0
  71. package/compiled/dependencies/conway-geom/interface/parameters/params_get_axis_2_placement_2D.d.ts +17 -0
  72. package/compiled/dependencies/conway-geom/interface/parameters/params_get_axis_2_placement_2D.d.ts.map +1 -0
  73. package/compiled/dependencies/conway-geom/interface/parameters/params_get_axis_2_placement_2D.js +1 -0
  74. package/compiled/dependencies/conway-geom/interface/parameters/params_get_boolean_result.d.ts +10 -0
  75. package/compiled/dependencies/conway-geom/interface/parameters/params_get_boolean_result.d.ts.map +1 -0
  76. package/compiled/dependencies/conway-geom/interface/parameters/params_get_boolean_result.js +1 -0
  77. package/compiled/dependencies/conway-geom/interface/parameters/params_get_bspline_curve.d.ts +15 -0
  78. package/compiled/dependencies/conway-geom/interface/parameters/params_get_bspline_curve.d.ts.map +1 -0
  79. package/compiled/dependencies/conway-geom/interface/parameters/params_get_bspline_curve.js +1 -0
  80. package/compiled/dependencies/conway-geom/interface/parameters/params_get_c_shape_curve.d.ts +13 -0
  81. package/compiled/dependencies/conway-geom/interface/parameters/params_get_c_shape_curve.d.ts.map +1 -0
  82. package/compiled/dependencies/conway-geom/interface/parameters/params_get_c_shape_curve.js +1 -0
  83. package/compiled/dependencies/conway-geom/interface/parameters/params_get_circle_curve.d.ts +9 -0
  84. package/compiled/dependencies/conway-geom/interface/parameters/params_get_circle_curve.d.ts.map +1 -0
  85. package/compiled/dependencies/conway-geom/interface/parameters/params_get_circle_curve.js +1 -0
  86. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ellipse_curve.d.ts +10 -0
  87. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ellipse_curve.d.ts.map +1 -0
  88. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ellipse_curve.js +1 -0
  89. package/compiled/dependencies/conway-geom/interface/parameters/params_get_extruded_area_solid.d.ts +9 -0
  90. package/compiled/dependencies/conway-geom/interface/parameters/params_get_extruded_area_solid.d.ts.map +1 -0
  91. package/compiled/dependencies/conway-geom/interface/parameters/params_get_extruded_area_solid.js +1 -0
  92. package/compiled/dependencies/conway-geom/interface/parameters/params_get_half_space_solid.d.ts +6 -0
  93. package/compiled/dependencies/conway-geom/interface/parameters/params_get_half_space_solid.d.ts.map +1 -0
  94. package/compiled/dependencies/conway-geom/interface/parameters/params_get_half_space_solid.js +1 -0
  95. package/compiled/dependencies/conway-geom/interface/parameters/params_get_i_shape_curve.d.ts +13 -0
  96. package/compiled/dependencies/conway-geom/interface/parameters/params_get_i_shape_curve.d.ts.map +1 -0
  97. package/compiled/dependencies/conway-geom/interface/parameters/params_get_i_shape_curve.js +1 -0
  98. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_circle.d.ts +12 -0
  99. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_circle.d.ts.map +1 -0
  100. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_circle.js +1 -0
  101. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_indexed_poly_curve.d.ts +10 -0
  102. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_indexed_poly_curve.d.ts.map +1 -0
  103. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_indexed_poly_curve.js +1 -0
  104. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_line.d.ts +14 -0
  105. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_line.d.ts.map +1 -0
  106. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_line.js +1 -0
  107. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_trimmed_curve.d.ts +16 -0
  108. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_trimmed_curve.d.ts.map +1 -0
  109. package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_trimmed_curve.js +1 -0
  110. package/compiled/dependencies/conway-geom/interface/parameters/params_get_l_shape_curve.d.ts +14 -0
  111. package/compiled/dependencies/conway-geom/interface/parameters/params_get_l_shape_curve.d.ts.map +1 -0
  112. package/compiled/dependencies/conway-geom/interface/parameters/params_get_l_shape_curve.js +1 -0
  113. package/compiled/dependencies/conway-geom/interface/parameters/params_get_loop.d.ts +9 -0
  114. package/compiled/dependencies/conway-geom/interface/parameters/params_get_loop.d.ts.map +1 -0
  115. package/compiled/dependencies/conway-geom/interface/parameters/params_get_loop.js +1 -0
  116. package/compiled/dependencies/conway-geom/interface/parameters/params_get_poly_curve.d.ts +12 -0
  117. package/compiled/dependencies/conway-geom/interface/parameters/params_get_poly_curve.d.ts.map +1 -0
  118. package/compiled/dependencies/conway-geom/interface/parameters/params_get_poly_curve.js +1 -0
  119. package/compiled/dependencies/conway-geom/interface/parameters/params_get_polygonal_bounded_halfspace.d.ts +12 -0
  120. package/compiled/dependencies/conway-geom/interface/parameters/params_get_polygonal_bounded_halfspace.d.ts.map +1 -0
  121. package/compiled/dependencies/conway-geom/interface/parameters/params_get_polygonal_bounded_halfspace.js +1 -0
  122. package/compiled/dependencies/conway-geom/interface/parameters/params_get_rectangle_profile_curve.d.ts +10 -0
  123. package/compiled/dependencies/conway-geom/interface/parameters/params_get_rectangle_profile_curve.d.ts.map +1 -0
  124. package/compiled/dependencies/conway-geom/interface/parameters/params_get_rectangle_profile_curve.js +1 -0
  125. package/compiled/dependencies/conway-geom/interface/parameters/params_get_swept_disk_solid.d.ts +13 -0
  126. package/compiled/dependencies/conway-geom/interface/parameters/params_get_swept_disk_solid.d.ts.map +1 -0
  127. package/compiled/dependencies/conway-geom/interface/parameters/params_get_swept_disk_solid.js +1 -0
  128. package/compiled/dependencies/conway-geom/interface/parameters/params_get_t_shape_curve.d.ts +14 -0
  129. package/compiled/dependencies/conway-geom/interface/parameters/params_get_t_shape_curve.d.ts.map +1 -0
  130. package/compiled/dependencies/conway-geom/interface/parameters/params_get_t_shape_curve.js +1 -0
  131. package/compiled/dependencies/conway-geom/interface/parameters/params_get_triangulated_face_set_geometry.d.ts +9 -0
  132. package/compiled/dependencies/conway-geom/interface/parameters/params_get_triangulated_face_set_geometry.d.ts.map +1 -0
  133. package/compiled/dependencies/conway-geom/interface/parameters/params_get_triangulated_face_set_geometry.js +1 -0
  134. package/compiled/dependencies/conway-geom/interface/parameters/params_get_u_shape_curve.d.ts +14 -0
  135. package/compiled/dependencies/conway-geom/interface/parameters/params_get_u_shape_curve.d.ts.map +1 -0
  136. package/compiled/dependencies/conway-geom/interface/parameters/params_get_u_shape_curve.js +1 -0
  137. package/compiled/dependencies/conway-geom/interface/parameters/params_get_z_shape_curve.d.ts +14 -0
  138. package/compiled/dependencies/conway-geom/interface/parameters/params_get_z_shape_curve.d.ts.map +1 -0
  139. package/compiled/dependencies/conway-geom/interface/parameters/params_get_z_shape_curve.js +1 -0
  140. package/compiled/dependencies/conway-geom/interface/parameters/params_local_placement.d.ts +8 -0
  141. package/compiled/dependencies/conway-geom/interface/parameters/params_local_placement.d.ts.map +1 -0
  142. package/compiled/dependencies/conway-geom/interface/parameters/params_local_placement.js +1 -0
  143. package/compiled/dependencies/conway-geom/interface/parameters/params_polygonal_face_set.d.ts +10 -0
  144. package/compiled/dependencies/conway-geom/interface/parameters/params_polygonal_face_set.d.ts.map +1 -0
  145. package/compiled/dependencies/conway-geom/interface/parameters/params_polygonal_face_set.js +1 -0
  146. package/compiled/dependencies/conway-geom/interface/parameters/params_rel_void_subtract.d.ts +11 -0
  147. package/compiled/dependencies/conway-geom/interface/parameters/params_rel_void_subtract.d.ts.map +1 -0
  148. package/compiled/dependencies/conway-geom/interface/parameters/params_rel_void_subtract.js +1 -0
  149. package/compiled/dependencies/conway-geom/interface/parameters/params_transform_profile.d.ts +9 -0
  150. package/compiled/dependencies/conway-geom/interface/parameters/params_transform_profile.d.ts.map +1 -0
  151. package/compiled/dependencies/conway-geom/interface/parameters/params_transform_profile.js +1 -0
  152. package/compiled/dependencies/conway-geom/interface/parameters/revolution_surface.d.ts +9 -0
  153. package/compiled/dependencies/conway-geom/interface/parameters/revolution_surface.d.ts.map +1 -0
  154. package/compiled/dependencies/conway-geom/interface/parameters/revolution_surface.js +1 -0
  155. package/compiled/dependencies/conway-geom/interface/parameters/segment.d.ts +7 -0
  156. package/compiled/dependencies/conway-geom/interface/parameters/segment.d.ts.map +1 -0
  157. package/compiled/dependencies/conway-geom/interface/parameters/segment.js +1 -0
  158. package/compiled/dependencies/conway-geom/interface/parameters/surface_object.d.ts +20 -0
  159. package/compiled/dependencies/conway-geom/interface/parameters/surface_object.d.ts.map +1 -0
  160. package/compiled/dependencies/conway-geom/interface/parameters/surface_object.js +1 -0
  161. package/compiled/dependencies/conway-geom/interface/parameters/trimming_arguments.d.ts +8 -0
  162. package/compiled/dependencies/conway-geom/interface/parameters/trimming_arguments.d.ts.map +1 -0
  163. package/compiled/dependencies/conway-geom/interface/parameters/trimming_arguments.js +1 -0
  164. package/compiled/dependencies/conway-geom/interface/parameters/trimming_select.d.ts +11 -0
  165. package/compiled/dependencies/conway-geom/interface/parameters/trimming_select.d.ts.map +1 -0
  166. package/compiled/dependencies/conway-geom/interface/parameters/trimming_select.js +1 -0
  167. package/compiled/dependencies/conway-geom/interface/profile_object.d.ts +17 -0
  168. package/compiled/dependencies/conway-geom/interface/profile_object.d.ts.map +1 -0
  169. package/compiled/dependencies/conway-geom/interface/profile_object.js +1 -0
  170. package/compiled/dependencies/conway-geom/interface/results_gltf.d.ts +19 -0
  171. package/compiled/dependencies/conway-geom/interface/results_gltf.d.ts.map +1 -0
  172. package/compiled/dependencies/conway-geom/interface/results_gltf.js +1 -0
  173. package/compiled/dependencies/conway-geom/interface/std_vector.d.ts +14 -0
  174. package/compiled/dependencies/conway-geom/interface/std_vector.d.ts.map +1 -0
  175. package/compiled/dependencies/conway-geom/interface/std_vector.js +1 -0
  176. package/compiled/dependencies/conway-geom/interface/vector2.d.ts +6 -0
  177. package/compiled/dependencies/conway-geom/interface/vector2.d.ts.map +1 -0
  178. package/compiled/dependencies/conway-geom/interface/vector2.js +1 -0
  179. package/compiled/dependencies/conway-geom/interface/vector3.d.ts +7 -0
  180. package/compiled/dependencies/conway-geom/interface/vector3.d.ts.map +1 -0
  181. package/compiled/dependencies/conway-geom/interface/vector3.js +1 -0
  182. package/compiled/dependencies/conway-geom/interface/vector4.d.ts +10 -0
  183. package/compiled/dependencies/conway-geom/interface/vector4.d.ts.map +1 -0
  184. package/compiled/dependencies/conway-geom/interface/vector4.js +1 -0
  185. package/compiled/dependencies/conway-geom/interface/wavefront_dumpable.d.ts +5 -0
  186. package/compiled/dependencies/conway-geom/interface/wavefront_dumpable.d.ts.map +1 -0
  187. package/compiled/dependencies/conway-geom/interface/wavefront_dumpable.js +1 -0
  188. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/abs_function.gen.d.ts +12 -0
  189. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/abs_function.gen.d.ts.map +1 -0
  190. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/abs_function.gen.js +15 -0
  191. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/acos_function.gen.d.ts +12 -0
  192. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/acos_function.gen.d.ts.map +1 -0
  193. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/acos_function.gen.js +15 -0
  194. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action.gen.d.ts +19 -0
  195. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action.gen.d.ts.map +1 -0
  196. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action.gen.js +38 -0
  197. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_assignment.gen.d.ts +16 -0
  198. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_assignment.gen.d.ts.map +1 -0
  199. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_assignment.gen.js +26 -0
  200. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_directive.gen.d.ts +22 -0
  201. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_directive.gen.d.ts.map +1 -0
  202. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_directive.gen.js +66 -0
  203. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_item.gen.d.ts +1 -0
  204. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_item.gen.d.ts.map +1 -0
  205. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_item.gen.js +1 -0
  206. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method.gen.d.ts +19 -0
  207. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method.gen.d.ts.map +1 -0
  208. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method.gen.js +39 -0
  209. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method_relationship.gen.d.ts +20 -0
  210. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method_relationship.gen.d.ts.map +1 -0
  211. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method_relationship.gen.js +40 -0
  212. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property.gen.d.ts +21 -0
  213. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property.gen.d.ts.map +1 -0
  214. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property.gen.js +41 -0
  215. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property_representation.gen.d.ts +21 -0
  216. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property_representation.gen.d.ts.map +1 -0
  217. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property_representation.gen.js +41 -0
  218. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_relationship.gen.d.ts +20 -0
  219. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_relationship.gen.d.ts.map +1 -0
  220. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_relationship.gen.js +40 -0
  221. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_assignment.gen.d.ts +16 -0
  222. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_assignment.gen.d.ts.map +1 -0
  223. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_assignment.gen.js +26 -0
  224. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_item.gen.d.ts +1 -0
  225. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_item.gen.d.ts.map +1 -0
  226. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_item.gen.js +1 -0
  227. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_solution.gen.d.ts +19 -0
  228. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_solution.gen.d.ts.map +1 -0
  229. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_solution.gen.js +36 -0
  230. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_status.gen.d.ts +16 -0
  231. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_status.gen.d.ts.map +1 -0
  232. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_status.gen.js +28 -0
  233. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource.gen.d.ts +23 -0
  234. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource.gen.d.ts.map +1 -0
  235. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource.gen.js +67 -0
  236. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_requirement.gen.d.ts +24 -0
  237. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_requirement.gen.d.ts.map +1 -0
  238. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_requirement.gen.js +68 -0
  239. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_type.gen.d.ts +13 -0
  240. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_type.gen.d.ts.map +1 -0
  241. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_type.gen.js +21 -0
  242. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_status.gen.d.ts +16 -0
  243. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_status.gen.d.ts.map +1 -0
  244. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_status.gen.js +28 -0
  245. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/address.gen.d.ts +37 -0
  246. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/address.gen.d.ts.map +1 -0
  247. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/address.gen.js +94 -0
  248. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_brep_shape_representation.gen.d.ts +12 -0
  249. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_brep_shape_representation.gen.d.ts.map +1 -0
  250. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_brep_shape_representation.gen.js +15 -0
  251. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_face.gen.d.ts +12 -0
  252. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_face.gen.d.ts.map +1 -0
  253. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_face.gen.js +15 -0
  254. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ahead_or_behind.gen.d.ts +12 -0
  255. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ahead_or_behind.gen.d.ts.map +1 -0
  256. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ahead_or_behind.gen.js +23 -0
  257. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/alternate_product_relationship.gen.d.ts +22 -0
  258. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/alternate_product_relationship.gen.d.ts.map +1 -0
  259. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/alternate_product_relationship.gen.js +46 -0
  260. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure.gen.d.ts +13 -0
  261. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure.gen.d.ts.map +1 -0
  262. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure.gen.js +21 -0
  263. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure_with_unit.gen.d.ts +12 -0
  264. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure_with_unit.gen.d.ts.map +1 -0
  265. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure_with_unit.gen.js +15 -0
  266. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_unit.gen.d.ts +12 -0
  267. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_unit.gen.d.ts.map +1 -0
  268. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_unit.gen.js +15 -0
  269. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/and_expression.gen.d.ts +12 -0
  270. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/and_expression.gen.d.ts.map +1 -0
  271. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/and_expression.gen.js +15 -0
  272. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angle_relator.gen.d.ts +12 -0
  273. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angle_relator.gen.d.ts.map +1 -0
  274. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angle_relator.gen.js +23 -0
  275. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_dimension.gen.d.ts +12 -0
  276. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_dimension.gen.d.ts.map +1 -0
  277. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_dimension.gen.js +15 -0
  278. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_location.gen.d.ts +15 -0
  279. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_location.gen.d.ts.map +1 -0
  280. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_location.gen.js +22 -0
  281. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_size.gen.d.ts +15 -0
  282. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_size.gen.d.ts.map +1 -0
  283. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_size.gen.js +22 -0
  284. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angularity_tolerance.gen.d.ts +12 -0
  285. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angularity_tolerance.gen.d.ts.map +1 -0
  286. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angularity_tolerance.gen.js +15 -0
  287. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_curve_occurrence.gen.d.ts +12 -0
  288. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_curve_occurrence.gen.d.ts.map +1 -0
  289. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_curve_occurrence.gen.js +15 -0
  290. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area.gen.d.ts +15 -0
  291. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area.gen.d.ts.map +1 -0
  292. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area.gen.js +42 -0
  293. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area_occurrence.gen.d.ts +15 -0
  294. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area_occurrence.gen.d.ts.map +1 -0
  295. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area_occurrence.gen.js +22 -0
  296. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence.gen.d.ts +12 -0
  297. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence.gen.d.ts.map +1 -0
  298. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence.gen.js +15 -0
  299. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_associativity.gen.d.ts +12 -0
  300. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_associativity.gen.d.ts.map +1 -0
  301. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_associativity.gen.js +15 -0
  302. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_relationship.gen.d.ts +20 -0
  303. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_relationship.gen.d.ts.map +1 -0
  304. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_relationship.gen.js +40 -0
  305. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane.gen.d.ts +17 -0
  306. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane.gen.d.ts.map +1 -0
  307. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane.gen.js +51 -0
  308. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane_element.gen.d.ts +1 -0
  309. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane_element.gen.d.ts.map +1 -0
  310. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane_element.gen.js +1 -0
  311. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_subfigure_occurrence.gen.d.ts +12 -0
  312. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_subfigure_occurrence.gen.d.ts.map +1 -0
  313. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_subfigure_occurrence.gen.js +15 -0
  314. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol.gen.d.ts +12 -0
  315. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol.gen.d.ts.map +1 -0
  316. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol.gen.js +15 -0
  317. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence.gen.d.ts +12 -0
  318. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence.gen.d.ts.map +1 -0
  319. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence.gen.js +15 -0
  320. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence_item.gen.d.ts +1 -0
  321. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence_item.gen.d.ts.map +1 -0
  322. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence_item.gen.js +1 -0
  323. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text.gen.d.ts +12 -0
  324. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text.gen.d.ts.map +1 -0
  325. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text.gen.js +15 -0
  326. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_character.gen.d.ts +14 -0
  327. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_character.gen.d.ts.map +1 -0
  328. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_character.gen.js +21 -0
  329. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence.gen.d.ts +12 -0
  330. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence.gen.d.ts.map +1 -0
  331. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence.gen.js +15 -0
  332. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence_item.gen.d.ts +1 -0
  333. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence_item.gen.d.ts.map +1 -0
  334. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence_item.gen.js +1 -0
  335. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/apex.gen.d.ts +12 -0
  336. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/apex.gen.d.ts.map +1 -0
  337. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/apex.gen.js +15 -0
  338. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context.gen.d.ts +15 -0
  339. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context.gen.d.ts.map +1 -0
  340. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context.gen.js +28 -0
  341. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_element.gen.d.ts +16 -0
  342. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_element.gen.d.ts.map +1 -0
  343. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_element.gen.js +28 -0
  344. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_relationship.gen.d.ts +20 -0
  345. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_relationship.gen.d.ts.map +1 -0
  346. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_relationship.gen.js +40 -0
  347. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_protocol_definition.gen.d.ts +20 -0
  348. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_protocol_definition.gen.d.ts.map +1 -0
  349. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_protocol_definition.gen.js +40 -0
  350. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_assignment.gen.d.ts +63 -0
  351. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_assignment.gen.d.ts.map +1 -0
  352. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_assignment.gen.js +94 -0
  353. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_request_assignment.gen.d.ts +46 -0
  354. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_request_assignment.gen.d.ts.map +1 -0
  355. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_request_assignment.gen.js +77 -0
  356. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_approval_assignment.gen.d.ts +52 -0
  357. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_approval_assignment.gen.d.ts.map +1 -0
  358. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_approval_assignment.gen.js +83 -0
  359. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_area.gen.d.ts +12 -0
  360. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_area.gen.d.ts.map +1 -0
  361. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_area.gen.js +15 -0
  362. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_certification_assignment.gen.d.ts +18 -0
  363. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_certification_assignment.gen.d.ts.map +1 -0
  364. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_certification_assignment.gen.js +49 -0
  365. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_classification_assignment.gen.d.ts +47 -0
  366. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_classification_assignment.gen.d.ts.map +1 -0
  367. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_classification_assignment.gen.js +78 -0
  368. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_contract_assignment.gen.d.ts +17 -0
  369. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_contract_assignment.gen.d.ts.map +1 -0
  370. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_contract_assignment.gen.js +48 -0
  371. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_and_time_assignment.gen.d.ts +66 -0
  372. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_and_time_assignment.gen.d.ts.map +1 -0
  373. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_and_time_assignment.gen.js +97 -0
  374. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_assignment.gen.d.ts +66 -0
  375. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_assignment.gen.d.ts.map +1 -0
  376. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_assignment.gen.js +97 -0
  377. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_reference.gen.d.ts +55 -0
  378. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_reference.gen.d.ts.map +1 -0
  379. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_reference.gen.js +86 -0
  380. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_usage_constraint_assignment.gen.d.ts +55 -0
  381. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_usage_constraint_assignment.gen.d.ts.map +1 -0
  382. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_usage_constraint_assignment.gen.js +86 -0
  383. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_effectivity_assignment.gen.d.ts +49 -0
  384. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_effectivity_assignment.gen.d.ts.map +1 -0
  385. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_effectivity_assignment.gen.js +80 -0
  386. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_event_occurrence_assignment.gen.d.ts +63 -0
  387. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_event_occurrence_assignment.gen.d.ts.map +1 -0
  388. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_event_occurrence_assignment.gen.js +94 -0
  389. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_external_identification_assignment.gen.d.ts +18 -0
  390. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_external_identification_assignment.gen.d.ts.map +1 -0
  391. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_external_identification_assignment.gen.js +49 -0
  392. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_group_assignment.gen.d.ts +20 -0
  393. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_group_assignment.gen.d.ts.map +1 -0
  394. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_group_assignment.gen.js +51 -0
  395. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_identification_assignment.gen.d.ts +47 -0
  396. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_identification_assignment.gen.d.ts.map +1 -0
  397. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_identification_assignment.gen.js +78 -0
  398. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_ineffectivity_assignment.gen.d.ts +49 -0
  399. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_ineffectivity_assignment.gen.d.ts.map +1 -0
  400. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_ineffectivity_assignment.gen.js +80 -0
  401. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_name_assignment.gen.d.ts +17 -0
  402. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_name_assignment.gen.d.ts.map +1 -0
  403. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_name_assignment.gen.js +48 -0
  404. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organization_assignment.gen.d.ts +69 -0
  405. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organization_assignment.gen.d.ts.map +1 -0
  406. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organization_assignment.gen.js +100 -0
  407. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organizational_project_assignment.gen.d.ts +21 -0
  408. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organizational_project_assignment.gen.d.ts.map +1 -0
  409. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organizational_project_assignment.gen.js +52 -0
  410. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_person_and_organization_assignment.gen.d.ts +66 -0
  411. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_person_and_organization_assignment.gen.d.ts.map +1 -0
  412. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_person_and_organization_assignment.gen.js +97 -0
  413. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_presented_item.gen.d.ts +23 -0
  414. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_presented_item.gen.d.ts.map +1 -0
  415. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_presented_item.gen.js +54 -0
  416. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_security_classification_assignment.gen.d.ts +43 -0
  417. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_security_classification_assignment.gen.d.ts.map +1 -0
  418. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_security_classification_assignment.gen.js +74 -0
  419. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_time_interval_assignment.gen.d.ts +63 -0
  420. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_time_interval_assignment.gen.d.ts.map +1 -0
  421. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_time_interval_assignment.gen.js +94 -0
  422. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval.gen.d.ts +16 -0
  423. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval.gen.d.ts.map +1 -0
  424. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval.gen.js +28 -0
  425. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_assignment.gen.d.ts +16 -0
  426. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_assignment.gen.d.ts.map +1 -0
  427. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_assignment.gen.js +26 -0
  428. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_date_time.gen.d.ts +21 -0
  429. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_date_time.gen.d.ts.map +1 -0
  430. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_date_time.gen.js +39 -0
  431. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_item.gen.d.ts +1 -0
  432. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_item.gen.d.ts.map +1 -0
  433. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_item.gen.js +1 -0
  434. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_person_organization.gen.d.ts +22 -0
  435. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_person_organization.gen.d.ts.map +1 -0
  436. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_person_organization.gen.js +42 -0
  437. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_relationship.gen.d.ts +20 -0
  438. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_relationship.gen.d.ts.map +1 -0
  439. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_relationship.gen.js +40 -0
  440. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_role.gen.d.ts +14 -0
  441. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_role.gen.d.ts.map +1 -0
  442. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_role.gen.js +25 -0
  443. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_status.gen.d.ts +13 -0
  444. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_status.gen.d.ts.map +1 -0
  445. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_status.gen.js +21 -0
  446. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_method.gen.d.ts +11 -0
  447. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_method.gen.d.ts.map +1 -0
  448. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_method.gen.js +22 -0
  449. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance.gen.d.ts +16 -0
  450. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance.gen.d.ts.map +1 -0
  451. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance.gen.js +27 -0
  452. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_deviation.gen.d.ts +22 -0
  453. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_deviation.gen.d.ts.map +1 -0
  454. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_deviation.gen.js +61 -0
  455. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_parameter.gen.d.ts +16 -0
  456. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_parameter.gen.d.ts.map +1 -0
  457. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_parameter.gen.js +47 -0
  458. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_in_set.gen.d.ts +17 -0
  459. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_in_set.gen.d.ts.map +1 -0
  460. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_in_set.gen.js +29 -0
  461. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure.gen.d.ts +13 -0
  462. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure.gen.d.ts.map +1 -0
  463. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure.gen.js +21 -0
  464. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure_with_unit.gen.d.ts +12 -0
  465. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure_with_unit.gen.d.ts.map +1 -0
  466. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure_with_unit.gen.js +15 -0
  467. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_or_view.gen.d.ts +1 -0
  468. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_or_view.gen.d.ts.map +1 -0
  469. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_or_view.gen.js +1 -0
  470. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_unit.gen.d.ts +12 -0
  471. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_unit.gen.d.ts.map +1 -0
  472. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_unit.gen.js +15 -0
  473. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/asin_function.gen.d.ts +12 -0
  474. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/asin_function.gen.d.ts.map +1 -0
  475. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/asin_function.gen.js +15 -0
  476. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage.gen.d.ts +14 -0
  477. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage.gen.d.ts.map +1 -0
  478. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage.gen.js +21 -0
  479. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage_substitute.gen.d.ts +20 -0
  480. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage_substitute.gen.d.ts.map +1 -0
  481. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage_substitute.gen.js +40 -0
  482. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/atan_function.gen.d.ts +12 -0
  483. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/atan_function.gen.d.ts.map +1 -0
  484. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/atan_function.gen.js +15 -0
  485. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_classification_assignment.gen.d.ts +19 -0
  486. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_classification_assignment.gen.d.ts.map +1 -0
  487. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_classification_assignment.gen.js +35 -0
  488. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_assignment.gen.d.ts +84 -0
  489. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_assignment.gen.d.ts.map +1 -0
  490. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_assignment.gen.js +115 -0
  491. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_item.gen.d.ts +1 -0
  492. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_item.gen.d.ts.map +1 -0
  493. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_item.gen.js +1 -0
  494. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_type.gen.d.ts +1 -0
  495. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_type.gen.d.ts.map +1 -0
  496. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_type.gen.js +1 -0
  497. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_assignment.gen.d.ts +20 -0
  498. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_assignment.gen.d.ts.map +1 -0
  499. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_assignment.gen.js +40 -0
  500. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_role.gen.d.ts +15 -0
  501. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_role.gen.d.ts.map +1 -0
  502. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_role.gen.js +27 -0
  503. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis1_placement.gen.d.ts +15 -0
  504. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis1_placement.gen.d.ts.map +1 -0
  505. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis1_placement.gen.js +22 -0
  506. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement.gen.d.ts +1 -0
  507. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement.gen.d.ts.map +1 -0
  508. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement.gen.js +1 -0
  509. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_2d.gen.d.ts +16 -0
  510. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_2d.gen.d.ts.map +1 -0
  511. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_2d.gen.js +26 -0
  512. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_3d.gen.d.ts +18 -0
  513. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_3d.gen.d.ts.map +1 -0
  514. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_3d.gen.js +32 -0
  515. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve.gen.d.ts +26 -0
  516. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve.gen.d.ts.map +1 -0
  517. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve.gen.js +74 -0
  518. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_form.gen.d.ts +15 -0
  519. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_form.gen.d.ts.map +1 -0
  520. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_form.gen.js +26 -0
  521. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_with_knots.gen.d.ts +20 -0
  522. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_with_knots.gen.d.ts.map +1 -0
  523. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_with_knots.gen.js +76 -0
  524. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface.gen.d.ts +31 -0
  525. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface.gen.d.ts.map +1 -0
  526. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface.gen.js +97 -0
  527. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_form.gen.d.ts +20 -0
  528. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_form.gen.d.ts.map +1 -0
  529. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_form.gen.js +31 -0
  530. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_with_knots.gen.d.ts +25 -0
  531. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_with_knots.gen.d.ts.map +1 -0
  532. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_with_knots.gen.js +129 -0
  533. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/background_colour.gen.d.ts +16 -0
  534. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/background_colour.gen.d.ts.map +1 -0
  535. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/background_colour.gen.js +27 -0
  536. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/barring_hole.gen.d.ts +12 -0
  537. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/barring_hole.gen.d.ts.map +1 -0
  538. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/barring_hole.gen.js +15 -0
  539. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead.gen.d.ts +12 -0
  540. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead.gen.d.ts.map +1 -0
  541. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead.gen.js +15 -0
  542. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead_end.gen.d.ts +12 -0
  543. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead_end.gen.d.ts.map +1 -0
  544. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead_end.gen.js +15 -0
  545. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_curve.gen.d.ts +12 -0
  546. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_curve.gen.d.ts.map +1 -0
  547. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_curve.gen.js +15 -0
  548. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_surface.gen.d.ts +12 -0
  549. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_surface.gen.d.ts.map +1 -0
  550. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_surface.gen.js +15 -0
  551. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_boolean_expression.gen.d.ts +15 -0
  552. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_boolean_expression.gen.d.ts.map +1 -0
  553. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_boolean_expression.gen.js +42 -0
  554. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_function_call.gen.d.ts +12 -0
  555. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_function_call.gen.d.ts.map +1 -0
  556. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_function_call.gen.js +15 -0
  557. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_generic_expression.gen.d.ts +14 -0
  558. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_generic_expression.gen.d.ts.map +1 -0
  559. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_generic_expression.gen.js +41 -0
  560. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_numeric_expression.gen.d.ts +15 -0
  561. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_numeric_expression.gen.d.ts.map +1 -0
  562. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_numeric_expression.gen.js +42 -0
  563. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/block.gen.d.ts +21 -0
  564. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/block.gen.d.ts.map +1 -0
  565. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/block.gen.js +40 -0
  566. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_defined_function.gen.d.ts +12 -0
  567. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_defined_function.gen.d.ts.map +1 -0
  568. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_defined_function.gen.js +15 -0
  569. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_expression.gen.d.ts +12 -0
  570. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_expression.gen.d.ts.map +1 -0
  571. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_expression.gen.js +15 -0
  572. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_literal.gen.d.ts +14 -0
  573. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_literal.gen.d.ts.map +1 -0
  574. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_literal.gen.js +21 -0
  575. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operand.gen.d.ts +1 -0
  576. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operand.gen.d.ts.map +1 -0
  577. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operand.gen.js +1 -0
  578. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operator.gen.d.ts +12 -0
  579. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operator.gen.d.ts.map +1 -0
  580. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operator.gen.js +23 -0
  581. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_result.gen.d.ts +27 -0
  582. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_result.gen.d.ts.map +1 -0
  583. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_result.gen.js +50 -0
  584. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_variable.gen.d.ts +12 -0
  585. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_variable.gen.d.ts.map +1 -0
  586. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_variable.gen.js +15 -0
  587. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss.gen.d.ts +12 -0
  588. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss.gen.d.ts.map +1 -0
  589. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss.gen.js +15 -0
  590. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss_top.gen.d.ts +12 -0
  591. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss_top.gen.d.ts.map +1 -0
  592. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss_top.gen.js +15 -0
  593. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boundary_curve.gen.d.ts +12 -0
  594. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boundary_curve.gen.d.ts.map +1 -0
  595. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boundary_curve.gen.js +15 -0
  596. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_curve.gen.d.ts +12 -0
  597. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_curve.gen.d.ts.map +1 -0
  598. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_curve.gen.js +15 -0
  599. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_pcurve.gen.d.ts +12 -0
  600. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_pcurve.gen.d.ts.map +1 -0
  601. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_pcurve.gen.js +15 -0
  602. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface.gen.d.ts +12 -0
  603. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface.gen.d.ts.map +1 -0
  604. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface.gen.js +15 -0
  605. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface_curve.gen.d.ts +12 -0
  606. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface_curve.gen.d.ts.map +1 -0
  607. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface_curve.gen.js +15 -0
  608. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_characteristic_select.gen.d.ts +1 -0
  609. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_characteristic_select.gen.d.ts.map +1 -0
  610. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_characteristic_select.gen.js +1 -0
  611. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_domain.gen.d.ts +21 -0
  612. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_domain.gen.d.ts.map +1 -0
  613. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_domain.gen.js +40 -0
  614. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_height.gen.d.ts +13 -0
  615. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_height.gen.d.ts.map +1 -0
  616. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_height.gen.js +20 -0
  617. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_rotate_angle.gen.d.ts +13 -0
  618. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_rotate_angle.gen.d.ts.map +1 -0
  619. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_rotate_angle.gen.js +20 -0
  620. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_slant_angle.gen.d.ts +13 -0
  621. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_slant_angle.gen.d.ts.map +1 -0
  622. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_slant_angle.gen.js +20 -0
  623. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_width.gen.d.ts +13 -0
  624. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_width.gen.d.ts.map +1 -0
  625. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_width.gen.js +20 -0
  626. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boxed_half_space.gen.d.ts +15 -0
  627. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boxed_half_space.gen.d.ts.map +1 -0
  628. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boxed_half_space.gen.js +22 -0
  629. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/brep_with_voids.gen.d.ts +15 -0
  630. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/brep_with_voids.gen.d.ts.map +1 -0
  631. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/brep_with_voids.gen.js +42 -0
  632. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/calendar_date.gen.d.ts +16 -0
  633. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/calendar_date.gen.d.ts.map +1 -0
  634. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/calendar_date.gen.js +27 -0
  635. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image.gen.d.ts +12 -0
  636. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image.gen.d.ts.map +1 -0
  637. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image.gen.js +15 -0
  638. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_2d_with_scale.gen.d.ts +12 -0
  639. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_2d_with_scale.gen.d.ts.map +1 -0
  640. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_2d_with_scale.gen.js +15 -0
  641. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_3d_with_scale.gen.d.ts +12 -0
  642. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_3d_with_scale.gen.d.ts.map +1 -0
  643. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_3d_with_scale.gen.js +15 -0
  644. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model.gen.d.ts +12 -0
  645. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model.gen.d.ts.map +1 -0
  646. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model.gen.js +15 -0
  647. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d2.gen.d.ts +17 -0
  648. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d2.gen.d.ts.map +1 -0
  649. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d2.gen.js +28 -0
  650. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3.gen.d.ts +18 -0
  651. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3.gen.d.ts.map +1 -0
  652. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3.gen.js +29 -0
  653. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3_with_hlhsr.gen.d.ts +14 -0
  654. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3_with_hlhsr.gen.d.ts.map +1 -0
  655. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3_with_hlhsr.gen.js +21 -0
  656. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_usage.gen.d.ts +12 -0
  657. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_usage.gen.d.ts.map +1 -0
  658. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_usage.gen.js +15 -0
  659. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_point.gen.d.ts +14 -0
  660. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_point.gen.d.ts.map +1 -0
  661. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_point.gen.js +41 -0
  662. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator.gen.d.ts +25 -0
  663. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator.gen.d.ts.map +1 -0
  664. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator.gen.js +51 -0
  665. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_2d.gen.d.ts +12 -0
  666. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_2d.gen.d.ts.map +1 -0
  667. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_2d.gen.js +15 -0
  668. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_3d.gen.d.ts +15 -0
  669. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_3d.gen.d.ts.map +1 -0
  670. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_3d.gen.js +22 -0
  671. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/category_usage_item.gen.d.ts +1 -0
  672. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/category_usage_item.gen.d.ts.map +1 -0
  673. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/category_usage_item.gen.js +1 -0
  674. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure.gen.d.ts +13 -0
  675. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure.gen.d.ts.map +1 -0
  676. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure.gen.js +21 -0
  677. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure_with_unit.gen.d.ts +12 -0
  678. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure_with_unit.gen.d.ts.map +1 -0
  679. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure_with_unit.gen.js +15 -0
  680. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/central_or_parallel.gen.d.ts +11 -0
  681. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/central_or_parallel.gen.d.ts.map +1 -0
  682. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/central_or_parallel.gen.js +22 -0
  683. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/centre_of_symmetry.gen.d.ts +12 -0
  684. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/centre_of_symmetry.gen.d.ts.map +1 -0
  685. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/centre_of_symmetry.gen.js +15 -0
  686. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification.gen.d.ts +18 -0
  687. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification.gen.d.ts.map +1 -0
  688. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification.gen.js +34 -0
  689. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_assignment.gen.d.ts +16 -0
  690. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_assignment.gen.d.ts.map +1 -0
  691. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_assignment.gen.js +26 -0
  692. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_item.gen.d.ts +1 -0
  693. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_item.gen.d.ts.map +1 -0
  694. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_item.gen.js +1 -0
  695. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_type.gen.d.ts +13 -0
  696. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_type.gen.d.ts.map +1 -0
  697. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_type.gen.js +21 -0
  698. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer.gen.d.ts +12 -0
  699. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer.gen.d.ts.map +1 -0
  700. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer.gen.js +15 -0
  701. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer_offset.gen.d.ts +12 -0
  702. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer_offset.gen.d.ts.map +1 -0
  703. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer_offset.gen.js +15 -0
  704. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_glyph_symbol.gen.d.ts +18 -0
  705. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_glyph_symbol.gen.d.ts.map +1 -0
  706. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_glyph_symbol.gen.js +31 -0
  707. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_spacing_select.gen.d.ts +1 -0
  708. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_spacing_select.gen.d.ts.map +1 -0
  709. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_spacing_select.gen.js +1 -0
  710. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_style_select.gen.d.ts +1 -0
  711. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_style_select.gen.d.ts.map +1 -0
  712. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_style_select.gen.js +1 -0
  713. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_action_definition.gen.d.ts +1 -0
  714. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_action_definition.gen.d.ts.map +1 -0
  715. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_action_definition.gen.js +1 -0
  716. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_class.gen.d.ts +13 -0
  717. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_class.gen.d.ts.map +1 -0
  718. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_class.gen.js +19 -0
  719. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_definition.gen.d.ts +1 -0
  720. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_definition.gen.d.ts.map +1 -0
  721. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_definition.gen.js +1 -0
  722. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_material_property.gen.d.ts +1 -0
  723. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_material_property.gen.d.ts.map +1 -0
  724. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_material_property.gen.js +1 -0
  725. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_object.gen.d.ts +15 -0
  726. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_object.gen.d.ts.map +1 -0
  727. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_object.gen.js +27 -0
  728. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_product_definition.gen.d.ts +1 -0
  729. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_product_definition.gen.d.ts.map +1 -0
  730. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_product_definition.gen.js +1 -0
  731. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_resource_definition.gen.d.ts +1 -0
  732. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_resource_definition.gen.d.ts.map +1 -0
  733. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_resource_definition.gen.js +1 -0
  734. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circle.gen.d.ts +14 -0
  735. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circle.gen.d.ts.map +1 -0
  736. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circle.gen.js +21 -0
  737. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_closed_profile.gen.d.ts +12 -0
  738. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_closed_profile.gen.d.ts.map +1 -0
  739. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_closed_profile.gen.js +15 -0
  740. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_pattern.gen.d.ts +12 -0
  741. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_pattern.gen.d.ts.map +1 -0
  742. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_pattern.gen.js +15 -0
  743. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_runout_tolerance.gen.d.ts +12 -0
  744. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_runout_tolerance.gen.d.ts.map +1 -0
  745. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_runout_tolerance.gen.js +15 -0
  746. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class.gen.d.ts +12 -0
  747. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class.gen.d.ts.map +1 -0
  748. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class.gen.js +15 -0
  749. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_system.gen.d.ts +12 -0
  750. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_system.gen.d.ts.map +1 -0
  751. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_system.gen.js +15 -0
  752. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_assignment.gen.d.ts +15 -0
  753. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_assignment.gen.d.ts.map +1 -0
  754. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_assignment.gen.js +46 -0
  755. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_item.gen.d.ts +1 -0
  756. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_item.gen.d.ts.map +1 -0
  757. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_item.gen.js +1 -0
  758. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_assignment.gen.d.ts +17 -0
  759. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_assignment.gen.d.ts.map +1 -0
  760. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_assignment.gen.js +29 -0
  761. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_item.gen.d.ts +1 -0
  762. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_item.gen.d.ts.map +1 -0
  763. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_item.gen.js +1 -0
  764. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_role.gen.d.ts +15 -0
  765. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_role.gen.d.ts.map +1 -0
  766. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_role.gen.js +27 -0
  767. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_path_profile.gen.d.ts +12 -0
  768. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_path_profile.gen.d.ts.map +1 -0
  769. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_path_profile.gen.js +15 -0
  770. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_shell.gen.d.ts +12 -0
  771. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_shell.gen.d.ts.map +1 -0
  772. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_shell.gen.js +15 -0
  773. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coaxiality_tolerance.gen.d.ts +12 -0
  774. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coaxiality_tolerance.gen.d.ts.map +1 -0
  775. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coaxiality_tolerance.gen.js +15 -0
  776. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour.gen.d.ts +11 -0
  777. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour.gen.d.ts.map +1 -0
  778. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour.gen.js +15 -0
  779. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_rgb.gen.d.ts +18 -0
  780. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_rgb.gen.d.ts.map +1 -0
  781. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_rgb.gen.js +33 -0
  782. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_specification.gen.d.ts +14 -0
  783. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_specification.gen.d.ts.map +1 -0
  784. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_specification.gen.js +21 -0
  785. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/common_datum.gen.d.ts +14 -0
  786. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/common_datum.gen.d.ts.map +1 -0
  787. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/common_datum.gen.js +21 -0
  788. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_equal.gen.d.ts +12 -0
  789. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_equal.gen.d.ts.map +1 -0
  790. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_equal.gen.js +15 -0
  791. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_expression.gen.d.ts +15 -0
  792. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_expression.gen.d.ts.map +1 -0
  793. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_expression.gen.js +42 -0
  794. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater.gen.d.ts +12 -0
  795. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater.gen.d.ts.map +1 -0
  796. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater.gen.js +15 -0
  797. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater_equal.gen.d.ts +12 -0
  798. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater_equal.gen.d.ts.map +1 -0
  799. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater_equal.gen.js +15 -0
  800. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less.gen.d.ts +12 -0
  801. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less.gen.d.ts.map +1 -0
  802. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less.gen.js +15 -0
  803. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less_equal.gen.d.ts +12 -0
  804. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less_equal.gen.d.ts.map +1 -0
  805. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less_equal.gen.js +15 -0
  806. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_not_equal.gen.d.ts +12 -0
  807. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_not_equal.gen.d.ts.map +1 -0
  808. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_not_equal.gen.js +15 -0
  809. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve.gen.d.ts +18 -0
  810. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve.gen.d.ts.map +1 -0
  811. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve.gen.js +51 -0
  812. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_on_surface.gen.d.ts +14 -0
  813. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_on_surface.gen.d.ts.map +1 -0
  814. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_on_surface.gen.js +19 -0
  815. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_segment.gen.d.ts +20 -0
  816. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_segment.gen.d.ts.map +1 -0
  817. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_segment.gen.js +35 -0
  818. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_hole.gen.d.ts +12 -0
  819. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_hole.gen.d.ts.map +1 -0
  820. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_hole.gen.js +15 -0
  821. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_shape_aspect.gen.d.ts +12 -0
  822. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_shape_aspect.gen.d.ts.map +1 -0
  823. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_shape_aspect.gen.js +15 -0
  824. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text.gen.d.ts +18 -0
  825. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text.gen.d.ts.map +1 -0
  826. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text.gen.js +49 -0
  827. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_associated_curves.gen.d.ts +15 -0
  828. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_associated_curves.gen.d.ts.map +1 -0
  829. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_associated_curves.gen.js +42 -0
  830. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_blanking_box.gen.d.ts +15 -0
  831. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_blanking_box.gen.d.ts.map +1 -0
  832. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_blanking_box.gen.js +22 -0
  833. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_extent.gen.d.ts +15 -0
  834. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_extent.gen.d.ts.map +1 -0
  835. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_extent.gen.js +22 -0
  836. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_feature.gen.d.ts +12 -0
  837. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_feature.gen.d.ts.map +1 -0
  838. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_feature.gen.js +15 -0
  839. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_item_definition.gen.d.ts +1 -0
  840. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_item_definition.gen.d.ts.map +1 -0
  841. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_item_definition.gen.js +1 -0
  842. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_representation_item.gen.d.ts +16 -0
  843. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_representation_item.gen.d.ts.map +1 -0
  844. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_representation_item.gen.js +27 -0
  845. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_shape_representation.gen.d.ts +12 -0
  846. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_shape_representation.gen.d.ts.map +1 -0
  847. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_shape_representation.gen.js +15 -0
  848. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concat_expression.gen.d.ts +15 -0
  849. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concat_expression.gen.d.ts.map +1 -0
  850. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concat_expression.gen.js +42 -0
  851. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concentricity_tolerance.gen.d.ts +12 -0
  852. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concentricity_tolerance.gen.d.ts.map +1 -0
  853. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concentricity_tolerance.gen.js +15 -0
  854. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_operator.gen.d.ts +15 -0
  855. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_operator.gen.d.ts.map +1 -0
  856. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_operator.gen.js +27 -0
  857. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship.gen.d.ts +20 -0
  858. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship.gen.d.ts.map +1 -0
  859. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship.gen.js +40 -0
  860. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship_with_condition.gen.d.ts +15 -0
  861. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship_with_condition.gen.d.ts.map +1 -0
  862. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship_with_condition.gen.js +22 -0
  863. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conditional_concept_feature.gen.d.ts +15 -0
  864. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conditional_concept_feature.gen.d.ts.map +1 -0
  865. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conditional_concept_feature.gen.js +22 -0
  866. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configurable_item.gen.d.ts +15 -0
  867. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configurable_item.gen.d.ts.map +1 -0
  868. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configurable_item.gen.js +42 -0
  869. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_definition.gen.d.ts +18 -0
  870. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_definition.gen.d.ts.map +1 -0
  871. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_definition.gen.js +54 -0
  872. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design.gen.d.ts +20 -0
  873. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design.gen.d.ts.map +1 -0
  874. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design.gen.js +41 -0
  875. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design_item.gen.d.ts +1 -0
  876. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design_item.gen.d.ts.map +1 -0
  877. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design_item.gen.js +1 -0
  878. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_effectivity.gen.d.ts +15 -0
  879. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_effectivity.gen.d.ts.map +1 -0
  880. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_effectivity.gen.js +22 -0
  881. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_interpolation.gen.d.ts +19 -0
  882. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_interpolation.gen.d.ts.map +1 -0
  883. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_interpolation.gen.js +35 -0
  884. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_item.gen.d.ts +22 -0
  885. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_item.gen.d.ts.map +1 -0
  886. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_item.gen.js +46 -0
  887. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_assignment.gen.d.ts +18 -0
  888. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_assignment.gen.d.ts.map +1 -0
  889. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_assignment.gen.js +49 -0
  890. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_assignment.gen.d.ts +15 -0
  891. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_assignment.gen.d.ts.map +1 -0
  892. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_assignment.gen.js +46 -0
  893. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_item.gen.d.ts +1 -0
  894. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_item.gen.d.ts.map +1 -0
  895. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_item.gen.js +1 -0
  896. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_item.gen.d.ts +1 -0
  897. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_item.gen.d.ts.map +1 -0
  898. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_item.gen.js +1 -0
  899. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conic.gen.d.ts +16 -0
  900. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conic.gen.d.ts.map +1 -0
  901. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conic.gen.js +27 -0
  902. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conical_surface.gen.d.ts +16 -0
  903. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conical_surface.gen.d.ts.map +1 -0
  904. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conical_surface.gen.js +27 -0
  905. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_edge_set.gen.d.ts +15 -0
  906. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_edge_set.gen.d.ts.map +1 -0
  907. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_edge_set.gen.js +42 -0
  908. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_set.gen.d.ts +15 -0
  909. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_set.gen.d.ts.map +1 -0
  910. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_set.gen.js +42 -0
  911. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_sub_set.gen.d.ts +14 -0
  912. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_sub_set.gen.d.ts.map +1 -0
  913. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_sub_set.gen.js +21 -0
  914. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation.gen.d.ts +12 -0
  915. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation.gen.d.ts.map +1 -0
  916. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation.gen.js +15 -0
  917. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation_relationship.gen.d.ts +12 -0
  918. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation_relationship.gen.d.ts.map +1 -0
  919. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation_relationship.gen.js +15 -0
  920. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contact_ratio_representation.gen.d.ts +12 -0
  921. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contact_ratio_representation.gen.d.ts.map +1 -0
  922. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contact_ratio_representation.gen.js +15 -0
  923. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_invisibility.gen.d.ts +16 -0
  924. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_invisibility.gen.d.ts.map +1 -0
  925. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_invisibility.gen.js +27 -0
  926. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_measure.gen.d.ts +13 -0
  927. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_measure.gen.d.ts.map +1 -0
  928. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_measure.gen.js +21 -0
  929. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_over_riding_styled_item.gen.d.ts +20 -0
  930. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_over_riding_styled_item.gen.d.ts.map +1 -0
  931. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_over_riding_styled_item.gen.js +51 -0
  932. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_shape_representation.gen.d.ts +19 -0
  933. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_shape_representation.gen.d.ts.map +1 -0
  934. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_shape_representation.gen.js +36 -0
  935. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_unit.gen.d.ts +14 -0
  936. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_unit.gen.d.ts.map +1 -0
  937. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_unit.gen.js +21 -0
  938. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract.gen.d.ts +18 -0
  939. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract.gen.d.ts.map +1 -0
  940. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract.gen.js +34 -0
  941. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_assignment.gen.d.ts +16 -0
  942. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_assignment.gen.d.ts.map +1 -0
  943. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_assignment.gen.js +26 -0
  944. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_item.gen.d.ts +1 -0
  945. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_item.gen.d.ts.map +1 -0
  946. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_item.gen.js +1 -0
  947. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_type.gen.d.ts +13 -0
  948. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_type.gen.d.ts.map +1 -0
  949. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_type.gen.js +21 -0
  950. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conversion_based_unit.gen.d.ts +19 -0
  951. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conversion_based_unit.gen.d.ts.map +1 -0
  952. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conversion_based_unit.gen.js +32 -0
  953. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coordinated_universal_time_offset.gen.d.ts +19 -0
  954. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coordinated_universal_time_offset.gen.d.ts.map +1 -0
  955. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coordinated_universal_time_offset.gen.js +38 -0
  956. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cos_function.gen.d.ts +12 -0
  957. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cos_function.gen.d.ts.map +1 -0
  958. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cos_function.gen.js +15 -0
  959. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/count_measure.gen.d.ts +13 -0
  960. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/count_measure.gen.d.ts.map +1 -0
  961. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/count_measure.gen.js +21 -0
  962. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_primitive.gen.d.ts +1 -0
  963. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_primitive.gen.d.ts.map +1 -0
  964. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_primitive.gen.js +1 -0
  965. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_select.gen.d.ts +1 -0
  966. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_select.gen.d.ts.map +1 -0
  967. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_select.gen.js +1 -0
  968. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_shape_representation.gen.d.ts +12 -0
  969. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_shape_representation.gen.d.ts.map +1 -0
  970. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_shape_representation.gen.js +15 -0
  971. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_solid.gen.d.ts +21 -0
  972. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_solid.gen.d.ts.map +1 -0
  973. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_solid.gen.js +32 -0
  974. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve.gen.d.ts +12 -0
  975. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve.gen.d.ts.map +1 -0
  976. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve.gen.js +15 -0
  977. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_bounded_surface.gen.d.ts +20 -0
  978. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_bounded_surface.gen.d.ts.map +1 -0
  979. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_bounded_surface.gen.js +55 -0
  980. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_dimension.gen.d.ts +12 -0
  981. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_dimension.gen.d.ts.map +1 -0
  982. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_dimension.gen.js +15 -0
  983. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_font_or_scaled_curve_font_select.gen.d.ts +1 -0
  984. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_font_or_scaled_curve_font_select.gen.d.ts.map +1 -0
  985. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_font_or_scaled_curve_font_select.gen.js +1 -0
  986. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_on_surface.gen.d.ts +1 -0
  987. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_on_surface.gen.d.ts.map +1 -0
  988. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_on_surface.gen.js +1 -0
  989. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_or_render.gen.d.ts +1 -0
  990. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_or_render.gen.d.ts.map +1 -0
  991. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_or_render.gen.js +1 -0
  992. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_replica.gen.d.ts +17 -0
  993. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_replica.gen.d.ts.map +1 -0
  994. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_replica.gen.js +28 -0
  995. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style.gen.d.ts +27 -0
  996. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style.gen.d.ts.map +1 -0
  997. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style.gen.js +54 -0
  998. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font.gen.d.ts +17 -0
  999. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font.gen.d.ts.map +1 -0
  1000. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font.gen.js +48 -0
  1001. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_pattern.gen.d.ts +16 -0
  1002. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_pattern.gen.d.ts.map +1 -0
  1003. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_pattern.gen.js +27 -0
  1004. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_select.gen.d.ts +1 -0
  1005. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_select.gen.d.ts.map +1 -0
  1006. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_select.gen.js +1 -0
  1007. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_rendering.gen.d.ts +17 -0
  1008. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_rendering.gen.d.ts.map +1 -0
  1009. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_rendering.gen.js +29 -0
  1010. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_swept_solid_shape_representation.gen.d.ts +12 -0
  1011. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_swept_solid_shape_representation.gen.d.ts.map +1 -0
  1012. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_swept_solid_shape_representation.gen.js +15 -0
  1013. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_deviation.gen.d.ts +13 -0
  1014. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_deviation.gen.d.ts.map +1 -0
  1015. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_deviation.gen.js +20 -0
  1016. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_parameter.gen.d.ts +13 -0
  1017. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_parameter.gen.d.ts.map +1 -0
  1018. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_parameter.gen.js +21 -0
  1019. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair.gen.d.ts +12 -0
  1020. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair.gen.d.ts.map +1 -0
  1021. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair.gen.js +15 -0
  1022. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_range.gen.d.ts +23 -0
  1023. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_range.gen.d.ts.map +1 -0
  1024. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_range.gen.js +66 -0
  1025. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_value.gen.d.ts +16 -0
  1026. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_value.gen.d.ts.map +1 -0
  1027. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_value.gen.js +27 -0
  1028. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_surface.gen.d.ts +14 -0
  1029. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_surface.gen.d.ts.map +1 -0
  1030. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_surface.gen.js +21 -0
  1031. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindricity_tolerance.gen.d.ts +12 -0
  1032. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindricity_tolerance.gen.d.ts.map +1 -0
  1033. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindricity_tolerance.gen.js +15 -0
  1034. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/data_environment.gen.d.ts +18 -0
  1035. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/data_environment.gen.d.ts.map +1 -0
  1036. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/data_environment.gen.js +54 -0
  1037. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date.gen.d.ts +13 -0
  1038. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date.gen.d.ts.map +1 -0
  1039. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date.gen.js +21 -0
  1040. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time.gen.d.ts +17 -0
  1041. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time.gen.d.ts.map +1 -0
  1042. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time.gen.js +29 -0
  1043. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_assignment.gen.d.ts +17 -0
  1044. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_assignment.gen.d.ts.map +1 -0
  1045. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_assignment.gen.js +29 -0
  1046. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_item.gen.d.ts +1 -0
  1047. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_item.gen.d.ts.map +1 -0
  1048. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_item.gen.js +1 -0
  1049. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_assignment.gen.d.ts +17 -0
  1050. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_assignment.gen.d.ts.map +1 -0
  1051. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_assignment.gen.js +29 -0
  1052. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_item.gen.d.ts +1 -0
  1053. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_item.gen.d.ts.map +1 -0
  1054. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_item.gen.js +1 -0
  1055. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_role.gen.d.ts +14 -0
  1056. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_role.gen.d.ts.map +1 -0
  1057. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_role.gen.js +25 -0
  1058. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_or_event_occurrence.gen.d.ts +1 -0
  1059. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_or_event_occurrence.gen.d.ts.map +1 -0
  1060. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_or_event_occurrence.gen.js +1 -0
  1061. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_role.gen.d.ts +14 -0
  1062. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_role.gen.d.ts.map +1 -0
  1063. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_role.gen.js +25 -0
  1064. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_select.gen.d.ts +1 -0
  1065. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_select.gen.d.ts.map +1 -0
  1066. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_select.gen.js +1 -0
  1067. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dated_effectivity.gen.d.ts +20 -0
  1068. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dated_effectivity.gen.d.ts.map +1 -0
  1069. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dated_effectivity.gen.js +39 -0
  1070. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum.gen.d.ts +14 -0
  1071. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum.gen.d.ts.map +1 -0
  1072. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum.gen.js +21 -0
  1073. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature.gen.d.ts +12 -0
  1074. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature.gen.d.ts.map +1 -0
  1075. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature.gen.js +15 -0
  1076. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature_callout.gen.d.ts +12 -0
  1077. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature_callout.gen.d.ts.map +1 -0
  1078. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature_callout.gen.js +15 -0
  1079. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_reference.gen.d.ts +16 -0
  1080. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_reference.gen.d.ts.map +1 -0
  1081. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_reference.gen.js +28 -0
  1082. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target.gen.d.ts +14 -0
  1083. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target.gen.d.ts.map +1 -0
  1084. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target.gen.js +21 -0
  1085. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target_callout.gen.d.ts +12 -0
  1086. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target_callout.gen.d.ts.map +1 -0
  1087. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target_callout.gen.js +15 -0
  1088. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/day_in_month_number.gen.d.ts +13 -0
  1089. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/day_in_month_number.gen.d.ts.map +1 -0
  1090. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/day_in_month_number.gen.js +21 -0
  1091. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table.gen.d.ts +12 -0
  1092. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table.gen.d.ts.map +1 -0
  1093. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table.gen.js +15 -0
  1094. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table_cell.gen.d.ts +12 -0
  1095. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table_cell.gen.d.ts.map +1 -0
  1096. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table_cell.gen.js +15 -0
  1097. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_character_glyph.gen.d.ts +19 -0
  1098. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_character_glyph.gen.d.ts.map +1 -0
  1099. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_character_glyph.gen.js +38 -0
  1100. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_function.gen.d.ts +11 -0
  1101. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_function.gen.d.ts.map +1 -0
  1102. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_function.gen.js +15 -0
  1103. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_glyph_select.gen.d.ts +1 -0
  1104. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_glyph_select.gen.d.ts.map +1 -0
  1105. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_glyph_select.gen.js +1 -0
  1106. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol.gen.d.ts +19 -0
  1107. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol.gen.d.ts.map +1 -0
  1108. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol.gen.js +34 -0
  1109. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol_select.gen.d.ts +1 -0
  1110. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol_select.gen.d.ts.map +1 -0
  1111. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol_select.gen.js +1 -0
  1112. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/definitional_representation.gen.d.ts +12 -0
  1113. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/definitional_representation.gen.d.ts.map +1 -0
  1114. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/definitional_representation.gen.js +15 -0
  1115. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_pcurve.gen.d.ts +18 -0
  1116. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_pcurve.gen.d.ts.map +1 -0
  1117. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_pcurve.gen.js +29 -0
  1118. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_toroidal_surface.gen.d.ts +14 -0
  1119. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_toroidal_surface.gen.d.ts.map +1 -0
  1120. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_toroidal_surface.gen.js +21 -0
  1121. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_property_select.gen.d.ts +1 -0
  1122. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_property_select.gen.d.ts.map +1 -0
  1123. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_property_select.gen.js +1 -0
  1124. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_shape_aspect.gen.d.ts +12 -0
  1125. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_shape_aspect.gen.d.ts.map +1 -0
  1126. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_shape_aspect.gen.js +15 -0
  1127. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit.gen.d.ts +15 -0
  1128. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit.gen.d.ts.map +1 -0
  1129. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit.gen.js +46 -0
  1130. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_element.gen.d.ts +16 -0
  1131. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_element.gen.d.ts.map +1 -0
  1132. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_element.gen.js +28 -0
  1133. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_variable.gen.d.ts +12 -0
  1134. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_variable.gen.d.ts.map +1 -0
  1135. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_variable.gen.js +15 -0
  1136. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute.gen.d.ts +29 -0
  1137. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute.gen.d.ts.map +1 -0
  1138. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute.gen.js +45 -0
  1139. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute_select.gen.d.ts +1 -0
  1140. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute_select.gen.d.ts.map +1 -0
  1141. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute_select.gen.js +1 -0
  1142. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_measure.gen.d.ts +13 -0
  1143. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_measure.gen.d.ts.map +1 -0
  1144. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_measure.gen.js +21 -0
  1145. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_representation_item.gen.d.ts +14 -0
  1146. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_representation_item.gen.d.ts.map +1 -0
  1147. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_representation_item.gen.js +21 -0
  1148. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/diameter_dimension.gen.d.ts +12 -0
  1149. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/diameter_dimension.gen.d.ts.map +1 -0
  1150. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/diameter_dimension.gen.js +15 -0
  1151. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout.gen.d.ts +12 -0
  1152. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout.gen.d.ts.map +1 -0
  1153. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout.gen.js +15 -0
  1154. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_component_relationship.gen.d.ts +12 -0
  1155. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_component_relationship.gen.d.ts.map +1 -0
  1156. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_component_relationship.gen.js +15 -0
  1157. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_relationship.gen.d.ts +12 -0
  1158. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_relationship.gen.d.ts.map +1 -0
  1159. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_relationship.gen.js +15 -0
  1160. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_count.gen.d.ts +13 -0
  1161. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_count.gen.d.ts.map +1 -0
  1162. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_count.gen.js +21 -0
  1163. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve.gen.d.ts +12 -0
  1164. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve.gen.d.ts.map +1 -0
  1165. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve.gen.js +15 -0
  1166. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_directed_callout.gen.d.ts +12 -0
  1167. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_directed_callout.gen.d.ts.map +1 -0
  1168. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_directed_callout.gen.js +15 -0
  1169. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_terminator.gen.d.ts +15 -0
  1170. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_terminator.gen.d.ts.map +1 -0
  1171. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_terminator.gen.js +22 -0
  1172. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_extent_usage.gen.d.ts +11 -0
  1173. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_extent_usage.gen.d.ts.map +1 -0
  1174. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_extent_usage.gen.js +22 -0
  1175. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_pair.gen.d.ts +12 -0
  1176. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_pair.gen.d.ts.map +1 -0
  1177. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_pair.gen.js +15 -0
  1178. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_related_tolerance_zone_element.gen.d.ts +17 -0
  1179. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_related_tolerance_zone_element.gen.d.ts.map +1 -0
  1180. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_related_tolerance_zone_element.gen.js +29 -0
  1181. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_text_associativity.gen.d.ts +18 -0
  1182. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_text_associativity.gen.d.ts.map +1 -0
  1183. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_text_associativity.gen.js +29 -0
  1184. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic.gen.d.ts +1 -0
  1185. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic.gen.d.ts.map +1 -0
  1186. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic.gen.js +1 -0
  1187. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic_representation.gen.d.ts +18 -0
  1188. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic_representation.gen.d.ts.map +1 -0
  1189. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic_representation.gen.js +34 -0
  1190. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_exponents.gen.d.ts +25 -0
  1191. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_exponents.gen.d.ts.map +1 -0
  1192. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_exponents.gen.js +57 -0
  1193. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location.gen.d.ts +12 -0
  1194. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location.gen.d.ts.map +1 -0
  1195. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location.gen.js +15 -0
  1196. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location_with_path.gen.d.ts +15 -0
  1197. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location_with_path.gen.d.ts.map +1 -0
  1198. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location_with_path.gen.js +22 -0
  1199. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size.gen.d.ts +16 -0
  1200. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size.gen.d.ts.map +1 -0
  1201. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size.gen.js +28 -0
  1202. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size_with_path.gen.d.ts +15 -0
  1203. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size_with_path.gen.d.ts.map +1 -0
  1204. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size_with_path.gen.js +22 -0
  1205. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_action.gen.d.ts +15 -0
  1206. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_action.gen.d.ts.map +1 -0
  1207. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_action.gen.js +22 -0
  1208. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_angle.gen.d.ts +12 -0
  1209. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_angle.gen.d.ts.map +1 -0
  1210. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_angle.gen.js +15 -0
  1211. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_dimensional_location.gen.d.ts +12 -0
  1212. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_dimensional_location.gen.d.ts.map +1 -0
  1213. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_dimensional_location.gen.js +15 -0
  1214. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction.gen.d.ts +14 -0
  1215. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction.gen.d.ts.map +1 -0
  1216. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction.gen.js +41 -0
  1217. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_count_select.gen.d.ts +1 -0
  1218. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_count_select.gen.d.ts.map +1 -0
  1219. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_count_select.gen.js +1 -0
  1220. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_shape_representation.gen.d.ts +12 -0
  1221. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_shape_representation.gen.d.ts.map +1 -0
  1222. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_shape_representation.gen.js +15 -0
  1223. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/div_expression.gen.d.ts +12 -0
  1224. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/div_expression.gen.d.ts.map +1 -0
  1225. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/div_expression.gen.js +15 -0
  1226. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document.gen.d.ts +20 -0
  1227. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document.gen.d.ts.map +1 -0
  1228. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document.gen.js +40 -0
  1229. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_file.gen.d.ts +12 -0
  1230. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_file.gen.d.ts.map +1 -0
  1231. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_file.gen.js +15 -0
  1232. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_association.gen.d.ts +23 -0
  1233. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_association.gen.d.ts.map +1 -0
  1234. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_association.gen.js +47 -0
  1235. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_equivalence.gen.d.ts +12 -0
  1236. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_equivalence.gen.d.ts.map +1 -0
  1237. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_equivalence.gen.js +15 -0
  1238. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference.gen.d.ts +18 -0
  1239. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference.gen.d.ts.map +1 -0
  1240. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference.gen.js +32 -0
  1241. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference_item.gen.d.ts +1 -0
  1242. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference_item.gen.d.ts.map +1 -0
  1243. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference_item.gen.js +1 -0
  1244. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_relationship.gen.d.ts +20 -0
  1245. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_relationship.gen.d.ts.map +1 -0
  1246. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_relationship.gen.js +40 -0
  1247. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_representation_type.gen.d.ts +16 -0
  1248. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_representation_type.gen.d.ts.map +1 -0
  1249. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_representation_type.gen.js +28 -0
  1250. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_type.gen.d.ts +13 -0
  1251. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_type.gen.d.ts.map +1 -0
  1252. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_type.gen.js +21 -0
  1253. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint.gen.d.ts +18 -0
  1254. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint.gen.d.ts.map +1 -0
  1255. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint.gen.js +34 -0
  1256. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint_assignment.gen.d.ts +17 -0
  1257. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint_assignment.gen.d.ts.map +1 -0
  1258. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint_assignment.gen.js +29 -0
  1259. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_role.gen.d.ts +15 -0
  1260. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_role.gen.d.ts.map +1 -0
  1261. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_role.gen.js +27 -0
  1262. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_annotation_occurrence.gen.d.ts +12 -0
  1263. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_annotation_occurrence.gen.d.ts.map +1 -0
  1264. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_annotation_occurrence.gen.js +15 -0
  1265. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout.gen.d.ts +17 -0
  1266. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout.gen.d.ts.map +1 -0
  1267. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout.gen.js +48 -0
  1268. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_element.gen.d.ts +1 -0
  1269. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_element.gen.d.ts.map +1 -0
  1270. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_element.gen.js +1 -0
  1271. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_relationship.gen.d.ts +20 -0
  1272. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_relationship.gen.d.ts.map +1 -0
  1273. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_relationship.gen.js +40 -0
  1274. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_elements.gen.d.ts +12 -0
  1275. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_elements.gen.d.ts.map +1 -0
  1276. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_elements.gen.js +15 -0
  1277. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model.gen.d.ts +12 -0
  1278. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model.gen.d.ts.map +1 -0
  1279. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model.gen.js +15 -0
  1280. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association.gen.d.ts +12 -0
  1281. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association.gen.d.ts.map +1 -0
  1282. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association.gen.js +15 -0
  1283. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association_select.gen.d.ts +1 -0
  1284. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association_select.gen.d.ts.map +1 -0
  1285. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association_select.gen.js +1 -0
  1286. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_colour.gen.d.ts +12 -0
  1287. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_colour.gen.d.ts.map +1 -0
  1288. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_colour.gen.js +15 -0
  1289. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_curve_font.gen.d.ts +12 -0
  1290. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_curve_font.gen.d.ts.map +1 -0
  1291. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_curve_font.gen.js +15 -0
  1292. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_text_font.gen.d.ts +12 -0
  1293. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_text_font.gen.d.ts.map +1 -0
  1294. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_text_font.gen.js +15 -0
  1295. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_specification_reference.gen.d.ts +15 -0
  1296. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_specification_reference.gen.d.ts.map +1 -0
  1297. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_specification_reference.gen.js +46 -0
  1298. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_subfigure_representation.gen.d.ts +12 -0
  1299. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_subfigure_representation.gen.d.ts.map +1 -0
  1300. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_subfigure_representation.gen.js +15 -0
  1301. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_symbol_representation.gen.d.ts +12 -0
  1302. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_symbol_representation.gen.d.ts.map +1 -0
  1303. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_symbol_representation.gen.js +15 -0
  1304. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_text_literal_with_delineation.gen.d.ts +12 -0
  1305. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_text_literal_with_delineation.gen.d.ts.map +1 -0
  1306. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_text_literal_with_delineation.gen.js +15 -0
  1307. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_title.gen.d.ts +19 -0
  1308. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_title.gen.d.ts.map +1 -0
  1309. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_title.gen.js +59 -0
  1310. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_titled_item.gen.d.ts +1 -0
  1311. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_titled_item.gen.d.ts.map +1 -0
  1312. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_titled_item.gen.js +1 -0
  1313. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_definition.gen.d.ts +15 -0
  1314. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_definition.gen.d.ts.map +1 -0
  1315. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_definition.gen.js +27 -0
  1316. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision.gen.d.ts +19 -0
  1317. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision.gen.d.ts.map +1 -0
  1318. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision.gen.js +34 -0
  1319. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision_sequence.gen.d.ts +16 -0
  1320. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision_sequence.gen.d.ts.map +1 -0
  1321. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision_sequence.gen.js +28 -0
  1322. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_layout.gen.d.ts +12 -0
  1323. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_layout.gen.d.ts.map +1 -0
  1324. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_layout.gen.js +15 -0
  1325. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision.gen.d.ts +14 -0
  1326. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision.gen.d.ts.map +1 -0
  1327. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision.gen.js +21 -0
  1328. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision_usage.gen.d.ts +14 -0
  1329. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision_usage.gen.d.ts.map +1 -0
  1330. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision_usage.gen.js +21 -0
  1331. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge.gen.d.ts +17 -0
  1332. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge.gen.d.ts.map +1 -0
  1333. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge.gen.js +28 -0
  1334. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_model.gen.d.ts +15 -0
  1335. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_model.gen.d.ts.map +1 -0
  1336. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_model.gen.js +42 -0
  1337. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_shape_representation.gen.d.ts +12 -0
  1338. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_shape_representation.gen.d.ts.map +1 -0
  1339. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_shape_representation.gen.js +15 -0
  1340. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_curve.gen.d.ts +18 -0
  1341. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_curve.gen.d.ts.map +1 -0
  1342. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_curve.gen.js +32 -0
  1343. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_loop.gen.d.ts +15 -0
  1344. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_loop.gen.d.ts.map +1 -0
  1345. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_loop.gen.js +42 -0
  1346. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_round.gen.d.ts +12 -0
  1347. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_round.gen.d.ts.map +1 -0
  1348. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_round.gen.js +15 -0
  1349. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity.gen.d.ts +15 -0
  1350. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity.gen.d.ts.map +1 -0
  1351. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity.gen.js +28 -0
  1352. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_assignment.gen.d.ts +16 -0
  1353. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_assignment.gen.d.ts.map +1 -0
  1354. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_assignment.gen.js +26 -0
  1355. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_assignment.gen.d.ts +17 -0
  1356. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_assignment.gen.d.ts.map +1 -0
  1357. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_assignment.gen.js +29 -0
  1358. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_role.gen.d.ts +15 -0
  1359. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_role.gen.d.ts.map +1 -0
  1360. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_role.gen.js +27 -0
  1361. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_item.gen.d.ts +1 -0
  1362. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_item.gen.d.ts.map +1 -0
  1363. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_item.gen.js +1 -0
  1364. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_relationship.gen.d.ts +20 -0
  1365. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_relationship.gen.d.ts.map +1 -0
  1366. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_relationship.gen.js +40 -0
  1367. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure.gen.d.ts +13 -0
  1368. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure.gen.d.ts.map +1 -0
  1369. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure.gen.js +21 -0
  1370. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure_with_unit.gen.d.ts +12 -0
  1371. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure_with_unit.gen.d.ts.map +1 -0
  1372. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure_with_unit.gen.js +15 -0
  1373. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_unit.gen.d.ts +12 -0
  1374. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_unit.gen.d.ts.map +1 -0
  1375. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_unit.gen.js +15 -0
  1376. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/element_delivery.gen.d.ts +12 -0
  1377. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/element_delivery.gen.d.ts.map +1 -0
  1378. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/element_delivery.gen.js +15 -0
  1379. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/elementary_surface.gen.d.ts +15 -0
  1380. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/elementary_surface.gen.d.ts.map +1 -0
  1381. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/elementary_surface.gen.js +22 -0
  1382. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ellipse.gen.d.ts +16 -0
  1383. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ellipse.gen.d.ts.map +1 -0
  1384. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ellipse.gen.js +27 -0
  1385. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_ap214.gen.d.ts +972 -0
  1386. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_ap214.gen.d.ts.map +1 -0
  1387. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_ap214.gen.js +973 -0
  1388. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_search.gen.d.ts +5 -0
  1389. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_search.gen.d.ts.map +1 -0
  1390. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_search.gen.js +8 -0
  1391. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/environment.gen.d.ts +17 -0
  1392. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/environment.gen.d.ts.map +1 -0
  1393. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/environment.gen.js +29 -0
  1394. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/equals_expression.gen.d.ts +12 -0
  1395. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/equals_expression.gen.d.ts.map +1 -0
  1396. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/equals_expression.gen.js +15 -0
  1397. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/evaluated_degenerate_pcurve.gen.d.ts +15 -0
  1398. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/evaluated_degenerate_pcurve.gen.d.ts.map +1 -0
  1399. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/evaluated_degenerate_pcurve.gen.js +22 -0
  1400. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence.gen.d.ts +17 -0
  1401. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence.gen.d.ts.map +1 -0
  1402. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence.gen.js +33 -0
  1403. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_assignment.gen.d.ts +17 -0
  1404. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_assignment.gen.d.ts.map +1 -0
  1405. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_assignment.gen.js +29 -0
  1406. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_assignment.gen.d.ts +17 -0
  1407. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_assignment.gen.d.ts.map +1 -0
  1408. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_assignment.gen.js +29 -0
  1409. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_role.gen.d.ts +15 -0
  1410. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_role.gen.d.ts.map +1 -0
  1411. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_role.gen.js +27 -0
  1412. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_item.gen.d.ts +1 -0
  1413. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_item.gen.d.ts.map +1 -0
  1414. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_item.gen.js +1 -0
  1415. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_role.gen.d.ts +15 -0
  1416. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_role.gen.d.ts.map +1 -0
  1417. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_role.gen.js +27 -0
  1418. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exclusive_product_concept_feature_category.gen.d.ts +12 -0
  1419. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exclusive_product_concept_feature_category.gen.d.ts.map +1 -0
  1420. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exclusive_product_concept_feature_category.gen.js +15 -0
  1421. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/executed_action.gen.d.ts +12 -0
  1422. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/executed_action.gen.d.ts.map +1 -0
  1423. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/executed_action.gen.js +15 -0
  1424. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exp_function.gen.d.ts +12 -0
  1425. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exp_function.gen.d.ts.map +1 -0
  1426. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exp_function.gen.js +15 -0
  1427. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression.gen.d.ts +12 -0
  1428. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression.gen.d.ts.map +1 -0
  1429. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression.gen.js +15 -0
  1430. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression_conversion_based_unit.gen.d.ts +12 -0
  1431. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression_conversion_based_unit.gen.d.ts.map +1 -0
  1432. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression_conversion_based_unit.gen.js +15 -0
  1433. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extension.gen.d.ts +12 -0
  1434. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extension.gen.d.ts.map +1 -0
  1435. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extension.gen.js +15 -0
  1436. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_assignment.gen.d.ts +15 -0
  1437. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_assignment.gen.d.ts.map +1 -0
  1438. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_assignment.gen.js +22 -0
  1439. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_item.gen.d.ts +1 -0
  1440. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_item.gen.d.ts.map +1 -0
  1441. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_item.gen.js +1 -0
  1442. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_source.gen.d.ts +15 -0
  1443. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_source.gen.d.ts.map +1 -0
  1444. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_source.gen.js +30 -0
  1445. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_character_glyph.gen.d.ts +12 -0
  1446. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_character_glyph.gen.d.ts.map +1 -0
  1447. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_character_glyph.gen.js +15 -0
  1448. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_class.gen.d.ts +18 -0
  1449. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_class.gen.d.ts.map +1 -0
  1450. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_class.gen.js +33 -0
  1451. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_curve_font.gen.d.ts +12 -0
  1452. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_curve_font.gen.d.ts.map +1 -0
  1453. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_curve_font.gen.js +15 -0
  1454. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_dimension_definition.gen.d.ts +18 -0
  1455. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_dimension_definition.gen.d.ts.map +1 -0
  1456. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_dimension_definition.gen.js +33 -0
  1457. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_feature_definition.gen.d.ts +18 -0
  1458. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_feature_definition.gen.d.ts.map +1 -0
  1459. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_feature_definition.gen.js +33 -0
  1460. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_general_property.gen.d.ts +18 -0
  1461. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_general_property.gen.d.ts.map +1 -0
  1462. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_general_property.gen.js +33 -0
  1463. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_hatch_style.gen.d.ts +15 -0
  1464. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_hatch_style.gen.d.ts.map +1 -0
  1465. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_hatch_style.gen.js +25 -0
  1466. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item.gen.d.ts +17 -0
  1467. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item.gen.d.ts.map +1 -0
  1468. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item.gen.js +33 -0
  1469. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item_relationship.gen.d.ts +20 -0
  1470. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item_relationship.gen.d.ts.map +1 -0
  1471. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item_relationship.gen.js +40 -0
  1472. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_style.gen.d.ts +12 -0
  1473. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_style.gen.d.ts.map +1 -0
  1474. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_style.gen.js +15 -0
  1475. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_symbol.gen.d.ts +12 -0
  1476. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_symbol.gen.d.ts.map +1 -0
  1477. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_symbol.gen.js +15 -0
  1478. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_text_font.gen.d.ts +12 -0
  1479. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_text_font.gen.d.ts.map +1 -0
  1480. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_text_font.gen.js +15 -0
  1481. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_tile_style.gen.d.ts +15 -0
  1482. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_tile_style.gen.d.ts.map +1 -0
  1483. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_tile_style.gen.js +25 -0
  1484. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_area_solid.gen.d.ts +17 -0
  1485. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_area_solid.gen.d.ts.map +1 -0
  1486. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_area_solid.gen.js +28 -0
  1487. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_face_solid.gen.d.ts +17 -0
  1488. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_face_solid.gen.d.ts.map +1 -0
  1489. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_face_solid.gen.js +28 -0
  1490. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face.gen.d.ts +15 -0
  1491. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face.gen.d.ts.map +1 -0
  1492. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face.gen.js +42 -0
  1493. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_based_surface_model.gen.d.ts +15 -0
  1494. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_based_surface_model.gen.d.ts.map +1 -0
  1495. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_based_surface_model.gen.js +42 -0
  1496. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_bound.gen.d.ts +17 -0
  1497. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_bound.gen.d.ts.map +1 -0
  1498. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_bound.gen.js +28 -0
  1499. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_outer_bound.gen.d.ts +12 -0
  1500. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_outer_bound.gen.d.ts.map +1 -0
  1501. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_outer_bound.gen.js +15 -0
  1502. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_shape_representation.gen.d.ts +12 -0
  1503. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_shape_representation.gen.d.ts.map +1 -0
  1504. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_shape_representation.gen.js +15 -0
  1505. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_surface.gen.d.ts +18 -0
  1506. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_surface.gen.d.ts.map +1 -0
  1507. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_surface.gen.js +32 -0
  1508. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep.gen.d.ts +12 -0
  1509. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep.gen.d.ts.map +1 -0
  1510. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep.gen.js +15 -0
  1511. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep_shape_representation.gen.d.ts +12 -0
  1512. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep_shape_representation.gen.d.ts.map +1 -0
  1513. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep_shape_representation.gen.js +15 -0
  1514. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_definition.gen.d.ts +12 -0
  1515. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_definition.gen.d.ts.map +1 -0
  1516. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_definition.gen.js +15 -0
  1517. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_relationship.gen.d.ts +12 -0
  1518. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_relationship.gen.d.ts.map +1 -0
  1519. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_relationship.gen.js +15 -0
  1520. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_definition.gen.d.ts +12 -0
  1521. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_definition.gen.d.ts.map +1 -0
  1522. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_definition.gen.js +15 -0
  1523. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_in_panel.gen.d.ts +12 -0
  1524. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_in_panel.gen.d.ts.map +1 -0
  1525. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_in_panel.gen.js +15 -0
  1526. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_pattern.gen.d.ts +12 -0
  1527. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_pattern.gen.d.ts.map +1 -0
  1528. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_pattern.gen.js +15 -0
  1529. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/featured_shape.gen.d.ts +12 -0
  1530. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/featured_shape.gen.d.ts.map +1 -0
  1531. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/featured_shape.gen.js +15 -0
  1532. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style.gen.d.ts +21 -0
  1533. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style.gen.d.ts.map +1 -0
  1534. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style.gen.js +56 -0
  1535. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_colour.gen.d.ts +16 -0
  1536. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_colour.gen.d.ts.map +1 -0
  1537. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_colour.gen.js +28 -0
  1538. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_hatching.gen.d.ts +25 -0
  1539. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_hatching.gen.d.ts.map +1 -0
  1540. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_hatching.gen.js +48 -0
  1541. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_shape_select.gen.d.ts +1 -0
  1542. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_shape_select.gen.d.ts.map +1 -0
  1543. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_shape_select.gen.js +1 -0
  1544. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_symbol_with_style.gen.d.ts +15 -0
  1545. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_symbol_with_style.gen.d.ts.map +1 -0
  1546. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_symbol_with_style.gen.js +22 -0
  1547. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tiles.gen.d.ts +20 -0
  1548. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tiles.gen.d.ts.map +1 -0
  1549. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tiles.gen.js +59 -0
  1550. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_style_select.gen.d.ts +1 -0
  1551. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_style_select.gen.d.ts.map +1 -0
  1552. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_style_select.gen.js +1 -0
  1553. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fillet.gen.d.ts +12 -0
  1554. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fillet.gen.d.ts.map +1 -0
  1555. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fillet.gen.js +15 -0
  1556. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/flatness_tolerance.gen.d.ts +12 -0
  1557. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/flatness_tolerance.gen.d.ts.map +1 -0
  1558. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/flatness_tolerance.gen.js +15 -0
  1559. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/font_select.gen.d.ts +1 -0
  1560. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/font_select.gen.d.ts.map +1 -0
  1561. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/font_select.gen.js +1 -0
  1562. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/format_function.gen.d.ts +15 -0
  1563. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/format_function.gen.d.ts.map +1 -0
  1564. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/format_function.gen.js +42 -0
  1565. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item.gen.d.ts +11 -0
  1566. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item.gen.d.ts.map +1 -0
  1567. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item.gen.js +15 -0
  1568. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item_select.gen.d.ts +1 -0
  1569. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item_select.gen.d.ts.map +1 -0
  1570. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item_select.gen.js +1 -0
  1571. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_kinematic_path.gen.d.ts +12 -0
  1572. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_kinematic_path.gen.d.ts.map +1 -0
  1573. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_kinematic_path.gen.js +15 -0
  1574. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fully_constrained_pair.gen.d.ts +12 -0
  1575. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fully_constrained_pair.gen.d.ts.map +1 -0
  1576. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fully_constrained_pair.gen.js +15 -0
  1577. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/functionally_defined_transformation.gen.d.ts +15 -0
  1578. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/functionally_defined_transformation.gen.d.ts.map +1 -0
  1579. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/functionally_defined_transformation.gen.js +27 -0
  1580. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair.gen.d.ts +22 -0
  1581. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair.gen.d.ts.map +1 -0
  1582. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair.gen.js +45 -0
  1583. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_range.gen.d.ts +18 -0
  1584. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_range.gen.d.ts.map +1 -0
  1585. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_range.gen.js +41 -0
  1586. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_value.gen.d.ts +14 -0
  1587. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_value.gen.d.ts.map +1 -0
  1588. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_value.gen.js +21 -0
  1589. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_feature.gen.d.ts +12 -0
  1590. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_feature.gen.d.ts.map +1 -0
  1591. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_feature.gen.js +15 -0
  1592. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_material_property.gen.d.ts +12 -0
  1593. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_material_property.gen.d.ts.map +1 -0
  1594. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_material_property.gen.js +15 -0
  1595. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property.gen.d.ts +17 -0
  1596. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property.gen.d.ts.map +1 -0
  1597. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property.gen.js +33 -0
  1598. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_association.gen.d.ts +23 -0
  1599. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_association.gen.d.ts.map +1 -0
  1600. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_association.gen.js +47 -0
  1601. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_relationship.gen.d.ts +20 -0
  1602. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_relationship.gen.d.ts.map +1 -0
  1603. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_relationship.gen.js +40 -0
  1604. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_character_glyph_symbol.gen.d.ts +12 -0
  1605. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_character_glyph_symbol.gen.d.ts.map +1 -0
  1606. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_character_glyph_symbol.gen.js +15 -0
  1607. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_expression.gen.d.ts +11 -0
  1608. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_expression.gen.d.ts.map +1 -0
  1609. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_expression.gen.js +15 -0
  1610. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_literal.gen.d.ts +12 -0
  1611. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_literal.gen.d.ts.map +1 -0
  1612. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_literal.gen.js +15 -0
  1613. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_variable.gen.d.ts +12 -0
  1614. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_variable.gen.d.ts.map +1 -0
  1615. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_variable.gen.js +15 -0
  1616. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_alignment.gen.d.ts +12 -0
  1617. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_alignment.gen.d.ts.map +1 -0
  1618. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_alignment.gen.js +15 -0
  1619. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_curve_set.gen.d.ts +12 -0
  1620. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_curve_set.gen.d.ts.map +1 -0
  1621. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_curve_set.gen.js +15 -0
  1622. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_intersection.gen.d.ts +12 -0
  1623. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_intersection.gen.d.ts.map +1 -0
  1624. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_intersection.gen.js +15 -0
  1625. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_item_specific_usage.gen.d.ts +12 -0
  1626. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_item_specific_usage.gen.d.ts.map +1 -0
  1627. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_item_specific_usage.gen.js +15 -0
  1628. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_context.gen.d.ts +14 -0
  1629. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_context.gen.d.ts.map +1 -0
  1630. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_context.gen.js +21 -0
  1631. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_item.gen.d.ts +13 -0
  1632. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_item.gen.d.ts.map +1 -0
  1633. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_item.gen.js +19 -0
  1634. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set.gen.d.ts +17 -0
  1635. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set.gen.d.ts.map +1 -0
  1636. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set.gen.js +48 -0
  1637. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set_select.gen.d.ts +1 -0
  1638. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set_select.gen.d.ts.map +1 -0
  1639. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set_select.gen.js +1 -0
  1640. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance.gen.d.ts +21 -0
  1641. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance.gen.d.ts.map +1 -0
  1642. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance.gen.js +41 -0
  1643. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_relationship.gen.d.ts +20 -0
  1644. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_relationship.gen.d.ts.map +1 -0
  1645. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_relationship.gen.js +40 -0
  1646. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_datum_reference.gen.d.ts +15 -0
  1647. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_datum_reference.gen.d.ts.map +1 -0
  1648. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_datum_reference.gen.js +42 -0
  1649. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_defined_unit.gen.d.ts +15 -0
  1650. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_defined_unit.gen.d.ts.map +1 -0
  1651. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_defined_unit.gen.js +22 -0
  1652. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrical_tolerance_callout.gen.d.ts +12 -0
  1653. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrical_tolerance_callout.gen.d.ts.map +1 -0
  1654. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrical_tolerance_callout.gen.js +15 -0
  1655. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_2d_wireframe_representation.gen.d.ts +12 -0
  1656. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_2d_wireframe_representation.gen.d.ts.map +1 -0
  1657. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_2d_wireframe_representation.gen.js +15 -0
  1658. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_surface_shape_representation.gen.d.ts +12 -0
  1659. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_surface_shape_representation.gen.d.ts.map +1 -0
  1660. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_surface_shape_representation.gen.js +15 -0
  1661. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_wireframe_shape_representation.gen.d.ts +12 -0
  1662. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_wireframe_shape_representation.gen.d.ts.map +1 -0
  1663. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_wireframe_shape_representation.gen.js +15 -0
  1664. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_uncertainty_assigned_context.gen.d.ts +15 -0
  1665. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_uncertainty_assigned_context.gen.d.ts.map +1 -0
  1666. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_uncertainty_assigned_context.gen.js +42 -0
  1667. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_unit_assigned_context.gen.d.ts +16 -0
  1668. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_unit_assigned_context.gen.d.ts.map +1 -0
  1669. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_unit_assigned_context.gen.js +47 -0
  1670. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group.gen.d.ts +16 -0
  1671. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group.gen.d.ts.map +1 -0
  1672. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group.gen.js +31 -0
  1673. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_assignment.gen.d.ts +16 -0
  1674. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_assignment.gen.d.ts.map +1 -0
  1675. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_assignment.gen.js +26 -0
  1676. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_item.gen.d.ts +1 -0
  1677. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_item.gen.d.ts.map +1 -0
  1678. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_item.gen.js +1 -0
  1679. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_relationship.gen.d.ts +20 -0
  1680. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_relationship.gen.d.ts.map +1 -0
  1681. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_relationship.gen.js +40 -0
  1682. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/half_space_solid.gen.d.ts +17 -0
  1683. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/half_space_solid.gen.d.ts.map +1 -0
  1684. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/half_space_solid.gen.js +28 -0
  1685. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hardness_representation.gen.d.ts +12 -0
  1686. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hardness_representation.gen.d.ts.map +1 -0
  1687. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hardness_representation.gen.js +15 -0
  1688. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hidden_element_over_riding_styled_item.gen.d.ts +12 -0
  1689. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hidden_element_over_riding_styled_item.gen.d.ts.map +1 -0
  1690. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hidden_element_over_riding_styled_item.gen.js +15 -0
  1691. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_bottom.gen.d.ts +12 -0
  1692. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_bottom.gen.d.ts.map +1 -0
  1693. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_bottom.gen.js +15 -0
  1694. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_in_panel.gen.d.ts +12 -0
  1695. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_in_panel.gen.d.ts.map +1 -0
  1696. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_in_panel.gen.js +15 -0
  1697. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/homokinetic_pair.gen.d.ts +12 -0
  1698. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/homokinetic_pair.gen.d.ts.map +1 -0
  1699. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/homokinetic_pair.gen.js +15 -0
  1700. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hour_in_day.gen.d.ts +13 -0
  1701. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hour_in_day.gen.d.ts.map +1 -0
  1702. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hour_in_day.gen.js +21 -0
  1703. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hyperbola.gen.d.ts +16 -0
  1704. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hyperbola.gen.d.ts.map +1 -0
  1705. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hyperbola.gen.js +27 -0
  1706. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute.gen.d.ts +25 -0
  1707. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute.gen.d.ts.map +1 -0
  1708. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute.gen.js +41 -0
  1709. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute_select.gen.d.ts +1 -0
  1710. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute_select.gen.d.ts.map +1 -0
  1711. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute_select.gen.js +1 -0
  1712. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_assignment.gen.d.ts +16 -0
  1713. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_assignment.gen.d.ts.map +1 -0
  1714. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_assignment.gen.js +28 -0
  1715. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_item.gen.d.ts +1 -0
  1716. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_item.gen.d.ts.map +1 -0
  1717. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_item.gen.js +1 -0
  1718. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_role.gen.d.ts +15 -0
  1719. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_role.gen.d.ts.map +1 -0
  1720. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_role.gen.js +27 -0
  1721. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identifier.gen.d.ts +13 -0
  1722. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identifier.gen.d.ts.map +1 -0
  1723. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identifier.gen.js +21 -0
  1724. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/inclusion_product_concept_feature.gen.d.ts +12 -0
  1725. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/inclusion_product_concept_feature.gen.d.ts.map +1 -0
  1726. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/inclusion_product_concept_feature.gen.js +15 -0
  1727. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index.d.ts +992 -0
  1728. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index.d.ts.map +1 -0
  1729. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index.js +991 -0
  1730. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index_expression.gen.d.ts +15 -0
  1731. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index_expression.gen.d.ts.map +1 -0
  1732. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index_expression.gen.js +42 -0
  1733. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/initial_state.gen.d.ts +17 -0
  1734. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/initial_state.gen.d.ts.map +1 -0
  1735. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/initial_state.gen.js +49 -0
  1736. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/instanced_feature.gen.d.ts +12 -0
  1737. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/instanced_feature.gen.d.ts.map +1 -0
  1738. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/instanced_feature.gen.js +15 -0
  1739. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_literal.gen.d.ts +12 -0
  1740. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_literal.gen.d.ts.map +1 -0
  1741. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_literal.gen.js +15 -0
  1742. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_numeric_variable.gen.d.ts +12 -0
  1743. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_numeric_variable.gen.d.ts.map +1 -0
  1744. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_numeric_variable.gen.js +15 -0
  1745. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_value_function.gen.d.ts +12 -0
  1746. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_value_function.gen.d.ts.map +1 -0
  1747. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_value_function.gen.js +15 -0
  1748. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/integer_defined_function.gen.d.ts +12 -0
  1749. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/integer_defined_function.gen.d.ts.map +1 -0
  1750. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/integer_defined_function.gen.js +15 -0
  1751. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolated_configuration_sequence.gen.d.ts +14 -0
  1752. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolated_configuration_sequence.gen.d.ts.map +1 -0
  1753. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolated_configuration_sequence.gen.js +42 -0
  1754. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolation_type.gen.d.ts +12 -0
  1755. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolation_type.gen.d.ts.map +1 -0
  1756. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolation_type.gen.js +23 -0
  1757. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/intersection_curve.gen.d.ts +12 -0
  1758. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/intersection_curve.gen.d.ts.map +1 -0
  1759. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/intersection_curve.gen.js +15 -0
  1760. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interval_expression.gen.d.ts +15 -0
  1761. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interval_expression.gen.d.ts.map +1 -0
  1762. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interval_expression.gen.js +42 -0
  1763. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility.gen.d.ts +17 -0
  1764. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility.gen.d.ts.map +1 -0
  1765. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility.gen.js +49 -0
  1766. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility_context.gen.d.ts +1 -0
  1767. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility_context.gen.d.ts.map +1 -0
  1768. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility_context.gen.js +1 -0
  1769. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisible_item.gen.d.ts +1 -0
  1770. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisible_item.gen.d.ts.map +1 -0
  1771. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisible_item.gen.js +1 -0
  1772. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_defined_transformation.gen.d.ts +20 -0
  1773. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_defined_transformation.gen.d.ts.map +1 -0
  1774. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_defined_transformation.gen.js +40 -0
  1775. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_identified_representation_usage.gen.d.ts +28 -0
  1776. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_identified_representation_usage.gen.d.ts.map +1 -0
  1777. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_identified_representation_usage.gen.js +56 -0
  1778. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle.gen.d.ts +12 -0
  1779. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle.gen.d.ts.map +1 -0
  1780. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle.gen.js +15 -0
  1781. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle_termination.gen.d.ts +12 -0
  1782. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle_termination.gen.d.ts.map +1 -0
  1783. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle_termination.gen.js +15 -0
  1784. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_consistency.gen.d.ts +17 -0
  1785. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_consistency.gen.d.ts.map +1 -0
  1786. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_consistency.gen.js +29 -0
  1787. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_definition.gen.d.ts +1 -0
  1788. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_definition.gen.d.ts.map +1 -0
  1789. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_definition.gen.js +1 -0
  1790. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_result.gen.d.ts +18 -0
  1791. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_result.gen.d.ts.map +1 -0
  1792. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_result.gen.js +54 -0
  1793. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_control.gen.d.ts +17 -0
  1794. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_control.gen.d.ts.map +1 -0
  1795. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_control.gen.js +53 -0
  1796. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background.gen.d.ts +1 -0
  1797. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background.gen.d.ts.map +1 -0
  1798. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background.gen.js +1 -0
  1799. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation.gen.d.ts +12 -0
  1800. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation.gen.d.ts.map +1 -0
  1801. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation.gen.js +15 -0
  1802. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation_association.gen.d.ts +12 -0
  1803. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation_association.gen.d.ts.map +1 -0
  1804. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation_association.gen.js +15 -0
  1805. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_based_transformation.gen.d.ts +17 -0
  1806. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_based_transformation.gen.d.ts.map +1 -0
  1807. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_based_transformation.gen.js +32 -0
  1808. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_ground_representation.gen.d.ts +12 -0
  1809. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_ground_representation.gen.d.ts.map +1 -0
  1810. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_ground_representation.gen.js +15 -0
  1811. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_joint.gen.d.ts +16 -0
  1812. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_joint.gen.d.ts.map +1 -0
  1813. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_joint.gen.js +28 -0
  1814. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link.gen.d.ts +11 -0
  1815. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link.gen.d.ts.map +1 -0
  1816. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link.gen.js +15 -0
  1817. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation.gen.d.ts +12 -0
  1818. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation.gen.d.ts.map +1 -0
  1819. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation.gen.js +15 -0
  1820. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_association.gen.d.ts +12 -0
  1821. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_association.gen.d.ts.map +1 -0
  1822. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_association.gen.js +15 -0
  1823. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_relation.gen.d.ts +17 -0
  1824. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_relation.gen.d.ts.map +1 -0
  1825. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_relation.gen.js +29 -0
  1826. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_pair.gen.d.ts +15 -0
  1827. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_pair.gen.d.ts.map +1 -0
  1828. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_pair.gen.js +22 -0
  1829. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_path.gen.d.ts +12 -0
  1830. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_path.gen.d.ts.map +1 -0
  1831. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_path.gen.js +15 -0
  1832. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_definition.gen.d.ts +20 -0
  1833. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_definition.gen.d.ts.map +1 -0
  1834. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_definition.gen.js +31 -0
  1835. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_representation_relation.gen.d.ts +12 -0
  1836. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_representation_relation.gen.d.ts.map +1 -0
  1837. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_representation_relation.gen.js +15 -0
  1838. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_result.gen.d.ts +1 -0
  1839. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_result.gen.d.ts.map +1 -0
  1840. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_result.gen.js +1 -0
  1841. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_structure.gen.d.ts +14 -0
  1842. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_structure.gen.d.ts.map +1 -0
  1843. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_structure.gen.js +42 -0
  1844. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/knot_type.gen.d.ts +13 -0
  1845. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/knot_type.gen.d.ts.map +1 -0
  1846. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/knot_type.gen.js +24 -0
  1847. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/known_source.gen.d.ts +14 -0
  1848. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/known_source.gen.d.ts.map +1 -0
  1849. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/known_source.gen.js +21 -0
  1850. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/label.gen.d.ts +13 -0
  1851. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/label.gen.d.ts.map +1 -0
  1852. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/label.gen.js +21 -0
  1853. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language.gen.d.ts +12 -0
  1854. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language.gen.d.ts.map +1 -0
  1855. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language.gen.js +15 -0
  1856. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_assignment.gen.d.ts +15 -0
  1857. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_assignment.gen.d.ts.map +1 -0
  1858. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_assignment.gen.js +46 -0
  1859. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_item.gen.d.ts +1 -0
  1860. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_item.gen.d.ts.map +1 -0
  1861. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_item.gen.js +1 -0
  1862. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/layered_item.gen.d.ts +1 -0
  1863. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/layered_item.gen.d.ts.map +1 -0
  1864. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/layered_item.gen.js +1 -0
  1865. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_curve.gen.d.ts +12 -0
  1866. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_curve.gen.d.ts.map +1 -0
  1867. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_curve.gen.js +15 -0
  1868. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_callout.gen.d.ts +12 -0
  1869. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_callout.gen.d.ts.map +1 -0
  1870. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_callout.gen.js +15 -0
  1871. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_dimension.gen.d.ts +12 -0
  1872. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_dimension.gen.d.ts.map +1 -0
  1873. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_dimension.gen.js +15 -0
  1874. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_terminator.gen.d.ts +12 -0
  1875. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_terminator.gen.d.ts.map +1 -0
  1876. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_terminator.gen.js +15 -0
  1877. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_function.gen.d.ts +15 -0
  1878. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_function.gen.d.ts.map +1 -0
  1879. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_function.gen.js +22 -0
  1880. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure.gen.d.ts +13 -0
  1881. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure.gen.d.ts.map +1 -0
  1882. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure.gen.js +21 -0
  1883. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure_with_unit.gen.d.ts +12 -0
  1884. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure_with_unit.gen.d.ts.map +1 -0
  1885. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure_with_unit.gen.js +15 -0
  1886. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_unit.gen.d.ts +12 -0
  1887. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_unit.gen.d.ts.map +1 -0
  1888. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_unit.gen.js +15 -0
  1889. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source.gen.d.ts +15 -0
  1890. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source.gen.d.ts.map +1 -0
  1891. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source.gen.js +22 -0
  1892. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_ambient.gen.d.ts +12 -0
  1893. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_ambient.gen.d.ts.map +1 -0
  1894. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_ambient.gen.js +15 -0
  1895. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_directional.gen.d.ts +15 -0
  1896. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_directional.gen.d.ts.map +1 -0
  1897. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_directional.gen.js +22 -0
  1898. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_positional.gen.d.ts +19 -0
  1899. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_positional.gen.d.ts.map +1 -0
  1900. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_positional.gen.js +34 -0
  1901. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_spot.gen.d.ts +26 -0
  1902. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_spot.gen.d.ts.map +1 -0
  1903. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_spot.gen.js +53 -0
  1904. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/like_expression.gen.d.ts +12 -0
  1905. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/like_expression.gen.d.ts.map +1 -0
  1906. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/like_expression.gen.js +15 -0
  1907. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limit_condition.gen.d.ts +12 -0
  1908. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limit_condition.gen.d.ts.map +1 -0
  1909. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limit_condition.gen.js +23 -0
  1910. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limits_and_fits.gen.d.ts +19 -0
  1911. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limits_and_fits.gen.d.ts.map +1 -0
  1912. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limits_and_fits.gen.js +39 -0
  1913. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line.gen.d.ts +18 -0
  1914. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line.gen.d.ts.map +1 -0
  1915. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line.gen.js +29 -0
  1916. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line_profile_tolerance.gen.d.ts +12 -0
  1917. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line_profile_tolerance.gen.d.ts.map +1 -0
  1918. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line_profile_tolerance.gen.js +15 -0
  1919. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/linear_dimension.gen.d.ts +12 -0
  1920. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/linear_dimension.gen.d.ts.map +1 -0
  1921. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/linear_dimension.gen.js +15 -0
  1922. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_of_reversible_topology_item.gen.d.ts +19 -0
  1923. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_of_reversible_topology_item.gen.d.ts.map +1 -0
  1924. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_of_reversible_topology_item.gen.js +51 -0
  1925. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_representation_item.gen.d.ts +14 -0
  1926. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_representation_item.gen.d.ts.map +1 -0
  1927. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_representation_item.gen.js +42 -0
  1928. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/literal_number.gen.d.ts +14 -0
  1929. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/literal_number.gen.d.ts.map +1 -0
  1930. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/literal_number.gen.js +21 -0
  1931. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/local_time.gen.d.ts +20 -0
  1932. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/local_time.gen.d.ts.map +1 -0
  1933. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/local_time.gen.js +40 -0
  1934. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/location_shape_representation.gen.d.ts +12 -0
  1935. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/location_shape_representation.gen.d.ts.map +1 -0
  1936. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/location_shape_representation.gen.js +15 -0
  1937. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/locator.gen.d.ts +12 -0
  1938. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/locator.gen.d.ts.map +1 -0
  1939. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/locator.gen.js +15 -0
  1940. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log10_function.gen.d.ts +12 -0
  1941. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log10_function.gen.d.ts.map +1 -0
  1942. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log10_function.gen.js +15 -0
  1943. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log2_function.gen.d.ts +12 -0
  1944. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log2_function.gen.d.ts.map +1 -0
  1945. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log2_function.gen.js +15 -0
  1946. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log_function.gen.d.ts +12 -0
  1947. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log_function.gen.d.ts.map +1 -0
  1948. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log_function.gen.js +15 -0
  1949. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/loop.gen.d.ts +12 -0
  1950. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/loop.gen.d.ts.map +1 -0
  1951. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/loop.gen.js +15 -0
  1952. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/lot_effectivity.gen.d.ts +17 -0
  1953. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/lot_effectivity.gen.d.ts.map +1 -0
  1954. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/lot_effectivity.gen.js +28 -0
  1955. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure.gen.d.ts +13 -0
  1956. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure.gen.d.ts.map +1 -0
  1957. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure.gen.js +21 -0
  1958. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure_with_unit.gen.d.ts +12 -0
  1959. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure_with_unit.gen.d.ts.map +1 -0
  1960. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure_with_unit.gen.js +15 -0
  1961. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_unit.gen.d.ts +12 -0
  1962. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_unit.gen.d.ts.map +1 -0
  1963. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_unit.gen.js +15 -0
  1964. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/make_from_usage_option.gen.d.ts +19 -0
  1965. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/make_from_usage_option.gen.d.ts.map +1 -0
  1966. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/make_from_usage_option.gen.js +34 -0
  1967. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_solid_brep.gen.d.ts +15 -0
  1968. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_solid_brep.gen.d.ts.map +1 -0
  1969. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_solid_brep.gen.js +22 -0
  1970. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_subsurface_shape_representation.gen.d.ts +12 -0
  1971. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_subsurface_shape_representation.gen.d.ts.map +1 -0
  1972. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_subsurface_shape_representation.gen.js +15 -0
  1973. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_surface_shape_representation.gen.d.ts +12 -0
  1974. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_surface_shape_representation.gen.d.ts.map +1 -0
  1975. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_surface_shape_representation.gen.js +15 -0
  1976. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mapped_item.gen.d.ts +17 -0
  1977. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mapped_item.gen.d.ts.map +1 -0
  1978. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mapped_item.gen.js +28 -0
  1979. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_select.gen.d.ts +1 -0
  1980. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_select.gen.d.ts.map +1 -0
  1981. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_select.gen.js +1 -0
  1982. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_type.gen.d.ts +16 -0
  1983. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_type.gen.d.ts.map +1 -0
  1984. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_type.gen.js +27 -0
  1985. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure.gen.d.ts +13 -0
  1986. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure.gen.d.ts.map +1 -0
  1987. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure.gen.js +21 -0
  1988. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure_with_unit.gen.d.ts +12 -0
  1989. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure_with_unit.gen.d.ts.map +1 -0
  1990. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure_with_unit.gen.js +15 -0
  1991. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_unit.gen.d.ts +12 -0
  1992. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_unit.gen.d.ts.map +1 -0
  1993. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_unit.gen.js +15 -0
  1994. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation.gen.d.ts +21 -0
  1995. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation.gen.d.ts.map +1 -0
  1996. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation.gen.js +57 -0
  1997. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation_characterization.gen.d.ts +21 -0
  1998. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation_characterization.gen.d.ts.map +1 -0
  1999. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation_characterization.gen.js +45 -0
  2000. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property.gen.d.ts +12 -0
  2001. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property.gen.d.ts.map +1 -0
  2002. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property.gen.js +15 -0
  2003. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property_representation.gen.d.ts +15 -0
  2004. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property_representation.gen.d.ts.map +1 -0
  2005. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property_representation.gen.js +22 -0
  2006. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/maximum_function.gen.d.ts +12 -0
  2007. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/maximum_function.gen.d.ts.map +1 -0
  2008. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/maximum_function.gen.js +15 -0
  2009. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_qualification.gen.d.ts +23 -0
  2010. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_qualification.gen.d.ts.map +1 -0
  2011. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_qualification.gen.js +67 -0
  2012. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_representation_item.gen.d.ts +40 -0
  2013. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_representation_item.gen.d.ts.map +1 -0
  2014. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_representation_item.gen.js +59 -0
  2015. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_value.gen.d.ts +1 -0
  2016. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_value.gen.d.ts.map +1 -0
  2017. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_value.gen.js +1 -0
  2018. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_with_unit.gen.d.ts +39 -0
  2019. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_with_unit.gen.d.ts.map +1 -0
  2020. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_with_unit.gen.js +59 -0
  2021. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_area.gen.d.ts +12 -0
  2022. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_area.gen.d.ts.map +1 -0
  2023. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_area.gen.js +15 -0
  2024. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_representation.gen.d.ts +12 -0
  2025. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_representation.gen.d.ts.map +1 -0
  2026. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_representation.gen.js +15 -0
  2027. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism.gen.d.ts +20 -0
  2028. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism.gen.d.ts.map +1 -0
  2029. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism.gen.js +36 -0
  2030. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism_base_placement.gen.d.ts +17 -0
  2031. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism_base_placement.gen.d.ts.map +1 -0
  2032. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism_base_placement.gen.js +26 -0
  2033. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minimum_function.gen.d.ts +12 -0
  2034. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minimum_function.gen.d.ts.map +1 -0
  2035. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minimum_function.gen.js +15 -0
  2036. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_expression.gen.d.ts +12 -0
  2037. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_expression.gen.d.ts.map +1 -0
  2038. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_expression.gen.js +15 -0
  2039. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_function.gen.d.ts +12 -0
  2040. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_function.gen.d.ts.map +1 -0
  2041. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_function.gen.js +15 -0
  2042. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minute_in_hour.gen.d.ts +13 -0
  2043. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minute_in_hour.gen.d.ts.map +1 -0
  2044. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minute_in_hour.gen.js +21 -0
  2045. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mod_expression.gen.d.ts +12 -0
  2046. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mod_expression.gen.d.ts.map +1 -0
  2047. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mod_expression.gen.js +15 -0
  2048. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_geometric_tolerance.gen.d.ts +15 -0
  2049. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_geometric_tolerance.gen.d.ts.map +1 -0
  2050. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_geometric_tolerance.gen.js +22 -0
  2051. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_pattern.gen.d.ts +12 -0
  2052. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_pattern.gen.d.ts.map +1 -0
  2053. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_pattern.gen.js +15 -0
  2054. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/moments_of_inertia_representation.gen.d.ts +12 -0
  2055. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/moments_of_inertia_representation.gen.d.ts.map +1 -0
  2056. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/moments_of_inertia_representation.gen.js +15 -0
  2057. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/month_in_year_number.gen.d.ts +13 -0
  2058. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/month_in_year_number.gen.d.ts.map +1 -0
  2059. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/month_in_year_number.gen.js +21 -0
  2060. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_link_relationship.gen.d.ts +15 -0
  2061. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_link_relationship.gen.d.ts.map +1 -0
  2062. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_link_relationship.gen.js +26 -0
  2063. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_parameter_measure.gen.d.ts +1 -0
  2064. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_parameter_measure.gen.d.ts.map +1 -0
  2065. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_parameter_measure.gen.js +1 -0
  2066. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mult_expression.gen.d.ts +12 -0
  2067. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mult_expression.gen.d.ts.map +1 -0
  2068. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mult_expression.gen.js +15 -0
  2069. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_assignment.gen.d.ts +84 -0
  2070. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_assignment.gen.d.ts.map +1 -0
  2071. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_assignment.gen.js +118 -0
  2072. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_item.gen.d.ts +1 -0
  2073. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_item.gen.d.ts.map +1 -0
  2074. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_item.gen.js +1 -0
  2075. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_boolean_expression.gen.d.ts +15 -0
  2076. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_boolean_expression.gen.d.ts.map +1 -0
  2077. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_boolean_expression.gen.js +42 -0
  2078. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_function_call.gen.d.ts +12 -0
  2079. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_function_call.gen.d.ts.map +1 -0
  2080. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_function_call.gen.js +15 -0
  2081. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_generic_expression.gen.d.ts +14 -0
  2082. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_generic_expression.gen.d.ts.map +1 -0
  2083. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_generic_expression.gen.js +41 -0
  2084. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_numeric_expression.gen.d.ts +15 -0
  2085. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_numeric_expression.gen.d.ts.map +1 -0
  2086. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_numeric_expression.gen.js +42 -0
  2087. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_assignment.gen.d.ts +15 -0
  2088. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_assignment.gen.d.ts.map +1 -0
  2089. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_assignment.gen.js +25 -0
  2090. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute.gen.d.ts +25 -0
  2091. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute.gen.d.ts.map +1 -0
  2092. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute.gen.js +41 -0
  2093. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute_select.gen.d.ts +1 -0
  2094. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute_select.gen.d.ts.map +1 -0
  2095. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute_select.gen.js +1 -0
  2096. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_item.gen.d.ts +1 -0
  2097. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_item.gen.d.ts.map +1 -0
  2098. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_item.gen.js +1 -0
  2099. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit.gen.d.ts +14 -0
  2100. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit.gen.d.ts.map +1 -0
  2101. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit.gen.js +22 -0
  2102. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit_variable.gen.d.ts +12 -0
  2103. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit_variable.gen.d.ts.map +1 -0
  2104. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit_variable.gen.js +15 -0
  2105. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/next_assembly_usage_occurrence.gen.d.ts +12 -0
  2106. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/next_assembly_usage_occurrence.gen.d.ts.map +1 -0
  2107. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/next_assembly_usage_occurrence.gen.js +15 -0
  2108. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ngon_closed_profile.gen.d.ts +12 -0
  2109. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ngon_closed_profile.gen.d.ts.map +1 -0
  2110. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ngon_closed_profile.gen.js +15 -0
  2111. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_manifold_surface_shape_representation.gen.d.ts +12 -0
  2112. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_manifold_surface_shape_representation.gen.d.ts.map +1 -0
  2113. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_manifold_surface_shape_representation.gen.js +15 -0
  2114. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_negative_length_measure.gen.d.ts +13 -0
  2115. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_negative_length_measure.gen.d.ts.map +1 -0
  2116. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_negative_length_measure.gen.js +20 -0
  2117. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/not_expression.gen.d.ts +12 -0
  2118. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/not_expression.gen.d.ts.map +1 -0
  2119. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/not_expression.gen.js +15 -0
  2120. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/null_style.gen.d.ts +10 -0
  2121. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/null_style.gen.d.ts.map +1 -0
  2122. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/null_style.gen.js +21 -0
  2123. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_defined_function.gen.d.ts +12 -0
  2124. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_defined_function.gen.d.ts.map +1 -0
  2125. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_defined_function.gen.js +15 -0
  2126. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_expression.gen.d.ts +14 -0
  2127. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_expression.gen.d.ts.map +1 -0
  2128. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_expression.gen.js +22 -0
  2129. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_measure.gen.d.ts +13 -0
  2130. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_measure.gen.d.ts.map +1 -0
  2131. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_measure.gen.js +21 -0
  2132. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_variable.gen.d.ts +12 -0
  2133. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_variable.gen.d.ts.map +1 -0
  2134. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_variable.gen.js +15 -0
  2135. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/object_role.gen.d.ts +15 -0
  2136. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/object_role.gen.d.ts.map +1 -0
  2137. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/object_role.gen.js +27 -0
  2138. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/odd_function.gen.d.ts +12 -0
  2139. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/odd_function.gen.d.ts.map +1 -0
  2140. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/odd_function.gen.js +15 -0
  2141. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_2d.gen.d.ts +18 -0
  2142. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_2d.gen.d.ts.map +1 -0
  2143. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_2d.gen.js +33 -0
  2144. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_3d.gen.d.ts +21 -0
  2145. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_3d.gen.d.ts.map +1 -0
  2146. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_3d.gen.js +40 -0
  2147. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_surface.gen.d.ts +18 -0
  2148. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_surface.gen.d.ts.map +1 -0
  2149. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_surface.gen.js +33 -0
  2150. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/one_direction_repeat_factor.gen.d.ts +15 -0
  2151. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/one_direction_repeat_factor.gen.d.ts.map +1 -0
  2152. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/one_direction_repeat_factor.gen.js +22 -0
  2153. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_path_profile.gen.d.ts +12 -0
  2154. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_path_profile.gen.d.ts.map +1 -0
  2155. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_path_profile.gen.js +15 -0
  2156. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_shell.gen.d.ts +12 -0
  2157. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_shell.gen.d.ts.map +1 -0
  2158. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_shell.gen.js +15 -0
  2159. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/or_expression.gen.d.ts +12 -0
  2160. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/or_expression.gen.d.ts.map +1 -0
  2161. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/or_expression.gen.js +15 -0
  2162. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ordinate_dimension.gen.d.ts +12 -0
  2163. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ordinate_dimension.gen.d.ts.map +1 -0
  2164. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ordinate_dimension.gen.js +15 -0
  2165. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization.gen.d.ts +17 -0
  2166. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization.gen.d.ts.map +1 -0
  2167. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization.gen.js +33 -0
  2168. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_assignment.gen.d.ts +17 -0
  2169. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_assignment.gen.d.ts.map +1 -0
  2170. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_assignment.gen.js +29 -0
  2171. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_item.gen.d.ts +1 -0
  2172. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_item.gen.d.ts.map +1 -0
  2173. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_item.gen.js +1 -0
  2174. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_relationship.gen.d.ts +20 -0
  2175. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_relationship.gen.d.ts.map +1 -0
  2176. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_relationship.gen.js +40 -0
  2177. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_role.gen.d.ts +14 -0
  2178. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_role.gen.d.ts.map +1 -0
  2179. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_role.gen.js +25 -0
  2180. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_address.gen.d.ts +17 -0
  2181. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_address.gen.d.ts.map +1 -0
  2182. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_address.gen.js +48 -0
  2183. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project.gen.d.ts +19 -0
  2184. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project.gen.d.ts.map +1 -0
  2185. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project.gen.js +58 -0
  2186. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_assignment.gen.d.ts +17 -0
  2187. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_assignment.gen.d.ts.map +1 -0
  2188. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_assignment.gen.js +29 -0
  2189. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_item.gen.d.ts +1 -0
  2190. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_item.gen.d.ts.map +1 -0
  2191. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_item.gen.js +1 -0
  2192. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_relationship.gen.d.ts +20 -0
  2193. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_relationship.gen.d.ts.map +1 -0
  2194. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_relationship.gen.js +40 -0
  2195. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_role.gen.d.ts +15 -0
  2196. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_role.gen.d.ts.map +1 -0
  2197. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_role.gen.js +27 -0
  2198. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_closed_shell.gen.d.ts +18 -0
  2199. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_closed_shell.gen.d.ts.map +1 -0
  2200. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_closed_shell.gen.js +31 -0
  2201. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_edge.gen.d.ts +19 -0
  2202. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_edge.gen.d.ts.map +1 -0
  2203. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_edge.gen.js +34 -0
  2204. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_face.gen.d.ts +18 -0
  2205. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_face.gen.d.ts.map +1 -0
  2206. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_face.gen.js +31 -0
  2207. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_open_shell.gen.d.ts +18 -0
  2208. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_open_shell.gen.d.ts.map +1 -0
  2209. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_open_shell.gen.js +31 -0
  2210. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_path.gen.d.ts +18 -0
  2211. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_path.gen.d.ts.map +1 -0
  2212. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_path.gen.js +31 -0
  2213. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_surface.gen.d.ts +14 -0
  2214. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_surface.gen.d.ts.map +1 -0
  2215. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_surface.gen.js +21 -0
  2216. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/outer_boundary_curve.gen.d.ts +12 -0
  2217. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/outer_boundary_curve.gen.d.ts.map +1 -0
  2218. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/outer_boundary_curve.gen.js +15 -0
  2219. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/over_riding_styled_item.gen.d.ts +14 -0
  2220. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/over_riding_styled_item.gen.d.ts.map +1 -0
  2221. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/over_riding_styled_item.gen.js +21 -0
  2222. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/package_product_concept_feature.gen.d.ts +12 -0
  2223. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/package_product_concept_feature.gen.d.ts.map +1 -0
  2224. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/package_product_concept_feature.gen.js +15 -0
  2225. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_actuator.gen.d.ts +16 -0
  2226. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_actuator.gen.d.ts.map +1 -0
  2227. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_actuator.gen.js +28 -0
  2228. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_value.gen.d.ts +14 -0
  2229. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_value.gen.d.ts.map +1 -0
  2230. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_value.gen.js +22 -0
  2231. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parabola.gen.d.ts +14 -0
  2232. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parabola.gen.d.ts.map +1 -0
  2233. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parabola.gen.js +21 -0
  2234. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallel_offset.gen.d.ts +15 -0
  2235. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallel_offset.gen.d.ts.map +1 -0
  2236. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallel_offset.gen.js +22 -0
  2237. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallelism_tolerance.gen.d.ts +12 -0
  2238. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallelism_tolerance.gen.d.ts.map +1 -0
  2239. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallelism_tolerance.gen.js +15 -0
  2240. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parameter_value.gen.d.ts +13 -0
  2241. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parameter_value.gen.d.ts.map +1 -0
  2242. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parameter_value.gen.js +21 -0
  2243. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parametric_representation_context.gen.d.ts +12 -0
  2244. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parametric_representation_context.gen.d.ts.map +1 -0
  2245. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parametric_representation_context.gen.js +15 -0
  2246. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/partial_circular_profile.gen.d.ts +12 -0
  2247. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/partial_circular_profile.gen.d.ts.map +1 -0
  2248. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/partial_circular_profile.gen.js +15 -0
  2249. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path.gen.d.ts +15 -0
  2250. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path.gen.d.ts.map +1 -0
  2251. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path.gen.js +42 -0
  2252. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_feature_component.gen.d.ts +12 -0
  2253. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_feature_component.gen.d.ts.map +1 -0
  2254. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_feature_component.gen.js +15 -0
  2255. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_shape_representation.gen.d.ts +12 -0
  2256. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_shape_representation.gen.d.ts.map +1 -0
  2257. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_shape_representation.gen.js +15 -0
  2258. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_offset_membership.gen.d.ts +12 -0
  2259. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_offset_membership.gen.d.ts.map +1 -0
  2260. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_offset_membership.gen.js +15 -0
  2261. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_omit_membership.gen.d.ts +12 -0
  2262. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_omit_membership.gen.d.ts.map +1 -0
  2263. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_omit_membership.gen.js +15 -0
  2264. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve.gen.d.ts +18 -0
  2265. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve.gen.d.ts.map +1 -0
  2266. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve.gen.js +29 -0
  2267. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve_or_surface.gen.d.ts +1 -0
  2268. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve_or_surface.gen.d.ts.map +1 -0
  2269. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve_or_surface.gen.js +1 -0
  2270. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicular_to.gen.d.ts +12 -0
  2271. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicular_to.gen.d.ts.map +1 -0
  2272. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicular_to.gen.js +15 -0
  2273. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicularity_tolerance.gen.d.ts +12 -0
  2274. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicularity_tolerance.gen.d.ts.map +1 -0
  2275. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicularity_tolerance.gen.js +15 -0
  2276. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person.gen.d.ts +23 -0
  2277. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person.gen.d.ts.map +1 -0
  2278. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person.gen.js +109 -0
  2279. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization.gen.d.ts +19 -0
  2280. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization.gen.d.ts.map +1 -0
  2281. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization.gen.js +36 -0
  2282. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_address.gen.d.ts +15 -0
  2283. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_address.gen.d.ts.map +1 -0
  2284. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_address.gen.js +42 -0
  2285. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_assignment.gen.d.ts +17 -0
  2286. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_assignment.gen.d.ts.map +1 -0
  2287. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_assignment.gen.js +29 -0
  2288. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_item.gen.d.ts +1 -0
  2289. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_item.gen.d.ts.map +1 -0
  2290. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_item.gen.js +1 -0
  2291. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_role.gen.d.ts +14 -0
  2292. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_role.gen.d.ts.map +1 -0
  2293. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_role.gen.js +25 -0
  2294. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_organization_select.gen.d.ts +1 -0
  2295. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_organization_select.gen.d.ts.map +1 -0
  2296. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_organization_select.gen.js +1 -0
  2297. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/personal_address.gen.d.ts +17 -0
  2298. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/personal_address.gen.d.ts.map +1 -0
  2299. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/personal_address.gen.js +48 -0
  2300. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/physically_modelled_product_definition.gen.d.ts +12 -0
  2301. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/physically_modelled_product_definition.gen.d.ts.map +1 -0
  2302. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/physically_modelled_product_definition.gen.js +15 -0
  2303. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_datum_target_feature.gen.d.ts +12 -0
  2304. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_datum_target_feature.gen.d.ts.map +1 -0
  2305. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_datum_target_feature.gen.js +15 -0
  2306. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_feature.gen.d.ts +12 -0
  2307. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_feature.gen.d.ts.map +1 -0
  2308. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_feature.gen.js +15 -0
  2309. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placement.gen.d.ts +15 -0
  2310. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placement.gen.d.ts.map +1 -0
  2311. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placement.gen.js +22 -0
  2312. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_box.gen.d.ts +16 -0
  2313. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_box.gen.d.ts.map +1 -0
  2314. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_box.gen.js +27 -0
  2315. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair.gen.d.ts +19 -0
  2316. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair.gen.d.ts.map +1 -0
  2317. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair.gen.js +34 -0
  2318. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair_range.gen.d.ts +17 -0
  2319. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair_range.gen.d.ts.map +1 -0
  2320. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair_range.gen.js +28 -0
  2321. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_extent.gen.d.ts +16 -0
  2322. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_extent.gen.d.ts.map +1 -0
  2323. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_extent.gen.js +27 -0
  2324. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair.gen.d.ts +12 -0
  2325. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair.gen.d.ts.map +1 -0
  2326. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair.gen.js +15 -0
  2327. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_range.gen.d.ts +27 -0
  2328. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_range.gen.d.ts.map +1 -0
  2329. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_range.gen.js +90 -0
  2330. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_value.gen.d.ts +18 -0
  2331. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_value.gen.d.ts.map +1 -0
  2332. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_value.gen.js +33 -0
  2333. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_shape_representation.gen.d.ts +12 -0
  2334. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_shape_representation.gen.d.ts.map +1 -0
  2335. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_shape_representation.gen.js +15 -0
  2336. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane.gen.d.ts +12 -0
  2337. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane.gen.d.ts.map +1 -0
  2338. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane.gen.js +15 -0
  2339. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure.gen.d.ts +13 -0
  2340. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure.gen.d.ts.map +1 -0
  2341. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure.gen.js +21 -0
  2342. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure_with_unit.gen.d.ts +12 -0
  2343. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure_with_unit.gen.d.ts.map +1 -0
  2344. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure_with_unit.gen.js +15 -0
  2345. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_unit.gen.d.ts +12 -0
  2346. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_unit.gen.d.ts.map +1 -0
  2347. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_unit.gen.js +15 -0
  2348. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_or_planar_box.gen.d.ts +1 -0
  2349. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_or_planar_box.gen.d.ts.map +1 -0
  2350. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_or_planar_box.gen.js +1 -0
  2351. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_expression.gen.d.ts +12 -0
  2352. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_expression.gen.d.ts.map +1 -0
  2353. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_expression.gen.js +15 -0
  2354. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_minus_tolerance.gen.d.ts +19 -0
  2355. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_minus_tolerance.gen.d.ts.map +1 -0
  2356. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_minus_tolerance.gen.js +39 -0
  2357. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket.gen.d.ts +12 -0
  2358. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket.gen.d.ts.map +1 -0
  2359. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket.gen.js +15 -0
  2360. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket_bottom.gen.d.ts +12 -0
  2361. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket_bottom.gen.d.ts.map +1 -0
  2362. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket_bottom.gen.js +15 -0
  2363. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point.gen.d.ts +12 -0
  2364. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point.gen.d.ts.map +1 -0
  2365. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point.gen.js +15 -0
  2366. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_curve.gen.d.ts +17 -0
  2367. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_curve.gen.d.ts.map +1 -0
  2368. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_curve.gen.js +28 -0
  2369. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair.gen.d.ts +17 -0
  2370. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair.gen.d.ts.map +1 -0
  2371. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair.gen.js +28 -0
  2372. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_range.gen.d.ts +29 -0
  2373. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_range.gen.d.ts.map +1 -0
  2374. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_range.gen.js +96 -0
  2375. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_value.gen.d.ts +19 -0
  2376. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_value.gen.d.ts.map +1 -0
  2377. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_value.gen.js +34 -0
  2378. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface.gen.d.ts +19 -0
  2379. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface.gen.d.ts.map +1 -0
  2380. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface.gen.js +34 -0
  2381. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair.gen.d.ts +15 -0
  2382. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair.gen.d.ts.map +1 -0
  2383. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair.gen.js +22 -0
  2384. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_range.gen.d.ts +29 -0
  2385. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_range.gen.d.ts.map +1 -0
  2386. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_range.gen.js +96 -0
  2387. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_value.gen.d.ts +19 -0
  2388. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_value.gen.d.ts.map +1 -0
  2389. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_value.gen.js +34 -0
  2390. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_placement_shape_representation.gen.d.ts +12 -0
  2391. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_placement_shape_representation.gen.d.ts.map +1 -0
  2392. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_placement_shape_representation.gen.js +15 -0
  2393. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_replica.gen.d.ts +17 -0
  2394. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_replica.gen.d.ts.map +1 -0
  2395. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_replica.gen.js +28 -0
  2396. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_style.gen.d.ts +26 -0
  2397. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_style.gen.d.ts.map +1 -0
  2398. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_style.gen.js +55 -0
  2399. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/poly_loop.gen.d.ts +16 -0
  2400. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/poly_loop.gen.d.ts.map +1 -0
  2401. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/poly_loop.gen.js +46 -0
  2402. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/polyline.gen.d.ts +15 -0
  2403. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/polyline.gen.d.ts.map +1 -0
  2404. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/polyline.gen.js +42 -0
  2405. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/position_tolerance.gen.d.ts +12 -0
  2406. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/position_tolerance.gen.d.ts.map +1 -0
  2407. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/position_tolerance.gen.js +15 -0
  2408. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_length_measure.gen.d.ts +13 -0
  2409. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_length_measure.gen.d.ts.map +1 -0
  2410. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_length_measure.gen.js +20 -0
  2411. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_plane_angle_measure.gen.d.ts +13 -0
  2412. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_plane_angle_measure.gen.d.ts.map +1 -0
  2413. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_plane_angle_measure.gen.js +20 -0
  2414. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_ratio_measure.gen.d.ts +13 -0
  2415. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_ratio_measure.gen.d.ts.map +1 -0
  2416. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_ratio_measure.gen.js +20 -0
  2417. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/power_expression.gen.d.ts +12 -0
  2418. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/power_expression.gen.d.ts.map +1 -0
  2419. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/power_expression.gen.js +15 -0
  2420. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_colour.gen.d.ts +12 -0
  2421. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_colour.gen.d.ts.map +1 -0
  2422. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_colour.gen.js +15 -0
  2423. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_curve_font.gen.d.ts +12 -0
  2424. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_curve_font.gen.d.ts.map +1 -0
  2425. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_curve_font.gen.js +15 -0
  2426. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_dimension_symbol.gen.d.ts +12 -0
  2427. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_dimension_symbol.gen.d.ts.map +1 -0
  2428. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_dimension_symbol.gen.js +15 -0
  2429. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_geometrical_tolerance_symbol.gen.d.ts +12 -0
  2430. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_geometrical_tolerance_symbol.gen.d.ts.map +1 -0
  2431. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_geometrical_tolerance_symbol.gen.js +15 -0
  2432. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_item.gen.d.ts +13 -0
  2433. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_item.gen.d.ts.map +1 -0
  2434. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_item.gen.js +21 -0
  2435. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_marker.gen.d.ts +12 -0
  2436. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_marker.gen.d.ts.map +1 -0
  2437. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_marker.gen.js +15 -0
  2438. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_point_marker_symbol.gen.d.ts +12 -0
  2439. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_point_marker_symbol.gen.d.ts.map +1 -0
  2440. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_point_marker_symbol.gen.js +15 -0
  2441. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_presentation_style.gen.d.ts +14 -0
  2442. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_presentation_style.gen.d.ts.map +1 -0
  2443. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_presentation_style.gen.js +21 -0
  2444. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_surface_condition_symbol.gen.d.ts +12 -0
  2445. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_surface_condition_symbol.gen.d.ts.map +1 -0
  2446. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_surface_condition_symbol.gen.js +15 -0
  2447. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_symbol.gen.d.ts +12 -0
  2448. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_symbol.gen.d.ts.map +1 -0
  2449. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_symbol.gen.js +15 -0
  2450. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_terminator_symbol.gen.d.ts +12 -0
  2451. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_terminator_symbol.gen.d.ts.map +1 -0
  2452. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_terminator_symbol.gen.js +15 -0
  2453. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_text_font.gen.d.ts +12 -0
  2454. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_text_font.gen.d.ts.map +1 -0
  2455. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_text_font.gen.js +15 -0
  2456. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/precision_qualifier.gen.d.ts +13 -0
  2457. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/precision_qualifier.gen.d.ts.map +1 -0
  2458. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/precision_qualifier.gen.js +21 -0
  2459. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/preferred_surface_curve_representation.gen.d.ts +12 -0
  2460. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/preferred_surface_curve_representation.gen.d.ts.map +1 -0
  2461. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/preferred_surface_curve_representation.gen.js +23 -0
  2462. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentable_text.gen.d.ts +13 -0
  2463. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentable_text.gen.d.ts.map +1 -0
  2464. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentable_text.gen.js +21 -0
  2465. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_area.gen.d.ts +12 -0
  2466. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_area.gen.d.ts.map +1 -0
  2467. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_area.gen.js +15 -0
  2468. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_layer_assignment.gen.d.ts +19 -0
  2469. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_layer_assignment.gen.d.ts.map +1 -0
  2470. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_layer_assignment.gen.js +59 -0
  2471. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation.gen.d.ts +12 -0
  2472. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation.gen.d.ts.map +1 -0
  2473. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation.gen.js +15 -0
  2474. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation_select.gen.d.ts +1 -0
  2475. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation_select.gen.d.ts.map +1 -0
  2476. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation_select.gen.js +1 -0
  2477. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_set.gen.d.ts +11 -0
  2478. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_set.gen.d.ts.map +1 -0
  2479. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_set.gen.js +15 -0
  2480. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size.gen.d.ts +19 -0
  2481. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size.gen.d.ts.map +1 -0
  2482. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size.gen.js +35 -0
  2483. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size_assignment_select.gen.d.ts +1 -0
  2484. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size_assignment_select.gen.d.ts.map +1 -0
  2485. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size_assignment_select.gen.js +1 -0
  2486. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_assignment.gen.d.ts +24 -0
  2487. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_assignment.gen.d.ts.map +1 -0
  2488. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_assignment.gen.js +55 -0
  2489. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_by_context.gen.d.ts +20 -0
  2490. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_by_context.gen.d.ts.map +1 -0
  2491. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_by_context.gen.js +31 -0
  2492. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_select.gen.d.ts +1 -0
  2493. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_select.gen.d.ts.map +1 -0
  2494. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_select.gen.js +1 -0
  2495. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_view.gen.d.ts +12 -0
  2496. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_view.gen.d.ts.map +1 -0
  2497. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_view.gen.js +15 -0
  2498. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item.gen.d.ts +11 -0
  2499. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item.gen.d.ts.map +1 -0
  2500. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item.gen.js +15 -0
  2501. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_representation.gen.d.ts +18 -0
  2502. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_representation.gen.d.ts.map +1 -0
  2503. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_representation.gen.js +34 -0
  2504. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_select.gen.d.ts +1 -0
  2505. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_select.gen.d.ts.map +1 -0
  2506. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_select.gen.js +1 -0
  2507. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair.gen.d.ts +12 -0
  2508. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair.gen.d.ts.map +1 -0
  2509. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair.gen.js +15 -0
  2510. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_range.gen.d.ts +18 -0
  2511. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_range.gen.d.ts.map +1 -0
  2512. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_range.gen.js +41 -0
  2513. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_value.gen.d.ts +14 -0
  2514. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_value.gen.d.ts.map +1 -0
  2515. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_value.gen.js +21 -0
  2516. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_operation.gen.d.ts +12 -0
  2517. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_operation.gen.d.ts.map +1 -0
  2518. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_operation.gen.js +15 -0
  2519. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_plan.gen.d.ts +12 -0
  2520. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_plan.gen.d.ts.map +1 -0
  2521. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_plan.gen.js +15 -0
  2522. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_product_association.gen.d.ts +22 -0
  2523. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_product_association.gen.d.ts.map +1 -0
  2524. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_product_association.gen.js +46 -0
  2525. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_property_association.gen.d.ts +24 -0
  2526. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_property_association.gen.d.ts.map +1 -0
  2527. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_property_association.gen.js +48 -0
  2528. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product.gen.d.ts +20 -0
  2529. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product.gen.d.ts.map +1 -0
  2530. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product.gen.js +60 -0
  2531. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category.gen.d.ts +16 -0
  2532. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category.gen.d.ts.map +1 -0
  2533. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category.gen.js +31 -0
  2534. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category_relationship.gen.d.ts +20 -0
  2535. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category_relationship.gen.d.ts.map +1 -0
  2536. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category_relationship.gen.js +40 -0
  2537. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_class.gen.d.ts +12 -0
  2538. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_class.gen.d.ts.map +1 -0
  2539. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_class.gen.js +15 -0
  2540. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept.gen.d.ts +20 -0
  2541. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept.gen.d.ts.map +1 -0
  2542. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept.gen.js +40 -0
  2543. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_context.gen.d.ts +14 -0
  2544. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_context.gen.d.ts.map +1 -0
  2545. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_context.gen.js +21 -0
  2546. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature.gen.d.ts +17 -0
  2547. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature.gen.d.ts.map +1 -0
  2548. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature.gen.js +33 -0
  2549. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_association.gen.d.ts +21 -0
  2550. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_association.gen.d.ts.map +1 -0
  2551. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_association.gen.js +41 -0
  2552. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category.gen.d.ts +12 -0
  2553. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category.gen.d.ts.map +1 -0
  2554. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category.gen.js +15 -0
  2555. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category_usage.gen.d.ts +15 -0
  2556. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category_usage.gen.d.ts.map +1 -0
  2557. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category_usage.gen.js +46 -0
  2558. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_relationship.gen.d.ts +20 -0
  2559. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_relationship.gen.d.ts.map +1 -0
  2560. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_relationship.gen.js +40 -0
  2561. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_context.gen.d.ts +14 -0
  2562. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_context.gen.d.ts.map +1 -0
  2563. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_context.gen.js +21 -0
  2564. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition.gen.d.ts +22 -0
  2565. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition.gen.d.ts.map +1 -0
  2566. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition.gen.js +45 -0
  2567. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context.gen.d.ts +14 -0
  2568. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context.gen.d.ts.map +1 -0
  2569. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context.gen.js +21 -0
  2570. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_association.gen.d.ts +20 -0
  2571. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_association.gen.d.ts.map +1 -0
  2572. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_association.gen.js +36 -0
  2573. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_role.gen.d.ts +15 -0
  2574. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_role.gen.d.ts.map +1 -0
  2575. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_role.gen.js +27 -0
  2576. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_effectivity.gen.d.ts +15 -0
  2577. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_effectivity.gen.d.ts.map +1 -0
  2578. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_effectivity.gen.js +22 -0
  2579. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation.gen.d.ts +18 -0
  2580. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation.gen.d.ts.map +1 -0
  2581. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation.gen.js +34 -0
  2582. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_relationship.gen.d.ts +22 -0
  2583. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_relationship.gen.d.ts.map +1 -0
  2584. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_relationship.gen.js +46 -0
  2585. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_with_specified_source.gen.d.ts +15 -0
  2586. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_with_specified_source.gen.d.ts.map +1 -0
  2587. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_with_specified_source.gen.js +22 -0
  2588. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_occurrence_relationship.gen.d.ts +21 -0
  2589. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_occurrence_relationship.gen.d.ts.map +1 -0
  2590. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_occurrence_relationship.gen.js +41 -0
  2591. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_process.gen.d.ts +14 -0
  2592. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_process.gen.d.ts.map +1 -0
  2593. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_process.gen.js +21 -0
  2594. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_relationship.gen.d.ts +22 -0
  2595. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_relationship.gen.d.ts.map +1 -0
  2596. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_relationship.gen.js +46 -0
  2597. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_resource.gen.d.ts +20 -0
  2598. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_resource.gen.d.ts.map +1 -0
  2599. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_resource.gen.js +35 -0
  2600. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_shape.gen.d.ts +12 -0
  2601. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_shape.gen.d.ts.map +1 -0
  2602. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_shape.gen.js +15 -0
  2603. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_substitute.gen.d.ts +20 -0
  2604. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_substitute.gen.d.ts.map +1 -0
  2605. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_substitute.gen.js +39 -0
  2606. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_usage.gen.d.ts +12 -0
  2607. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_usage.gen.d.ts.map +1 -0
  2608. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_usage.gen.js +15 -0
  2609. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_with_associated_documents.gen.d.ts +15 -0
  2610. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_with_associated_documents.gen.d.ts.map +1 -0
  2611. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_with_associated_documents.gen.js +42 -0
  2612. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_identification.gen.d.ts +12 -0
  2613. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_identification.gen.d.ts.map +1 -0
  2614. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_identification.gen.js +15 -0
  2615. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_formation_or_definition.gen.d.ts +1 -0
  2616. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_formation_or_definition.gen.d.ts.map +1 -0
  2617. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_formation_or_definition.gen.js +1 -0
  2618. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_presentation_space.gen.d.ts +11 -0
  2619. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_presentation_space.gen.d.ts.map +1 -0
  2620. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_presentation_space.gen.js +22 -0
  2621. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_process_plan.gen.d.ts +12 -0
  2622. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_process_plan.gen.d.ts.map +1 -0
  2623. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_process_plan.gen.js +15 -0
  2624. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_related_product_category.gen.d.ts +15 -0
  2625. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_related_product_category.gen.d.ts.map +1 -0
  2626. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_related_product_category.gen.js +42 -0
  2627. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_specification.gen.d.ts +15 -0
  2628. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_specification.gen.d.ts.map +1 -0
  2629. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_specification.gen.js +42 -0
  2630. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projected_zone_definition.gen.d.ts +18 -0
  2631. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projected_zone_definition.gen.d.ts.map +1 -0
  2632. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projected_zone_definition.gen.js +29 -0
  2633. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_curve.gen.d.ts +12 -0
  2634. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_curve.gen.d.ts.map +1 -0
  2635. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_curve.gen.js +15 -0
  2636. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_directed_callout.gen.d.ts +12 -0
  2637. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_directed_callout.gen.d.ts.map +1 -0
  2638. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_directed_callout.gen.js +15 -0
  2639. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/promissory_usage_occurrence.gen.d.ts +12 -0
  2640. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/promissory_usage_occurrence.gen.d.ts.map +1 -0
  2641. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/promissory_usage_occurrence.gen.js +15 -0
  2642. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition.gen.d.ts +24 -0
  2643. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition.gen.d.ts.map +1 -0
  2644. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition.gen.js +47 -0
  2645. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_relationship.gen.d.ts +20 -0
  2646. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_relationship.gen.d.ts.map +1 -0
  2647. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_relationship.gen.js +40 -0
  2648. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_representation.gen.d.ts +23 -0
  2649. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_representation.gen.d.ts.map +1 -0
  2650. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_representation.gen.js +44 -0
  2651. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_or_shape_select.gen.d.ts +1 -0
  2652. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_or_shape_select.gen.d.ts.map +1 -0
  2653. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_or_shape_select.gen.js +1 -0
  2654. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_process.gen.d.ts +14 -0
  2655. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_process.gen.d.ts.map +1 -0
  2656. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_process.gen.js +21 -0
  2657. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualified_representation_item.gen.d.ts +17 -0
  2658. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualified_representation_item.gen.d.ts.map +1 -0
  2659. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualified_representation_item.gen.js +48 -0
  2660. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualitative_uncertainty.gen.d.ts +14 -0
  2661. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualitative_uncertainty.gen.d.ts.map +1 -0
  2662. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualitative_uncertainty.gen.js +21 -0
  2663. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quantified_assembly_component_usage.gen.d.ts +15 -0
  2664. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quantified_assembly_component_usage.gen.d.ts.map +1 -0
  2665. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quantified_assembly_component_usage.gen.js +22 -0
  2666. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_curve.gen.d.ts +12 -0
  2667. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_curve.gen.d.ts.map +1 -0
  2668. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_curve.gen.js +15 -0
  2669. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_surface.gen.d.ts +12 -0
  2670. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_surface.gen.d.ts.map +1 -0
  2671. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_surface.gen.js +15 -0
  2672. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair.gen.d.ts +14 -0
  2673. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair.gen.d.ts.map +1 -0
  2674. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair.gen.js +21 -0
  2675. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_range.gen.d.ts +18 -0
  2676. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_range.gen.d.ts.map +1 -0
  2677. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_range.gen.js +41 -0
  2678. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_value.gen.d.ts +14 -0
  2679. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_value.gen.d.ts.map +1 -0
  2680. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_value.gen.js +21 -0
  2681. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/radius_dimension.gen.d.ts +12 -0
  2682. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/radius_dimension.gen.d.ts.map +1 -0
  2683. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/radius_dimension.gen.js +15 -0
  2684. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure.gen.d.ts +13 -0
  2685. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure.gen.d.ts.map +1 -0
  2686. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure.gen.js +21 -0
  2687. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure_with_unit.gen.d.ts +12 -0
  2688. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure_with_unit.gen.d.ts.map +1 -0
  2689. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure_with_unit.gen.js +15 -0
  2690. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_unit.gen.d.ts +12 -0
  2691. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_unit.gen.d.ts.map +1 -0
  2692. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_unit.gen.js +15 -0
  2693. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_curve.gen.d.ts +15 -0
  2694. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_curve.gen.d.ts.map +1 -0
  2695. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_curve.gen.js +45 -0
  2696. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_surface.gen.d.ts +15 -0
  2697. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_surface.gen.d.ts.map +1 -0
  2698. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_surface.gen.js +53 -0
  2699. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_defined_function.gen.d.ts +12 -0
  2700. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_defined_function.gen.d.ts.map +1 -0
  2701. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_defined_function.gen.js +15 -0
  2702. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_literal.gen.d.ts +12 -0
  2703. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_literal.gen.d.ts.map +1 -0
  2704. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_literal.gen.js +15 -0
  2705. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_numeric_variable.gen.d.ts +12 -0
  2706. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_numeric_variable.gen.d.ts.map +1 -0
  2707. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_numeric_variable.gen.js +15 -0
  2708. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_closed_profile.gen.d.ts +12 -0
  2709. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_closed_profile.gen.d.ts.map +1 -0
  2710. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_closed_profile.gen.js +15 -0
  2711. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_composite_surface.gen.d.ts +17 -0
  2712. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_composite_surface.gen.d.ts.map +1 -0
  2713. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_composite_surface.gen.js +56 -0
  2714. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_pattern.gen.d.ts +12 -0
  2715. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_pattern.gen.d.ts.map +1 -0
  2716. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_pattern.gen.js +15 -0
  2717. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_trimmed_surface.gen.d.ts +27 -0
  2718. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_trimmed_surface.gen.d.ts.map +1 -0
  2719. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_trimmed_surface.gen.js +58 -0
  2720. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/referenced_modified_datum.gen.d.ts +15 -0
  2721. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/referenced_modified_datum.gen.d.ts.map +1 -0
  2722. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/referenced_modified_datum.gen.js +22 -0
  2723. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/relative_event_occurrence.gen.d.ts +17 -0
  2724. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/relative_event_occurrence.gen.d.ts.map +1 -0
  2725. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/relative_event_occurrence.gen.js +28 -0
  2726. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rendering_properties_select.gen.d.ts +1 -0
  2727. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rendering_properties_select.gen.d.ts.map +1 -0
  2728. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rendering_properties_select.gen.js +1 -0
  2729. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rep_item_group.gen.d.ts +12 -0
  2730. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rep_item_group.gen.d.ts.map +1 -0
  2731. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rep_item_group.gen.js +15 -0
  2732. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reparametrised_composite_curve_segment.gen.d.ts +14 -0
  2733. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reparametrised_composite_curve_segment.gen.d.ts.map +1 -0
  2734. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reparametrised_composite_curve_segment.gen.js +21 -0
  2735. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/replicate_feature.gen.d.ts +12 -0
  2736. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/replicate_feature.gen.d.ts.map +1 -0
  2737. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/replicate_feature.gen.js +15 -0
  2738. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation.gen.d.ts +21 -0
  2739. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation.gen.d.ts.map +1 -0
  2740. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation.gen.js +62 -0
  2741. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_context.gen.d.ts +15 -0
  2742. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_context.gen.d.ts.map +1 -0
  2743. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_context.gen.js +27 -0
  2744. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_item.gen.d.ts +13 -0
  2745. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_item.gen.d.ts.map +1 -0
  2746. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_item.gen.js +21 -0
  2747. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_map.gen.d.ts +17 -0
  2748. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_map.gen.d.ts.map +1 -0
  2749. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_map.gen.js +29 -0
  2750. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship.gen.d.ts +20 -0
  2751. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship.gen.d.ts.map +1 -0
  2752. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship.gen.js +40 -0
  2753. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship_with_transformation.gen.d.ts +16 -0
  2754. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship_with_transformation.gen.d.ts.map +1 -0
  2755. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship_with_transformation.gen.js +27 -0
  2756. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/represented_definition.gen.d.ts +1 -0
  2757. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/represented_definition.gen.d.ts.map +1 -0
  2758. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/represented_definition.gen.js +1 -0
  2759. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/requirement_for_action_resource.gen.d.ts +15 -0
  2760. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/requirement_for_action_resource.gen.d.ts.map +1 -0
  2761. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/requirement_for_action_resource.gen.js +42 -0
  2762. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property.gen.d.ts +19 -0
  2763. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property.gen.d.ts.map +1 -0
  2764. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property.gen.js +39 -0
  2765. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property_representation.gen.d.ts +21 -0
  2766. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property_representation.gen.d.ts.map +1 -0
  2767. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property_representation.gen.js +41 -0
  2768. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_requirement_type.gen.d.ts +15 -0
  2769. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_requirement_type.gen.d.ts.map +1 -0
  2770. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_requirement_type.gen.js +27 -0
  2771. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resulting_path.gen.d.ts +15 -0
  2772. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resulting_path.gen.d.ts.map +1 -0
  2773. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resulting_path.gen.js +42 -0
  2774. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/retention.gen.d.ts +12 -0
  2775. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/retention.gen.d.ts.map +1 -0
  2776. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/retention.gen.js +15 -0
  2777. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology.gen.d.ts +1 -0
  2778. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology.gen.d.ts.map +1 -0
  2779. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology.gen.js +1 -0
  2780. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology_item.gen.d.ts +1 -0
  2781. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology_item.gen.d.ts.map +1 -0
  2782. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology_item.gen.js +1 -0
  2783. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair.gen.d.ts +12 -0
  2784. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair.gen.d.ts.map +1 -0
  2785. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair.gen.js +15 -0
  2786. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_range.gen.d.ts +18 -0
  2787. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_range.gen.d.ts.map +1 -0
  2788. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_range.gen.js +41 -0
  2789. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_value.gen.d.ts +14 -0
  2790. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_value.gen.d.ts.map +1 -0
  2791. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_value.gen.js +21 -0
  2792. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_area_solid.gen.d.ts +17 -0
  2793. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_area_solid.gen.d.ts.map +1 -0
  2794. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_area_solid.gen.js +28 -0
  2795. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_face_solid.gen.d.ts +17 -0
  2796. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_face_solid.gen.d.ts.map +1 -0
  2797. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_face_solid.gen.js +28 -0
  2798. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rib.gen.d.ts +12 -0
  2799. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rib.gen.d.ts.map +1 -0
  2800. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rib.gen.js +15 -0
  2801. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_angular_wedge.gen.d.ts +23 -0
  2802. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_angular_wedge.gen.d.ts.map +1 -0
  2803. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_angular_wedge.gen.js +46 -0
  2804. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cone.gen.d.ts +21 -0
  2805. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cone.gen.d.ts.map +1 -0
  2806. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cone.gen.js +40 -0
  2807. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cylinder.gen.d.ts +19 -0
  2808. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cylinder.gen.d.ts.map +1 -0
  2809. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cylinder.gen.js +34 -0
  2810. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rigid_placement.gen.d.ts +1 -0
  2811. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rigid_placement.gen.d.ts.map +1 -0
  2812. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rigid_placement.gen.js +1 -0
  2813. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_association.gen.d.ts +27 -0
  2814. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_association.gen.d.ts.map +1 -0
  2815. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_association.gen.js +43 -0
  2816. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_select.gen.d.ts +1 -0
  2817. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_select.gen.d.ts.map +1 -0
  2818. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_select.gen.js +1 -0
  2819. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair.gen.d.ts +12 -0
  2820. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair.gen.d.ts.map +1 -0
  2821. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair.gen.js +15 -0
  2822. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair_value.gen.d.ts +15 -0
  2823. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair_value.gen.d.ts.map +1 -0
  2824. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair_value.gen.js +22 -0
  2825. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair.gen.d.ts +12 -0
  2826. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair.gen.d.ts.map +1 -0
  2827. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair.gen.js +15 -0
  2828. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair_value.gen.d.ts +17 -0
  2829. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair_value.gen.d.ts.map +1 -0
  2830. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair_value.gen.js +28 -0
  2831. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotation_about_direction.gen.d.ts +16 -0
  2832. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotation_about_direction.gen.d.ts.map +1 -0
  2833. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotation_about_direction.gen.js +28 -0
  2834. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotational_range_measure.gen.d.ts +1 -0
  2835. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotational_range_measure.gen.d.ts.map +1 -0
  2836. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotational_range_measure.gen.js +1 -0
  2837. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/round_hole.gen.d.ts +12 -0
  2838. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/round_hole.gen.d.ts.map +1 -0
  2839. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/round_hole.gen.js +15 -0
  2840. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rounded_u_profile.gen.d.ts +12 -0
  2841. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rounded_u_profile.gen.d.ts.map +1 -0
  2842. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rounded_u_profile.gen.js +15 -0
  2843. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/roundness_tolerance.gen.d.ts +12 -0
  2844. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/roundness_tolerance.gen.d.ts.map +1 -0
  2845. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/roundness_tolerance.gen.js +15 -0
  2846. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ruled_surface_swept_area_solid.gen.d.ts +12 -0
  2847. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ruled_surface_swept_area_solid.gen.d.ts.map +1 -0
  2848. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ruled_surface_swept_area_solid.gen.js +15 -0
  2849. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_definition.gen.d.ts +15 -0
  2850. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_definition.gen.d.ts.map +1 -0
  2851. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_definition.gen.js +22 -0
  2852. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation.gen.d.ts +14 -0
  2853. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation.gen.d.ts.map +1 -0
  2854. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation.gen.js +22 -0
  2855. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation_reference_direction.gen.d.ts +15 -0
  2856. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation_reference_direction.gen.d.ts.map +1 -0
  2857. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation_reference_direction.gen.js +22 -0
  2858. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/schema_ap214.gen.d.ts +6 -0
  2859. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/schema_ap214.gen.d.ts.map +1 -0
  2860. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/schema_ap214.gen.js +26495 -0
  2861. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair.gen.d.ts +14 -0
  2862. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair.gen.d.ts.map +1 -0
  2863. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair.gen.js +21 -0
  2864. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_range.gen.d.ts +18 -0
  2865. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_range.gen.d.ts.map +1 -0
  2866. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_range.gen.js +41 -0
  2867. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_value.gen.d.ts +14 -0
  2868. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_value.gen.d.ts.map +1 -0
  2869. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_value.gen.js +21 -0
  2870. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_curve.gen.d.ts +12 -0
  2871. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_curve.gen.d.ts.map +1 -0
  2872. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_curve.gen.js +15 -0
  2873. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_edge.gen.d.ts +15 -0
  2874. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_edge.gen.d.ts.map +1 -0
  2875. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_edge.gen.js +22 -0
  2876. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/second_in_minute.gen.d.ts +13 -0
  2877. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/second_in_minute.gen.d.ts.map +1 -0
  2878. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/second_in_minute.gen.js +21 -0
  2879. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification.gen.d.ts +18 -0
  2880. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification.gen.d.ts.map +1 -0
  2881. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification.gen.js +34 -0
  2882. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_assignment.gen.d.ts +16 -0
  2883. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_assignment.gen.d.ts.map +1 -0
  2884. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_assignment.gen.js +26 -0
  2885. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_item.gen.d.ts +1 -0
  2886. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_item.gen.d.ts.map +1 -0
  2887. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_item.gen.js +1 -0
  2888. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_level.gen.d.ts +13 -0
  2889. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_level.gen.d.ts.map +1 -0
  2890. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_level.gen.js +21 -0
  2891. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/serial_numbered_effectivity.gen.d.ts +16 -0
  2892. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/serial_numbered_effectivity.gen.d.ts.map +1 -0
  2893. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/serial_numbered_effectivity.gen.js +27 -0
  2894. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_of_reversible_topology_item.gen.d.ts +19 -0
  2895. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_of_reversible_topology_item.gen.d.ts.map +1 -0
  2896. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_of_reversible_topology_item.gen.js +51 -0
  2897. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_representation_item.gen.d.ts +14 -0
  2898. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_representation_item.gen.d.ts.map +1 -0
  2899. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_representation_item.gen.js +42 -0
  2900. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_curve_method.gen.d.ts +11 -0
  2901. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_curve_method.gen.d.ts.map +1 -0
  2902. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_curve_method.gen.js +22 -0
  2903. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_surface_method.gen.d.ts +13 -0
  2904. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_surface_method.gen.d.ts.map +1 -0
  2905. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_surface_method.gen.js +24 -0
  2906. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect.gen.d.ts +21 -0
  2907. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect.gen.d.ts.map +1 -0
  2908. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect.gen.js +44 -0
  2909. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_associativity.gen.d.ts +12 -0
  2910. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_associativity.gen.d.ts.map +1 -0
  2911. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_associativity.gen.js +15 -0
  2912. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_deriving_relationship.gen.d.ts +12 -0
  2913. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_deriving_relationship.gen.d.ts.map +1 -0
  2914. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_deriving_relationship.gen.js +15 -0
  2915. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_relationship.gen.d.ts +21 -0
  2916. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_relationship.gen.d.ts.map +1 -0
  2917. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_relationship.gen.js +44 -0
  2918. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_transition.gen.d.ts +12 -0
  2919. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_transition.gen.d.ts.map +1 -0
  2920. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_transition.gen.js +15 -0
  2921. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_defining_relationship.gen.d.ts +12 -0
  2922. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_defining_relationship.gen.d.ts.map +1 -0
  2923. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_defining_relationship.gen.js +15 -0
  2924. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition.gen.d.ts +1 -0
  2925. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition.gen.d.ts.map +1 -0
  2926. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition.gen.js +1 -0
  2927. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition_representation.gen.d.ts +12 -0
  2928. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition_representation.gen.d.ts.map +1 -0
  2929. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition_representation.gen.js +15 -0
  2930. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_dimension_representation.gen.d.ts +12 -0
  2931. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_dimension_representation.gen.d.ts.map +1 -0
  2932. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_dimension_representation.gen.js +15 -0
  2933. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation.gen.d.ts +12 -0
  2934. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation.gen.d.ts.map +1 -0
  2935. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation.gen.js +15 -0
  2936. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_relationship.gen.d.ts +12 -0
  2937. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_relationship.gen.d.ts.map +1 -0
  2938. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_relationship.gen.js +15 -0
  2939. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_with_parameters.gen.d.ts +12 -0
  2940. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_with_parameters.gen.d.ts.map +1 -0
  2941. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_with_parameters.gen.js +15 -0
  2942. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell.gen.d.ts +1 -0
  2943. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell.gen.d.ts.map +1 -0
  2944. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell.gen.js +1 -0
  2945. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell_based_surface_model.gen.d.ts +16 -0
  2946. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell_based_surface_model.gen.d.ts.map +1 -0
  2947. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell_based_surface_model.gen.js +47 -0
  2948. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_prefix.gen.d.ts +25 -0
  2949. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_prefix.gen.d.ts.map +1 -0
  2950. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_prefix.gen.js +36 -0
  2951. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit.gen.d.ts +20 -0
  2952. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit.gen.d.ts.map +1 -0
  2953. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit.gen.js +33 -0
  2954. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit_name.gen.d.ts +37 -0
  2955. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit_name.gen.d.ts.map +1 -0
  2956. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit_name.gen.js +48 -0
  2957. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_boolean_expression.gen.d.ts +12 -0
  2958. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_boolean_expression.gen.d.ts.map +1 -0
  2959. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_boolean_expression.gen.js +15 -0
  2960. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_generic_expression.gen.d.ts +12 -0
  2961. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_generic_expression.gen.d.ts.map +1 -0
  2962. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_generic_expression.gen.js +15 -0
  2963. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_numeric_expression.gen.d.ts +12 -0
  2964. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_numeric_expression.gen.d.ts.map +1 -0
  2965. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_numeric_expression.gen.js +15 -0
  2966. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_pair_range.gen.d.ts +14 -0
  2967. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_pair_range.gen.d.ts.map +1 -0
  2968. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_pair_range.gen.js +22 -0
  2969. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_string_expression.gen.d.ts +12 -0
  2970. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_string_expression.gen.d.ts.map +1 -0
  2971. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_string_expression.gen.js +15 -0
  2972. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sin_function.gen.d.ts +12 -0
  2973. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sin_function.gen.d.ts.map +1 -0
  2974. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sin_function.gen.js +15 -0
  2975. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/size_select.gen.d.ts +1 -0
  2976. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/size_select.gen.d.ts.map +1 -0
  2977. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/size_select.gen.js +1 -0
  2978. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slash_expression.gen.d.ts +12 -0
  2979. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slash_expression.gen.d.ts.map +1 -0
  2980. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slash_expression.gen.js +15 -0
  2981. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair.gen.d.ts +12 -0
  2982. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair.gen.d.ts.map +1 -0
  2983. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair.gen.js +15 -0
  2984. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair_value.gen.d.ts +17 -0
  2985. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair_value.gen.d.ts.map +1 -0
  2986. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair_value.gen.js +28 -0
  2987. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair.gen.d.ts +12 -0
  2988. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair.gen.d.ts.map +1 -0
  2989. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair.gen.js +15 -0
  2990. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair_value.gen.d.ts +19 -0
  2991. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair_value.gen.d.ts.map +1 -0
  2992. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair_value.gen.js +34 -0
  2993. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot.gen.d.ts +12 -0
  2994. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot.gen.d.ts.map +1 -0
  2995. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot.gen.js +15 -0
  2996. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot_end.gen.d.ts +12 -0
  2997. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot_end.gen.d.ts.map +1 -0
  2998. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot_end.gen.js +15 -0
  2999. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure.gen.d.ts +13 -0
  3000. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure.gen.d.ts.map +1 -0
  3001. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure.gen.js +21 -0
  3002. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure_with_unit.gen.d.ts +12 -0
  3003. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure_with_unit.gen.d.ts.map +1 -0
  3004. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure_with_unit.gen.js +15 -0
  3005. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_unit.gen.d.ts +12 -0
  3006. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_unit.gen.d.ts.map +1 -0
  3007. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_unit.gen.js +15 -0
  3008. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_model.gen.d.ts +12 -0
  3009. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_model.gen.d.ts.map +1 -0
  3010. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_model.gen.js +15 -0
  3011. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_replica.gen.d.ts +17 -0
  3012. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_replica.gen.d.ts.map +1 -0
  3013. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_replica.gen.js +28 -0
  3014. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source.gen.d.ts +12 -0
  3015. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source.gen.d.ts.map +1 -0
  3016. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source.gen.js +23 -0
  3017. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source_item.gen.d.ts +1 -0
  3018. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source_item.gen.d.ts.map +1 -0
  3019. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source_item.gen.js +1 -0
  3020. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spatial_rotation.gen.d.ts +1 -0
  3021. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spatial_rotation.gen.d.ts.map +1 -0
  3022. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spatial_rotation.gen.js +1 -0
  3023. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_higher_usage_occurrence.gen.d.ts +17 -0
  3024. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_higher_usage_occurrence.gen.d.ts.map +1 -0
  3025. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_higher_usage_occurrence.gen.js +28 -0
  3026. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_item.gen.d.ts +1 -0
  3027. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_item.gen.d.ts.map +1 -0
  3028. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_item.gen.js +1 -0
  3029. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sphere.gen.d.ts +17 -0
  3030. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sphere.gen.d.ts.map +1 -0
  3031. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sphere.gen.js +28 -0
  3032. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair.gen.d.ts +12 -0
  3033. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair.gen.d.ts.map +1 -0
  3034. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair.gen.js +15 -0
  3035. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_range.gen.d.ts +26 -0
  3036. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_range.gen.d.ts.map +1 -0
  3037. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_range.gen.js +89 -0
  3038. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_value.gen.d.ts +16 -0
  3039. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_value.gen.d.ts.map +1 -0
  3040. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_value.gen.js +27 -0
  3041. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_surface.gen.d.ts +14 -0
  3042. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_surface.gen.d.ts.map +1 -0
  3043. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_surface.gen.js +21 -0
  3044. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sql_mappable_defined_function.gen.d.ts +12 -0
  3045. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sql_mappable_defined_function.gen.d.ts.map +1 -0
  3046. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sql_mappable_defined_function.gen.js +15 -0
  3047. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_root_function.gen.d.ts +12 -0
  3048. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_root_function.gen.d.ts.map +1 -0
  3049. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_root_function.gen.js +15 -0
  3050. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_u_profile.gen.d.ts +12 -0
  3051. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_u_profile.gen.d.ts.map +1 -0
  3052. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_u_profile.gen.js +15 -0
  3053. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/standard_uncertainty.gen.d.ts +14 -0
  3054. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/standard_uncertainty.gen.d.ts.map +1 -0
  3055. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/standard_uncertainty.gen.js +21 -0
  3056. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/straightness_tolerance.gen.d.ts +12 -0
  3057. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/straightness_tolerance.gen.d.ts.map +1 -0
  3058. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/straightness_tolerance.gen.js +15 -0
  3059. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_defined_function.gen.d.ts +12 -0
  3060. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_defined_function.gen.d.ts.map +1 -0
  3061. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_defined_function.gen.js +15 -0
  3062. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_expression.gen.d.ts +12 -0
  3063. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_expression.gen.d.ts.map +1 -0
  3064. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_expression.gen.js +15 -0
  3065. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_literal.gen.d.ts +14 -0
  3066. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_literal.gen.d.ts.map +1 -0
  3067. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_literal.gen.js +21 -0
  3068. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_variable.gen.d.ts +12 -0
  3069. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_variable.gen.d.ts.map +1 -0
  3070. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_variable.gen.js +15 -0
  3071. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/structured_dimension_callout.gen.d.ts +12 -0
  3072. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/structured_dimension_callout.gen.d.ts.map +1 -0
  3073. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/structured_dimension_callout.gen.js +15 -0
  3074. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/style_context_select.gen.d.ts +1 -0
  3075. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/style_context_select.gen.d.ts.map +1 -0
  3076. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/style_context_select.gen.js +1 -0
  3077. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/styled_item.gen.d.ts +17 -0
  3078. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/styled_item.gen.d.ts.map +1 -0
  3079. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/styled_item.gen.js +48 -0
  3080. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subedge.gen.d.ts +14 -0
  3081. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subedge.gen.d.ts.map +1 -0
  3082. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subedge.gen.js +21 -0
  3083. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subface.gen.d.ts +14 -0
  3084. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subface.gen.d.ts.map +1 -0
  3085. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subface.gen.js +21 -0
  3086. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/substring_expression.gen.d.ts +15 -0
  3087. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/substring_expression.gen.d.ts.map +1 -0
  3088. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/substring_expression.gen.js +42 -0
  3089. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/supported_item.gen.d.ts +1 -0
  3090. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/supported_item.gen.d.ts.map +1 -0
  3091. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/supported_item.gen.js +1 -0
  3092. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface.gen.d.ts +12 -0
  3093. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface.gen.d.ts.map +1 -0
  3094. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface.gen.js +15 -0
  3095. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_condition_callout.gen.d.ts +12 -0
  3096. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_condition_callout.gen.d.ts.map +1 -0
  3097. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_condition_callout.gen.js +15 -0
  3098. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve.gen.d.ts +22 -0
  3099. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve.gen.d.ts.map +1 -0
  3100. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve.gen.js +64 -0
  3101. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve_swept_area_solid.gen.d.ts +22 -0
  3102. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve_swept_area_solid.gen.d.ts.map +1 -0
  3103. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve_swept_area_solid.gen.js +41 -0
  3104. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_linear_extrusion.gen.d.ts +15 -0
  3105. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_linear_extrusion.gen.d.ts.map +1 -0
  3106. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_linear_extrusion.gen.js +22 -0
  3107. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_revolution.gen.d.ts +15 -0
  3108. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_revolution.gen.d.ts.map +1 -0
  3109. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_revolution.gen.js +22 -0
  3110. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair.gen.d.ts +19 -0
  3111. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair.gen.d.ts.map +1 -0
  3112. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair.gen.js +34 -0
  3113. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair_range.gen.d.ts +23 -0
  3114. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair_range.gen.d.ts.map +1 -0
  3115. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair_range.gen.js +54 -0
  3116. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_patch.gen.d.ts +24 -0
  3117. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_patch.gen.d.ts.map +1 -0
  3118. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_patch.gen.js +47 -0
  3119. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_profile_tolerance.gen.d.ts +12 -0
  3120. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_profile_tolerance.gen.d.ts.map +1 -0
  3121. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_profile_tolerance.gen.js +15 -0
  3122. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_rendering_properties.gen.d.ts +14 -0
  3123. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_rendering_properties.gen.d.ts.map +1 -0
  3124. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_rendering_properties.gen.js +22 -0
  3125. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_replica.gen.d.ts +17 -0
  3126. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_replica.gen.d.ts.map +1 -0
  3127. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_replica.gen.js +28 -0
  3128. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side.gen.d.ts +12 -0
  3129. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side.gen.d.ts.map +1 -0
  3130. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side.gen.js +23 -0
  3131. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style.gen.d.ts +23 -0
  3132. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style.gen.d.ts.map +1 -0
  3133. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style.gen.js +58 -0
  3134. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style_select.gen.d.ts +1 -0
  3135. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style_select.gen.d.ts.map +1 -0
  3136. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style_select.gen.js +1 -0
  3137. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_boundary.gen.d.ts +16 -0
  3138. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_boundary.gen.d.ts.map +1 -0
  3139. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_boundary.gen.js +27 -0
  3140. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_control_grid.gen.d.ts +16 -0
  3141. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_control_grid.gen.d.ts.map +1 -0
  3142. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_control_grid.gen.js +27 -0
  3143. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_element_select.gen.d.ts +1 -0
  3144. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_element_select.gen.d.ts.map +1 -0
  3145. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_element_select.gen.js +1 -0
  3146. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_fill_area.gen.d.ts +15 -0
  3147. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_fill_area.gen.d.ts.map +1 -0
  3148. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_fill_area.gen.js +22 -0
  3149. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_parameter_line.gen.d.ts +20 -0
  3150. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_parameter_line.gen.d.ts.map +1 -0
  3151. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_parameter_line.gen.js +59 -0
  3152. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient.gen.d.ts +13 -0
  3153. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient.gen.d.ts.map +1 -0
  3154. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient.gen.js +21 -0
  3155. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse.gen.d.ts +14 -0
  3156. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse.gen.d.ts.map +1 -0
  3157. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse.gen.js +21 -0
  3158. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse_specular.gen.d.ts +19 -0
  3159. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse_specular.gen.d.ts.map +1 -0
  3160. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse_specular.gen.js +34 -0
  3161. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering.gen.d.ts +17 -0
  3162. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering.gen.d.ts.map +1 -0
  3163. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering.gen.js +29 -0
  3164. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering_with_properties.gen.d.ts +16 -0
  3165. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering_with_properties.gen.d.ts.map +1 -0
  3166. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering_with_properties.gen.js +47 -0
  3167. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_segmentation_curve.gen.d.ts +16 -0
  3168. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_segmentation_curve.gen.d.ts.map +1 -0
  3169. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_segmentation_curve.gen.js +27 -0
  3170. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_silhouette.gen.d.ts +16 -0
  3171. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_silhouette.gen.d.ts.map +1 -0
  3172. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_silhouette.gen.js +27 -0
  3173. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_transparent.gen.d.ts +13 -0
  3174. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_transparent.gen.d.ts.map +1 -0
  3175. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_transparent.gen.js +21 -0
  3176. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_usage.gen.d.ts +18 -0
  3177. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_usage.gen.d.ts.map +1 -0
  3178. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_usage.gen.js +33 -0
  3179. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_texture_representation.gen.d.ts +12 -0
  3180. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_texture_representation.gen.d.ts.map +1 -0
  3181. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_texture_representation.gen.js +15 -0
  3182. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_deviation.gen.d.ts +13 -0
  3183. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_deviation.gen.d.ts.map +1 -0
  3184. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_deviation.gen.js +20 -0
  3185. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_parameter.gen.d.ts +13 -0
  3186. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_parameter.gen.d.ts.map +1 -0
  3187. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_parameter.gen.js +21 -0
  3188. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_area_solid.gen.d.ts +15 -0
  3189. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_area_solid.gen.d.ts.map +1 -0
  3190. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_area_solid.gen.js +22 -0
  3191. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_disk_solid.gen.d.ts +23 -0
  3192. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_disk_solid.gen.d.ts.map +1 -0
  3193. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_disk_solid.gen.js +46 -0
  3194. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_face_solid.gen.d.ts +15 -0
  3195. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_face_solid.gen.d.ts.map +1 -0
  3196. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_face_solid.gen.js +22 -0
  3197. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_surface.gen.d.ts +15 -0
  3198. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_surface.gen.d.ts.map +1 -0
  3199. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_surface.gen.js +22 -0
  3200. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_colour.gen.d.ts +14 -0
  3201. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_colour.gen.d.ts.map +1 -0
  3202. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_colour.gen.js +22 -0
  3203. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation.gen.d.ts +12 -0
  3204. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation.gen.d.ts.map +1 -0
  3205. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation.gen.js +15 -0
  3206. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation_map.gen.d.ts +12 -0
  3207. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation_map.gen.d.ts.map +1 -0
  3208. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation_map.gen.js +15 -0
  3209. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style.gen.d.ts +17 -0
  3210. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style.gen.d.ts.map +1 -0
  3211. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style.gen.js +32 -0
  3212. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style_select.gen.d.ts +1 -0
  3213. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style_select.gen.d.ts.map +1 -0
  3214. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style_select.gen.js +1 -0
  3215. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_target.gen.d.ts +20 -0
  3216. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_target.gen.d.ts.map +1 -0
  3217. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_target.gen.js +39 -0
  3218. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetric_shape_aspect.gen.d.ts +12 -0
  3219. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetric_shape_aspect.gen.d.ts.map +1 -0
  3220. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetric_shape_aspect.gen.js +15 -0
  3221. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetry_tolerance.gen.d.ts +12 -0
  3222. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetry_tolerance.gen.d.ts.map +1 -0
  3223. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetry_tolerance.gen.js +15 -0
  3224. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tactile_appearance_representation.gen.d.ts +12 -0
  3225. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tactile_appearance_representation.gen.d.ts.map +1 -0
  3226. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tactile_appearance_representation.gen.js +15 -0
  3227. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tan_function.gen.d.ts +12 -0
  3228. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tan_function.gen.d.ts.map +1 -0
  3229. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tan_function.gen.js +15 -0
  3230. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tangent.gen.d.ts +12 -0
  3231. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tangent.gen.d.ts.map +1 -0
  3232. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tangent.gen.js +15 -0
  3233. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/taper.gen.d.ts +12 -0
  3234. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/taper.gen.d.ts.map +1 -0
  3235. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/taper.gen.js +15 -0
  3236. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tee_profile.gen.d.ts +12 -0
  3237. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tee_profile.gen.d.ts.map +1 -0
  3238. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tee_profile.gen.js +15 -0
  3239. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/terminator_symbol.gen.d.ts +15 -0
  3240. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/terminator_symbol.gen.d.ts.map +1 -0
  3241. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/terminator_symbol.gen.js +22 -0
  3242. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text.gen.d.ts +13 -0
  3243. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text.gen.d.ts.map +1 -0
  3244. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text.gen.js +21 -0
  3245. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_alignment.gen.d.ts +13 -0
  3246. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_alignment.gen.d.ts.map +1 -0
  3247. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_alignment.gen.js +20 -0
  3248. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_delineation.gen.d.ts +13 -0
  3249. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_delineation.gen.d.ts.map +1 -0
  3250. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_delineation.gen.js +20 -0
  3251. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal.gen.d.ts +27 -0
  3252. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal.gen.d.ts.map +1 -0
  3253. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal.gen.js +58 -0
  3254. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_associated_curves.gen.d.ts +15 -0
  3255. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_associated_curves.gen.d.ts.map +1 -0
  3256. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_associated_curves.gen.js +42 -0
  3257. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_blanking_box.gen.d.ts +15 -0
  3258. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_blanking_box.gen.d.ts.map +1 -0
  3259. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_blanking_box.gen.js +22 -0
  3260. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_delineation.gen.d.ts +14 -0
  3261. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_delineation.gen.d.ts.map +1 -0
  3262. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_delineation.gen.js +21 -0
  3263. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_extent.gen.d.ts +15 -0
  3264. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_extent.gen.d.ts.map +1 -0
  3265. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_extent.gen.js +22 -0
  3266. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_or_character.gen.d.ts +1 -0
  3267. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_or_character.gen.d.ts.map +1 -0
  3268. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_or_character.gen.js +1 -0
  3269. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_path.gen.d.ts +13 -0
  3270. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_path.gen.d.ts.map +1 -0
  3271. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_path.gen.js +24 -0
  3272. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation.gen.d.ts +12 -0
  3273. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation.gen.d.ts.map +1 -0
  3274. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation.gen.js +15 -0
  3275. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation_item.gen.d.ts +1 -0
  3276. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation_item.gen.d.ts.map +1 -0
  3277. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation_item.gen.js +1 -0
  3278. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style.gen.d.ts +17 -0
  3279. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style.gen.d.ts.map +1 -0
  3280. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style.gen.js +32 -0
  3281. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_for_defined_font.gen.d.ts +14 -0
  3282. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_for_defined_font.gen.d.ts.map +1 -0
  3283. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_for_defined_font.gen.js +22 -0
  3284. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_box_characteristics.gen.d.ts +18 -0
  3285. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_box_characteristics.gen.d.ts.map +1 -0
  3286. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_box_characteristics.gen.js +49 -0
  3287. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_mirror.gen.d.ts +16 -0
  3288. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_mirror.gen.d.ts.map +1 -0
  3289. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_mirror.gen.js +27 -0
  3290. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_spacing.gen.d.ts +18 -0
  3291. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_spacing.gen.d.ts.map +1 -0
  3292. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_spacing.gen.js +29 -0
  3293. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure.gen.d.ts +13 -0
  3294. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure.gen.d.ts.map +1 -0
  3295. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure.gen.js +21 -0
  3296. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure_with_unit.gen.d.ts +12 -0
  3297. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure_with_unit.gen.d.ts.map +1 -0
  3298. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure_with_unit.gen.js +15 -0
  3299. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_unit.gen.d.ts +12 -0
  3300. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_unit.gen.d.ts.map +1 -0
  3301. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_unit.gen.js +15 -0
  3302. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thread.gen.d.ts +12 -0
  3303. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thread.gen.d.ts.map +1 -0
  3304. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thread.gen.js +15 -0
  3305. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval.gen.d.ts +17 -0
  3306. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval.gen.d.ts.map +1 -0
  3307. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval.gen.js +33 -0
  3308. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_assignment.gen.d.ts +17 -0
  3309. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_assignment.gen.d.ts.map +1 -0
  3310. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_assignment.gen.js +29 -0
  3311. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_based_effectivity.gen.d.ts +15 -0
  3312. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_based_effectivity.gen.d.ts.map +1 -0
  3313. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_based_effectivity.gen.js +22 -0
  3314. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_item.gen.d.ts +1 -0
  3315. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_item.gen.d.ts.map +1 -0
  3316. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_item.gen.js +1 -0
  3317. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_role.gen.d.ts +15 -0
  3318. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_role.gen.d.ts.map +1 -0
  3319. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_role.gen.js +27 -0
  3320. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_with_bounds.gen.d.ts +23 -0
  3321. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_with_bounds.gen.d.ts.map +1 -0
  3322. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_with_bounds.gen.js +46 -0
  3323. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure.gen.d.ts +13 -0
  3324. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure.gen.d.ts.map +1 -0
  3325. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure.gen.js +21 -0
  3326. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure_with_unit.gen.d.ts +12 -0
  3327. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure_with_unit.gen.d.ts.map +1 -0
  3328. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure_with_unit.gen.js +15 -0
  3329. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_unit.gen.d.ts +12 -0
  3330. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_unit.gen.d.ts.map +1 -0
  3331. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_unit.gen.js +15 -0
  3332. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_deviation_select.gen.d.ts +1 -0
  3333. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_deviation_select.gen.d.ts.map +1 -0
  3334. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_deviation_select.gen.js +1 -0
  3335. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_method_definition.gen.d.ts +1 -0
  3336. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_method_definition.gen.d.ts.map +1 -0
  3337. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_method_definition.gen.js +1 -0
  3338. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_parameter_select.gen.d.ts +1 -0
  3339. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_parameter_select.gen.d.ts.map +1 -0
  3340. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_parameter_select.gen.js +1 -0
  3341. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_select.gen.d.ts +1 -0
  3342. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_select.gen.d.ts.map +1 -0
  3343. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_select.gen.js +1 -0
  3344. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_value.gen.d.ts +16 -0
  3345. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_value.gen.d.ts.map +1 -0
  3346. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_value.gen.js +28 -0
  3347. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone.gen.d.ts +18 -0
  3348. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone.gen.d.ts.map +1 -0
  3349. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone.gen.js +49 -0
  3350. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_definition.gen.d.ts +17 -0
  3351. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_definition.gen.d.ts.map +1 -0
  3352. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_definition.gen.js +49 -0
  3353. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_form.gen.d.ts +13 -0
  3354. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_form.gen.d.ts.map +1 -0
  3355. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_form.gen.js +21 -0
  3356. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/topological_representation_item.gen.d.ts +12 -0
  3357. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/topological_representation_item.gen.d.ts.map +1 -0
  3358. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/topological_representation_item.gen.js +15 -0
  3359. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/toroidal_surface.gen.d.ts +16 -0
  3360. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/toroidal_surface.gen.d.ts.map +1 -0
  3361. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/toroidal_surface.gen.js +27 -0
  3362. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/torus.gen.d.ts +19 -0
  3363. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/torus.gen.d.ts.map +1 -0
  3364. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/torus.gen.js +34 -0
  3365. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/total_runout_tolerance.gen.d.ts +12 -0
  3366. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/total_runout_tolerance.gen.d.ts.map +1 -0
  3367. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/total_runout_tolerance.gen.js +15 -0
  3368. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transformation.gen.d.ts +1 -0
  3369. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transformation.gen.d.ts.map +1 -0
  3370. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transformation.gen.js +1 -0
  3371. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_code.gen.d.ts +13 -0
  3372. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_code.gen.d.ts.map +1 -0
  3373. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_code.gen.js +24 -0
  3374. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_feature.gen.d.ts +12 -0
  3375. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_feature.gen.d.ts.map +1 -0
  3376. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_feature.gen.js +15 -0
  3377. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/translational_range_measure.gen.d.ts +1 -0
  3378. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/translational_range_measure.gen.d.ts.map +1 -0
  3379. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/translational_range_measure.gen.js +1 -0
  3380. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimmed_curve.gen.d.ts +26 -0
  3381. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimmed_curve.gen.d.ts.map +1 -0
  3382. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimmed_curve.gen.js +96 -0
  3383. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_preference.gen.d.ts +12 -0
  3384. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_preference.gen.d.ts.map +1 -0
  3385. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_preference.gen.js +23 -0
  3386. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_select.gen.d.ts +1 -0
  3387. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_select.gen.d.ts.map +1 -0
  3388. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_select.gen.js +1 -0
  3389. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/two_direction_repeat_factor.gen.d.ts +15 -0
  3390. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/two_direction_repeat_factor.gen.d.ts.map +1 -0
  3391. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/two_direction_repeat_factor.gen.js +22 -0
  3392. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/type_qualifier.gen.d.ts +13 -0
  3393. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/type_qualifier.gen.d.ts.map +1 -0
  3394. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/type_qualifier.gen.js +21 -0
  3395. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/u_direction_count.gen.d.ts +13 -0
  3396. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/u_direction_count.gen.d.ts.map +1 -0
  3397. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/u_direction_count.gen.js +21 -0
  3398. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_boolean_expression.gen.d.ts +15 -0
  3399. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_boolean_expression.gen.d.ts.map +1 -0
  3400. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_boolean_expression.gen.js +22 -0
  3401. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_function_call.gen.d.ts +12 -0
  3402. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_function_call.gen.d.ts.map +1 -0
  3403. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_function_call.gen.js +15 -0
  3404. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_generic_expression.gen.d.ts +14 -0
  3405. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_generic_expression.gen.d.ts.map +1 -0
  3406. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_generic_expression.gen.js +21 -0
  3407. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_numeric_expression.gen.d.ts +15 -0
  3408. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_numeric_expression.gen.d.ts.map +1 -0
  3409. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_numeric_expression.gen.js +22 -0
  3410. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_assigned_representation.gen.d.ts +15 -0
  3411. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_assigned_representation.gen.d.ts.map +1 -0
  3412. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_assigned_representation.gen.js +42 -0
  3413. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_measure_with_unit.gen.d.ts +16 -0
  3414. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_measure_with_unit.gen.d.ts.map +1 -0
  3415. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_measure_with_unit.gen.js +27 -0
  3416. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_qualifier.gen.d.ts +15 -0
  3417. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_qualifier.gen.d.ts.map +1 -0
  3418. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_qualifier.gen.js +27 -0
  3419. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair.gen.d.ts +12 -0
  3420. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair.gen.d.ts.map +1 -0
  3421. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair.gen.js +15 -0
  3422. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair_value.gen.d.ts +15 -0
  3423. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair_value.gen.d.ts.map +1 -0
  3424. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair_value.gen.js +22 -0
  3425. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_curve.gen.d.ts +12 -0
  3426. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_curve.gen.d.ts.map +1 -0
  3427. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_curve.gen.js +15 -0
  3428. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_surface.gen.d.ts +12 -0
  3429. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_surface.gen.d.ts.map +1 -0
  3430. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_surface.gen.js +15 -0
  3431. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unit.gen.d.ts +1 -0
  3432. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unit.gen.d.ts.map +1 -0
  3433. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unit.gen.js +1 -0
  3434. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair.gen.d.ts +15 -0
  3435. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair.gen.d.ts.map +1 -0
  3436. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair.gen.js +25 -0
  3437. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_range.gen.d.ts +22 -0
  3438. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_range.gen.d.ts.map +1 -0
  3439. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_range.gen.js +65 -0
  3440. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_value.gen.d.ts +16 -0
  3441. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_value.gen.d.ts.map +1 -0
  3442. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_value.gen.js +27 -0
  3443. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unlimited_range.gen.d.ts +10 -0
  3444. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unlimited_range.gen.d.ts.map +1 -0
  3445. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unlimited_range.gen.js +21 -0
  3446. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/v_direction_count.gen.d.ts +13 -0
  3447. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/v_direction_count.gen.d.ts.map +1 -0
  3448. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/v_direction_count.gen.js +21 -0
  3449. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_function.gen.d.ts +15 -0
  3450. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_function.gen.d.ts.map +1 -0
  3451. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_function.gen.js +22 -0
  3452. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_qualifier.gen.d.ts +1 -0
  3453. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_qualifier.gen.d.ts.map +1 -0
  3454. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_qualifier.gen.js +1 -0
  3455. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_range.gen.d.ts +12 -0
  3456. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_range.gen.d.ts.map +1 -0
  3457. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_range.gen.js +15 -0
  3458. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_representation_item.gen.d.ts +36 -0
  3459. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_representation_item.gen.d.ts.map +1 -0
  3460. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_representation_item.gen.js +47 -0
  3461. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable.gen.d.ts +12 -0
  3462. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable.gen.d.ts.map +1 -0
  3463. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable.gen.js +15 -0
  3464. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable_semantics.gen.d.ts +11 -0
  3465. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable_semantics.gen.d.ts.map +1 -0
  3466. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable_semantics.gen.js +15 -0
  3467. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector.gen.d.ts +17 -0
  3468. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector.gen.d.ts.map +1 -0
  3469. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector.gen.js +28 -0
  3470. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_or_direction.gen.d.ts +1 -0
  3471. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_or_direction.gen.d.ts.map +1 -0
  3472. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_or_direction.gen.js +1 -0
  3473. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_style.gen.d.ts +25 -0
  3474. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_style.gen.d.ts.map +1 -0
  3475. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_style.gen.js +48 -0
  3476. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vee_profile.gen.d.ts +12 -0
  3477. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vee_profile.gen.d.ts.map +1 -0
  3478. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vee_profile.gen.js +15 -0
  3479. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request.gen.d.ts +19 -0
  3480. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request.gen.d.ts.map +1 -0
  3481. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request.gen.js +39 -0
  3482. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request_relationship.gen.d.ts +22 -0
  3483. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request_relationship.gen.d.ts.map +1 -0
  3484. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request_relationship.gen.js +46 -0
  3485. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex.gen.d.ts +12 -0
  3486. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex.gen.d.ts.map +1 -0
  3487. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex.gen.js +15 -0
  3488. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_loop.gen.d.ts +15 -0
  3489. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_loop.gen.d.ts.map +1 -0
  3490. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_loop.gen.js +22 -0
  3491. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_point.gen.d.ts +16 -0
  3492. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_point.gen.d.ts.map +1 -0
  3493. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_point.gen.js +26 -0
  3494. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/view_volume.gen.d.ts +33 -0
  3495. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/view_volume.gen.d.ts.map +1 -0
  3496. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/view_volume.gen.js +72 -0
  3497. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/visual_appearance_representation.gen.d.ts +12 -0
  3498. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/visual_appearance_representation.gen.d.ts.map +1 -0
  3499. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/visual_appearance_representation.gen.js +15 -0
  3500. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure.gen.d.ts +13 -0
  3501. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure.gen.d.ts.map +1 -0
  3502. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure.gen.js +21 -0
  3503. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure_with_unit.gen.d.ts +12 -0
  3504. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure_with_unit.gen.d.ts.map +1 -0
  3505. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure_with_unit.gen.js +15 -0
  3506. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_unit.gen.d.ts +12 -0
  3507. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_unit.gen.d.ts.map +1 -0
  3508. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_unit.gen.js +15 -0
  3509. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/xor_expression.gen.d.ts +12 -0
  3510. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/xor_expression.gen.d.ts.map +1 -0
  3511. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/xor_expression.gen.js +15 -0
  3512. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/year_number.gen.d.ts +13 -0
  3513. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/year_number.gen.d.ts.map +1 -0
  3514. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/year_number.gen.js +21 -0
  3515. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_enumeration.gen.d.ts +12 -0
  3516. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_enumeration.gen.d.ts.map +1 -0
  3517. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_enumeration.gen.js +23 -0
  3518. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_rotation.gen.d.ts +13 -0
  3519. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_rotation.gen.d.ts.map +1 -0
  3520. package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_rotation.gen.js +41 -0
  3521. package/compiled/src/AP214E3_2010/ap214_command_line_main.d.ts +2 -0
  3522. package/compiled/src/AP214E3_2010/ap214_command_line_main.d.ts.map +1 -0
  3523. package/compiled/src/AP214E3_2010/ap214_command_line_main.js +360 -0
  3524. package/compiled/src/AP214E3_2010/ap214_functions.d.ts +113 -0
  3525. package/compiled/src/AP214E3_2010/ap214_functions.d.ts.map +1 -0
  3526. package/compiled/src/AP214E3_2010/ap214_functions.js +155 -0
  3527. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts +648 -0
  3528. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts.map +1 -0
  3529. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.js +2467 -0
  3530. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.test.d.ts +2 -0
  3531. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.test.d.ts.map +1 -0
  3532. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.test.js +115 -0
  3533. package/compiled/src/AP214E3_2010/ap214_material_cache.d.ts +84 -0
  3534. package/compiled/src/AP214E3_2010/ap214_material_cache.d.ts.map +1 -0
  3535. package/compiled/src/AP214E3_2010/ap214_material_cache.js +105 -0
  3536. package/compiled/src/AP214E3_2010/ap214_model_geometry.d.ts +40 -0
  3537. package/compiled/src/AP214E3_2010/ap214_model_geometry.d.ts.map +1 -0
  3538. package/compiled/src/AP214E3_2010/ap214_model_geometry.js +71 -0
  3539. package/compiled/src/AP214E3_2010/ap214_model_profile.d.ts +34 -0
  3540. package/compiled/src/AP214E3_2010/ap214_model_profile.d.ts.map +1 -0
  3541. package/compiled/src/AP214E3_2010/ap214_model_profile.js +41 -0
  3542. package/compiled/src/AP214E3_2010/ap214_scene_builder.d.ts +159 -0
  3543. package/compiled/src/AP214E3_2010/ap214_scene_builder.d.ts.map +1 -0
  3544. package/compiled/src/AP214E3_2010/ap214_scene_builder.js +311 -0
  3545. package/compiled/src/AP214E3_2010/ap214_step_external_mapping.d.ts +20 -0
  3546. package/compiled/src/AP214E3_2010/ap214_step_external_mapping.d.ts.map +1 -0
  3547. package/compiled/src/AP214E3_2010/ap214_step_external_mapping.js +20 -0
  3548. package/compiled/src/AP214E3_2010/ap214_step_model.d.ts +25 -0
  3549. package/compiled/src/AP214E3_2010/ap214_step_model.d.ts.map +1 -0
  3550. package/compiled/src/AP214E3_2010/ap214_step_model.js +27 -0
  3551. package/compiled/src/AP214E3_2010/ap214_step_model.test.d.ts +2 -0
  3552. package/compiled/src/AP214E3_2010/ap214_step_model.test.d.ts.map +1 -0
  3553. package/compiled/src/AP214E3_2010/ap214_step_model.test.js +46 -0
  3554. package/compiled/src/AP214E3_2010/ap214_step_parser.d.ts +29 -0
  3555. package/compiled/src/AP214E3_2010/ap214_step_parser.d.ts.map +1 -0
  3556. package/compiled/src/AP214E3_2010/ap214_step_parser.js +32 -0
  3557. package/compiled/src/core/canonical_material.d.ts +86 -0
  3558. package/compiled/src/core/canonical_material.d.ts.map +1 -0
  3559. package/compiled/src/core/canonical_material.js +122 -0
  3560. package/compiled/src/core/canonical_mesh.d.ts +34 -0
  3561. package/compiled/src/core/canonical_mesh.d.ts.map +1 -0
  3562. package/compiled/src/core/canonical_mesh.js +7 -0
  3563. package/compiled/src/core/canonical_profile.d.ts +12 -0
  3564. package/compiled/src/core/canonical_profile.d.ts.map +1 -0
  3565. package/compiled/src/core/canonical_profile.js +1 -0
  3566. package/compiled/src/core/csg_operations.d.ts +59 -0
  3567. package/compiled/src/core/csg_operations.d.ts.map +1 -0
  3568. package/compiled/src/core/csg_operations.js +23 -0
  3569. package/compiled/src/core/entity.d.ts +6 -0
  3570. package/compiled/src/core/entity.d.ts.map +1 -0
  3571. package/compiled/src/core/entity.js +1 -0
  3572. package/compiled/src/core/entity_description.d.ts +18 -0
  3573. package/compiled/src/core/entity_description.d.ts.map +1 -0
  3574. package/compiled/src/core/entity_description.js +1 -0
  3575. package/compiled/src/core/entity_field_description.d.ts +119 -0
  3576. package/compiled/src/core/entity_field_description.d.ts.map +1 -0
  3577. package/compiled/src/core/entity_field_description.js +11 -0
  3578. package/compiled/src/core/geometry_aggregator.d.ts +55 -0
  3579. package/compiled/src/core/geometry_aggregator.d.ts.map +1 -0
  3580. package/compiled/src/core/geometry_aggregator.js +111 -0
  3581. package/compiled/src/core/geometry_aggregator.test.d.ts +2 -0
  3582. package/compiled/src/core/geometry_aggregator.test.d.ts.map +1 -0
  3583. package/compiled/src/core/geometry_aggregator.test.js +86 -0
  3584. package/compiled/src/core/geometry_convertor.d.ts +45 -0
  3585. package/compiled/src/core/geometry_convertor.d.ts.map +1 -0
  3586. package/compiled/src/core/geometry_convertor.js +68 -0
  3587. package/compiled/src/core/i_index_set_cursor.d.ts +30 -0
  3588. package/compiled/src/core/i_index_set_cursor.d.ts.map +1 -0
  3589. package/compiled/src/core/i_index_set_cursor.js +1 -0
  3590. package/compiled/src/core/model.d.ts +26 -0
  3591. package/compiled/src/core/model.d.ts.map +1 -0
  3592. package/compiled/src/core/model.js +1 -0
  3593. package/compiled/src/core/native_pool.d.ts +32 -0
  3594. package/compiled/src/core/native_pool.d.ts.map +1 -0
  3595. package/compiled/src/core/native_pool.js +46 -0
  3596. package/compiled/src/core/native_types.d.ts +15 -0
  3597. package/compiled/src/core/native_types.d.ts.map +1 -0
  3598. package/compiled/src/core/native_types.js +1 -0
  3599. package/compiled/src/core/packed_mesh.d.ts +45 -0
  3600. package/compiled/src/core/packed_mesh.d.ts.map +1 -0
  3601. package/compiled/src/core/packed_mesh.js +66 -0
  3602. package/compiled/src/core/packed_mesh.test.d.ts +2 -0
  3603. package/compiled/src/core/packed_mesh.test.d.ts.map +1 -0
  3604. package/compiled/src/core/packed_mesh.test.js +96 -0
  3605. package/compiled/src/core/readonly_typed_array.d.ts +26 -0
  3606. package/compiled/src/core/readonly_typed_array.d.ts.map +1 -0
  3607. package/compiled/src/core/readonly_typed_array.js +1 -0
  3608. package/compiled/src/core/regression_capture_state.d.ts +11 -0
  3609. package/compiled/src/core/regression_capture_state.d.ts.map +1 -0
  3610. package/compiled/src/core/regression_capture_state.js +14 -0
  3611. package/compiled/src/core/scene.d.ts +18 -0
  3612. package/compiled/src/core/scene.d.ts.map +1 -0
  3613. package/compiled/src/core/scene.js +1 -0
  3614. package/compiled/src/core/scene_node.d.ts +37 -0
  3615. package/compiled/src/core/scene_node.d.ts.map +1 -0
  3616. package/compiled/src/core/scene_node.js +7 -0
  3617. package/compiled/src/core/shared_constants.d.ts +11 -0
  3618. package/compiled/src/core/shared_constants.d.ts.map +1 -0
  3619. package/compiled/src/core/shared_constants.js +14 -0
  3620. package/compiled/src/core/simple_memoization.d.ts +54 -0
  3621. package/compiled/src/core/simple_memoization.d.ts.map +1 -0
  3622. package/compiled/src/core/simple_memoization.js +70 -0
  3623. package/compiled/src/core/triangle_element_map.d.ts +48 -0
  3624. package/compiled/src/core/triangle_element_map.d.ts.map +1 -0
  3625. package/compiled/src/core/triangle_element_map.js +105 -0
  3626. package/compiled/src/format_detection/model_format_detector.d.ts +21 -0
  3627. package/compiled/src/format_detection/model_format_detector.d.ts.map +1 -0
  3628. package/compiled/src/format_detection/model_format_detector.js +42 -0
  3629. package/compiled/src/format_detection/model_format_detector.test.d.ts +2 -0
  3630. package/compiled/src/format_detection/model_format_detector.test.d.ts.map +1 -0
  3631. package/compiled/src/format_detection/model_format_detector.test.js +61 -0
  3632. package/compiled/src/ifc/ifc4_gen/IfcAbsorbedDoseMeasure.gen.d.ts +13 -0
  3633. package/compiled/src/ifc/ifc4_gen/IfcAbsorbedDoseMeasure.gen.d.ts.map +1 -0
  3634. package/compiled/src/ifc/ifc4_gen/IfcAbsorbedDoseMeasure.gen.js +21 -0
  3635. package/compiled/src/ifc/ifc4_gen/IfcAccelerationMeasure.gen.d.ts +13 -0
  3636. package/compiled/src/ifc/ifc4_gen/IfcAccelerationMeasure.gen.d.ts.map +1 -0
  3637. package/compiled/src/ifc/ifc4_gen/IfcAccelerationMeasure.gen.js +21 -0
  3638. package/compiled/src/ifc/ifc4_gen/IfcActionRequest.gen.d.ts +19 -0
  3639. package/compiled/src/ifc/ifc4_gen/IfcActionRequest.gen.d.ts.map +1 -0
  3640. package/compiled/src/ifc/ifc4_gen/IfcActionRequest.gen.js +34 -0
  3641. package/compiled/src/ifc/ifc4_gen/IfcActionRequestTypeEnum.gen.d.ts +16 -0
  3642. package/compiled/src/ifc/ifc4_gen/IfcActionRequestTypeEnum.gen.d.ts.map +1 -0
  3643. package/compiled/src/ifc/ifc4_gen/IfcActionRequestTypeEnum.gen.js +27 -0
  3644. package/compiled/src/ifc/ifc4_gen/IfcActionSourceTypeEnum.gen.d.ts +36 -0
  3645. package/compiled/src/ifc/ifc4_gen/IfcActionSourceTypeEnum.gen.d.ts.map +1 -0
  3646. package/compiled/src/ifc/ifc4_gen/IfcActionSourceTypeEnum.gen.js +47 -0
  3647. package/compiled/src/ifc/ifc4_gen/IfcActionTypeEnum.gen.d.ts +14 -0
  3648. package/compiled/src/ifc/ifc4_gen/IfcActionTypeEnum.gen.d.ts.map +1 -0
  3649. package/compiled/src/ifc/ifc4_gen/IfcActionTypeEnum.gen.js +25 -0
  3650. package/compiled/src/ifc/ifc4_gen/IfcActor.gen.d.ts +17 -0
  3651. package/compiled/src/ifc/ifc4_gen/IfcActor.gen.d.ts.map +1 -0
  3652. package/compiled/src/ifc/ifc4_gen/IfcActor.gen.js +28 -0
  3653. package/compiled/src/ifc/ifc4_gen/IfcActorRole.gen.d.ts +18 -0
  3654. package/compiled/src/ifc/ifc4_gen/IfcActorRole.gen.d.ts.map +1 -0
  3655. package/compiled/src/ifc/ifc4_gen/IfcActorRole.gen.js +34 -0
  3656. package/compiled/src/ifc/ifc4_gen/IfcActorSelect.gen.d.ts +1 -0
  3657. package/compiled/src/ifc/ifc4_gen/IfcActorSelect.gen.d.ts.map +1 -0
  3658. package/compiled/src/ifc/ifc4_gen/IfcActorSelect.gen.js +1 -0
  3659. package/compiled/src/ifc/ifc4_gen/IfcActuator.gen.d.ts +15 -0
  3660. package/compiled/src/ifc/ifc4_gen/IfcActuator.gen.d.ts.map +1 -0
  3661. package/compiled/src/ifc/ifc4_gen/IfcActuator.gen.js +22 -0
  3662. package/compiled/src/ifc/ifc4_gen/IfcActuatorType.gen.d.ts +15 -0
  3663. package/compiled/src/ifc/ifc4_gen/IfcActuatorType.gen.d.ts.map +1 -0
  3664. package/compiled/src/ifc/ifc4_gen/IfcActuatorType.gen.js +22 -0
  3665. package/compiled/src/ifc/ifc4_gen/IfcActuatorTypeEnum.gen.d.ts +16 -0
  3666. package/compiled/src/ifc/ifc4_gen/IfcActuatorTypeEnum.gen.d.ts.map +1 -0
  3667. package/compiled/src/ifc/ifc4_gen/IfcActuatorTypeEnum.gen.js +27 -0
  3668. package/compiled/src/ifc/ifc4_gen/IfcAddress.gen.d.ts +18 -0
  3669. package/compiled/src/ifc/ifc4_gen/IfcAddress.gen.d.ts.map +1 -0
  3670. package/compiled/src/ifc/ifc4_gen/IfcAddress.gen.js +34 -0
  3671. package/compiled/src/ifc/ifc4_gen/IfcAddressTypeEnum.gen.d.ts +14 -0
  3672. package/compiled/src/ifc/ifc4_gen/IfcAddressTypeEnum.gen.d.ts.map +1 -0
  3673. package/compiled/src/ifc/ifc4_gen/IfcAddressTypeEnum.gen.js +25 -0
  3674. package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrep.gen.d.ts +12 -0
  3675. package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrep.gen.d.ts.map +1 -0
  3676. package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrep.gen.js +15 -0
  3677. package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrepWithVoids.gen.d.ts +15 -0
  3678. package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrepWithVoids.gen.d.ts.map +1 -0
  3679. package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrepWithVoids.gen.js +42 -0
  3680. package/compiled/src/ifc/ifc4_gen/IfcAdvancedFace.gen.d.ts +12 -0
  3681. package/compiled/src/ifc/ifc4_gen/IfcAdvancedFace.gen.d.ts.map +1 -0
  3682. package/compiled/src/ifc/ifc4_gen/IfcAdvancedFace.gen.js +15 -0
  3683. package/compiled/src/ifc/ifc4_gen/IfcAirTerminal.gen.d.ts +15 -0
  3684. package/compiled/src/ifc/ifc4_gen/IfcAirTerminal.gen.d.ts.map +1 -0
  3685. package/compiled/src/ifc/ifc4_gen/IfcAirTerminal.gen.js +22 -0
  3686. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBox.gen.d.ts +15 -0
  3687. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBox.gen.d.ts.map +1 -0
  3688. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBox.gen.js +22 -0
  3689. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxType.gen.d.ts +15 -0
  3690. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxType.gen.d.ts.map +1 -0
  3691. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxType.gen.js +22 -0
  3692. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxTypeEnum.gen.d.ts +14 -0
  3693. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxTypeEnum.gen.d.ts.map +1 -0
  3694. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxTypeEnum.gen.js +25 -0
  3695. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalType.gen.d.ts +15 -0
  3696. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalType.gen.d.ts.map +1 -0
  3697. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalType.gen.js +22 -0
  3698. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalTypeEnum.gen.d.ts +15 -0
  3699. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalTypeEnum.gen.d.ts.map +1 -0
  3700. package/compiled/src/ifc/ifc4_gen/IfcAirTerminalTypeEnum.gen.js +26 -0
  3701. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecovery.gen.d.ts +15 -0
  3702. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecovery.gen.d.ts.map +1 -0
  3703. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecovery.gen.js +22 -0
  3704. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryType.gen.d.ts +15 -0
  3705. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryType.gen.d.ts.map +1 -0
  3706. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryType.gen.js +22 -0
  3707. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryTypeEnum.gen.d.ts +20 -0
  3708. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryTypeEnum.gen.d.ts.map +1 -0
  3709. package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryTypeEnum.gen.js +31 -0
  3710. package/compiled/src/ifc/ifc4_gen/IfcAlarm.gen.d.ts +15 -0
  3711. package/compiled/src/ifc/ifc4_gen/IfcAlarm.gen.d.ts.map +1 -0
  3712. package/compiled/src/ifc/ifc4_gen/IfcAlarm.gen.js +22 -0
  3713. package/compiled/src/ifc/ifc4_gen/IfcAlarmType.gen.d.ts +15 -0
  3714. package/compiled/src/ifc/ifc4_gen/IfcAlarmType.gen.d.ts.map +1 -0
  3715. package/compiled/src/ifc/ifc4_gen/IfcAlarmType.gen.js +22 -0
  3716. package/compiled/src/ifc/ifc4_gen/IfcAlarmTypeEnum.gen.d.ts +17 -0
  3717. package/compiled/src/ifc/ifc4_gen/IfcAlarmTypeEnum.gen.d.ts.map +1 -0
  3718. package/compiled/src/ifc/ifc4_gen/IfcAlarmTypeEnum.gen.js +28 -0
  3719. package/compiled/src/ifc/ifc4_gen/IfcAmountOfSubstanceMeasure.gen.d.ts +13 -0
  3720. package/compiled/src/ifc/ifc4_gen/IfcAmountOfSubstanceMeasure.gen.d.ts.map +1 -0
  3721. package/compiled/src/ifc/ifc4_gen/IfcAmountOfSubstanceMeasure.gen.js +21 -0
  3722. package/compiled/src/ifc/ifc4_gen/IfcAnalysisModelTypeEnum.gen.d.ts +14 -0
  3723. package/compiled/src/ifc/ifc4_gen/IfcAnalysisModelTypeEnum.gen.d.ts.map +1 -0
  3724. package/compiled/src/ifc/ifc4_gen/IfcAnalysisModelTypeEnum.gen.js +25 -0
  3725. package/compiled/src/ifc/ifc4_gen/IfcAnalysisTheoryTypeEnum.gen.d.ts +15 -0
  3726. package/compiled/src/ifc/ifc4_gen/IfcAnalysisTheoryTypeEnum.gen.d.ts.map +1 -0
  3727. package/compiled/src/ifc/ifc4_gen/IfcAnalysisTheoryTypeEnum.gen.js +26 -0
  3728. package/compiled/src/ifc/ifc4_gen/IfcAngularVelocityMeasure.gen.d.ts +13 -0
  3729. package/compiled/src/ifc/ifc4_gen/IfcAngularVelocityMeasure.gen.d.ts.map +1 -0
  3730. package/compiled/src/ifc/ifc4_gen/IfcAngularVelocityMeasure.gen.js +21 -0
  3731. package/compiled/src/ifc/ifc4_gen/IfcAnnotation.gen.d.ts +12 -0
  3732. package/compiled/src/ifc/ifc4_gen/IfcAnnotation.gen.d.ts.map +1 -0
  3733. package/compiled/src/ifc/ifc4_gen/IfcAnnotation.gen.js +15 -0
  3734. package/compiled/src/ifc/ifc4_gen/IfcAnnotationFillArea.gen.d.ts +17 -0
  3735. package/compiled/src/ifc/ifc4_gen/IfcAnnotationFillArea.gen.d.ts.map +1 -0
  3736. package/compiled/src/ifc/ifc4_gen/IfcAnnotationFillArea.gen.js +48 -0
  3737. package/compiled/src/ifc/ifc4_gen/IfcApplication.gen.d.ts +20 -0
  3738. package/compiled/src/ifc/ifc4_gen/IfcApplication.gen.d.ts.map +1 -0
  3739. package/compiled/src/ifc/ifc4_gen/IfcApplication.gen.js +40 -0
  3740. package/compiled/src/ifc/ifc4_gen/IfcAppliedValue.gen.d.ts +142 -0
  3741. package/compiled/src/ifc/ifc4_gen/IfcAppliedValue.gen.d.ts.map +1 -0
  3742. package/compiled/src/ifc/ifc4_gen/IfcAppliedValue.gen.js +210 -0
  3743. package/compiled/src/ifc/ifc4_gen/IfcAppliedValueSelect.gen.d.ts +1 -0
  3744. package/compiled/src/ifc/ifc4_gen/IfcAppliedValueSelect.gen.d.ts.map +1 -0
  3745. package/compiled/src/ifc/ifc4_gen/IfcAppliedValueSelect.gen.js +1 -0
  3746. package/compiled/src/ifc/ifc4_gen/IfcApproval.gen.d.ts +32 -0
  3747. package/compiled/src/ifc/ifc4_gen/IfcApproval.gen.d.ts.map +1 -0
  3748. package/compiled/src/ifc/ifc4_gen/IfcApproval.gen.js +80 -0
  3749. package/compiled/src/ifc/ifc4_gen/IfcApprovalRelationship.gen.d.ts +17 -0
  3750. package/compiled/src/ifc/ifc4_gen/IfcApprovalRelationship.gen.d.ts.map +1 -0
  3751. package/compiled/src/ifc/ifc4_gen/IfcApprovalRelationship.gen.js +48 -0
  3752. package/compiled/src/ifc/ifc4_gen/IfcArbitraryClosedProfileDef.gen.d.ts +15 -0
  3753. package/compiled/src/ifc/ifc4_gen/IfcArbitraryClosedProfileDef.gen.d.ts.map +1 -0
  3754. package/compiled/src/ifc/ifc4_gen/IfcArbitraryClosedProfileDef.gen.js +22 -0
  3755. package/compiled/src/ifc/ifc4_gen/IfcArbitraryOpenProfileDef.gen.d.ts +15 -0
  3756. package/compiled/src/ifc/ifc4_gen/IfcArbitraryOpenProfileDef.gen.d.ts.map +1 -0
  3757. package/compiled/src/ifc/ifc4_gen/IfcArbitraryOpenProfileDef.gen.js +22 -0
  3758. package/compiled/src/ifc/ifc4_gen/IfcArbitraryProfileDefWithVoids.gen.d.ts +15 -0
  3759. package/compiled/src/ifc/ifc4_gen/IfcArbitraryProfileDefWithVoids.gen.d.ts.map +1 -0
  3760. package/compiled/src/ifc/ifc4_gen/IfcArbitraryProfileDefWithVoids.gen.js +42 -0
  3761. package/compiled/src/ifc/ifc4_gen/IfcArcIndex.gen.d.ts +13 -0
  3762. package/compiled/src/ifc/ifc4_gen/IfcArcIndex.gen.d.ts.map +1 -0
  3763. package/compiled/src/ifc/ifc4_gen/IfcArcIndex.gen.js +41 -0
  3764. package/compiled/src/ifc/ifc4_gen/IfcAreaDensityMeasure.gen.d.ts +13 -0
  3765. package/compiled/src/ifc/ifc4_gen/IfcAreaDensityMeasure.gen.d.ts.map +1 -0
  3766. package/compiled/src/ifc/ifc4_gen/IfcAreaDensityMeasure.gen.js +21 -0
  3767. package/compiled/src/ifc/ifc4_gen/IfcAreaMeasure.gen.d.ts +13 -0
  3768. package/compiled/src/ifc/ifc4_gen/IfcAreaMeasure.gen.d.ts.map +1 -0
  3769. package/compiled/src/ifc/ifc4_gen/IfcAreaMeasure.gen.js +21 -0
  3770. package/compiled/src/ifc/ifc4_gen/IfcArithmeticOperatorEnum.gen.d.ts +13 -0
  3771. package/compiled/src/ifc/ifc4_gen/IfcArithmeticOperatorEnum.gen.d.ts.map +1 -0
  3772. package/compiled/src/ifc/ifc4_gen/IfcArithmeticOperatorEnum.gen.js +24 -0
  3773. package/compiled/src/ifc/ifc4_gen/IfcAssemblyPlaceEnum.gen.d.ts +12 -0
  3774. package/compiled/src/ifc/ifc4_gen/IfcAssemblyPlaceEnum.gen.d.ts.map +1 -0
  3775. package/compiled/src/ifc/ifc4_gen/IfcAssemblyPlaceEnum.gen.js +23 -0
  3776. package/compiled/src/ifc/ifc4_gen/IfcAsset.gen.d.ts +34 -0
  3777. package/compiled/src/ifc/ifc4_gen/IfcAsset.gen.d.ts.map +1 -0
  3778. package/compiled/src/ifc/ifc4_gen/IfcAsset.gen.js +81 -0
  3779. package/compiled/src/ifc/ifc4_gen/IfcAsymmetricIShapeProfileDef.gen.d.ts +36 -0
  3780. package/compiled/src/ifc/ifc4_gen/IfcAsymmetricIShapeProfileDef.gen.d.ts.map +1 -0
  3781. package/compiled/src/ifc/ifc4_gen/IfcAsymmetricIShapeProfileDef.gen.js +87 -0
  3782. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualAppliance.gen.d.ts +15 -0
  3783. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualAppliance.gen.d.ts.map +1 -0
  3784. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualAppliance.gen.js +22 -0
  3785. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceType.gen.d.ts +15 -0
  3786. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceType.gen.d.ts.map +1 -0
  3787. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceType.gen.js +22 -0
  3788. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceTypeEnum.gen.d.ts +22 -0
  3789. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceTypeEnum.gen.d.ts.map +1 -0
  3790. package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceTypeEnum.gen.js +33 -0
  3791. package/compiled/src/ifc/ifc4_gen/IfcAxis1Placement.gen.d.ts +15 -0
  3792. package/compiled/src/ifc/ifc4_gen/IfcAxis1Placement.gen.d.ts.map +1 -0
  3793. package/compiled/src/ifc/ifc4_gen/IfcAxis1Placement.gen.js +22 -0
  3794. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement.gen.d.ts +1 -0
  3795. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement.gen.d.ts.map +1 -0
  3796. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement.gen.js +1 -0
  3797. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement2D.gen.d.ts +16 -0
  3798. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement2D.gen.d.ts.map +1 -0
  3799. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement2D.gen.js +26 -0
  3800. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement3D.gen.d.ts +18 -0
  3801. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement3D.gen.d.ts.map +1 -0
  3802. package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement3D.gen.js +32 -0
  3803. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurve.gen.d.ts +26 -0
  3804. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurve.gen.d.ts.map +1 -0
  3805. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurve.gen.js +74 -0
  3806. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveForm.gen.d.ts +15 -0
  3807. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveForm.gen.d.ts.map +1 -0
  3808. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveForm.gen.js +26 -0
  3809. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveWithKnots.gen.d.ts +20 -0
  3810. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveWithKnots.gen.d.ts.map +1 -0
  3811. package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveWithKnots.gen.js +76 -0
  3812. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurface.gen.d.ts +31 -0
  3813. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurface.gen.d.ts.map +1 -0
  3814. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurface.gen.js +97 -0
  3815. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceForm.gen.d.ts +20 -0
  3816. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceForm.gen.d.ts.map +1 -0
  3817. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceForm.gen.js +31 -0
  3818. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceWithKnots.gen.d.ts +25 -0
  3819. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceWithKnots.gen.d.ts.map +1 -0
  3820. package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceWithKnots.gen.js +129 -0
  3821. package/compiled/src/ifc/ifc4_gen/IfcBeam.gen.d.ts +15 -0
  3822. package/compiled/src/ifc/ifc4_gen/IfcBeam.gen.d.ts.map +1 -0
  3823. package/compiled/src/ifc/ifc4_gen/IfcBeam.gen.js +22 -0
  3824. package/compiled/src/ifc/ifc4_gen/IfcBeamStandardCase.gen.d.ts +12 -0
  3825. package/compiled/src/ifc/ifc4_gen/IfcBeamStandardCase.gen.d.ts.map +1 -0
  3826. package/compiled/src/ifc/ifc4_gen/IfcBeamStandardCase.gen.js +15 -0
  3827. package/compiled/src/ifc/ifc4_gen/IfcBeamType.gen.d.ts +15 -0
  3828. package/compiled/src/ifc/ifc4_gen/IfcBeamType.gen.d.ts.map +1 -0
  3829. package/compiled/src/ifc/ifc4_gen/IfcBeamType.gen.js +22 -0
  3830. package/compiled/src/ifc/ifc4_gen/IfcBeamTypeEnum.gen.d.ts +17 -0
  3831. package/compiled/src/ifc/ifc4_gen/IfcBeamTypeEnum.gen.d.ts.map +1 -0
  3832. package/compiled/src/ifc/ifc4_gen/IfcBeamTypeEnum.gen.js +28 -0
  3833. package/compiled/src/ifc/ifc4_gen/IfcBenchmarkEnum.gen.d.ts +19 -0
  3834. package/compiled/src/ifc/ifc4_gen/IfcBenchmarkEnum.gen.d.ts.map +1 -0
  3835. package/compiled/src/ifc/ifc4_gen/IfcBenchmarkEnum.gen.js +30 -0
  3836. package/compiled/src/ifc/ifc4_gen/IfcBendingParameterSelect.gen.d.ts +1 -0
  3837. package/compiled/src/ifc/ifc4_gen/IfcBendingParameterSelect.gen.d.ts.map +1 -0
  3838. package/compiled/src/ifc/ifc4_gen/IfcBendingParameterSelect.gen.js +1 -0
  3839. package/compiled/src/ifc/ifc4_gen/IfcBinary.gen.d.ts +13 -0
  3840. package/compiled/src/ifc/ifc4_gen/IfcBinary.gen.d.ts.map +1 -0
  3841. package/compiled/src/ifc/ifc4_gen/IfcBinary.gen.js +21 -0
  3842. package/compiled/src/ifc/ifc4_gen/IfcBlobTexture.gen.d.ts +16 -0
  3843. package/compiled/src/ifc/ifc4_gen/IfcBlobTexture.gen.d.ts.map +1 -0
  3844. package/compiled/src/ifc/ifc4_gen/IfcBlobTexture.gen.js +27 -0
  3845. package/compiled/src/ifc/ifc4_gen/IfcBlock.gen.d.ts +18 -0
  3846. package/compiled/src/ifc/ifc4_gen/IfcBlock.gen.d.ts.map +1 -0
  3847. package/compiled/src/ifc/ifc4_gen/IfcBlock.gen.js +33 -0
  3848. package/compiled/src/ifc/ifc4_gen/IfcBoiler.gen.d.ts +15 -0
  3849. package/compiled/src/ifc/ifc4_gen/IfcBoiler.gen.d.ts.map +1 -0
  3850. package/compiled/src/ifc/ifc4_gen/IfcBoiler.gen.js +22 -0
  3851. package/compiled/src/ifc/ifc4_gen/IfcBoilerType.gen.d.ts +15 -0
  3852. package/compiled/src/ifc/ifc4_gen/IfcBoilerType.gen.d.ts.map +1 -0
  3853. package/compiled/src/ifc/ifc4_gen/IfcBoilerType.gen.js +22 -0
  3854. package/compiled/src/ifc/ifc4_gen/IfcBoilerTypeEnum.gen.d.ts +13 -0
  3855. package/compiled/src/ifc/ifc4_gen/IfcBoilerTypeEnum.gen.d.ts.map +1 -0
  3856. package/compiled/src/ifc/ifc4_gen/IfcBoilerTypeEnum.gen.js +24 -0
  3857. package/compiled/src/ifc/ifc4_gen/IfcBoolean.gen.d.ts +13 -0
  3858. package/compiled/src/ifc/ifc4_gen/IfcBoolean.gen.d.ts.map +1 -0
  3859. package/compiled/src/ifc/ifc4_gen/IfcBoolean.gen.js +21 -0
  3860. package/compiled/src/ifc/ifc4_gen/IfcBooleanClippingResult.gen.d.ts +12 -0
  3861. package/compiled/src/ifc/ifc4_gen/IfcBooleanClippingResult.gen.d.ts.map +1 -0
  3862. package/compiled/src/ifc/ifc4_gen/IfcBooleanClippingResult.gen.js +15 -0
  3863. package/compiled/src/ifc/ifc4_gen/IfcBooleanOperand.gen.d.ts +1 -0
  3864. package/compiled/src/ifc/ifc4_gen/IfcBooleanOperand.gen.d.ts.map +1 -0
  3865. package/compiled/src/ifc/ifc4_gen/IfcBooleanOperand.gen.js +1 -0
  3866. package/compiled/src/ifc/ifc4_gen/IfcBooleanOperator.gen.d.ts +12 -0
  3867. package/compiled/src/ifc/ifc4_gen/IfcBooleanOperator.gen.d.ts.map +1 -0
  3868. package/compiled/src/ifc/ifc4_gen/IfcBooleanOperator.gen.js +23 -0
  3869. package/compiled/src/ifc/ifc4_gen/IfcBooleanResult.gen.d.ts +24 -0
  3870. package/compiled/src/ifc/ifc4_gen/IfcBooleanResult.gen.d.ts.map +1 -0
  3871. package/compiled/src/ifc/ifc4_gen/IfcBooleanResult.gen.js +49 -0
  3872. package/compiled/src/ifc/ifc4_gen/IfcBoundaryCondition.gen.d.ts +13 -0
  3873. package/compiled/src/ifc/ifc4_gen/IfcBoundaryCondition.gen.d.ts.map +1 -0
  3874. package/compiled/src/ifc/ifc4_gen/IfcBoundaryCondition.gen.js +21 -0
  3875. package/compiled/src/ifc/ifc4_gen/IfcBoundaryCurve.gen.d.ts +12 -0
  3876. package/compiled/src/ifc/ifc4_gen/IfcBoundaryCurve.gen.d.ts.map +1 -0
  3877. package/compiled/src/ifc/ifc4_gen/IfcBoundaryCurve.gen.js +15 -0
  3878. package/compiled/src/ifc/ifc4_gen/IfcBoundaryEdgeCondition.gen.d.ts +27 -0
  3879. package/compiled/src/ifc/ifc4_gen/IfcBoundaryEdgeCondition.gen.d.ts.map +1 -0
  3880. package/compiled/src/ifc/ifc4_gen/IfcBoundaryEdgeCondition.gen.js +78 -0
  3881. package/compiled/src/ifc/ifc4_gen/IfcBoundaryFaceCondition.gen.d.ts +20 -0
  3882. package/compiled/src/ifc/ifc4_gen/IfcBoundaryFaceCondition.gen.d.ts.map +1 -0
  3883. package/compiled/src/ifc/ifc4_gen/IfcBoundaryFaceCondition.gen.js +47 -0
  3884. package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeCondition.gen.d.ts +27 -0
  3885. package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeCondition.gen.d.ts.map +1 -0
  3886. package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeCondition.gen.js +78 -0
  3887. package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeConditionWarping.gen.d.ts +16 -0
  3888. package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeConditionWarping.gen.d.ts.map +1 -0
  3889. package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeConditionWarping.gen.js +27 -0
  3890. package/compiled/src/ifc/ifc4_gen/IfcBoundedCurve.gen.d.ts +12 -0
  3891. package/compiled/src/ifc/ifc4_gen/IfcBoundedCurve.gen.d.ts.map +1 -0
  3892. package/compiled/src/ifc/ifc4_gen/IfcBoundedCurve.gen.js +15 -0
  3893. package/compiled/src/ifc/ifc4_gen/IfcBoundedSurface.gen.d.ts +12 -0
  3894. package/compiled/src/ifc/ifc4_gen/IfcBoundedSurface.gen.d.ts.map +1 -0
  3895. package/compiled/src/ifc/ifc4_gen/IfcBoundedSurface.gen.js +15 -0
  3896. package/compiled/src/ifc/ifc4_gen/IfcBoundingBox.gen.d.ts +22 -0
  3897. package/compiled/src/ifc/ifc4_gen/IfcBoundingBox.gen.d.ts.map +1 -0
  3898. package/compiled/src/ifc/ifc4_gen/IfcBoundingBox.gen.js +43 -0
  3899. package/compiled/src/ifc/ifc4_gen/IfcBoxAlignment.gen.d.ts +13 -0
  3900. package/compiled/src/ifc/ifc4_gen/IfcBoxAlignment.gen.d.ts.map +1 -0
  3901. package/compiled/src/ifc/ifc4_gen/IfcBoxAlignment.gen.js +20 -0
  3902. package/compiled/src/ifc/ifc4_gen/IfcBoxedHalfSpace.gen.d.ts +15 -0
  3903. package/compiled/src/ifc/ifc4_gen/IfcBoxedHalfSpace.gen.d.ts.map +1 -0
  3904. package/compiled/src/ifc/ifc4_gen/IfcBoxedHalfSpace.gen.js +22 -0
  3905. package/compiled/src/ifc/ifc4_gen/IfcBuilding.gen.d.ts +19 -0
  3906. package/compiled/src/ifc/ifc4_gen/IfcBuilding.gen.d.ts.map +1 -0
  3907. package/compiled/src/ifc/ifc4_gen/IfcBuilding.gen.js +34 -0
  3908. package/compiled/src/ifc/ifc4_gen/IfcBuildingElement.gen.d.ts +12 -0
  3909. package/compiled/src/ifc/ifc4_gen/IfcBuildingElement.gen.d.ts.map +1 -0
  3910. package/compiled/src/ifc/ifc4_gen/IfcBuildingElement.gen.js +15 -0
  3911. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPart.gen.d.ts +15 -0
  3912. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPart.gen.d.ts.map +1 -0
  3913. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPart.gen.js +22 -0
  3914. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartType.gen.d.ts +15 -0
  3915. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartType.gen.d.ts.map +1 -0
  3916. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartType.gen.js +22 -0
  3917. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartTypeEnum.gen.d.ts +13 -0
  3918. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartTypeEnum.gen.d.ts.map +1 -0
  3919. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartTypeEnum.gen.js +24 -0
  3920. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxy.gen.d.ts +15 -0
  3921. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxy.gen.d.ts.map +1 -0
  3922. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxy.gen.js +22 -0
  3923. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyType.gen.d.ts +15 -0
  3924. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyType.gen.d.ts.map +1 -0
  3925. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyType.gen.js +22 -0
  3926. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyTypeEnum.gen.d.ts +16 -0
  3927. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyTypeEnum.gen.d.ts.map +1 -0
  3928. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyTypeEnum.gen.js +27 -0
  3929. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementType.gen.d.ts +12 -0
  3930. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementType.gen.d.ts.map +1 -0
  3931. package/compiled/src/ifc/ifc4_gen/IfcBuildingElementType.gen.js +15 -0
  3932. package/compiled/src/ifc/ifc4_gen/IfcBuildingStorey.gen.d.ts +14 -0
  3933. package/compiled/src/ifc/ifc4_gen/IfcBuildingStorey.gen.d.ts.map +1 -0
  3934. package/compiled/src/ifc/ifc4_gen/IfcBuildingStorey.gen.js +21 -0
  3935. package/compiled/src/ifc/ifc4_gen/IfcBuildingSystem.gen.d.ts +17 -0
  3936. package/compiled/src/ifc/ifc4_gen/IfcBuildingSystem.gen.d.ts.map +1 -0
  3937. package/compiled/src/ifc/ifc4_gen/IfcBuildingSystem.gen.js +28 -0
  3938. package/compiled/src/ifc/ifc4_gen/IfcBuildingSystemTypeEnum.gen.d.ts +17 -0
  3939. package/compiled/src/ifc/ifc4_gen/IfcBuildingSystemTypeEnum.gen.d.ts.map +1 -0
  3940. package/compiled/src/ifc/ifc4_gen/IfcBuildingSystemTypeEnum.gen.js +28 -0
  3941. package/compiled/src/ifc/ifc4_gen/IfcBurner.gen.d.ts +15 -0
  3942. package/compiled/src/ifc/ifc4_gen/IfcBurner.gen.d.ts.map +1 -0
  3943. package/compiled/src/ifc/ifc4_gen/IfcBurner.gen.js +22 -0
  3944. package/compiled/src/ifc/ifc4_gen/IfcBurnerType.gen.d.ts +15 -0
  3945. package/compiled/src/ifc/ifc4_gen/IfcBurnerType.gen.d.ts.map +1 -0
  3946. package/compiled/src/ifc/ifc4_gen/IfcBurnerType.gen.js +22 -0
  3947. package/compiled/src/ifc/ifc4_gen/IfcBurnerTypeEnum.gen.d.ts +11 -0
  3948. package/compiled/src/ifc/ifc4_gen/IfcBurnerTypeEnum.gen.d.ts.map +1 -0
  3949. package/compiled/src/ifc/ifc4_gen/IfcBurnerTypeEnum.gen.js +22 -0
  3950. package/compiled/src/ifc/ifc4_gen/IfcCShapeProfileDef.gen.d.ts +22 -0
  3951. package/compiled/src/ifc/ifc4_gen/IfcCShapeProfileDef.gen.d.ts.map +1 -0
  3952. package/compiled/src/ifc/ifc4_gen/IfcCShapeProfileDef.gen.js +45 -0
  3953. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFitting.gen.d.ts +15 -0
  3954. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFitting.gen.d.ts.map +1 -0
  3955. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFitting.gen.js +22 -0
  3956. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingType.gen.d.ts +15 -0
  3957. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingType.gen.d.ts.map +1 -0
  3958. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingType.gen.js +22 -0
  3959. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingTypeEnum.gen.d.ts +15 -0
  3960. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingTypeEnum.gen.d.ts.map +1 -0
  3961. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingTypeEnum.gen.js +26 -0
  3962. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegment.gen.d.ts +15 -0
  3963. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegment.gen.d.ts.map +1 -0
  3964. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegment.gen.js +22 -0
  3965. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentType.gen.d.ts +15 -0
  3966. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentType.gen.d.ts.map +1 -0
  3967. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentType.gen.js +22 -0
  3968. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentTypeEnum.gen.d.ts +15 -0
  3969. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentTypeEnum.gen.d.ts.map +1 -0
  3970. package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentTypeEnum.gen.js +26 -0
  3971. package/compiled/src/ifc/ifc4_gen/IfcCableFitting.gen.d.ts +15 -0
  3972. package/compiled/src/ifc/ifc4_gen/IfcCableFitting.gen.d.ts.map +1 -0
  3973. package/compiled/src/ifc/ifc4_gen/IfcCableFitting.gen.js +22 -0
  3974. package/compiled/src/ifc/ifc4_gen/IfcCableFittingType.gen.d.ts +15 -0
  3975. package/compiled/src/ifc/ifc4_gen/IfcCableFittingType.gen.d.ts.map +1 -0
  3976. package/compiled/src/ifc/ifc4_gen/IfcCableFittingType.gen.js +22 -0
  3977. package/compiled/src/ifc/ifc4_gen/IfcCableFittingTypeEnum.gen.d.ts +16 -0
  3978. package/compiled/src/ifc/ifc4_gen/IfcCableFittingTypeEnum.gen.d.ts.map +1 -0
  3979. package/compiled/src/ifc/ifc4_gen/IfcCableFittingTypeEnum.gen.js +27 -0
  3980. package/compiled/src/ifc/ifc4_gen/IfcCableSegment.gen.d.ts +15 -0
  3981. package/compiled/src/ifc/ifc4_gen/IfcCableSegment.gen.d.ts.map +1 -0
  3982. package/compiled/src/ifc/ifc4_gen/IfcCableSegment.gen.js +22 -0
  3983. package/compiled/src/ifc/ifc4_gen/IfcCableSegmentType.gen.d.ts +15 -0
  3984. package/compiled/src/ifc/ifc4_gen/IfcCableSegmentType.gen.d.ts.map +1 -0
  3985. package/compiled/src/ifc/ifc4_gen/IfcCableSegmentType.gen.js +22 -0
  3986. package/compiled/src/ifc/ifc4_gen/IfcCableSegmentTypeEnum.gen.d.ts +15 -0
  3987. package/compiled/src/ifc/ifc4_gen/IfcCableSegmentTypeEnum.gen.d.ts.map +1 -0
  3988. package/compiled/src/ifc/ifc4_gen/IfcCableSegmentTypeEnum.gen.js +26 -0
  3989. package/compiled/src/ifc/ifc4_gen/IfcCardinalPointReference.gen.d.ts +13 -0
  3990. package/compiled/src/ifc/ifc4_gen/IfcCardinalPointReference.gen.d.ts.map +1 -0
  3991. package/compiled/src/ifc/ifc4_gen/IfcCardinalPointReference.gen.js +21 -0
  3992. package/compiled/src/ifc/ifc4_gen/IfcCartesianPoint.gen.d.ts +15 -0
  3993. package/compiled/src/ifc/ifc4_gen/IfcCartesianPoint.gen.d.ts.map +1 -0
  3994. package/compiled/src/ifc/ifc4_gen/IfcCartesianPoint.gen.js +44 -0
  3995. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList.gen.d.ts +13 -0
  3996. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList.gen.d.ts.map +1 -0
  3997. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList.gen.js +19 -0
  3998. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList2D.gen.d.ts +14 -0
  3999. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList2D.gen.d.ts.map +1 -0
  4000. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList2D.gen.js +49 -0
  4001. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList3D.gen.d.ts +14 -0
  4002. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList3D.gen.d.ts.map +1 -0
  4003. package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList3D.gen.js +49 -0
  4004. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator.gen.d.ts +24 -0
  4005. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator.gen.d.ts.map +1 -0
  4006. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator.gen.js +48 -0
  4007. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2D.gen.d.ts +12 -0
  4008. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2D.gen.d.ts.map +1 -0
  4009. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2D.gen.js +15 -0
  4010. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2DnonUniform.gen.d.ts +14 -0
  4011. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2DnonUniform.gen.d.ts.map +1 -0
  4012. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2DnonUniform.gen.js +21 -0
  4013. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3D.gen.d.ts +15 -0
  4014. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3D.gen.d.ts.map +1 -0
  4015. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3D.gen.js +22 -0
  4016. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3DnonUniform.gen.d.ts +16 -0
  4017. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3DnonUniform.gen.d.ts.map +1 -0
  4018. package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3DnonUniform.gen.js +27 -0
  4019. package/compiled/src/ifc/ifc4_gen/IfcCenterLineProfileDef.gen.d.ts +14 -0
  4020. package/compiled/src/ifc/ifc4_gen/IfcCenterLineProfileDef.gen.d.ts.map +1 -0
  4021. package/compiled/src/ifc/ifc4_gen/IfcCenterLineProfileDef.gen.js +21 -0
  4022. package/compiled/src/ifc/ifc4_gen/IfcChangeActionEnum.gen.d.ts +14 -0
  4023. package/compiled/src/ifc/ifc4_gen/IfcChangeActionEnum.gen.d.ts.map +1 -0
  4024. package/compiled/src/ifc/ifc4_gen/IfcChangeActionEnum.gen.js +25 -0
  4025. package/compiled/src/ifc/ifc4_gen/IfcChiller.gen.d.ts +15 -0
  4026. package/compiled/src/ifc/ifc4_gen/IfcChiller.gen.d.ts.map +1 -0
  4027. package/compiled/src/ifc/ifc4_gen/IfcChiller.gen.js +22 -0
  4028. package/compiled/src/ifc/ifc4_gen/IfcChillerType.gen.d.ts +15 -0
  4029. package/compiled/src/ifc/ifc4_gen/IfcChillerType.gen.d.ts.map +1 -0
  4030. package/compiled/src/ifc/ifc4_gen/IfcChillerType.gen.js +22 -0
  4031. package/compiled/src/ifc/ifc4_gen/IfcChillerTypeEnum.gen.d.ts +14 -0
  4032. package/compiled/src/ifc/ifc4_gen/IfcChillerTypeEnum.gen.d.ts.map +1 -0
  4033. package/compiled/src/ifc/ifc4_gen/IfcChillerTypeEnum.gen.js +25 -0
  4034. package/compiled/src/ifc/ifc4_gen/IfcChimney.gen.d.ts +15 -0
  4035. package/compiled/src/ifc/ifc4_gen/IfcChimney.gen.d.ts.map +1 -0
  4036. package/compiled/src/ifc/ifc4_gen/IfcChimney.gen.js +22 -0
  4037. package/compiled/src/ifc/ifc4_gen/IfcChimneyType.gen.d.ts +15 -0
  4038. package/compiled/src/ifc/ifc4_gen/IfcChimneyType.gen.d.ts.map +1 -0
  4039. package/compiled/src/ifc/ifc4_gen/IfcChimneyType.gen.js +22 -0
  4040. package/compiled/src/ifc/ifc4_gen/IfcChimneyTypeEnum.gen.d.ts +11 -0
  4041. package/compiled/src/ifc/ifc4_gen/IfcChimneyTypeEnum.gen.d.ts.map +1 -0
  4042. package/compiled/src/ifc/ifc4_gen/IfcChimneyTypeEnum.gen.js +22 -0
  4043. package/compiled/src/ifc/ifc4_gen/IfcCircle.gen.d.ts +14 -0
  4044. package/compiled/src/ifc/ifc4_gen/IfcCircle.gen.d.ts.map +1 -0
  4045. package/compiled/src/ifc/ifc4_gen/IfcCircle.gen.js +21 -0
  4046. package/compiled/src/ifc/ifc4_gen/IfcCircleHollowProfileDef.gen.d.ts +14 -0
  4047. package/compiled/src/ifc/ifc4_gen/IfcCircleHollowProfileDef.gen.d.ts.map +1 -0
  4048. package/compiled/src/ifc/ifc4_gen/IfcCircleHollowProfileDef.gen.js +21 -0
  4049. package/compiled/src/ifc/ifc4_gen/IfcCircleProfileDef.gen.d.ts +14 -0
  4050. package/compiled/src/ifc/ifc4_gen/IfcCircleProfileDef.gen.d.ts.map +1 -0
  4051. package/compiled/src/ifc/ifc4_gen/IfcCircleProfileDef.gen.js +21 -0
  4052. package/compiled/src/ifc/ifc4_gen/IfcCivilElement.gen.d.ts +12 -0
  4053. package/compiled/src/ifc/ifc4_gen/IfcCivilElement.gen.d.ts.map +1 -0
  4054. package/compiled/src/ifc/ifc4_gen/IfcCivilElement.gen.js +15 -0
  4055. package/compiled/src/ifc/ifc4_gen/IfcCivilElementType.gen.d.ts +12 -0
  4056. package/compiled/src/ifc/ifc4_gen/IfcCivilElementType.gen.d.ts.map +1 -0
  4057. package/compiled/src/ifc/ifc4_gen/IfcCivilElementType.gen.js +15 -0
  4058. package/compiled/src/ifc/ifc4_gen/IfcClassification.gen.d.ts +26 -0
  4059. package/compiled/src/ifc/ifc4_gen/IfcClassification.gen.d.ts.map +1 -0
  4060. package/compiled/src/ifc/ifc4_gen/IfcClassification.gen.js +77 -0
  4061. package/compiled/src/ifc/ifc4_gen/IfcClassificationReference.gen.d.ts +19 -0
  4062. package/compiled/src/ifc/ifc4_gen/IfcClassificationReference.gen.d.ts.map +1 -0
  4063. package/compiled/src/ifc/ifc4_gen/IfcClassificationReference.gen.js +38 -0
  4064. package/compiled/src/ifc/ifc4_gen/IfcClassificationReferenceSelect.gen.d.ts +1 -0
  4065. package/compiled/src/ifc/ifc4_gen/IfcClassificationReferenceSelect.gen.d.ts.map +1 -0
  4066. package/compiled/src/ifc/ifc4_gen/IfcClassificationReferenceSelect.gen.js +1 -0
  4067. package/compiled/src/ifc/ifc4_gen/IfcClassificationSelect.gen.d.ts +1 -0
  4068. package/compiled/src/ifc/ifc4_gen/IfcClassificationSelect.gen.d.ts.map +1 -0
  4069. package/compiled/src/ifc/ifc4_gen/IfcClassificationSelect.gen.js +1 -0
  4070. package/compiled/src/ifc/ifc4_gen/IfcClosedShell.gen.d.ts +12 -0
  4071. package/compiled/src/ifc/ifc4_gen/IfcClosedShell.gen.d.ts.map +1 -0
  4072. package/compiled/src/ifc/ifc4_gen/IfcClosedShell.gen.js +15 -0
  4073. package/compiled/src/ifc/ifc4_gen/IfcCoil.gen.d.ts +15 -0
  4074. package/compiled/src/ifc/ifc4_gen/IfcCoil.gen.d.ts.map +1 -0
  4075. package/compiled/src/ifc/ifc4_gen/IfcCoil.gen.js +22 -0
  4076. package/compiled/src/ifc/ifc4_gen/IfcCoilType.gen.d.ts +15 -0
  4077. package/compiled/src/ifc/ifc4_gen/IfcCoilType.gen.d.ts.map +1 -0
  4078. package/compiled/src/ifc/ifc4_gen/IfcCoilType.gen.js +22 -0
  4079. package/compiled/src/ifc/ifc4_gen/IfcCoilTypeEnum.gen.d.ts +18 -0
  4080. package/compiled/src/ifc/ifc4_gen/IfcCoilTypeEnum.gen.d.ts.map +1 -0
  4081. package/compiled/src/ifc/ifc4_gen/IfcCoilTypeEnum.gen.js +29 -0
  4082. package/compiled/src/ifc/ifc4_gen/IfcColour.gen.d.ts +1 -0
  4083. package/compiled/src/ifc/ifc4_gen/IfcColour.gen.d.ts.map +1 -0
  4084. package/compiled/src/ifc/ifc4_gen/IfcColour.gen.js +1 -0
  4085. package/compiled/src/ifc/ifc4_gen/IfcColourOrFactor.gen.d.ts +1 -0
  4086. package/compiled/src/ifc/ifc4_gen/IfcColourOrFactor.gen.d.ts.map +1 -0
  4087. package/compiled/src/ifc/ifc4_gen/IfcColourOrFactor.gen.js +1 -0
  4088. package/compiled/src/ifc/ifc4_gen/IfcColourRgb.gen.d.ts +18 -0
  4089. package/compiled/src/ifc/ifc4_gen/IfcColourRgb.gen.d.ts.map +1 -0
  4090. package/compiled/src/ifc/ifc4_gen/IfcColourRgb.gen.js +33 -0
  4091. package/compiled/src/ifc/ifc4_gen/IfcColourRgbList.gen.d.ts +14 -0
  4092. package/compiled/src/ifc/ifc4_gen/IfcColourRgbList.gen.d.ts.map +1 -0
  4093. package/compiled/src/ifc/ifc4_gen/IfcColourRgbList.gen.js +49 -0
  4094. package/compiled/src/ifc/ifc4_gen/IfcColourSpecification.gen.d.ts +14 -0
  4095. package/compiled/src/ifc/ifc4_gen/IfcColourSpecification.gen.d.ts.map +1 -0
  4096. package/compiled/src/ifc/ifc4_gen/IfcColourSpecification.gen.js +21 -0
  4097. package/compiled/src/ifc/ifc4_gen/IfcColumn.gen.d.ts +15 -0
  4098. package/compiled/src/ifc/ifc4_gen/IfcColumn.gen.d.ts.map +1 -0
  4099. package/compiled/src/ifc/ifc4_gen/IfcColumn.gen.js +22 -0
  4100. package/compiled/src/ifc/ifc4_gen/IfcColumnStandardCase.gen.d.ts +12 -0
  4101. package/compiled/src/ifc/ifc4_gen/IfcColumnStandardCase.gen.d.ts.map +1 -0
  4102. package/compiled/src/ifc/ifc4_gen/IfcColumnStandardCase.gen.js +15 -0
  4103. package/compiled/src/ifc/ifc4_gen/IfcColumnType.gen.d.ts +15 -0
  4104. package/compiled/src/ifc/ifc4_gen/IfcColumnType.gen.d.ts.map +1 -0
  4105. package/compiled/src/ifc/ifc4_gen/IfcColumnType.gen.js +22 -0
  4106. package/compiled/src/ifc/ifc4_gen/IfcColumnTypeEnum.gen.d.ts +13 -0
  4107. package/compiled/src/ifc/ifc4_gen/IfcColumnTypeEnum.gen.d.ts.map +1 -0
  4108. package/compiled/src/ifc/ifc4_gen/IfcColumnTypeEnum.gen.js +24 -0
  4109. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsAppliance.gen.d.ts +15 -0
  4110. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsAppliance.gen.d.ts.map +1 -0
  4111. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsAppliance.gen.js +22 -0
  4112. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceType.gen.d.ts +15 -0
  4113. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceType.gen.d.ts.map +1 -0
  4114. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceType.gen.js +22 -0
  4115. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceTypeEnum.gen.d.ts +23 -0
  4116. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceTypeEnum.gen.d.ts.map +1 -0
  4117. package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceTypeEnum.gen.js +34 -0
  4118. package/compiled/src/ifc/ifc4_gen/IfcComplexNumber.gen.d.ts +13 -0
  4119. package/compiled/src/ifc/ifc4_gen/IfcComplexNumber.gen.d.ts.map +1 -0
  4120. package/compiled/src/ifc/ifc4_gen/IfcComplexNumber.gen.js +41 -0
  4121. package/compiled/src/ifc/ifc4_gen/IfcComplexProperty.gen.d.ts +16 -0
  4122. package/compiled/src/ifc/ifc4_gen/IfcComplexProperty.gen.d.ts.map +1 -0
  4123. package/compiled/src/ifc/ifc4_gen/IfcComplexProperty.gen.js +47 -0
  4124. package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplate.gen.d.ts +19 -0
  4125. package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplate.gen.d.ts.map +1 -0
  4126. package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplate.gen.js +54 -0
  4127. package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplateTypeEnum.gen.d.ts +11 -0
  4128. package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplateTypeEnum.gen.d.ts.map +1 -0
  4129. package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplateTypeEnum.gen.js +22 -0
  4130. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurve.gen.d.ts +18 -0
  4131. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurve.gen.d.ts.map +1 -0
  4132. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurve.gen.js +51 -0
  4133. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveOnSurface.gen.d.ts +14 -0
  4134. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveOnSurface.gen.d.ts.map +1 -0
  4135. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveOnSurface.gen.js +19 -0
  4136. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveSegment.gen.d.ts +21 -0
  4137. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveSegment.gen.d.ts.map +1 -0
  4138. package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveSegment.gen.js +38 -0
  4139. package/compiled/src/ifc/ifc4_gen/IfcCompositeProfileDef.gen.d.ts +16 -0
  4140. package/compiled/src/ifc/ifc4_gen/IfcCompositeProfileDef.gen.d.ts.map +1 -0
  4141. package/compiled/src/ifc/ifc4_gen/IfcCompositeProfileDef.gen.js +47 -0
  4142. package/compiled/src/ifc/ifc4_gen/IfcCompoundPlaneAngleMeasure.gen.d.ts +13 -0
  4143. package/compiled/src/ifc/ifc4_gen/IfcCompoundPlaneAngleMeasure.gen.d.ts.map +1 -0
  4144. package/compiled/src/ifc/ifc4_gen/IfcCompoundPlaneAngleMeasure.gen.js +41 -0
  4145. package/compiled/src/ifc/ifc4_gen/IfcCompressor.gen.d.ts +15 -0
  4146. package/compiled/src/ifc/ifc4_gen/IfcCompressor.gen.d.ts.map +1 -0
  4147. package/compiled/src/ifc/ifc4_gen/IfcCompressor.gen.js +22 -0
  4148. package/compiled/src/ifc/ifc4_gen/IfcCompressorType.gen.d.ts +15 -0
  4149. package/compiled/src/ifc/ifc4_gen/IfcCompressorType.gen.d.ts.map +1 -0
  4150. package/compiled/src/ifc/ifc4_gen/IfcCompressorType.gen.js +22 -0
  4151. package/compiled/src/ifc/ifc4_gen/IfcCompressorTypeEnum.gen.d.ts +26 -0
  4152. package/compiled/src/ifc/ifc4_gen/IfcCompressorTypeEnum.gen.d.ts.map +1 -0
  4153. package/compiled/src/ifc/ifc4_gen/IfcCompressorTypeEnum.gen.js +37 -0
  4154. package/compiled/src/ifc/ifc4_gen/IfcCondenser.gen.d.ts +15 -0
  4155. package/compiled/src/ifc/ifc4_gen/IfcCondenser.gen.d.ts.map +1 -0
  4156. package/compiled/src/ifc/ifc4_gen/IfcCondenser.gen.js +22 -0
  4157. package/compiled/src/ifc/ifc4_gen/IfcCondenserType.gen.d.ts +15 -0
  4158. package/compiled/src/ifc/ifc4_gen/IfcCondenserType.gen.d.ts.map +1 -0
  4159. package/compiled/src/ifc/ifc4_gen/IfcCondenserType.gen.js +22 -0
  4160. package/compiled/src/ifc/ifc4_gen/IfcCondenserTypeEnum.gen.d.ts +18 -0
  4161. package/compiled/src/ifc/ifc4_gen/IfcCondenserTypeEnum.gen.d.ts.map +1 -0
  4162. package/compiled/src/ifc/ifc4_gen/IfcCondenserTypeEnum.gen.js +29 -0
  4163. package/compiled/src/ifc/ifc4_gen/IfcConic.gen.d.ts +16 -0
  4164. package/compiled/src/ifc/ifc4_gen/IfcConic.gen.d.ts.map +1 -0
  4165. package/compiled/src/ifc/ifc4_gen/IfcConic.gen.js +27 -0
  4166. package/compiled/src/ifc/ifc4_gen/IfcConnectedFaceSet.gen.d.ts +15 -0
  4167. package/compiled/src/ifc/ifc4_gen/IfcConnectedFaceSet.gen.d.ts.map +1 -0
  4168. package/compiled/src/ifc/ifc4_gen/IfcConnectedFaceSet.gen.js +42 -0
  4169. package/compiled/src/ifc/ifc4_gen/IfcConnectionCurveGeometry.gen.d.ts +18 -0
  4170. package/compiled/src/ifc/ifc4_gen/IfcConnectionCurveGeometry.gen.d.ts.map +1 -0
  4171. package/compiled/src/ifc/ifc4_gen/IfcConnectionCurveGeometry.gen.js +37 -0
  4172. package/compiled/src/ifc/ifc4_gen/IfcConnectionGeometry.gen.d.ts +11 -0
  4173. package/compiled/src/ifc/ifc4_gen/IfcConnectionGeometry.gen.d.ts.map +1 -0
  4174. package/compiled/src/ifc/ifc4_gen/IfcConnectionGeometry.gen.js +15 -0
  4175. package/compiled/src/ifc/ifc4_gen/IfcConnectionPointEccentricity.gen.d.ts +18 -0
  4176. package/compiled/src/ifc/ifc4_gen/IfcConnectionPointEccentricity.gen.d.ts.map +1 -0
  4177. package/compiled/src/ifc/ifc4_gen/IfcConnectionPointEccentricity.gen.js +33 -0
  4178. package/compiled/src/ifc/ifc4_gen/IfcConnectionPointGeometry.gen.d.ts +18 -0
  4179. package/compiled/src/ifc/ifc4_gen/IfcConnectionPointGeometry.gen.d.ts.map +1 -0
  4180. package/compiled/src/ifc/ifc4_gen/IfcConnectionPointGeometry.gen.js +37 -0
  4181. package/compiled/src/ifc/ifc4_gen/IfcConnectionSurfaceGeometry.gen.d.ts +19 -0
  4182. package/compiled/src/ifc/ifc4_gen/IfcConnectionSurfaceGeometry.gen.d.ts.map +1 -0
  4183. package/compiled/src/ifc/ifc4_gen/IfcConnectionSurfaceGeometry.gen.js +38 -0
  4184. package/compiled/src/ifc/ifc4_gen/IfcConnectionTypeEnum.gen.d.ts +13 -0
  4185. package/compiled/src/ifc/ifc4_gen/IfcConnectionTypeEnum.gen.d.ts.map +1 -0
  4186. package/compiled/src/ifc/ifc4_gen/IfcConnectionTypeEnum.gen.js +24 -0
  4187. package/compiled/src/ifc/ifc4_gen/IfcConnectionVolumeGeometry.gen.d.ts +18 -0
  4188. package/compiled/src/ifc/ifc4_gen/IfcConnectionVolumeGeometry.gen.d.ts.map +1 -0
  4189. package/compiled/src/ifc/ifc4_gen/IfcConnectionVolumeGeometry.gen.js +37 -0
  4190. package/compiled/src/ifc/ifc4_gen/IfcConstraint.gen.d.ts +29 -0
  4191. package/compiled/src/ifc/ifc4_gen/IfcConstraint.gen.d.ts.map +1 -0
  4192. package/compiled/src/ifc/ifc4_gen/IfcConstraint.gen.js +65 -0
  4193. package/compiled/src/ifc/ifc4_gen/IfcConstraintEnum.gen.d.ts +14 -0
  4194. package/compiled/src/ifc/ifc4_gen/IfcConstraintEnum.gen.d.ts.map +1 -0
  4195. package/compiled/src/ifc/ifc4_gen/IfcConstraintEnum.gen.js +25 -0
  4196. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResource.gen.d.ts +15 -0
  4197. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResource.gen.d.ts.map +1 -0
  4198. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResource.gen.js +22 -0
  4199. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceType.gen.d.ts +15 -0
  4200. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceType.gen.d.ts.map +1 -0
  4201. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceType.gen.js +22 -0
  4202. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceTypeEnum.gen.d.ts +19 -0
  4203. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceTypeEnum.gen.d.ts.map +1 -0
  4204. package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceTypeEnum.gen.js +30 -0
  4205. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResource.gen.d.ts +15 -0
  4206. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResource.gen.d.ts.map +1 -0
  4207. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResource.gen.js +22 -0
  4208. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceType.gen.d.ts +15 -0
  4209. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceType.gen.d.ts.map +1 -0
  4210. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceType.gen.js +22 -0
  4211. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceTypeEnum.gen.d.ts +20 -0
  4212. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceTypeEnum.gen.d.ts.map +1 -0
  4213. package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceTypeEnum.gen.js +31 -0
  4214. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResource.gen.d.ts +15 -0
  4215. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResource.gen.d.ts.map +1 -0
  4216. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResource.gen.js +22 -0
  4217. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceType.gen.d.ts +15 -0
  4218. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceType.gen.d.ts.map +1 -0
  4219. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceType.gen.js +22 -0
  4220. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceTypeEnum.gen.d.ts +13 -0
  4221. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceTypeEnum.gen.d.ts.map +1 -0
  4222. package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceTypeEnum.gen.js +24 -0
  4223. package/compiled/src/ifc/ifc4_gen/IfcConstructionResource.gen.d.ts +21 -0
  4224. package/compiled/src/ifc/ifc4_gen/IfcConstructionResource.gen.d.ts.map +1 -0
  4225. package/compiled/src/ifc/ifc4_gen/IfcConstructionResource.gen.js +56 -0
  4226. package/compiled/src/ifc/ifc4_gen/IfcConstructionResourceType.gen.d.ts +18 -0
  4227. package/compiled/src/ifc/ifc4_gen/IfcConstructionResourceType.gen.d.ts.map +1 -0
  4228. package/compiled/src/ifc/ifc4_gen/IfcConstructionResourceType.gen.js +49 -0
  4229. package/compiled/src/ifc/ifc4_gen/IfcContext.gen.d.ts +24 -0
  4230. package/compiled/src/ifc/ifc4_gen/IfcContext.gen.d.ts.map +1 -0
  4231. package/compiled/src/ifc/ifc4_gen/IfcContext.gen.js +67 -0
  4232. package/compiled/src/ifc/ifc4_gen/IfcContextDependentMeasure.gen.d.ts +13 -0
  4233. package/compiled/src/ifc/ifc4_gen/IfcContextDependentMeasure.gen.d.ts.map +1 -0
  4234. package/compiled/src/ifc/ifc4_gen/IfcContextDependentMeasure.gen.js +21 -0
  4235. package/compiled/src/ifc/ifc4_gen/IfcContextDependentUnit.gen.d.ts +14 -0
  4236. package/compiled/src/ifc/ifc4_gen/IfcContextDependentUnit.gen.d.ts.map +1 -0
  4237. package/compiled/src/ifc/ifc4_gen/IfcContextDependentUnit.gen.js +21 -0
  4238. package/compiled/src/ifc/ifc4_gen/IfcControl.gen.d.ts +14 -0
  4239. package/compiled/src/ifc/ifc4_gen/IfcControl.gen.d.ts.map +1 -0
  4240. package/compiled/src/ifc/ifc4_gen/IfcControl.gen.js +21 -0
  4241. package/compiled/src/ifc/ifc4_gen/IfcController.gen.d.ts +15 -0
  4242. package/compiled/src/ifc/ifc4_gen/IfcController.gen.d.ts.map +1 -0
  4243. package/compiled/src/ifc/ifc4_gen/IfcController.gen.js +22 -0
  4244. package/compiled/src/ifc/ifc4_gen/IfcControllerType.gen.d.ts +15 -0
  4245. package/compiled/src/ifc/ifc4_gen/IfcControllerType.gen.d.ts.map +1 -0
  4246. package/compiled/src/ifc/ifc4_gen/IfcControllerType.gen.js +22 -0
  4247. package/compiled/src/ifc/ifc4_gen/IfcControllerTypeEnum.gen.d.ts +16 -0
  4248. package/compiled/src/ifc/ifc4_gen/IfcControllerTypeEnum.gen.d.ts.map +1 -0
  4249. package/compiled/src/ifc/ifc4_gen/IfcControllerTypeEnum.gen.js +27 -0
  4250. package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnit.gen.d.ts +17 -0
  4251. package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnit.gen.d.ts.map +1 -0
  4252. package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnit.gen.js +28 -0
  4253. package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnitWithOffset.gen.d.ts +14 -0
  4254. package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnitWithOffset.gen.d.ts.map +1 -0
  4255. package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnitWithOffset.gen.js +21 -0
  4256. package/compiled/src/ifc/ifc4_gen/IfcCooledBeam.gen.d.ts +15 -0
  4257. package/compiled/src/ifc/ifc4_gen/IfcCooledBeam.gen.d.ts.map +1 -0
  4258. package/compiled/src/ifc/ifc4_gen/IfcCooledBeam.gen.js +22 -0
  4259. package/compiled/src/ifc/ifc4_gen/IfcCooledBeamType.gen.d.ts +15 -0
  4260. package/compiled/src/ifc/ifc4_gen/IfcCooledBeamType.gen.d.ts.map +1 -0
  4261. package/compiled/src/ifc/ifc4_gen/IfcCooledBeamType.gen.js +22 -0
  4262. package/compiled/src/ifc/ifc4_gen/IfcCooledBeamTypeEnum.gen.d.ts +13 -0
  4263. package/compiled/src/ifc/ifc4_gen/IfcCooledBeamTypeEnum.gen.d.ts.map +1 -0
  4264. package/compiled/src/ifc/ifc4_gen/IfcCooledBeamTypeEnum.gen.js +24 -0
  4265. package/compiled/src/ifc/ifc4_gen/IfcCoolingTower.gen.d.ts +15 -0
  4266. package/compiled/src/ifc/ifc4_gen/IfcCoolingTower.gen.d.ts.map +1 -0
  4267. package/compiled/src/ifc/ifc4_gen/IfcCoolingTower.gen.js +22 -0
  4268. package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerType.gen.d.ts +15 -0
  4269. package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerType.gen.d.ts.map +1 -0
  4270. package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerType.gen.js +22 -0
  4271. package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerTypeEnum.gen.d.ts +14 -0
  4272. package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerTypeEnum.gen.d.ts.map +1 -0
  4273. package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerTypeEnum.gen.js +25 -0
  4274. package/compiled/src/ifc/ifc4_gen/IfcCoordinateOperation.gen.d.ts +17 -0
  4275. package/compiled/src/ifc/ifc4_gen/IfcCoordinateOperation.gen.d.ts.map +1 -0
  4276. package/compiled/src/ifc/ifc4_gen/IfcCoordinateOperation.gen.js +33 -0
  4277. package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystem.gen.d.ts +19 -0
  4278. package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystem.gen.d.ts.map +1 -0
  4279. package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystem.gen.js +39 -0
  4280. package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystemSelect.gen.d.ts +1 -0
  4281. package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystemSelect.gen.d.ts.map +1 -0
  4282. package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystemSelect.gen.js +1 -0
  4283. package/compiled/src/ifc/ifc4_gen/IfcCostItem.gen.d.ts +21 -0
  4284. package/compiled/src/ifc/ifc4_gen/IfcCostItem.gen.d.ts.map +1 -0
  4285. package/compiled/src/ifc/ifc4_gen/IfcCostItem.gen.js +75 -0
  4286. package/compiled/src/ifc/ifc4_gen/IfcCostItemTypeEnum.gen.d.ts +11 -0
  4287. package/compiled/src/ifc/ifc4_gen/IfcCostItemTypeEnum.gen.d.ts.map +1 -0
  4288. package/compiled/src/ifc/ifc4_gen/IfcCostItemTypeEnum.gen.js +22 -0
  4289. package/compiled/src/ifc/ifc4_gen/IfcCostSchedule.gen.d.ts +21 -0
  4290. package/compiled/src/ifc/ifc4_gen/IfcCostSchedule.gen.d.ts.map +1 -0
  4291. package/compiled/src/ifc/ifc4_gen/IfcCostSchedule.gen.js +40 -0
  4292. package/compiled/src/ifc/ifc4_gen/IfcCostScheduleTypeEnum.gen.d.ts +18 -0
  4293. package/compiled/src/ifc/ifc4_gen/IfcCostScheduleTypeEnum.gen.d.ts.map +1 -0
  4294. package/compiled/src/ifc/ifc4_gen/IfcCostScheduleTypeEnum.gen.js +29 -0
  4295. package/compiled/src/ifc/ifc4_gen/IfcCostValue.gen.d.ts +12 -0
  4296. package/compiled/src/ifc/ifc4_gen/IfcCostValue.gen.d.ts.map +1 -0
  4297. package/compiled/src/ifc/ifc4_gen/IfcCostValue.gen.js +15 -0
  4298. package/compiled/src/ifc/ifc4_gen/IfcCountMeasure.gen.d.ts +13 -0
  4299. package/compiled/src/ifc/ifc4_gen/IfcCountMeasure.gen.d.ts.map +1 -0
  4300. package/compiled/src/ifc/ifc4_gen/IfcCountMeasure.gen.js +21 -0
  4301. package/compiled/src/ifc/ifc4_gen/IfcCovering.gen.d.ts +15 -0
  4302. package/compiled/src/ifc/ifc4_gen/IfcCovering.gen.d.ts.map +1 -0
  4303. package/compiled/src/ifc/ifc4_gen/IfcCovering.gen.js +22 -0
  4304. package/compiled/src/ifc/ifc4_gen/IfcCoveringType.gen.d.ts +15 -0
  4305. package/compiled/src/ifc/ifc4_gen/IfcCoveringType.gen.d.ts.map +1 -0
  4306. package/compiled/src/ifc/ifc4_gen/IfcCoveringType.gen.js +22 -0
  4307. package/compiled/src/ifc/ifc4_gen/IfcCoveringTypeEnum.gen.d.ts +21 -0
  4308. package/compiled/src/ifc/ifc4_gen/IfcCoveringTypeEnum.gen.d.ts.map +1 -0
  4309. package/compiled/src/ifc/ifc4_gen/IfcCoveringTypeEnum.gen.js +32 -0
  4310. package/compiled/src/ifc/ifc4_gen/IfcCrewResource.gen.d.ts +15 -0
  4311. package/compiled/src/ifc/ifc4_gen/IfcCrewResource.gen.d.ts.map +1 -0
  4312. package/compiled/src/ifc/ifc4_gen/IfcCrewResource.gen.js +22 -0
  4313. package/compiled/src/ifc/ifc4_gen/IfcCrewResourceType.gen.d.ts +15 -0
  4314. package/compiled/src/ifc/ifc4_gen/IfcCrewResourceType.gen.d.ts.map +1 -0
  4315. package/compiled/src/ifc/ifc4_gen/IfcCrewResourceType.gen.js +22 -0
  4316. package/compiled/src/ifc/ifc4_gen/IfcCrewResourceTypeEnum.gen.d.ts +13 -0
  4317. package/compiled/src/ifc/ifc4_gen/IfcCrewResourceTypeEnum.gen.d.ts.map +1 -0
  4318. package/compiled/src/ifc/ifc4_gen/IfcCrewResourceTypeEnum.gen.js +24 -0
  4319. package/compiled/src/ifc/ifc4_gen/IfcCsgPrimitive3D.gen.d.ts +16 -0
  4320. package/compiled/src/ifc/ifc4_gen/IfcCsgPrimitive3D.gen.d.ts.map +1 -0
  4321. package/compiled/src/ifc/ifc4_gen/IfcCsgPrimitive3D.gen.js +25 -0
  4322. package/compiled/src/ifc/ifc4_gen/IfcCsgSelect.gen.d.ts +1 -0
  4323. package/compiled/src/ifc/ifc4_gen/IfcCsgSelect.gen.d.ts.map +1 -0
  4324. package/compiled/src/ifc/ifc4_gen/IfcCsgSelect.gen.js +1 -0
  4325. package/compiled/src/ifc/ifc4_gen/IfcCsgSolid.gen.d.ts +16 -0
  4326. package/compiled/src/ifc/ifc4_gen/IfcCsgSolid.gen.d.ts.map +1 -0
  4327. package/compiled/src/ifc/ifc4_gen/IfcCsgSolid.gen.js +27 -0
  4328. package/compiled/src/ifc/ifc4_gen/IfcCurrencyRelationship.gen.d.ts +24 -0
  4329. package/compiled/src/ifc/ifc4_gen/IfcCurrencyRelationship.gen.d.ts.map +1 -0
  4330. package/compiled/src/ifc/ifc4_gen/IfcCurrencyRelationship.gen.js +47 -0
  4331. package/compiled/src/ifc/ifc4_gen/IfcCurtainWall.gen.d.ts +15 -0
  4332. package/compiled/src/ifc/ifc4_gen/IfcCurtainWall.gen.d.ts.map +1 -0
  4333. package/compiled/src/ifc/ifc4_gen/IfcCurtainWall.gen.js +22 -0
  4334. package/compiled/src/ifc/ifc4_gen/IfcCurtainWallType.gen.d.ts +15 -0
  4335. package/compiled/src/ifc/ifc4_gen/IfcCurtainWallType.gen.d.ts.map +1 -0
  4336. package/compiled/src/ifc/ifc4_gen/IfcCurtainWallType.gen.js +22 -0
  4337. package/compiled/src/ifc/ifc4_gen/IfcCurtainWallTypeEnum.gen.d.ts +11 -0
  4338. package/compiled/src/ifc/ifc4_gen/IfcCurtainWallTypeEnum.gen.d.ts.map +1 -0
  4339. package/compiled/src/ifc/ifc4_gen/IfcCurtainWallTypeEnum.gen.js +22 -0
  4340. package/compiled/src/ifc/ifc4_gen/IfcCurvatureMeasure.gen.d.ts +13 -0
  4341. package/compiled/src/ifc/ifc4_gen/IfcCurvatureMeasure.gen.d.ts.map +1 -0
  4342. package/compiled/src/ifc/ifc4_gen/IfcCurvatureMeasure.gen.js +21 -0
  4343. package/compiled/src/ifc/ifc4_gen/IfcCurve.gen.d.ts +13 -0
  4344. package/compiled/src/ifc/ifc4_gen/IfcCurve.gen.d.ts.map +1 -0
  4345. package/compiled/src/ifc/ifc4_gen/IfcCurve.gen.js +19 -0
  4346. package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedPlane.gen.d.ts +20 -0
  4347. package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedPlane.gen.d.ts.map +1 -0
  4348. package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedPlane.gen.js +55 -0
  4349. package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedSurface.gen.d.ts +20 -0
  4350. package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedSurface.gen.d.ts.map +1 -0
  4351. package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedSurface.gen.js +55 -0
  4352. package/compiled/src/ifc/ifc4_gen/IfcCurveFontOrScaledCurveFontSelect.gen.d.ts +1 -0
  4353. package/compiled/src/ifc/ifc4_gen/IfcCurveFontOrScaledCurveFontSelect.gen.d.ts.map +1 -0
  4354. package/compiled/src/ifc/ifc4_gen/IfcCurveFontOrScaledCurveFontSelect.gen.js +1 -0
  4355. package/compiled/src/ifc/ifc4_gen/IfcCurveInterpolationEnum.gen.d.ts +13 -0
  4356. package/compiled/src/ifc/ifc4_gen/IfcCurveInterpolationEnum.gen.d.ts.map +1 -0
  4357. package/compiled/src/ifc/ifc4_gen/IfcCurveInterpolationEnum.gen.js +24 -0
  4358. package/compiled/src/ifc/ifc4_gen/IfcCurveOnSurface.gen.d.ts +1 -0
  4359. package/compiled/src/ifc/ifc4_gen/IfcCurveOnSurface.gen.d.ts.map +1 -0
  4360. package/compiled/src/ifc/ifc4_gen/IfcCurveOnSurface.gen.js +1 -0
  4361. package/compiled/src/ifc/ifc4_gen/IfcCurveOrEdgeCurve.gen.d.ts +1 -0
  4362. package/compiled/src/ifc/ifc4_gen/IfcCurveOrEdgeCurve.gen.d.ts.map +1 -0
  4363. package/compiled/src/ifc/ifc4_gen/IfcCurveOrEdgeCurve.gen.js +1 -0
  4364. package/compiled/src/ifc/ifc4_gen/IfcCurveStyle.gen.d.ts +31 -0
  4365. package/compiled/src/ifc/ifc4_gen/IfcCurveStyle.gen.d.ts.map +1 -0
  4366. package/compiled/src/ifc/ifc4_gen/IfcCurveStyle.gen.js +62 -0
  4367. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFont.gen.d.ts +17 -0
  4368. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFont.gen.d.ts.map +1 -0
  4369. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFont.gen.js +48 -0
  4370. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontAndScaling.gen.d.ts +20 -0
  4371. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontAndScaling.gen.d.ts.map +1 -0
  4372. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontAndScaling.gen.js +39 -0
  4373. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontPattern.gen.d.ts +16 -0
  4374. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontPattern.gen.d.ts.map +1 -0
  4375. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontPattern.gen.js +27 -0
  4376. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontSelect.gen.d.ts +1 -0
  4377. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontSelect.gen.d.ts.map +1 -0
  4378. package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontSelect.gen.js +1 -0
  4379. package/compiled/src/ifc/ifc4_gen/IfcCylindricalSurface.gen.d.ts +14 -0
  4380. package/compiled/src/ifc/ifc4_gen/IfcCylindricalSurface.gen.d.ts.map +1 -0
  4381. package/compiled/src/ifc/ifc4_gen/IfcCylindricalSurface.gen.js +21 -0
  4382. package/compiled/src/ifc/ifc4_gen/IfcDamper.gen.d.ts +15 -0
  4383. package/compiled/src/ifc/ifc4_gen/IfcDamper.gen.d.ts.map +1 -0
  4384. package/compiled/src/ifc/ifc4_gen/IfcDamper.gen.js +22 -0
  4385. package/compiled/src/ifc/ifc4_gen/IfcDamperType.gen.d.ts +15 -0
  4386. package/compiled/src/ifc/ifc4_gen/IfcDamperType.gen.d.ts.map +1 -0
  4387. package/compiled/src/ifc/ifc4_gen/IfcDamperType.gen.js +22 -0
  4388. package/compiled/src/ifc/ifc4_gen/IfcDamperTypeEnum.gen.d.ts +22 -0
  4389. package/compiled/src/ifc/ifc4_gen/IfcDamperTypeEnum.gen.d.ts.map +1 -0
  4390. package/compiled/src/ifc/ifc4_gen/IfcDamperTypeEnum.gen.js +33 -0
  4391. package/compiled/src/ifc/ifc4_gen/IfcDataOriginEnum.gen.d.ts +14 -0
  4392. package/compiled/src/ifc/ifc4_gen/IfcDataOriginEnum.gen.d.ts.map +1 -0
  4393. package/compiled/src/ifc/ifc4_gen/IfcDataOriginEnum.gen.js +25 -0
  4394. package/compiled/src/ifc/ifc4_gen/IfcDate.gen.d.ts +13 -0
  4395. package/compiled/src/ifc/ifc4_gen/IfcDate.gen.d.ts.map +1 -0
  4396. package/compiled/src/ifc/ifc4_gen/IfcDate.gen.js +21 -0
  4397. package/compiled/src/ifc/ifc4_gen/IfcDateTime.gen.d.ts +13 -0
  4398. package/compiled/src/ifc/ifc4_gen/IfcDateTime.gen.d.ts.map +1 -0
  4399. package/compiled/src/ifc/ifc4_gen/IfcDateTime.gen.js +21 -0
  4400. package/compiled/src/ifc/ifc4_gen/IfcDayInMonthNumber.gen.d.ts +13 -0
  4401. package/compiled/src/ifc/ifc4_gen/IfcDayInMonthNumber.gen.d.ts.map +1 -0
  4402. package/compiled/src/ifc/ifc4_gen/IfcDayInMonthNumber.gen.js +21 -0
  4403. package/compiled/src/ifc/ifc4_gen/IfcDayInWeekNumber.gen.d.ts +13 -0
  4404. package/compiled/src/ifc/ifc4_gen/IfcDayInWeekNumber.gen.d.ts.map +1 -0
  4405. package/compiled/src/ifc/ifc4_gen/IfcDayInWeekNumber.gen.js +21 -0
  4406. package/compiled/src/ifc/ifc4_gen/IfcDefinitionSelect.gen.d.ts +1 -0
  4407. package/compiled/src/ifc/ifc4_gen/IfcDefinitionSelect.gen.d.ts.map +1 -0
  4408. package/compiled/src/ifc/ifc4_gen/IfcDefinitionSelect.gen.js +1 -0
  4409. package/compiled/src/ifc/ifc4_gen/IfcDerivedMeasureValue.gen.d.ts +1 -0
  4410. package/compiled/src/ifc/ifc4_gen/IfcDerivedMeasureValue.gen.d.ts.map +1 -0
  4411. package/compiled/src/ifc/ifc4_gen/IfcDerivedMeasureValue.gen.js +1 -0
  4412. package/compiled/src/ifc/ifc4_gen/IfcDerivedProfileDef.gen.d.ts +19 -0
  4413. package/compiled/src/ifc/ifc4_gen/IfcDerivedProfileDef.gen.d.ts.map +1 -0
  4414. package/compiled/src/ifc/ifc4_gen/IfcDerivedProfileDef.gen.js +34 -0
  4415. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnit.gen.d.ts +21 -0
  4416. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnit.gen.d.ts.map +1 -0
  4417. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnit.gen.js +59 -0
  4418. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitElement.gen.d.ts +16 -0
  4419. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitElement.gen.d.ts.map +1 -0
  4420. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitElement.gen.js +28 -0
  4421. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitEnum.gen.d.ts +62 -0
  4422. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitEnum.gen.d.ts.map +1 -0
  4423. package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitEnum.gen.js +73 -0
  4424. package/compiled/src/ifc/ifc4_gen/IfcDescriptiveMeasure.gen.d.ts +13 -0
  4425. package/compiled/src/ifc/ifc4_gen/IfcDescriptiveMeasure.gen.d.ts.map +1 -0
  4426. package/compiled/src/ifc/ifc4_gen/IfcDescriptiveMeasure.gen.js +21 -0
  4427. package/compiled/src/ifc/ifc4_gen/IfcDimensionCount.gen.d.ts +13 -0
  4428. package/compiled/src/ifc/ifc4_gen/IfcDimensionCount.gen.d.ts.map +1 -0
  4429. package/compiled/src/ifc/ifc4_gen/IfcDimensionCount.gen.js +21 -0
  4430. package/compiled/src/ifc/ifc4_gen/IfcDimensionalExponents.gen.d.ts +25 -0
  4431. package/compiled/src/ifc/ifc4_gen/IfcDimensionalExponents.gen.d.ts.map +1 -0
  4432. package/compiled/src/ifc/ifc4_gen/IfcDimensionalExponents.gen.js +57 -0
  4433. package/compiled/src/ifc/ifc4_gen/IfcDirection.gen.d.ts +15 -0
  4434. package/compiled/src/ifc/ifc4_gen/IfcDirection.gen.d.ts.map +1 -0
  4435. package/compiled/src/ifc/ifc4_gen/IfcDirection.gen.js +44 -0
  4436. package/compiled/src/ifc/ifc4_gen/IfcDirectionSenseEnum.gen.d.ts +11 -0
  4437. package/compiled/src/ifc/ifc4_gen/IfcDirectionSenseEnum.gen.d.ts.map +1 -0
  4438. package/compiled/src/ifc/ifc4_gen/IfcDirectionSenseEnum.gen.js +22 -0
  4439. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessory.gen.d.ts +15 -0
  4440. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessory.gen.d.ts.map +1 -0
  4441. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessory.gen.js +22 -0
  4442. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryType.gen.d.ts +15 -0
  4443. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryType.gen.d.ts.map +1 -0
  4444. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryType.gen.js +22 -0
  4445. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryTypeEnum.gen.d.ts +14 -0
  4446. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryTypeEnum.gen.d.ts.map +1 -0
  4447. package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryTypeEnum.gen.js +25 -0
  4448. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElement.gen.d.ts +15 -0
  4449. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElement.gen.d.ts.map +1 -0
  4450. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElement.gen.js +22 -0
  4451. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementType.gen.d.ts +15 -0
  4452. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementType.gen.d.ts.map +1 -0
  4453. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementType.gen.js +22 -0
  4454. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementTypeEnum.gen.d.ts +19 -0
  4455. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementTypeEnum.gen.d.ts.map +1 -0
  4456. package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementTypeEnum.gen.js +30 -0
  4457. package/compiled/src/ifc/ifc4_gen/IfcDistributionCircuit.gen.d.ts +12 -0
  4458. package/compiled/src/ifc/ifc4_gen/IfcDistributionCircuit.gen.d.ts.map +1 -0
  4459. package/compiled/src/ifc/ifc4_gen/IfcDistributionCircuit.gen.js +15 -0
  4460. package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElement.gen.d.ts +12 -0
  4461. package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElement.gen.d.ts.map +1 -0
  4462. package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElement.gen.js +15 -0
  4463. package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElementType.gen.d.ts +12 -0
  4464. package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElementType.gen.d.ts.map +1 -0
  4465. package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElementType.gen.js +15 -0
  4466. package/compiled/src/ifc/ifc4_gen/IfcDistributionElement.gen.d.ts +12 -0
  4467. package/compiled/src/ifc/ifc4_gen/IfcDistributionElement.gen.d.ts.map +1 -0
  4468. package/compiled/src/ifc/ifc4_gen/IfcDistributionElement.gen.js +15 -0
  4469. package/compiled/src/ifc/ifc4_gen/IfcDistributionElementType.gen.d.ts +12 -0
  4470. package/compiled/src/ifc/ifc4_gen/IfcDistributionElementType.gen.d.ts.map +1 -0
  4471. package/compiled/src/ifc/ifc4_gen/IfcDistributionElementType.gen.js +15 -0
  4472. package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElement.gen.d.ts +12 -0
  4473. package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElement.gen.d.ts.map +1 -0
  4474. package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElement.gen.js +15 -0
  4475. package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElementType.gen.d.ts +12 -0
  4476. package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElementType.gen.d.ts.map +1 -0
  4477. package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElementType.gen.js +15 -0
  4478. package/compiled/src/ifc/ifc4_gen/IfcDistributionPort.gen.d.ts +21 -0
  4479. package/compiled/src/ifc/ifc4_gen/IfcDistributionPort.gen.d.ts.map +1 -0
  4480. package/compiled/src/ifc/ifc4_gen/IfcDistributionPort.gen.js +36 -0
  4481. package/compiled/src/ifc/ifc4_gen/IfcDistributionPortTypeEnum.gen.d.ts +15 -0
  4482. package/compiled/src/ifc/ifc4_gen/IfcDistributionPortTypeEnum.gen.d.ts.map +1 -0
  4483. package/compiled/src/ifc/ifc4_gen/IfcDistributionPortTypeEnum.gen.js +26 -0
  4484. package/compiled/src/ifc/ifc4_gen/IfcDistributionSystem.gen.d.ts +17 -0
  4485. package/compiled/src/ifc/ifc4_gen/IfcDistributionSystem.gen.d.ts.map +1 -0
  4486. package/compiled/src/ifc/ifc4_gen/IfcDistributionSystem.gen.js +28 -0
  4487. package/compiled/src/ifc/ifc4_gen/IfcDistributionSystemEnum.gen.d.ts +53 -0
  4488. package/compiled/src/ifc/ifc4_gen/IfcDistributionSystemEnum.gen.d.ts.map +1 -0
  4489. package/compiled/src/ifc/ifc4_gen/IfcDistributionSystemEnum.gen.js +64 -0
  4490. package/compiled/src/ifc/ifc4_gen/IfcDocumentConfidentialityEnum.gen.d.ts +15 -0
  4491. package/compiled/src/ifc/ifc4_gen/IfcDocumentConfidentialityEnum.gen.d.ts.map +1 -0
  4492. package/compiled/src/ifc/ifc4_gen/IfcDocumentConfidentialityEnum.gen.js +26 -0
  4493. package/compiled/src/ifc/ifc4_gen/IfcDocumentInformation.gen.d.ts +51 -0
  4494. package/compiled/src/ifc/ifc4_gen/IfcDocumentInformation.gen.d.ts.map +1 -0
  4495. package/compiled/src/ifc/ifc4_gen/IfcDocumentInformation.gen.js +150 -0
  4496. package/compiled/src/ifc/ifc4_gen/IfcDocumentInformationRelationship.gen.d.ts +19 -0
  4497. package/compiled/src/ifc/ifc4_gen/IfcDocumentInformationRelationship.gen.d.ts.map +1 -0
  4498. package/compiled/src/ifc/ifc4_gen/IfcDocumentInformationRelationship.gen.js +54 -0
  4499. package/compiled/src/ifc/ifc4_gen/IfcDocumentReference.gen.d.ts +17 -0
  4500. package/compiled/src/ifc/ifc4_gen/IfcDocumentReference.gen.d.ts.map +1 -0
  4501. package/compiled/src/ifc/ifc4_gen/IfcDocumentReference.gen.js +28 -0
  4502. package/compiled/src/ifc/ifc4_gen/IfcDocumentSelect.gen.d.ts +1 -0
  4503. package/compiled/src/ifc/ifc4_gen/IfcDocumentSelect.gen.d.ts.map +1 -0
  4504. package/compiled/src/ifc/ifc4_gen/IfcDocumentSelect.gen.js +1 -0
  4505. package/compiled/src/ifc/ifc4_gen/IfcDocumentStatusEnum.gen.d.ts +14 -0
  4506. package/compiled/src/ifc/ifc4_gen/IfcDocumentStatusEnum.gen.d.ts.map +1 -0
  4507. package/compiled/src/ifc/ifc4_gen/IfcDocumentStatusEnum.gen.js +25 -0
  4508. package/compiled/src/ifc/ifc4_gen/IfcDoor.gen.d.ts +24 -0
  4509. package/compiled/src/ifc/ifc4_gen/IfcDoor.gen.d.ts.map +1 -0
  4510. package/compiled/src/ifc/ifc4_gen/IfcDoor.gen.js +47 -0
  4511. package/compiled/src/ifc/ifc4_gen/IfcDoorLiningProperties.gen.d.ts +39 -0
  4512. package/compiled/src/ifc/ifc4_gen/IfcDoorLiningProperties.gen.d.ts.map +1 -0
  4513. package/compiled/src/ifc/ifc4_gen/IfcDoorLiningProperties.gen.js +94 -0
  4514. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelOperationEnum.gen.d.ts +18 -0
  4515. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelOperationEnum.gen.d.ts.map +1 -0
  4516. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelOperationEnum.gen.js +29 -0
  4517. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelPositionEnum.gen.d.ts +13 -0
  4518. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelPositionEnum.gen.d.ts.map +1 -0
  4519. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelPositionEnum.gen.js +24 -0
  4520. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelProperties.gen.d.ts +25 -0
  4521. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelProperties.gen.d.ts.map +1 -0
  4522. package/compiled/src/ifc/ifc4_gen/IfcDoorPanelProperties.gen.js +48 -0
  4523. package/compiled/src/ifc/ifc4_gen/IfcDoorStandardCase.gen.d.ts +12 -0
  4524. package/compiled/src/ifc/ifc4_gen/IfcDoorStandardCase.gen.d.ts.map +1 -0
  4525. package/compiled/src/ifc/ifc4_gen/IfcDoorStandardCase.gen.js +15 -0
  4526. package/compiled/src/ifc/ifc4_gen/IfcDoorStyle.gen.d.ts +22 -0
  4527. package/compiled/src/ifc/ifc4_gen/IfcDoorStyle.gen.d.ts.map +1 -0
  4528. package/compiled/src/ifc/ifc4_gen/IfcDoorStyle.gen.js +41 -0
  4529. package/compiled/src/ifc/ifc4_gen/IfcDoorStyleConstructionEnum.gen.d.ts +18 -0
  4530. package/compiled/src/ifc/ifc4_gen/IfcDoorStyleConstructionEnum.gen.d.ts.map +1 -0
  4531. package/compiled/src/ifc/ifc4_gen/IfcDoorStyleConstructionEnum.gen.js +29 -0
  4532. package/compiled/src/ifc/ifc4_gen/IfcDoorStyleOperationEnum.gen.d.ts +27 -0
  4533. package/compiled/src/ifc/ifc4_gen/IfcDoorStyleOperationEnum.gen.d.ts.map +1 -0
  4534. package/compiled/src/ifc/ifc4_gen/IfcDoorStyleOperationEnum.gen.js +38 -0
  4535. package/compiled/src/ifc/ifc4_gen/IfcDoorType.gen.d.ts +22 -0
  4536. package/compiled/src/ifc/ifc4_gen/IfcDoorType.gen.d.ts.map +1 -0
  4537. package/compiled/src/ifc/ifc4_gen/IfcDoorType.gen.js +41 -0
  4538. package/compiled/src/ifc/ifc4_gen/IfcDoorTypeEnum.gen.d.ts +14 -0
  4539. package/compiled/src/ifc/ifc4_gen/IfcDoorTypeEnum.gen.d.ts.map +1 -0
  4540. package/compiled/src/ifc/ifc4_gen/IfcDoorTypeEnum.gen.js +25 -0
  4541. package/compiled/src/ifc/ifc4_gen/IfcDoorTypeOperationEnum.gen.d.ts +29 -0
  4542. package/compiled/src/ifc/ifc4_gen/IfcDoorTypeOperationEnum.gen.d.ts.map +1 -0
  4543. package/compiled/src/ifc/ifc4_gen/IfcDoorTypeOperationEnum.gen.js +40 -0
  4544. package/compiled/src/ifc/ifc4_gen/IfcDoseEquivalentMeasure.gen.d.ts +13 -0
  4545. package/compiled/src/ifc/ifc4_gen/IfcDoseEquivalentMeasure.gen.d.ts.map +1 -0
  4546. package/compiled/src/ifc/ifc4_gen/IfcDoseEquivalentMeasure.gen.js +21 -0
  4547. package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedColour.gen.d.ts +12 -0
  4548. package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedColour.gen.d.ts.map +1 -0
  4549. package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedColour.gen.js +15 -0
  4550. package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedCurveFont.gen.d.ts +12 -0
  4551. package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedCurveFont.gen.d.ts.map +1 -0
  4552. package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedCurveFont.gen.js +15 -0
  4553. package/compiled/src/ifc/ifc4_gen/IfcDuctFitting.gen.d.ts +15 -0
  4554. package/compiled/src/ifc/ifc4_gen/IfcDuctFitting.gen.d.ts.map +1 -0
  4555. package/compiled/src/ifc/ifc4_gen/IfcDuctFitting.gen.js +22 -0
  4556. package/compiled/src/ifc/ifc4_gen/IfcDuctFittingType.gen.d.ts +15 -0
  4557. package/compiled/src/ifc/ifc4_gen/IfcDuctFittingType.gen.d.ts.map +1 -0
  4558. package/compiled/src/ifc/ifc4_gen/IfcDuctFittingType.gen.js +22 -0
  4559. package/compiled/src/ifc/ifc4_gen/IfcDuctFittingTypeEnum.gen.d.ts +18 -0
  4560. package/compiled/src/ifc/ifc4_gen/IfcDuctFittingTypeEnum.gen.d.ts.map +1 -0
  4561. package/compiled/src/ifc/ifc4_gen/IfcDuctFittingTypeEnum.gen.js +29 -0
  4562. package/compiled/src/ifc/ifc4_gen/IfcDuctSegment.gen.d.ts +15 -0
  4563. package/compiled/src/ifc/ifc4_gen/IfcDuctSegment.gen.d.ts.map +1 -0
  4564. package/compiled/src/ifc/ifc4_gen/IfcDuctSegment.gen.js +22 -0
  4565. package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentType.gen.d.ts +15 -0
  4566. package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentType.gen.d.ts.map +1 -0
  4567. package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentType.gen.js +22 -0
  4568. package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentTypeEnum.gen.d.ts +13 -0
  4569. package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentTypeEnum.gen.d.ts.map +1 -0
  4570. package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentTypeEnum.gen.js +24 -0
  4571. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencer.gen.d.ts +15 -0
  4572. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencer.gen.d.ts.map +1 -0
  4573. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencer.gen.js +22 -0
  4574. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerType.gen.d.ts +15 -0
  4575. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerType.gen.d.ts.map +1 -0
  4576. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerType.gen.js +22 -0
  4577. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerTypeEnum.gen.d.ts +14 -0
  4578. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerTypeEnum.gen.d.ts.map +1 -0
  4579. package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerTypeEnum.gen.js +25 -0
  4580. package/compiled/src/ifc/ifc4_gen/IfcDuration.gen.d.ts +13 -0
  4581. package/compiled/src/ifc/ifc4_gen/IfcDuration.gen.d.ts.map +1 -0
  4582. package/compiled/src/ifc/ifc4_gen/IfcDuration.gen.js +21 -0
  4583. package/compiled/src/ifc/ifc4_gen/IfcDynamicViscosityMeasure.gen.d.ts +13 -0
  4584. package/compiled/src/ifc/ifc4_gen/IfcDynamicViscosityMeasure.gen.d.ts.map +1 -0
  4585. package/compiled/src/ifc/ifc4_gen/IfcDynamicViscosityMeasure.gen.js +21 -0
  4586. package/compiled/src/ifc/ifc4_gen/IfcEdge.gen.d.ts +17 -0
  4587. package/compiled/src/ifc/ifc4_gen/IfcEdge.gen.d.ts.map +1 -0
  4588. package/compiled/src/ifc/ifc4_gen/IfcEdge.gen.js +28 -0
  4589. package/compiled/src/ifc/ifc4_gen/IfcEdgeCurve.gen.d.ts +17 -0
  4590. package/compiled/src/ifc/ifc4_gen/IfcEdgeCurve.gen.d.ts.map +1 -0
  4591. package/compiled/src/ifc/ifc4_gen/IfcEdgeCurve.gen.js +28 -0
  4592. package/compiled/src/ifc/ifc4_gen/IfcEdgeLoop.gen.d.ts +16 -0
  4593. package/compiled/src/ifc/ifc4_gen/IfcEdgeLoop.gen.d.ts.map +1 -0
  4594. package/compiled/src/ifc/ifc4_gen/IfcEdgeLoop.gen.js +45 -0
  4595. package/compiled/src/ifc/ifc4_gen/IfcElectricAppliance.gen.d.ts +15 -0
  4596. package/compiled/src/ifc/ifc4_gen/IfcElectricAppliance.gen.d.ts.map +1 -0
  4597. package/compiled/src/ifc/ifc4_gen/IfcElectricAppliance.gen.js +22 -0
  4598. package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceType.gen.d.ts +15 -0
  4599. package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceType.gen.d.ts.map +1 -0
  4600. package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceType.gen.js +22 -0
  4601. package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceTypeEnum.gen.d.ts +27 -0
  4602. package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceTypeEnum.gen.d.ts.map +1 -0
  4603. package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceTypeEnum.gen.js +38 -0
  4604. package/compiled/src/ifc/ifc4_gen/IfcElectricCapacitanceMeasure.gen.d.ts +13 -0
  4605. package/compiled/src/ifc/ifc4_gen/IfcElectricCapacitanceMeasure.gen.d.ts.map +1 -0
  4606. package/compiled/src/ifc/ifc4_gen/IfcElectricCapacitanceMeasure.gen.js +21 -0
  4607. package/compiled/src/ifc/ifc4_gen/IfcElectricChargeMeasure.gen.d.ts +13 -0
  4608. package/compiled/src/ifc/ifc4_gen/IfcElectricChargeMeasure.gen.d.ts.map +1 -0
  4609. package/compiled/src/ifc/ifc4_gen/IfcElectricChargeMeasure.gen.js +21 -0
  4610. package/compiled/src/ifc/ifc4_gen/IfcElectricConductanceMeasure.gen.d.ts +13 -0
  4611. package/compiled/src/ifc/ifc4_gen/IfcElectricConductanceMeasure.gen.d.ts.map +1 -0
  4612. package/compiled/src/ifc/ifc4_gen/IfcElectricConductanceMeasure.gen.js +21 -0
  4613. package/compiled/src/ifc/ifc4_gen/IfcElectricCurrentMeasure.gen.d.ts +13 -0
  4614. package/compiled/src/ifc/ifc4_gen/IfcElectricCurrentMeasure.gen.d.ts.map +1 -0
  4615. package/compiled/src/ifc/ifc4_gen/IfcElectricCurrentMeasure.gen.js +21 -0
  4616. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoard.gen.d.ts +15 -0
  4617. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoard.gen.d.ts.map +1 -0
  4618. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoard.gen.js +22 -0
  4619. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardType.gen.d.ts +15 -0
  4620. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardType.gen.d.ts.map +1 -0
  4621. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardType.gen.js +22 -0
  4622. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardTypeEnum.gen.d.ts +15 -0
  4623. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardTypeEnum.gen.d.ts.map +1 -0
  4624. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardTypeEnum.gen.js +26 -0
  4625. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPoint.gen.d.ts +17 -0
  4626. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPoint.gen.d.ts.map +1 -0
  4627. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPoint.gen.js +28 -0
  4628. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPointFunctionEnum.gen.d.ts +20 -0
  4629. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPointFunctionEnum.gen.d.ts.map +1 -0
  4630. package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPointFunctionEnum.gen.js +31 -0
  4631. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDevice.gen.d.ts +15 -0
  4632. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDevice.gen.d.ts.map +1 -0
  4633. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDevice.gen.js +22 -0
  4634. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceType.gen.d.ts +15 -0
  4635. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceType.gen.d.ts.map +1 -0
  4636. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceType.gen.js +22 -0
  4637. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceTypeEnum.gen.d.ts +16 -0
  4638. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceTypeEnum.gen.d.ts.map +1 -0
  4639. package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceTypeEnum.gen.js +27 -0
  4640. package/compiled/src/ifc/ifc4_gen/IfcElectricGenerator.gen.d.ts +15 -0
  4641. package/compiled/src/ifc/ifc4_gen/IfcElectricGenerator.gen.d.ts.map +1 -0
  4642. package/compiled/src/ifc/ifc4_gen/IfcElectricGenerator.gen.js +22 -0
  4643. package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorType.gen.d.ts +15 -0
  4644. package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorType.gen.d.ts.map +1 -0
  4645. package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorType.gen.js +22 -0
  4646. package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorTypeEnum.gen.d.ts +14 -0
  4647. package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorTypeEnum.gen.d.ts.map +1 -0
  4648. package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorTypeEnum.gen.js +25 -0
  4649. package/compiled/src/ifc/ifc4_gen/IfcElectricMotor.gen.d.ts +15 -0
  4650. package/compiled/src/ifc/ifc4_gen/IfcElectricMotor.gen.d.ts.map +1 -0
  4651. package/compiled/src/ifc/ifc4_gen/IfcElectricMotor.gen.js +22 -0
  4652. package/compiled/src/ifc/ifc4_gen/IfcElectricMotorType.gen.d.ts +15 -0
  4653. package/compiled/src/ifc/ifc4_gen/IfcElectricMotorType.gen.d.ts.map +1 -0
  4654. package/compiled/src/ifc/ifc4_gen/IfcElectricMotorType.gen.js +22 -0
  4655. package/compiled/src/ifc/ifc4_gen/IfcElectricMotorTypeEnum.gen.d.ts +16 -0
  4656. package/compiled/src/ifc/ifc4_gen/IfcElectricMotorTypeEnum.gen.d.ts.map +1 -0
  4657. package/compiled/src/ifc/ifc4_gen/IfcElectricMotorTypeEnum.gen.js +27 -0
  4658. package/compiled/src/ifc/ifc4_gen/IfcElectricResistanceMeasure.gen.d.ts +13 -0
  4659. package/compiled/src/ifc/ifc4_gen/IfcElectricResistanceMeasure.gen.d.ts.map +1 -0
  4660. package/compiled/src/ifc/ifc4_gen/IfcElectricResistanceMeasure.gen.js +21 -0
  4661. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControl.gen.d.ts +15 -0
  4662. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControl.gen.d.ts.map +1 -0
  4663. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControl.gen.js +22 -0
  4664. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlType.gen.d.ts +15 -0
  4665. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlType.gen.d.ts.map +1 -0
  4666. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlType.gen.js +22 -0
  4667. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlTypeEnum.gen.d.ts +14 -0
  4668. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlTypeEnum.gen.d.ts.map +1 -0
  4669. package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlTypeEnum.gen.js +25 -0
  4670. package/compiled/src/ifc/ifc4_gen/IfcElectricVoltageMeasure.gen.d.ts +13 -0
  4671. package/compiled/src/ifc/ifc4_gen/IfcElectricVoltageMeasure.gen.d.ts.map +1 -0
  4672. package/compiled/src/ifc/ifc4_gen/IfcElectricVoltageMeasure.gen.js +21 -0
  4673. package/compiled/src/ifc/ifc4_gen/IfcElement.gen.d.ts +14 -0
  4674. package/compiled/src/ifc/ifc4_gen/IfcElement.gen.d.ts.map +1 -0
  4675. package/compiled/src/ifc/ifc4_gen/IfcElement.gen.js +21 -0
  4676. package/compiled/src/ifc/ifc4_gen/IfcElementAssembly.gen.d.ts +18 -0
  4677. package/compiled/src/ifc/ifc4_gen/IfcElementAssembly.gen.d.ts.map +1 -0
  4678. package/compiled/src/ifc/ifc4_gen/IfcElementAssembly.gen.js +29 -0
  4679. package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyType.gen.d.ts +15 -0
  4680. package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyType.gen.d.ts.map +1 -0
  4681. package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyType.gen.js +22 -0
  4682. package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyTypeEnum.gen.d.ts +20 -0
  4683. package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyTypeEnum.gen.d.ts.map +1 -0
  4684. package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyTypeEnum.gen.js +31 -0
  4685. package/compiled/src/ifc/ifc4_gen/IfcElementComponent.gen.d.ts +12 -0
  4686. package/compiled/src/ifc/ifc4_gen/IfcElementComponent.gen.d.ts.map +1 -0
  4687. package/compiled/src/ifc/ifc4_gen/IfcElementComponent.gen.js +15 -0
  4688. package/compiled/src/ifc/ifc4_gen/IfcElementComponentType.gen.d.ts +12 -0
  4689. package/compiled/src/ifc/ifc4_gen/IfcElementComponentType.gen.d.ts.map +1 -0
  4690. package/compiled/src/ifc/ifc4_gen/IfcElementComponentType.gen.js +15 -0
  4691. package/compiled/src/ifc/ifc4_gen/IfcElementCompositionEnum.gen.d.ts +12 -0
  4692. package/compiled/src/ifc/ifc4_gen/IfcElementCompositionEnum.gen.d.ts.map +1 -0
  4693. package/compiled/src/ifc/ifc4_gen/IfcElementCompositionEnum.gen.js +23 -0
  4694. package/compiled/src/ifc/ifc4_gen/IfcElementQuantity.gen.d.ts +17 -0
  4695. package/compiled/src/ifc/ifc4_gen/IfcElementQuantity.gen.d.ts.map +1 -0
  4696. package/compiled/src/ifc/ifc4_gen/IfcElementQuantity.gen.js +48 -0
  4697. package/compiled/src/ifc/ifc4_gen/IfcElementType.gen.d.ts +14 -0
  4698. package/compiled/src/ifc/ifc4_gen/IfcElementType.gen.d.ts.map +1 -0
  4699. package/compiled/src/ifc/ifc4_gen/IfcElementType.gen.js +21 -0
  4700. package/compiled/src/ifc/ifc4_gen/IfcElementarySurface.gen.d.ts +15 -0
  4701. package/compiled/src/ifc/ifc4_gen/IfcElementarySurface.gen.d.ts.map +1 -0
  4702. package/compiled/src/ifc/ifc4_gen/IfcElementarySurface.gen.js +22 -0
  4703. package/compiled/src/ifc/ifc4_gen/IfcEllipse.gen.d.ts +16 -0
  4704. package/compiled/src/ifc/ifc4_gen/IfcEllipse.gen.d.ts.map +1 -0
  4705. package/compiled/src/ifc/ifc4_gen/IfcEllipse.gen.js +27 -0
  4706. package/compiled/src/ifc/ifc4_gen/IfcEllipseProfileDef.gen.d.ts +16 -0
  4707. package/compiled/src/ifc/ifc4_gen/IfcEllipseProfileDef.gen.d.ts.map +1 -0
  4708. package/compiled/src/ifc/ifc4_gen/IfcEllipseProfileDef.gen.js +27 -0
  4709. package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDevice.gen.d.ts +12 -0
  4710. package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDevice.gen.d.ts.map +1 -0
  4711. package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDevice.gen.js +15 -0
  4712. package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDeviceType.gen.d.ts +12 -0
  4713. package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDeviceType.gen.d.ts.map +1 -0
  4714. package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDeviceType.gen.js +15 -0
  4715. package/compiled/src/ifc/ifc4_gen/IfcEnergyMeasure.gen.d.ts +13 -0
  4716. package/compiled/src/ifc/ifc4_gen/IfcEnergyMeasure.gen.d.ts.map +1 -0
  4717. package/compiled/src/ifc/ifc4_gen/IfcEnergyMeasure.gen.js +21 -0
  4718. package/compiled/src/ifc/ifc4_gen/IfcEngine.gen.d.ts +15 -0
  4719. package/compiled/src/ifc/ifc4_gen/IfcEngine.gen.d.ts.map +1 -0
  4720. package/compiled/src/ifc/ifc4_gen/IfcEngine.gen.js +22 -0
  4721. package/compiled/src/ifc/ifc4_gen/IfcEngineType.gen.d.ts +15 -0
  4722. package/compiled/src/ifc/ifc4_gen/IfcEngineType.gen.d.ts.map +1 -0
  4723. package/compiled/src/ifc/ifc4_gen/IfcEngineType.gen.js +22 -0
  4724. package/compiled/src/ifc/ifc4_gen/IfcEngineTypeEnum.gen.d.ts +13 -0
  4725. package/compiled/src/ifc/ifc4_gen/IfcEngineTypeEnum.gen.d.ts.map +1 -0
  4726. package/compiled/src/ifc/ifc4_gen/IfcEngineTypeEnum.gen.js +24 -0
  4727. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCooler.gen.d.ts +15 -0
  4728. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCooler.gen.d.ts.map +1 -0
  4729. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCooler.gen.js +22 -0
  4730. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerType.gen.d.ts +15 -0
  4731. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerType.gen.d.ts.map +1 -0
  4732. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerType.gen.js +22 -0
  4733. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerTypeEnum.gen.d.ts +20 -0
  4734. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerTypeEnum.gen.d.ts.map +1 -0
  4735. package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerTypeEnum.gen.js +31 -0
  4736. package/compiled/src/ifc/ifc4_gen/IfcEvaporator.gen.d.ts +15 -0
  4737. package/compiled/src/ifc/ifc4_gen/IfcEvaporator.gen.d.ts.map +1 -0
  4738. package/compiled/src/ifc/ifc4_gen/IfcEvaporator.gen.js +22 -0
  4739. package/compiled/src/ifc/ifc4_gen/IfcEvaporatorType.gen.d.ts +15 -0
  4740. package/compiled/src/ifc/ifc4_gen/IfcEvaporatorType.gen.d.ts.map +1 -0
  4741. package/compiled/src/ifc/ifc4_gen/IfcEvaporatorType.gen.js +22 -0
  4742. package/compiled/src/ifc/ifc4_gen/IfcEvaporatorTypeEnum.gen.d.ts +17 -0
  4743. package/compiled/src/ifc/ifc4_gen/IfcEvaporatorTypeEnum.gen.d.ts.map +1 -0
  4744. package/compiled/src/ifc/ifc4_gen/IfcEvaporatorTypeEnum.gen.js +28 -0
  4745. package/compiled/src/ifc/ifc4_gen/IfcEvent.gen.d.ts +23 -0
  4746. package/compiled/src/ifc/ifc4_gen/IfcEvent.gen.d.ts.map +1 -0
  4747. package/compiled/src/ifc/ifc4_gen/IfcEvent.gen.js +42 -0
  4748. package/compiled/src/ifc/ifc4_gen/IfcEventTime.gen.d.ts +20 -0
  4749. package/compiled/src/ifc/ifc4_gen/IfcEventTime.gen.d.ts.map +1 -0
  4750. package/compiled/src/ifc/ifc4_gen/IfcEventTime.gen.js +39 -0
  4751. package/compiled/src/ifc/ifc4_gen/IfcEventTriggerTypeEnum.gen.d.ts +15 -0
  4752. package/compiled/src/ifc/ifc4_gen/IfcEventTriggerTypeEnum.gen.d.ts.map +1 -0
  4753. package/compiled/src/ifc/ifc4_gen/IfcEventTriggerTypeEnum.gen.js +26 -0
  4754. package/compiled/src/ifc/ifc4_gen/IfcEventType.gen.d.ts +20 -0
  4755. package/compiled/src/ifc/ifc4_gen/IfcEventType.gen.d.ts.map +1 -0
  4756. package/compiled/src/ifc/ifc4_gen/IfcEventType.gen.js +35 -0
  4757. package/compiled/src/ifc/ifc4_gen/IfcEventTypeEnum.gen.d.ts +14 -0
  4758. package/compiled/src/ifc/ifc4_gen/IfcEventTypeEnum.gen.d.ts.map +1 -0
  4759. package/compiled/src/ifc/ifc4_gen/IfcEventTypeEnum.gen.js +25 -0
  4760. package/compiled/src/ifc/ifc4_gen/IfcExtendedProperties.gen.d.ts +19 -0
  4761. package/compiled/src/ifc/ifc4_gen/IfcExtendedProperties.gen.d.ts.map +1 -0
  4762. package/compiled/src/ifc/ifc4_gen/IfcExtendedProperties.gen.js +54 -0
  4763. package/compiled/src/ifc/ifc4_gen/IfcExternalInformation.gen.d.ts +11 -0
  4764. package/compiled/src/ifc/ifc4_gen/IfcExternalInformation.gen.d.ts.map +1 -0
  4765. package/compiled/src/ifc/ifc4_gen/IfcExternalInformation.gen.js +15 -0
  4766. package/compiled/src/ifc/ifc4_gen/IfcExternalReference.gen.d.ts +17 -0
  4767. package/compiled/src/ifc/ifc4_gen/IfcExternalReference.gen.d.ts.map +1 -0
  4768. package/compiled/src/ifc/ifc4_gen/IfcExternalReference.gen.js +33 -0
  4769. package/compiled/src/ifc/ifc4_gen/IfcExternalReferenceRelationship.gen.d.ts +32 -0
  4770. package/compiled/src/ifc/ifc4_gen/IfcExternalReferenceRelationship.gen.d.ts.map +1 -0
  4771. package/compiled/src/ifc/ifc4_gen/IfcExternalReferenceRelationship.gen.js +67 -0
  4772. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElement.gen.d.ts +15 -0
  4773. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElement.gen.d.ts.map +1 -0
  4774. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElement.gen.js +22 -0
  4775. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElementTypeEnum.gen.d.ts +15 -0
  4776. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElementTypeEnum.gen.d.ts.map +1 -0
  4777. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElementTypeEnum.gen.js +26 -0
  4778. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialStructureElement.gen.d.ts +12 -0
  4779. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialStructureElement.gen.d.ts.map +1 -0
  4780. package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialStructureElement.gen.js +15 -0
  4781. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedHatchStyle.gen.d.ts +12 -0
  4782. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedHatchStyle.gen.d.ts.map +1 -0
  4783. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedHatchStyle.gen.js +15 -0
  4784. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedSurfaceStyle.gen.d.ts +12 -0
  4785. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedSurfaceStyle.gen.d.ts.map +1 -0
  4786. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedSurfaceStyle.gen.js +15 -0
  4787. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedTextFont.gen.d.ts +12 -0
  4788. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedTextFont.gen.d.ts.map +1 -0
  4789. package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedTextFont.gen.js +15 -0
  4790. package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolid.gen.d.ts +17 -0
  4791. package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolid.gen.d.ts.map +1 -0
  4792. package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolid.gen.js +28 -0
  4793. package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolidTapered.gen.d.ts +15 -0
  4794. package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolidTapered.gen.d.ts.map +1 -0
  4795. package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolidTapered.gen.js +22 -0
  4796. package/compiled/src/ifc/ifc4_gen/IfcFace.gen.d.ts +15 -0
  4797. package/compiled/src/ifc/ifc4_gen/IfcFace.gen.d.ts.map +1 -0
  4798. package/compiled/src/ifc/ifc4_gen/IfcFace.gen.js +42 -0
  4799. package/compiled/src/ifc/ifc4_gen/IfcFaceBasedSurfaceModel.gen.d.ts +16 -0
  4800. package/compiled/src/ifc/ifc4_gen/IfcFaceBasedSurfaceModel.gen.d.ts.map +1 -0
  4801. package/compiled/src/ifc/ifc4_gen/IfcFaceBasedSurfaceModel.gen.js +45 -0
  4802. package/compiled/src/ifc/ifc4_gen/IfcFaceBound.gen.d.ts +17 -0
  4803. package/compiled/src/ifc/ifc4_gen/IfcFaceBound.gen.d.ts.map +1 -0
  4804. package/compiled/src/ifc/ifc4_gen/IfcFaceBound.gen.js +28 -0
  4805. package/compiled/src/ifc/ifc4_gen/IfcFaceOuterBound.gen.d.ts +12 -0
  4806. package/compiled/src/ifc/ifc4_gen/IfcFaceOuterBound.gen.d.ts.map +1 -0
  4807. package/compiled/src/ifc/ifc4_gen/IfcFaceOuterBound.gen.js +15 -0
  4808. package/compiled/src/ifc/ifc4_gen/IfcFaceSurface.gen.d.ts +17 -0
  4809. package/compiled/src/ifc/ifc4_gen/IfcFaceSurface.gen.d.ts.map +1 -0
  4810. package/compiled/src/ifc/ifc4_gen/IfcFaceSurface.gen.js +28 -0
  4811. package/compiled/src/ifc/ifc4_gen/IfcFacetedBrep.gen.d.ts +12 -0
  4812. package/compiled/src/ifc/ifc4_gen/IfcFacetedBrep.gen.d.ts.map +1 -0
  4813. package/compiled/src/ifc/ifc4_gen/IfcFacetedBrep.gen.js +15 -0
  4814. package/compiled/src/ifc/ifc4_gen/IfcFacetedBrepWithVoids.gen.d.ts +15 -0
  4815. package/compiled/src/ifc/ifc4_gen/IfcFacetedBrepWithVoids.gen.d.ts.map +1 -0
  4816. package/compiled/src/ifc/ifc4_gen/IfcFacetedBrepWithVoids.gen.js +42 -0
  4817. package/compiled/src/ifc/ifc4_gen/IfcFailureConnectionCondition.gen.d.ts +24 -0
  4818. package/compiled/src/ifc/ifc4_gen/IfcFailureConnectionCondition.gen.d.ts.map +1 -0
  4819. package/compiled/src/ifc/ifc4_gen/IfcFailureConnectionCondition.gen.js +51 -0
  4820. package/compiled/src/ifc/ifc4_gen/IfcFan.gen.d.ts +15 -0
  4821. package/compiled/src/ifc/ifc4_gen/IfcFan.gen.d.ts.map +1 -0
  4822. package/compiled/src/ifc/ifc4_gen/IfcFan.gen.js +22 -0
  4823. package/compiled/src/ifc/ifc4_gen/IfcFanType.gen.d.ts +15 -0
  4824. package/compiled/src/ifc/ifc4_gen/IfcFanType.gen.d.ts.map +1 -0
  4825. package/compiled/src/ifc/ifc4_gen/IfcFanType.gen.js +22 -0
  4826. package/compiled/src/ifc/ifc4_gen/IfcFanTypeEnum.gen.d.ts +18 -0
  4827. package/compiled/src/ifc/ifc4_gen/IfcFanTypeEnum.gen.d.ts.map +1 -0
  4828. package/compiled/src/ifc/ifc4_gen/IfcFanTypeEnum.gen.js +29 -0
  4829. package/compiled/src/ifc/ifc4_gen/IfcFastener.gen.d.ts +15 -0
  4830. package/compiled/src/ifc/ifc4_gen/IfcFastener.gen.d.ts.map +1 -0
  4831. package/compiled/src/ifc/ifc4_gen/IfcFastener.gen.js +22 -0
  4832. package/compiled/src/ifc/ifc4_gen/IfcFastenerType.gen.d.ts +15 -0
  4833. package/compiled/src/ifc/ifc4_gen/IfcFastenerType.gen.d.ts.map +1 -0
  4834. package/compiled/src/ifc/ifc4_gen/IfcFastenerType.gen.js +22 -0
  4835. package/compiled/src/ifc/ifc4_gen/IfcFastenerTypeEnum.gen.d.ts +14 -0
  4836. package/compiled/src/ifc/ifc4_gen/IfcFastenerTypeEnum.gen.d.ts.map +1 -0
  4837. package/compiled/src/ifc/ifc4_gen/IfcFastenerTypeEnum.gen.js +25 -0
  4838. package/compiled/src/ifc/ifc4_gen/IfcFeatureElement.gen.d.ts +12 -0
  4839. package/compiled/src/ifc/ifc4_gen/IfcFeatureElement.gen.d.ts.map +1 -0
  4840. package/compiled/src/ifc/ifc4_gen/IfcFeatureElement.gen.js +15 -0
  4841. package/compiled/src/ifc/ifc4_gen/IfcFeatureElementAddition.gen.d.ts +12 -0
  4842. package/compiled/src/ifc/ifc4_gen/IfcFeatureElementAddition.gen.d.ts.map +1 -0
  4843. package/compiled/src/ifc/ifc4_gen/IfcFeatureElementAddition.gen.js +15 -0
  4844. package/compiled/src/ifc/ifc4_gen/IfcFeatureElementSubtraction.gen.d.ts +12 -0
  4845. package/compiled/src/ifc/ifc4_gen/IfcFeatureElementSubtraction.gen.d.ts.map +1 -0
  4846. package/compiled/src/ifc/ifc4_gen/IfcFeatureElementSubtraction.gen.js +15 -0
  4847. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyle.gen.d.ts +21 -0
  4848. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyle.gen.d.ts.map +1 -0
  4849. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyle.gen.js +56 -0
  4850. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleHatching.gen.d.ts +26 -0
  4851. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleHatching.gen.d.ts.map +1 -0
  4852. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleHatching.gen.js +53 -0
  4853. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleTiles.gen.d.ts +20 -0
  4854. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleTiles.gen.d.ts.map +1 -0
  4855. package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleTiles.gen.js +74 -0
  4856. package/compiled/src/ifc/ifc4_gen/IfcFillStyleSelect.gen.d.ts +1 -0
  4857. package/compiled/src/ifc/ifc4_gen/IfcFillStyleSelect.gen.d.ts.map +1 -0
  4858. package/compiled/src/ifc/ifc4_gen/IfcFillStyleSelect.gen.js +1 -0
  4859. package/compiled/src/ifc/ifc4_gen/IfcFilter.gen.d.ts +15 -0
  4860. package/compiled/src/ifc/ifc4_gen/IfcFilter.gen.d.ts.map +1 -0
  4861. package/compiled/src/ifc/ifc4_gen/IfcFilter.gen.js +22 -0
  4862. package/compiled/src/ifc/ifc4_gen/IfcFilterType.gen.d.ts +15 -0
  4863. package/compiled/src/ifc/ifc4_gen/IfcFilterType.gen.d.ts.map +1 -0
  4864. package/compiled/src/ifc/ifc4_gen/IfcFilterType.gen.js +22 -0
  4865. package/compiled/src/ifc/ifc4_gen/IfcFilterTypeEnum.gen.d.ts +17 -0
  4866. package/compiled/src/ifc/ifc4_gen/IfcFilterTypeEnum.gen.d.ts.map +1 -0
  4867. package/compiled/src/ifc/ifc4_gen/IfcFilterTypeEnum.gen.js +28 -0
  4868. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminal.gen.d.ts +15 -0
  4869. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminal.gen.d.ts.map +1 -0
  4870. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminal.gen.js +22 -0
  4871. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalType.gen.d.ts +15 -0
  4872. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalType.gen.d.ts.map +1 -0
  4873. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalType.gen.js +22 -0
  4874. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalTypeEnum.gen.d.ts +16 -0
  4875. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalTypeEnum.gen.d.ts.map +1 -0
  4876. package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalTypeEnum.gen.js +27 -0
  4877. package/compiled/src/ifc/ifc4_gen/IfcFixedReferenceSweptAreaSolid.gen.d.ts +22 -0
  4878. package/compiled/src/ifc/ifc4_gen/IfcFixedReferenceSweptAreaSolid.gen.d.ts.map +1 -0
  4879. package/compiled/src/ifc/ifc4_gen/IfcFixedReferenceSweptAreaSolid.gen.js +41 -0
  4880. package/compiled/src/ifc/ifc4_gen/IfcFlowController.gen.d.ts +12 -0
  4881. package/compiled/src/ifc/ifc4_gen/IfcFlowController.gen.d.ts.map +1 -0
  4882. package/compiled/src/ifc/ifc4_gen/IfcFlowController.gen.js +15 -0
  4883. package/compiled/src/ifc/ifc4_gen/IfcFlowControllerType.gen.d.ts +12 -0
  4884. package/compiled/src/ifc/ifc4_gen/IfcFlowControllerType.gen.d.ts.map +1 -0
  4885. package/compiled/src/ifc/ifc4_gen/IfcFlowControllerType.gen.js +15 -0
  4886. package/compiled/src/ifc/ifc4_gen/IfcFlowDirectionEnum.gen.d.ts +13 -0
  4887. package/compiled/src/ifc/ifc4_gen/IfcFlowDirectionEnum.gen.d.ts.map +1 -0
  4888. package/compiled/src/ifc/ifc4_gen/IfcFlowDirectionEnum.gen.js +24 -0
  4889. package/compiled/src/ifc/ifc4_gen/IfcFlowFitting.gen.d.ts +12 -0
  4890. package/compiled/src/ifc/ifc4_gen/IfcFlowFitting.gen.d.ts.map +1 -0
  4891. package/compiled/src/ifc/ifc4_gen/IfcFlowFitting.gen.js +15 -0
  4892. package/compiled/src/ifc/ifc4_gen/IfcFlowFittingType.gen.d.ts +12 -0
  4893. package/compiled/src/ifc/ifc4_gen/IfcFlowFittingType.gen.d.ts.map +1 -0
  4894. package/compiled/src/ifc/ifc4_gen/IfcFlowFittingType.gen.js +15 -0
  4895. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrument.gen.d.ts +15 -0
  4896. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrument.gen.d.ts.map +1 -0
  4897. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrument.gen.js +22 -0
  4898. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentType.gen.d.ts +15 -0
  4899. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentType.gen.d.ts.map +1 -0
  4900. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentType.gen.js +22 -0
  4901. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentTypeEnum.gen.d.ts +19 -0
  4902. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentTypeEnum.gen.d.ts.map +1 -0
  4903. package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentTypeEnum.gen.js +30 -0
  4904. package/compiled/src/ifc/ifc4_gen/IfcFlowMeter.gen.d.ts +15 -0
  4905. package/compiled/src/ifc/ifc4_gen/IfcFlowMeter.gen.d.ts.map +1 -0
  4906. package/compiled/src/ifc/ifc4_gen/IfcFlowMeter.gen.js +22 -0
  4907. package/compiled/src/ifc/ifc4_gen/IfcFlowMeterType.gen.d.ts +15 -0
  4908. package/compiled/src/ifc/ifc4_gen/IfcFlowMeterType.gen.d.ts.map +1 -0
  4909. package/compiled/src/ifc/ifc4_gen/IfcFlowMeterType.gen.js +22 -0
  4910. package/compiled/src/ifc/ifc4_gen/IfcFlowMeterTypeEnum.gen.d.ts +15 -0
  4911. package/compiled/src/ifc/ifc4_gen/IfcFlowMeterTypeEnum.gen.d.ts.map +1 -0
  4912. package/compiled/src/ifc/ifc4_gen/IfcFlowMeterTypeEnum.gen.js +26 -0
  4913. package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDevice.gen.d.ts +12 -0
  4914. package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDevice.gen.d.ts.map +1 -0
  4915. package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDevice.gen.js +15 -0
  4916. package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDeviceType.gen.d.ts +12 -0
  4917. package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDeviceType.gen.d.ts.map +1 -0
  4918. package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDeviceType.gen.js +15 -0
  4919. package/compiled/src/ifc/ifc4_gen/IfcFlowSegment.gen.d.ts +12 -0
  4920. package/compiled/src/ifc/ifc4_gen/IfcFlowSegment.gen.d.ts.map +1 -0
  4921. package/compiled/src/ifc/ifc4_gen/IfcFlowSegment.gen.js +15 -0
  4922. package/compiled/src/ifc/ifc4_gen/IfcFlowSegmentType.gen.d.ts +12 -0
  4923. package/compiled/src/ifc/ifc4_gen/IfcFlowSegmentType.gen.d.ts.map +1 -0
  4924. package/compiled/src/ifc/ifc4_gen/IfcFlowSegmentType.gen.js +15 -0
  4925. package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDevice.gen.d.ts +12 -0
  4926. package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDevice.gen.d.ts.map +1 -0
  4927. package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDevice.gen.js +15 -0
  4928. package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDeviceType.gen.d.ts +12 -0
  4929. package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDeviceType.gen.d.ts.map +1 -0
  4930. package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDeviceType.gen.js +15 -0
  4931. package/compiled/src/ifc/ifc4_gen/IfcFlowTerminal.gen.d.ts +12 -0
  4932. package/compiled/src/ifc/ifc4_gen/IfcFlowTerminal.gen.d.ts.map +1 -0
  4933. package/compiled/src/ifc/ifc4_gen/IfcFlowTerminal.gen.js +15 -0
  4934. package/compiled/src/ifc/ifc4_gen/IfcFlowTerminalType.gen.d.ts +12 -0
  4935. package/compiled/src/ifc/ifc4_gen/IfcFlowTerminalType.gen.d.ts.map +1 -0
  4936. package/compiled/src/ifc/ifc4_gen/IfcFlowTerminalType.gen.js +15 -0
  4937. package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDevice.gen.d.ts +12 -0
  4938. package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDevice.gen.d.ts.map +1 -0
  4939. package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDevice.gen.js +15 -0
  4940. package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDeviceType.gen.d.ts +12 -0
  4941. package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDeviceType.gen.d.ts.map +1 -0
  4942. package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDeviceType.gen.js +15 -0
  4943. package/compiled/src/ifc/ifc4_gen/IfcFontStyle.gen.d.ts +13 -0
  4944. package/compiled/src/ifc/ifc4_gen/IfcFontStyle.gen.d.ts.map +1 -0
  4945. package/compiled/src/ifc/ifc4_gen/IfcFontStyle.gen.js +21 -0
  4946. package/compiled/src/ifc/ifc4_gen/IfcFontVariant.gen.d.ts +13 -0
  4947. package/compiled/src/ifc/ifc4_gen/IfcFontVariant.gen.d.ts.map +1 -0
  4948. package/compiled/src/ifc/ifc4_gen/IfcFontVariant.gen.js +21 -0
  4949. package/compiled/src/ifc/ifc4_gen/IfcFontWeight.gen.d.ts +13 -0
  4950. package/compiled/src/ifc/ifc4_gen/IfcFontWeight.gen.d.ts.map +1 -0
  4951. package/compiled/src/ifc/ifc4_gen/IfcFontWeight.gen.js +21 -0
  4952. package/compiled/src/ifc/ifc4_gen/IfcFooting.gen.d.ts +15 -0
  4953. package/compiled/src/ifc/ifc4_gen/IfcFooting.gen.d.ts.map +1 -0
  4954. package/compiled/src/ifc/ifc4_gen/IfcFooting.gen.js +22 -0
  4955. package/compiled/src/ifc/ifc4_gen/IfcFootingType.gen.d.ts +15 -0
  4956. package/compiled/src/ifc/ifc4_gen/IfcFootingType.gen.d.ts.map +1 -0
  4957. package/compiled/src/ifc/ifc4_gen/IfcFootingType.gen.js +22 -0
  4958. package/compiled/src/ifc/ifc4_gen/IfcFootingTypeEnum.gen.d.ts +16 -0
  4959. package/compiled/src/ifc/ifc4_gen/IfcFootingTypeEnum.gen.d.ts.map +1 -0
  4960. package/compiled/src/ifc/ifc4_gen/IfcFootingTypeEnum.gen.js +27 -0
  4961. package/compiled/src/ifc/ifc4_gen/IfcForceMeasure.gen.d.ts +13 -0
  4962. package/compiled/src/ifc/ifc4_gen/IfcForceMeasure.gen.d.ts.map +1 -0
  4963. package/compiled/src/ifc/ifc4_gen/IfcForceMeasure.gen.js +21 -0
  4964. package/compiled/src/ifc/ifc4_gen/IfcFrequencyMeasure.gen.d.ts +13 -0
  4965. package/compiled/src/ifc/ifc4_gen/IfcFrequencyMeasure.gen.d.ts.map +1 -0
  4966. package/compiled/src/ifc/ifc4_gen/IfcFrequencyMeasure.gen.js +21 -0
  4967. package/compiled/src/ifc/ifc4_gen/IfcFurnishingElement.gen.d.ts +12 -0
  4968. package/compiled/src/ifc/ifc4_gen/IfcFurnishingElement.gen.d.ts.map +1 -0
  4969. package/compiled/src/ifc/ifc4_gen/IfcFurnishingElement.gen.js +15 -0
  4970. package/compiled/src/ifc/ifc4_gen/IfcFurnishingElementType.gen.d.ts +12 -0
  4971. package/compiled/src/ifc/ifc4_gen/IfcFurnishingElementType.gen.d.ts.map +1 -0
  4972. package/compiled/src/ifc/ifc4_gen/IfcFurnishingElementType.gen.js +15 -0
  4973. package/compiled/src/ifc/ifc4_gen/IfcFurniture.gen.d.ts +15 -0
  4974. package/compiled/src/ifc/ifc4_gen/IfcFurniture.gen.d.ts.map +1 -0
  4975. package/compiled/src/ifc/ifc4_gen/IfcFurniture.gen.js +22 -0
  4976. package/compiled/src/ifc/ifc4_gen/IfcFurnitureType.gen.d.ts +18 -0
  4977. package/compiled/src/ifc/ifc4_gen/IfcFurnitureType.gen.d.ts.map +1 -0
  4978. package/compiled/src/ifc/ifc4_gen/IfcFurnitureType.gen.js +29 -0
  4979. package/compiled/src/ifc/ifc4_gen/IfcFurnitureTypeEnum.gen.d.ts +18 -0
  4980. package/compiled/src/ifc/ifc4_gen/IfcFurnitureTypeEnum.gen.d.ts.map +1 -0
  4981. package/compiled/src/ifc/ifc4_gen/IfcFurnitureTypeEnum.gen.js +29 -0
  4982. package/compiled/src/ifc/ifc4_gen/IfcGeographicElement.gen.d.ts +15 -0
  4983. package/compiled/src/ifc/ifc4_gen/IfcGeographicElement.gen.d.ts.map +1 -0
  4984. package/compiled/src/ifc/ifc4_gen/IfcGeographicElement.gen.js +22 -0
  4985. package/compiled/src/ifc/ifc4_gen/IfcGeographicElementType.gen.d.ts +15 -0
  4986. package/compiled/src/ifc/ifc4_gen/IfcGeographicElementType.gen.d.ts.map +1 -0
  4987. package/compiled/src/ifc/ifc4_gen/IfcGeographicElementType.gen.js +22 -0
  4988. package/compiled/src/ifc/ifc4_gen/IfcGeographicElementTypeEnum.gen.d.ts +12 -0
  4989. package/compiled/src/ifc/ifc4_gen/IfcGeographicElementTypeEnum.gen.d.ts.map +1 -0
  4990. package/compiled/src/ifc/ifc4_gen/IfcGeographicElementTypeEnum.gen.js +23 -0
  4991. package/compiled/src/ifc/ifc4_gen/IfcGeometricCurveSet.gen.d.ts +12 -0
  4992. package/compiled/src/ifc/ifc4_gen/IfcGeometricCurveSet.gen.d.ts.map +1 -0
  4993. package/compiled/src/ifc/ifc4_gen/IfcGeometricCurveSet.gen.js +15 -0
  4994. package/compiled/src/ifc/ifc4_gen/IfcGeometricProjectionEnum.gen.d.ts +18 -0
  4995. package/compiled/src/ifc/ifc4_gen/IfcGeometricProjectionEnum.gen.d.ts.map +1 -0
  4996. package/compiled/src/ifc/ifc4_gen/IfcGeometricProjectionEnum.gen.js +29 -0
  4997. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationContext.gen.d.ts +23 -0
  4998. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationContext.gen.d.ts.map +1 -0
  4999. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationContext.gen.js +46 -0
  5000. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationItem.gen.d.ts +12 -0
  5001. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationItem.gen.d.ts.map +1 -0
  5002. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationItem.gen.js +15 -0
  5003. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationSubContext.gen.d.ts +26 -0
  5004. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationSubContext.gen.d.ts.map +1 -0
  5005. package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationSubContext.gen.js +50 -0
  5006. package/compiled/src/ifc/ifc4_gen/IfcGeometricSet.gen.d.ts +18 -0
  5007. package/compiled/src/ifc/ifc4_gen/IfcGeometricSet.gen.d.ts.map +1 -0
  5008. package/compiled/src/ifc/ifc4_gen/IfcGeometricSet.gen.js +51 -0
  5009. package/compiled/src/ifc/ifc4_gen/IfcGeometricSetSelect.gen.d.ts +1 -0
  5010. package/compiled/src/ifc/ifc4_gen/IfcGeometricSetSelect.gen.d.ts.map +1 -0
  5011. package/compiled/src/ifc/ifc4_gen/IfcGeometricSetSelect.gen.js +1 -0
  5012. package/compiled/src/ifc/ifc4_gen/IfcGlobalOrLocalEnum.gen.d.ts +11 -0
  5013. package/compiled/src/ifc/ifc4_gen/IfcGlobalOrLocalEnum.gen.d.ts.map +1 -0
  5014. package/compiled/src/ifc/ifc4_gen/IfcGlobalOrLocalEnum.gen.js +22 -0
  5015. package/compiled/src/ifc/ifc4_gen/IfcGloballyUniqueId.gen.d.ts +13 -0
  5016. package/compiled/src/ifc/ifc4_gen/IfcGloballyUniqueId.gen.d.ts.map +1 -0
  5017. package/compiled/src/ifc/ifc4_gen/IfcGloballyUniqueId.gen.js +21 -0
  5018. package/compiled/src/ifc/ifc4_gen/IfcGrid.gen.d.ts +22 -0
  5019. package/compiled/src/ifc/ifc4_gen/IfcGrid.gen.d.ts.map +1 -0
  5020. package/compiled/src/ifc/ifc4_gen/IfcGrid.gen.js +99 -0
  5021. package/compiled/src/ifc/ifc4_gen/IfcGridAxis.gen.d.ts +18 -0
  5022. package/compiled/src/ifc/ifc4_gen/IfcGridAxis.gen.d.ts.map +1 -0
  5023. package/compiled/src/ifc/ifc4_gen/IfcGridAxis.gen.js +34 -0
  5024. package/compiled/src/ifc/ifc4_gen/IfcGridPlacement.gen.d.ts +18 -0
  5025. package/compiled/src/ifc/ifc4_gen/IfcGridPlacement.gen.d.ts.map +1 -0
  5026. package/compiled/src/ifc/ifc4_gen/IfcGridPlacement.gen.js +33 -0
  5027. package/compiled/src/ifc/ifc4_gen/IfcGridPlacementDirectionSelect.gen.d.ts +1 -0
  5028. package/compiled/src/ifc/ifc4_gen/IfcGridPlacementDirectionSelect.gen.d.ts.map +1 -0
  5029. package/compiled/src/ifc/ifc4_gen/IfcGridPlacementDirectionSelect.gen.js +1 -0
  5030. package/compiled/src/ifc/ifc4_gen/IfcGridTypeEnum.gen.d.ts +15 -0
  5031. package/compiled/src/ifc/ifc4_gen/IfcGridTypeEnum.gen.d.ts.map +1 -0
  5032. package/compiled/src/ifc/ifc4_gen/IfcGridTypeEnum.gen.js +26 -0
  5033. package/compiled/src/ifc/ifc4_gen/IfcGroup.gen.d.ts +12 -0
  5034. package/compiled/src/ifc/ifc4_gen/IfcGroup.gen.d.ts.map +1 -0
  5035. package/compiled/src/ifc/ifc4_gen/IfcGroup.gen.js +15 -0
  5036. package/compiled/src/ifc/ifc4_gen/IfcHalfSpaceSolid.gen.d.ts +18 -0
  5037. package/compiled/src/ifc/ifc4_gen/IfcHalfSpaceSolid.gen.d.ts.map +1 -0
  5038. package/compiled/src/ifc/ifc4_gen/IfcHalfSpaceSolid.gen.js +31 -0
  5039. package/compiled/src/ifc/ifc4_gen/IfcHatchLineDistanceSelect.gen.d.ts +1 -0
  5040. package/compiled/src/ifc/ifc4_gen/IfcHatchLineDistanceSelect.gen.d.ts.map +1 -0
  5041. package/compiled/src/ifc/ifc4_gen/IfcHatchLineDistanceSelect.gen.js +1 -0
  5042. package/compiled/src/ifc/ifc4_gen/IfcHeatExchanger.gen.d.ts +15 -0
  5043. package/compiled/src/ifc/ifc4_gen/IfcHeatExchanger.gen.d.ts.map +1 -0
  5044. package/compiled/src/ifc/ifc4_gen/IfcHeatExchanger.gen.js +22 -0
  5045. package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerType.gen.d.ts +15 -0
  5046. package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerType.gen.d.ts.map +1 -0
  5047. package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerType.gen.js +22 -0
  5048. package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerTypeEnum.gen.d.ts +13 -0
  5049. package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerTypeEnum.gen.d.ts.map +1 -0
  5050. package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerTypeEnum.gen.js +24 -0
  5051. package/compiled/src/ifc/ifc4_gen/IfcHeatFluxDensityMeasure.gen.d.ts +13 -0
  5052. package/compiled/src/ifc/ifc4_gen/IfcHeatFluxDensityMeasure.gen.d.ts.map +1 -0
  5053. package/compiled/src/ifc/ifc4_gen/IfcHeatFluxDensityMeasure.gen.js +21 -0
  5054. package/compiled/src/ifc/ifc4_gen/IfcHeatingValueMeasure.gen.d.ts +13 -0
  5055. package/compiled/src/ifc/ifc4_gen/IfcHeatingValueMeasure.gen.d.ts.map +1 -0
  5056. package/compiled/src/ifc/ifc4_gen/IfcHeatingValueMeasure.gen.js +21 -0
  5057. package/compiled/src/ifc/ifc4_gen/IfcHumidifier.gen.d.ts +15 -0
  5058. package/compiled/src/ifc/ifc4_gen/IfcHumidifier.gen.d.ts.map +1 -0
  5059. package/compiled/src/ifc/ifc4_gen/IfcHumidifier.gen.js +22 -0
  5060. package/compiled/src/ifc/ifc4_gen/IfcHumidifierType.gen.d.ts +15 -0
  5061. package/compiled/src/ifc/ifc4_gen/IfcHumidifierType.gen.d.ts.map +1 -0
  5062. package/compiled/src/ifc/ifc4_gen/IfcHumidifierType.gen.js +22 -0
  5063. package/compiled/src/ifc/ifc4_gen/IfcHumidifierTypeEnum.gen.d.ts +24 -0
  5064. package/compiled/src/ifc/ifc4_gen/IfcHumidifierTypeEnum.gen.d.ts.map +1 -0
  5065. package/compiled/src/ifc/ifc4_gen/IfcHumidifierTypeEnum.gen.js +35 -0
  5066. package/compiled/src/ifc/ifc4_gen/IfcIShapeProfileDef.gen.d.ts +26 -0
  5067. package/compiled/src/ifc/ifc4_gen/IfcIShapeProfileDef.gen.d.ts.map +1 -0
  5068. package/compiled/src/ifc/ifc4_gen/IfcIShapeProfileDef.gen.js +57 -0
  5069. package/compiled/src/ifc/ifc4_gen/IfcIdentifier.gen.d.ts +13 -0
  5070. package/compiled/src/ifc/ifc4_gen/IfcIdentifier.gen.d.ts.map +1 -0
  5071. package/compiled/src/ifc/ifc4_gen/IfcIdentifier.gen.js +21 -0
  5072. package/compiled/src/ifc/ifc4_gen/IfcIlluminanceMeasure.gen.d.ts +13 -0
  5073. package/compiled/src/ifc/ifc4_gen/IfcIlluminanceMeasure.gen.d.ts.map +1 -0
  5074. package/compiled/src/ifc/ifc4_gen/IfcIlluminanceMeasure.gen.js +21 -0
  5075. package/compiled/src/ifc/ifc4_gen/IfcImageTexture.gen.d.ts +14 -0
  5076. package/compiled/src/ifc/ifc4_gen/IfcImageTexture.gen.d.ts.map +1 -0
  5077. package/compiled/src/ifc/ifc4_gen/IfcImageTexture.gen.js +21 -0
  5078. package/compiled/src/ifc/ifc4_gen/IfcIndexedColourMap.gen.d.ts +22 -0
  5079. package/compiled/src/ifc/ifc4_gen/IfcIndexedColourMap.gen.d.ts.map +1 -0
  5080. package/compiled/src/ifc/ifc4_gen/IfcIndexedColourMap.gen.js +61 -0
  5081. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolyCurve.gen.d.ts +21 -0
  5082. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolyCurve.gen.d.ts.map +1 -0
  5083. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolyCurve.gen.js +60 -0
  5084. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFace.gen.d.ts +14 -0
  5085. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFace.gen.d.ts.map +1 -0
  5086. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFace.gen.js +41 -0
  5087. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFaceWithVoids.gen.d.ts +14 -0
  5088. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFaceWithVoids.gen.d.ts.map +1 -0
  5089. package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFaceWithVoids.gen.js +49 -0
  5090. package/compiled/src/ifc/ifc4_gen/IfcIndexedTextureMap.gen.d.ts +18 -0
  5091. package/compiled/src/ifc/ifc4_gen/IfcIndexedTextureMap.gen.d.ts.map +1 -0
  5092. package/compiled/src/ifc/ifc4_gen/IfcIndexedTextureMap.gen.js +29 -0
  5093. package/compiled/src/ifc/ifc4_gen/IfcIndexedTriangleTextureMap.gen.d.ts +14 -0
  5094. package/compiled/src/ifc/ifc4_gen/IfcIndexedTriangleTextureMap.gen.d.ts.map +1 -0
  5095. package/compiled/src/ifc/ifc4_gen/IfcIndexedTriangleTextureMap.gen.js +49 -0
  5096. package/compiled/src/ifc/ifc4_gen/IfcInductanceMeasure.gen.d.ts +13 -0
  5097. package/compiled/src/ifc/ifc4_gen/IfcInductanceMeasure.gen.d.ts.map +1 -0
  5098. package/compiled/src/ifc/ifc4_gen/IfcInductanceMeasure.gen.js +21 -0
  5099. package/compiled/src/ifc/ifc4_gen/IfcInteger.gen.d.ts +13 -0
  5100. package/compiled/src/ifc/ifc4_gen/IfcInteger.gen.d.ts.map +1 -0
  5101. package/compiled/src/ifc/ifc4_gen/IfcInteger.gen.js +21 -0
  5102. package/compiled/src/ifc/ifc4_gen/IfcIntegerCountRateMeasure.gen.d.ts +13 -0
  5103. package/compiled/src/ifc/ifc4_gen/IfcIntegerCountRateMeasure.gen.d.ts.map +1 -0
  5104. package/compiled/src/ifc/ifc4_gen/IfcIntegerCountRateMeasure.gen.js +21 -0
  5105. package/compiled/src/ifc/ifc4_gen/IfcInterceptor.gen.d.ts +15 -0
  5106. package/compiled/src/ifc/ifc4_gen/IfcInterceptor.gen.d.ts.map +1 -0
  5107. package/compiled/src/ifc/ifc4_gen/IfcInterceptor.gen.js +22 -0
  5108. package/compiled/src/ifc/ifc4_gen/IfcInterceptorType.gen.d.ts +15 -0
  5109. package/compiled/src/ifc/ifc4_gen/IfcInterceptorType.gen.d.ts.map +1 -0
  5110. package/compiled/src/ifc/ifc4_gen/IfcInterceptorType.gen.js +22 -0
  5111. package/compiled/src/ifc/ifc4_gen/IfcInterceptorTypeEnum.gen.d.ts +15 -0
  5112. package/compiled/src/ifc/ifc4_gen/IfcInterceptorTypeEnum.gen.d.ts.map +1 -0
  5113. package/compiled/src/ifc/ifc4_gen/IfcInterceptorTypeEnum.gen.js +26 -0
  5114. package/compiled/src/ifc/ifc4_gen/IfcInternalOrExternalEnum.gen.d.ts +15 -0
  5115. package/compiled/src/ifc/ifc4_gen/IfcInternalOrExternalEnum.gen.d.ts.map +1 -0
  5116. package/compiled/src/ifc/ifc4_gen/IfcInternalOrExternalEnum.gen.js +26 -0
  5117. package/compiled/src/ifc/ifc4_gen/IfcIntersectionCurve.gen.d.ts +12 -0
  5118. package/compiled/src/ifc/ifc4_gen/IfcIntersectionCurve.gen.d.ts.map +1 -0
  5119. package/compiled/src/ifc/ifc4_gen/IfcIntersectionCurve.gen.js +15 -0
  5120. package/compiled/src/ifc/ifc4_gen/IfcInventory.gen.d.ts +29 -0
  5121. package/compiled/src/ifc/ifc4_gen/IfcInventory.gen.d.ts.map +1 -0
  5122. package/compiled/src/ifc/ifc4_gen/IfcInventory.gen.js +80 -0
  5123. package/compiled/src/ifc/ifc4_gen/IfcInventoryTypeEnum.gen.d.ts +14 -0
  5124. package/compiled/src/ifc/ifc4_gen/IfcInventoryTypeEnum.gen.d.ts.map +1 -0
  5125. package/compiled/src/ifc/ifc4_gen/IfcInventoryTypeEnum.gen.js +25 -0
  5126. package/compiled/src/ifc/ifc4_gen/IfcIonConcentrationMeasure.gen.d.ts +13 -0
  5127. package/compiled/src/ifc/ifc4_gen/IfcIonConcentrationMeasure.gen.d.ts.map +1 -0
  5128. package/compiled/src/ifc/ifc4_gen/IfcIonConcentrationMeasure.gen.js +21 -0
  5129. package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeries.gen.d.ts +15 -0
  5130. package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeries.gen.d.ts.map +1 -0
  5131. package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeries.gen.js +42 -0
  5132. package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeriesValue.gen.d.ts +123 -0
  5133. package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeriesValue.gen.d.ts.map +1 -0
  5134. package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeriesValue.gen.js +159 -0
  5135. package/compiled/src/ifc/ifc4_gen/IfcIsothermalMoistureCapacityMeasure.gen.d.ts +13 -0
  5136. package/compiled/src/ifc/ifc4_gen/IfcIsothermalMoistureCapacityMeasure.gen.d.ts.map +1 -0
  5137. package/compiled/src/ifc/ifc4_gen/IfcIsothermalMoistureCapacityMeasure.gen.js +21 -0
  5138. package/compiled/src/ifc/ifc4_gen/IfcJunctionBox.gen.d.ts +15 -0
  5139. package/compiled/src/ifc/ifc4_gen/IfcJunctionBox.gen.d.ts.map +1 -0
  5140. package/compiled/src/ifc/ifc4_gen/IfcJunctionBox.gen.js +22 -0
  5141. package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxType.gen.d.ts +15 -0
  5142. package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxType.gen.d.ts.map +1 -0
  5143. package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxType.gen.js +22 -0
  5144. package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxTypeEnum.gen.d.ts +13 -0
  5145. package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxTypeEnum.gen.d.ts.map +1 -0
  5146. package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxTypeEnum.gen.js +24 -0
  5147. package/compiled/src/ifc/ifc4_gen/IfcKinematicViscosityMeasure.gen.d.ts +13 -0
  5148. package/compiled/src/ifc/ifc4_gen/IfcKinematicViscosityMeasure.gen.d.ts.map +1 -0
  5149. package/compiled/src/ifc/ifc4_gen/IfcKinematicViscosityMeasure.gen.js +21 -0
  5150. package/compiled/src/ifc/ifc4_gen/IfcKnotType.gen.d.ts +13 -0
  5151. package/compiled/src/ifc/ifc4_gen/IfcKnotType.gen.d.ts.map +1 -0
  5152. package/compiled/src/ifc/ifc4_gen/IfcKnotType.gen.js +24 -0
  5153. package/compiled/src/ifc/ifc4_gen/IfcLShapeProfileDef.gen.d.ts +24 -0
  5154. package/compiled/src/ifc/ifc4_gen/IfcLShapeProfileDef.gen.d.ts.map +1 -0
  5155. package/compiled/src/ifc/ifc4_gen/IfcLShapeProfileDef.gen.js +51 -0
  5156. package/compiled/src/ifc/ifc4_gen/IfcLabel.gen.d.ts +13 -0
  5157. package/compiled/src/ifc/ifc4_gen/IfcLabel.gen.d.ts.map +1 -0
  5158. package/compiled/src/ifc/ifc4_gen/IfcLabel.gen.js +21 -0
  5159. package/compiled/src/ifc/ifc4_gen/IfcLaborResource.gen.d.ts +15 -0
  5160. package/compiled/src/ifc/ifc4_gen/IfcLaborResource.gen.d.ts.map +1 -0
  5161. package/compiled/src/ifc/ifc4_gen/IfcLaborResource.gen.js +22 -0
  5162. package/compiled/src/ifc/ifc4_gen/IfcLaborResourceType.gen.d.ts +15 -0
  5163. package/compiled/src/ifc/ifc4_gen/IfcLaborResourceType.gen.d.ts.map +1 -0
  5164. package/compiled/src/ifc/ifc4_gen/IfcLaborResourceType.gen.js +22 -0
  5165. package/compiled/src/ifc/ifc4_gen/IfcLaborResourceTypeEnum.gen.d.ts +30 -0
  5166. package/compiled/src/ifc/ifc4_gen/IfcLaborResourceTypeEnum.gen.d.ts.map +1 -0
  5167. package/compiled/src/ifc/ifc4_gen/IfcLaborResourceTypeEnum.gen.js +41 -0
  5168. package/compiled/src/ifc/ifc4_gen/IfcLagTime.gen.d.ts +19 -0
  5169. package/compiled/src/ifc/ifc4_gen/IfcLagTime.gen.d.ts.map +1 -0
  5170. package/compiled/src/ifc/ifc4_gen/IfcLagTime.gen.js +34 -0
  5171. package/compiled/src/ifc/ifc4_gen/IfcLamp.gen.d.ts +15 -0
  5172. package/compiled/src/ifc/ifc4_gen/IfcLamp.gen.d.ts.map +1 -0
  5173. package/compiled/src/ifc/ifc4_gen/IfcLamp.gen.js +22 -0
  5174. package/compiled/src/ifc/ifc4_gen/IfcLampType.gen.d.ts +15 -0
  5175. package/compiled/src/ifc/ifc4_gen/IfcLampType.gen.d.ts.map +1 -0
  5176. package/compiled/src/ifc/ifc4_gen/IfcLampType.gen.js +22 -0
  5177. package/compiled/src/ifc/ifc4_gen/IfcLampTypeEnum.gen.d.ts +20 -0
  5178. package/compiled/src/ifc/ifc4_gen/IfcLampTypeEnum.gen.d.ts.map +1 -0
  5179. package/compiled/src/ifc/ifc4_gen/IfcLampTypeEnum.gen.js +31 -0
  5180. package/compiled/src/ifc/ifc4_gen/IfcLanguageId.gen.d.ts +13 -0
  5181. package/compiled/src/ifc/ifc4_gen/IfcLanguageId.gen.d.ts.map +1 -0
  5182. package/compiled/src/ifc/ifc4_gen/IfcLanguageId.gen.js +20 -0
  5183. package/compiled/src/ifc/ifc4_gen/IfcLayerSetDirectionEnum.gen.d.ts +12 -0
  5184. package/compiled/src/ifc/ifc4_gen/IfcLayerSetDirectionEnum.gen.d.ts.map +1 -0
  5185. package/compiled/src/ifc/ifc4_gen/IfcLayerSetDirectionEnum.gen.js +23 -0
  5186. package/compiled/src/ifc/ifc4_gen/IfcLayeredItem.gen.d.ts +1 -0
  5187. package/compiled/src/ifc/ifc4_gen/IfcLayeredItem.gen.d.ts.map +1 -0
  5188. package/compiled/src/ifc/ifc4_gen/IfcLayeredItem.gen.js +1 -0
  5189. package/compiled/src/ifc/ifc4_gen/IfcLengthMeasure.gen.d.ts +13 -0
  5190. package/compiled/src/ifc/ifc4_gen/IfcLengthMeasure.gen.d.ts.map +1 -0
  5191. package/compiled/src/ifc/ifc4_gen/IfcLengthMeasure.gen.js +21 -0
  5192. package/compiled/src/ifc/ifc4_gen/IfcLibraryInformation.gen.d.ts +27 -0
  5193. package/compiled/src/ifc/ifc4_gen/IfcLibraryInformation.gen.d.ts.map +1 -0
  5194. package/compiled/src/ifc/ifc4_gen/IfcLibraryInformation.gen.js +58 -0
  5195. package/compiled/src/ifc/ifc4_gen/IfcLibraryReference.gen.d.ts +19 -0
  5196. package/compiled/src/ifc/ifc4_gen/IfcLibraryReference.gen.d.ts.map +1 -0
  5197. package/compiled/src/ifc/ifc4_gen/IfcLibraryReference.gen.js +34 -0
  5198. package/compiled/src/ifc/ifc4_gen/IfcLibrarySelect.gen.d.ts +1 -0
  5199. package/compiled/src/ifc/ifc4_gen/IfcLibrarySelect.gen.d.ts.map +1 -0
  5200. package/compiled/src/ifc/ifc4_gen/IfcLibrarySelect.gen.js +1 -0
  5201. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionCurveEnum.gen.d.ts +13 -0
  5202. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionCurveEnum.gen.d.ts.map +1 -0
  5203. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionCurveEnum.gen.js +24 -0
  5204. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionData.gen.d.ts +17 -0
  5205. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionData.gen.d.ts.map +1 -0
  5206. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionData.gen.js +72 -0
  5207. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionDataSourceSelect.gen.d.ts +1 -0
  5208. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionDataSourceSelect.gen.d.ts.map +1 -0
  5209. package/compiled/src/ifc/ifc4_gen/IfcLightDistributionDataSourceSelect.gen.js +1 -0
  5210. package/compiled/src/ifc/ifc4_gen/IfcLightEmissionSourceEnum.gen.d.ts +20 -0
  5211. package/compiled/src/ifc/ifc4_gen/IfcLightEmissionSourceEnum.gen.d.ts.map +1 -0
  5212. package/compiled/src/ifc/ifc4_gen/IfcLightEmissionSourceEnum.gen.js +31 -0
  5213. package/compiled/src/ifc/ifc4_gen/IfcLightFixture.gen.d.ts +15 -0
  5214. package/compiled/src/ifc/ifc4_gen/IfcLightFixture.gen.d.ts.map +1 -0
  5215. package/compiled/src/ifc/ifc4_gen/IfcLightFixture.gen.js +22 -0
  5216. package/compiled/src/ifc/ifc4_gen/IfcLightFixtureType.gen.d.ts +15 -0
  5217. package/compiled/src/ifc/ifc4_gen/IfcLightFixtureType.gen.d.ts.map +1 -0
  5218. package/compiled/src/ifc/ifc4_gen/IfcLightFixtureType.gen.js +22 -0
  5219. package/compiled/src/ifc/ifc4_gen/IfcLightFixtureTypeEnum.gen.d.ts +14 -0
  5220. package/compiled/src/ifc/ifc4_gen/IfcLightFixtureTypeEnum.gen.d.ts.map +1 -0
  5221. package/compiled/src/ifc/ifc4_gen/IfcLightFixtureTypeEnum.gen.js +25 -0
  5222. package/compiled/src/ifc/ifc4_gen/IfcLightIntensityDistribution.gen.d.ts +17 -0
  5223. package/compiled/src/ifc/ifc4_gen/IfcLightIntensityDistribution.gen.d.ts.map +1 -0
  5224. package/compiled/src/ifc/ifc4_gen/IfcLightIntensityDistribution.gen.js +49 -0
  5225. package/compiled/src/ifc/ifc4_gen/IfcLightSource.gen.d.ts +21 -0
  5226. package/compiled/src/ifc/ifc4_gen/IfcLightSource.gen.d.ts.map +1 -0
  5227. package/compiled/src/ifc/ifc4_gen/IfcLightSource.gen.js +40 -0
  5228. package/compiled/src/ifc/ifc4_gen/IfcLightSourceAmbient.gen.d.ts +12 -0
  5229. package/compiled/src/ifc/ifc4_gen/IfcLightSourceAmbient.gen.d.ts.map +1 -0
  5230. package/compiled/src/ifc/ifc4_gen/IfcLightSourceAmbient.gen.js +15 -0
  5231. package/compiled/src/ifc/ifc4_gen/IfcLightSourceDirectional.gen.d.ts +15 -0
  5232. package/compiled/src/ifc/ifc4_gen/IfcLightSourceDirectional.gen.d.ts.map +1 -0
  5233. package/compiled/src/ifc/ifc4_gen/IfcLightSourceDirectional.gen.js +22 -0
  5234. package/compiled/src/ifc/ifc4_gen/IfcLightSourceGoniometric.gen.d.ts +29 -0
  5235. package/compiled/src/ifc/ifc4_gen/IfcLightSourceGoniometric.gen.d.ts.map +1 -0
  5236. package/compiled/src/ifc/ifc4_gen/IfcLightSourceGoniometric.gen.js +60 -0
  5237. package/compiled/src/ifc/ifc4_gen/IfcLightSourcePositional.gen.d.ts +23 -0
  5238. package/compiled/src/ifc/ifc4_gen/IfcLightSourcePositional.gen.d.ts.map +1 -0
  5239. package/compiled/src/ifc/ifc4_gen/IfcLightSourcePositional.gen.js +46 -0
  5240. package/compiled/src/ifc/ifc4_gen/IfcLightSourceSpot.gen.d.ts +21 -0
  5241. package/compiled/src/ifc/ifc4_gen/IfcLightSourceSpot.gen.d.ts.map +1 -0
  5242. package/compiled/src/ifc/ifc4_gen/IfcLightSourceSpot.gen.js +40 -0
  5243. package/compiled/src/ifc/ifc4_gen/IfcLine.gen.d.ts +18 -0
  5244. package/compiled/src/ifc/ifc4_gen/IfcLine.gen.d.ts.map +1 -0
  5245. package/compiled/src/ifc/ifc4_gen/IfcLine.gen.js +29 -0
  5246. package/compiled/src/ifc/ifc4_gen/IfcLineIndex.gen.d.ts +13 -0
  5247. package/compiled/src/ifc/ifc4_gen/IfcLineIndex.gen.d.ts.map +1 -0
  5248. package/compiled/src/ifc/ifc4_gen/IfcLineIndex.gen.js +41 -0
  5249. package/compiled/src/ifc/ifc4_gen/IfcLinearForceMeasure.gen.d.ts +13 -0
  5250. package/compiled/src/ifc/ifc4_gen/IfcLinearForceMeasure.gen.d.ts.map +1 -0
  5251. package/compiled/src/ifc/ifc4_gen/IfcLinearForceMeasure.gen.js +21 -0
  5252. package/compiled/src/ifc/ifc4_gen/IfcLinearMomentMeasure.gen.d.ts +13 -0
  5253. package/compiled/src/ifc/ifc4_gen/IfcLinearMomentMeasure.gen.d.ts.map +1 -0
  5254. package/compiled/src/ifc/ifc4_gen/IfcLinearMomentMeasure.gen.js +21 -0
  5255. package/compiled/src/ifc/ifc4_gen/IfcLinearStiffnessMeasure.gen.d.ts +13 -0
  5256. package/compiled/src/ifc/ifc4_gen/IfcLinearStiffnessMeasure.gen.d.ts.map +1 -0
  5257. package/compiled/src/ifc/ifc4_gen/IfcLinearStiffnessMeasure.gen.js +21 -0
  5258. package/compiled/src/ifc/ifc4_gen/IfcLinearVelocityMeasure.gen.d.ts +13 -0
  5259. package/compiled/src/ifc/ifc4_gen/IfcLinearVelocityMeasure.gen.d.ts.map +1 -0
  5260. package/compiled/src/ifc/ifc4_gen/IfcLinearVelocityMeasure.gen.js +21 -0
  5261. package/compiled/src/ifc/ifc4_gen/IfcLoadGroupTypeEnum.gen.d.ts +14 -0
  5262. package/compiled/src/ifc/ifc4_gen/IfcLoadGroupTypeEnum.gen.d.ts.map +1 -0
  5263. package/compiled/src/ifc/ifc4_gen/IfcLoadGroupTypeEnum.gen.js +25 -0
  5264. package/compiled/src/ifc/ifc4_gen/IfcLocalPlacement.gen.d.ts +18 -0
  5265. package/compiled/src/ifc/ifc4_gen/IfcLocalPlacement.gen.d.ts.map +1 -0
  5266. package/compiled/src/ifc/ifc4_gen/IfcLocalPlacement.gen.js +33 -0
  5267. package/compiled/src/ifc/ifc4_gen/IfcLogical.gen.d.ts +13 -0
  5268. package/compiled/src/ifc/ifc4_gen/IfcLogical.gen.d.ts.map +1 -0
  5269. package/compiled/src/ifc/ifc4_gen/IfcLogical.gen.js +21 -0
  5270. package/compiled/src/ifc/ifc4_gen/IfcLogicalOperatorEnum.gen.d.ts +14 -0
  5271. package/compiled/src/ifc/ifc4_gen/IfcLogicalOperatorEnum.gen.d.ts.map +1 -0
  5272. package/compiled/src/ifc/ifc4_gen/IfcLogicalOperatorEnum.gen.js +25 -0
  5273. package/compiled/src/ifc/ifc4_gen/IfcLoop.gen.d.ts +12 -0
  5274. package/compiled/src/ifc/ifc4_gen/IfcLoop.gen.d.ts.map +1 -0
  5275. package/compiled/src/ifc/ifc4_gen/IfcLoop.gen.js +15 -0
  5276. package/compiled/src/ifc/ifc4_gen/IfcLuminousFluxMeasure.gen.d.ts +13 -0
  5277. package/compiled/src/ifc/ifc4_gen/IfcLuminousFluxMeasure.gen.d.ts.map +1 -0
  5278. package/compiled/src/ifc/ifc4_gen/IfcLuminousFluxMeasure.gen.js +21 -0
  5279. package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityDistributionMeasure.gen.d.ts +13 -0
  5280. package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityDistributionMeasure.gen.d.ts.map +1 -0
  5281. package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityDistributionMeasure.gen.js +21 -0
  5282. package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityMeasure.gen.d.ts +13 -0
  5283. package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityMeasure.gen.d.ts.map +1 -0
  5284. package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityMeasure.gen.js +21 -0
  5285. package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxDensityMeasure.gen.d.ts +13 -0
  5286. package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxDensityMeasure.gen.d.ts.map +1 -0
  5287. package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxDensityMeasure.gen.js +21 -0
  5288. package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxMeasure.gen.d.ts +13 -0
  5289. package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxMeasure.gen.d.ts.map +1 -0
  5290. package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxMeasure.gen.js +21 -0
  5291. package/compiled/src/ifc/ifc4_gen/IfcManifoldSolidBrep.gen.d.ts +15 -0
  5292. package/compiled/src/ifc/ifc4_gen/IfcManifoldSolidBrep.gen.d.ts.map +1 -0
  5293. package/compiled/src/ifc/ifc4_gen/IfcManifoldSolidBrep.gen.js +22 -0
  5294. package/compiled/src/ifc/ifc4_gen/IfcMapConversion.gen.d.ts +24 -0
  5295. package/compiled/src/ifc/ifc4_gen/IfcMapConversion.gen.d.ts.map +1 -0
  5296. package/compiled/src/ifc/ifc4_gen/IfcMapConversion.gen.js +51 -0
  5297. package/compiled/src/ifc/ifc4_gen/IfcMappedItem.gen.d.ts +18 -0
  5298. package/compiled/src/ifc/ifc4_gen/IfcMappedItem.gen.d.ts.map +1 -0
  5299. package/compiled/src/ifc/ifc4_gen/IfcMappedItem.gen.js +29 -0
  5300. package/compiled/src/ifc/ifc4_gen/IfcMassDensityMeasure.gen.d.ts +13 -0
  5301. package/compiled/src/ifc/ifc4_gen/IfcMassDensityMeasure.gen.d.ts.map +1 -0
  5302. package/compiled/src/ifc/ifc4_gen/IfcMassDensityMeasure.gen.js +21 -0
  5303. package/compiled/src/ifc/ifc4_gen/IfcMassFlowRateMeasure.gen.d.ts +13 -0
  5304. package/compiled/src/ifc/ifc4_gen/IfcMassFlowRateMeasure.gen.d.ts.map +1 -0
  5305. package/compiled/src/ifc/ifc4_gen/IfcMassFlowRateMeasure.gen.js +21 -0
  5306. package/compiled/src/ifc/ifc4_gen/IfcMassMeasure.gen.d.ts +13 -0
  5307. package/compiled/src/ifc/ifc4_gen/IfcMassMeasure.gen.d.ts.map +1 -0
  5308. package/compiled/src/ifc/ifc4_gen/IfcMassMeasure.gen.js +21 -0
  5309. package/compiled/src/ifc/ifc4_gen/IfcMassPerLengthMeasure.gen.d.ts +13 -0
  5310. package/compiled/src/ifc/ifc4_gen/IfcMassPerLengthMeasure.gen.d.ts.map +1 -0
  5311. package/compiled/src/ifc/ifc4_gen/IfcMassPerLengthMeasure.gen.js +21 -0
  5312. package/compiled/src/ifc/ifc4_gen/IfcMaterial.gen.d.ts +18 -0
  5313. package/compiled/src/ifc/ifc4_gen/IfcMaterial.gen.d.ts.map +1 -0
  5314. package/compiled/src/ifc/ifc4_gen/IfcMaterial.gen.js +33 -0
  5315. package/compiled/src/ifc/ifc4_gen/IfcMaterialClassificationRelationship.gen.d.ts +18 -0
  5316. package/compiled/src/ifc/ifc4_gen/IfcMaterialClassificationRelationship.gen.d.ts.map +1 -0
  5317. package/compiled/src/ifc/ifc4_gen/IfcMaterialClassificationRelationship.gen.js +54 -0
  5318. package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituent.gen.d.ts +23 -0
  5319. package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituent.gen.d.ts.map +1 -0
  5320. package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituent.gen.js +46 -0
  5321. package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituentSet.gen.d.ts +19 -0
  5322. package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituentSet.gen.d.ts.map +1 -0
  5323. package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituentSet.gen.js +54 -0
  5324. package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinition.gen.d.ts +11 -0
  5325. package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinition.gen.d.ts.map +1 -0
  5326. package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinition.gen.js +15 -0
  5327. package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinitionRepresentation.gen.d.ts +15 -0
  5328. package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinitionRepresentation.gen.d.ts.map +1 -0
  5329. package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinitionRepresentation.gen.js +22 -0
  5330. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayer.gen.d.ts +27 -0
  5331. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayer.gen.d.ts.map +1 -0
  5332. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayer.gen.js +58 -0
  5333. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSet.gen.d.ts +20 -0
  5334. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSet.gen.d.ts.map +1 -0
  5335. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSet.gen.js +58 -0
  5336. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSetUsage.gen.d.ts +25 -0
  5337. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSetUsage.gen.d.ts.map +1 -0
  5338. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSetUsage.gen.js +48 -0
  5339. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerWithOffsets.gen.d.ts +17 -0
  5340. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerWithOffsets.gen.d.ts.map +1 -0
  5341. package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerWithOffsets.gen.js +48 -0
  5342. package/compiled/src/ifc/ifc4_gen/IfcMaterialList.gen.d.ts +14 -0
  5343. package/compiled/src/ifc/ifc4_gen/IfcMaterialList.gen.d.ts.map +1 -0
  5344. package/compiled/src/ifc/ifc4_gen/IfcMaterialList.gen.js +42 -0
  5345. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfile.gen.d.ts +26 -0
  5346. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfile.gen.d.ts.map +1 -0
  5347. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfile.gen.js +53 -0
  5348. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSet.gen.d.ts +22 -0
  5349. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSet.gen.d.ts.map +1 -0
  5350. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSet.gen.js +61 -0
  5351. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsage.gen.d.ts +19 -0
  5352. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsage.gen.d.ts.map +1 -0
  5353. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsage.gen.js +34 -0
  5354. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsageTapering.gen.d.ts +17 -0
  5355. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsageTapering.gen.d.ts.map +1 -0
  5356. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsageTapering.gen.js +28 -0
  5357. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileWithOffsets.gen.d.ts +14 -0
  5358. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileWithOffsets.gen.d.ts.map +1 -0
  5359. package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileWithOffsets.gen.js +41 -0
  5360. package/compiled/src/ifc/ifc4_gen/IfcMaterialProperties.gen.d.ts +15 -0
  5361. package/compiled/src/ifc/ifc4_gen/IfcMaterialProperties.gen.d.ts.map +1 -0
  5362. package/compiled/src/ifc/ifc4_gen/IfcMaterialProperties.gen.js +22 -0
  5363. package/compiled/src/ifc/ifc4_gen/IfcMaterialRelationship.gen.d.ts +19 -0
  5364. package/compiled/src/ifc/ifc4_gen/IfcMaterialRelationship.gen.d.ts.map +1 -0
  5365. package/compiled/src/ifc/ifc4_gen/IfcMaterialRelationship.gen.js +54 -0
  5366. package/compiled/src/ifc/ifc4_gen/IfcMaterialSelect.gen.d.ts +1 -0
  5367. package/compiled/src/ifc/ifc4_gen/IfcMaterialSelect.gen.d.ts.map +1 -0
  5368. package/compiled/src/ifc/ifc4_gen/IfcMaterialSelect.gen.js +1 -0
  5369. package/compiled/src/ifc/ifc4_gen/IfcMaterialUsageDefinition.gen.d.ts +11 -0
  5370. package/compiled/src/ifc/ifc4_gen/IfcMaterialUsageDefinition.gen.d.ts.map +1 -0
  5371. package/compiled/src/ifc/ifc4_gen/IfcMaterialUsageDefinition.gen.js +15 -0
  5372. package/compiled/src/ifc/ifc4_gen/IfcMeasureValue.gen.d.ts +1 -0
  5373. package/compiled/src/ifc/ifc4_gen/IfcMeasureValue.gen.d.ts.map +1 -0
  5374. package/compiled/src/ifc/ifc4_gen/IfcMeasureValue.gen.js +1 -0
  5375. package/compiled/src/ifc/ifc4_gen/IfcMeasureWithUnit.gen.d.ts +126 -0
  5376. package/compiled/src/ifc/ifc4_gen/IfcMeasureWithUnit.gen.d.ts.map +1 -0
  5377. package/compiled/src/ifc/ifc4_gen/IfcMeasureWithUnit.gen.js +146 -0
  5378. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastener.gen.d.ts +19 -0
  5379. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastener.gen.d.ts.map +1 -0
  5380. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastener.gen.js +34 -0
  5381. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerType.gen.d.ts +19 -0
  5382. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerType.gen.d.ts.map +1 -0
  5383. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerType.gen.js +34 -0
  5384. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerTypeEnum.gen.d.ts +21 -0
  5385. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerTypeEnum.gen.d.ts.map +1 -0
  5386. package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerTypeEnum.gen.js +32 -0
  5387. package/compiled/src/ifc/ifc4_gen/IfcMedicalDevice.gen.d.ts +15 -0
  5388. package/compiled/src/ifc/ifc4_gen/IfcMedicalDevice.gen.d.ts.map +1 -0
  5389. package/compiled/src/ifc/ifc4_gen/IfcMedicalDevice.gen.js +22 -0
  5390. package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceType.gen.d.ts +15 -0
  5391. package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceType.gen.d.ts.map +1 -0
  5392. package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceType.gen.js +22 -0
  5393. package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceTypeEnum.gen.d.ts +16 -0
  5394. package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceTypeEnum.gen.d.ts.map +1 -0
  5395. package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceTypeEnum.gen.js +27 -0
  5396. package/compiled/src/ifc/ifc4_gen/IfcMember.gen.d.ts +15 -0
  5397. package/compiled/src/ifc/ifc4_gen/IfcMember.gen.d.ts.map +1 -0
  5398. package/compiled/src/ifc/ifc4_gen/IfcMember.gen.js +22 -0
  5399. package/compiled/src/ifc/ifc4_gen/IfcMemberStandardCase.gen.d.ts +12 -0
  5400. package/compiled/src/ifc/ifc4_gen/IfcMemberStandardCase.gen.d.ts.map +1 -0
  5401. package/compiled/src/ifc/ifc4_gen/IfcMemberStandardCase.gen.js +15 -0
  5402. package/compiled/src/ifc/ifc4_gen/IfcMemberType.gen.d.ts +15 -0
  5403. package/compiled/src/ifc/ifc4_gen/IfcMemberType.gen.d.ts.map +1 -0
  5404. package/compiled/src/ifc/ifc4_gen/IfcMemberType.gen.js +22 -0
  5405. package/compiled/src/ifc/ifc4_gen/IfcMemberTypeEnum.gen.d.ts +23 -0
  5406. package/compiled/src/ifc/ifc4_gen/IfcMemberTypeEnum.gen.d.ts.map +1 -0
  5407. package/compiled/src/ifc/ifc4_gen/IfcMemberTypeEnum.gen.js +34 -0
  5408. package/compiled/src/ifc/ifc4_gen/IfcMetric.gen.d.ts +134 -0
  5409. package/compiled/src/ifc/ifc4_gen/IfcMetric.gen.d.ts.map +1 -0
  5410. package/compiled/src/ifc/ifc4_gen/IfcMetric.gen.js +157 -0
  5411. package/compiled/src/ifc/ifc4_gen/IfcMetricValueSelect.gen.d.ts +1 -0
  5412. package/compiled/src/ifc/ifc4_gen/IfcMetricValueSelect.gen.d.ts.map +1 -0
  5413. package/compiled/src/ifc/ifc4_gen/IfcMetricValueSelect.gen.js +1 -0
  5414. package/compiled/src/ifc/ifc4_gen/IfcMirroredProfileDef.gen.d.ts +12 -0
  5415. package/compiled/src/ifc/ifc4_gen/IfcMirroredProfileDef.gen.d.ts.map +1 -0
  5416. package/compiled/src/ifc/ifc4_gen/IfcMirroredProfileDef.gen.js +15 -0
  5417. package/compiled/src/ifc/ifc4_gen/IfcModulusOfElasticityMeasure.gen.d.ts +13 -0
  5418. package/compiled/src/ifc/ifc4_gen/IfcModulusOfElasticityMeasure.gen.d.ts.map +1 -0
  5419. package/compiled/src/ifc/ifc4_gen/IfcModulusOfElasticityMeasure.gen.js +21 -0
  5420. package/compiled/src/ifc/ifc4_gen/IfcModulusOfLinearSubgradeReactionMeasure.gen.d.ts +13 -0
  5421. package/compiled/src/ifc/ifc4_gen/IfcModulusOfLinearSubgradeReactionMeasure.gen.d.ts.map +1 -0
  5422. package/compiled/src/ifc/ifc4_gen/IfcModulusOfLinearSubgradeReactionMeasure.gen.js +21 -0
  5423. package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionMeasure.gen.d.ts +13 -0
  5424. package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionMeasure.gen.d.ts.map +1 -0
  5425. package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionMeasure.gen.js +21 -0
  5426. package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionSelect.gen.d.ts +1 -0
  5427. package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionSelect.gen.d.ts.map +1 -0
  5428. package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionSelect.gen.js +1 -0
  5429. package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionMeasure.gen.d.ts +13 -0
  5430. package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionMeasure.gen.d.ts.map +1 -0
  5431. package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionMeasure.gen.js +21 -0
  5432. package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionSelect.gen.d.ts +1 -0
  5433. package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionSelect.gen.d.ts.map +1 -0
  5434. package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionSelect.gen.js +1 -0
  5435. package/compiled/src/ifc/ifc4_gen/IfcModulusOfTranslationalSubgradeReactionSelect.gen.d.ts +1 -0
  5436. package/compiled/src/ifc/ifc4_gen/IfcModulusOfTranslationalSubgradeReactionSelect.gen.d.ts.map +1 -0
  5437. package/compiled/src/ifc/ifc4_gen/IfcModulusOfTranslationalSubgradeReactionSelect.gen.js +1 -0
  5438. package/compiled/src/ifc/ifc4_gen/IfcMoistureDiffusivityMeasure.gen.d.ts +13 -0
  5439. package/compiled/src/ifc/ifc4_gen/IfcMoistureDiffusivityMeasure.gen.d.ts.map +1 -0
  5440. package/compiled/src/ifc/ifc4_gen/IfcMoistureDiffusivityMeasure.gen.js +21 -0
  5441. package/compiled/src/ifc/ifc4_gen/IfcMolecularWeightMeasure.gen.d.ts +13 -0
  5442. package/compiled/src/ifc/ifc4_gen/IfcMolecularWeightMeasure.gen.d.ts.map +1 -0
  5443. package/compiled/src/ifc/ifc4_gen/IfcMolecularWeightMeasure.gen.js +21 -0
  5444. package/compiled/src/ifc/ifc4_gen/IfcMomentOfInertiaMeasure.gen.d.ts +13 -0
  5445. package/compiled/src/ifc/ifc4_gen/IfcMomentOfInertiaMeasure.gen.d.ts.map +1 -0
  5446. package/compiled/src/ifc/ifc4_gen/IfcMomentOfInertiaMeasure.gen.js +21 -0
  5447. package/compiled/src/ifc/ifc4_gen/IfcMonetaryMeasure.gen.d.ts +13 -0
  5448. package/compiled/src/ifc/ifc4_gen/IfcMonetaryMeasure.gen.d.ts.map +1 -0
  5449. package/compiled/src/ifc/ifc4_gen/IfcMonetaryMeasure.gen.js +21 -0
  5450. package/compiled/src/ifc/ifc4_gen/IfcMonetaryUnit.gen.d.ts +13 -0
  5451. package/compiled/src/ifc/ifc4_gen/IfcMonetaryUnit.gen.d.ts.map +1 -0
  5452. package/compiled/src/ifc/ifc4_gen/IfcMonetaryUnit.gen.js +21 -0
  5453. package/compiled/src/ifc/ifc4_gen/IfcMonthInYearNumber.gen.d.ts +13 -0
  5454. package/compiled/src/ifc/ifc4_gen/IfcMonthInYearNumber.gen.d.ts.map +1 -0
  5455. package/compiled/src/ifc/ifc4_gen/IfcMonthInYearNumber.gen.js +21 -0
  5456. package/compiled/src/ifc/ifc4_gen/IfcMotorConnection.gen.d.ts +15 -0
  5457. package/compiled/src/ifc/ifc4_gen/IfcMotorConnection.gen.d.ts.map +1 -0
  5458. package/compiled/src/ifc/ifc4_gen/IfcMotorConnection.gen.js +22 -0
  5459. package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionType.gen.d.ts +15 -0
  5460. package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionType.gen.d.ts.map +1 -0
  5461. package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionType.gen.js +22 -0
  5462. package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionTypeEnum.gen.d.ts +14 -0
  5463. package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionTypeEnum.gen.d.ts.map +1 -0
  5464. package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionTypeEnum.gen.js +25 -0
  5465. package/compiled/src/ifc/ifc4_gen/IfcNamedUnit.gen.d.ts +17 -0
  5466. package/compiled/src/ifc/ifc4_gen/IfcNamedUnit.gen.d.ts.map +1 -0
  5467. package/compiled/src/ifc/ifc4_gen/IfcNamedUnit.gen.js +29 -0
  5468. package/compiled/src/ifc/ifc4_gen/IfcNonNegativeLengthMeasure.gen.d.ts +13 -0
  5469. package/compiled/src/ifc/ifc4_gen/IfcNonNegativeLengthMeasure.gen.d.ts.map +1 -0
  5470. package/compiled/src/ifc/ifc4_gen/IfcNonNegativeLengthMeasure.gen.js +20 -0
  5471. package/compiled/src/ifc/ifc4_gen/IfcNormalisedRatioMeasure.gen.d.ts +13 -0
  5472. package/compiled/src/ifc/ifc4_gen/IfcNormalisedRatioMeasure.gen.d.ts.map +1 -0
  5473. package/compiled/src/ifc/ifc4_gen/IfcNormalisedRatioMeasure.gen.js +20 -0
  5474. package/compiled/src/ifc/ifc4_gen/IfcNullStyle.gen.d.ts +10 -0
  5475. package/compiled/src/ifc/ifc4_gen/IfcNullStyle.gen.d.ts.map +1 -0
  5476. package/compiled/src/ifc/ifc4_gen/IfcNullStyle.gen.js +21 -0
  5477. package/compiled/src/ifc/ifc4_gen/IfcNumericMeasure.gen.d.ts +13 -0
  5478. package/compiled/src/ifc/ifc4_gen/IfcNumericMeasure.gen.d.ts.map +1 -0
  5479. package/compiled/src/ifc/ifc4_gen/IfcNumericMeasure.gen.js +21 -0
  5480. package/compiled/src/ifc/ifc4_gen/IfcObject.gen.d.ts +14 -0
  5481. package/compiled/src/ifc/ifc4_gen/IfcObject.gen.d.ts.map +1 -0
  5482. package/compiled/src/ifc/ifc4_gen/IfcObject.gen.js +21 -0
  5483. package/compiled/src/ifc/ifc4_gen/IfcObjectDefinition.gen.d.ts +12 -0
  5484. package/compiled/src/ifc/ifc4_gen/IfcObjectDefinition.gen.d.ts.map +1 -0
  5485. package/compiled/src/ifc/ifc4_gen/IfcObjectDefinition.gen.js +15 -0
  5486. package/compiled/src/ifc/ifc4_gen/IfcObjectPlacement.gen.d.ts +11 -0
  5487. package/compiled/src/ifc/ifc4_gen/IfcObjectPlacement.gen.d.ts.map +1 -0
  5488. package/compiled/src/ifc/ifc4_gen/IfcObjectPlacement.gen.js +15 -0
  5489. package/compiled/src/ifc/ifc4_gen/IfcObjectReferenceSelect.gen.d.ts +1 -0
  5490. package/compiled/src/ifc/ifc4_gen/IfcObjectReferenceSelect.gen.d.ts.map +1 -0
  5491. package/compiled/src/ifc/ifc4_gen/IfcObjectReferenceSelect.gen.js +1 -0
  5492. package/compiled/src/ifc/ifc4_gen/IfcObjectTypeEnum.gen.d.ts +17 -0
  5493. package/compiled/src/ifc/ifc4_gen/IfcObjectTypeEnum.gen.d.ts.map +1 -0
  5494. package/compiled/src/ifc/ifc4_gen/IfcObjectTypeEnum.gen.js +28 -0
  5495. package/compiled/src/ifc/ifc4_gen/IfcObjective.gen.d.ts +22 -0
  5496. package/compiled/src/ifc/ifc4_gen/IfcObjective.gen.d.ts.map +1 -0
  5497. package/compiled/src/ifc/ifc4_gen/IfcObjective.gen.js +61 -0
  5498. package/compiled/src/ifc/ifc4_gen/IfcObjectiveEnum.gen.d.ts +22 -0
  5499. package/compiled/src/ifc/ifc4_gen/IfcObjectiveEnum.gen.d.ts.map +1 -0
  5500. package/compiled/src/ifc/ifc4_gen/IfcObjectiveEnum.gen.js +33 -0
  5501. package/compiled/src/ifc/ifc4_gen/IfcOccupant.gen.d.ts +15 -0
  5502. package/compiled/src/ifc/ifc4_gen/IfcOccupant.gen.d.ts.map +1 -0
  5503. package/compiled/src/ifc/ifc4_gen/IfcOccupant.gen.js +22 -0
  5504. package/compiled/src/ifc/ifc4_gen/IfcOccupantTypeEnum.gen.d.ts +18 -0
  5505. package/compiled/src/ifc/ifc4_gen/IfcOccupantTypeEnum.gen.d.ts.map +1 -0
  5506. package/compiled/src/ifc/ifc4_gen/IfcOccupantTypeEnum.gen.js +29 -0
  5507. package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve2D.gen.d.ts +18 -0
  5508. package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve2D.gen.d.ts.map +1 -0
  5509. package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve2D.gen.js +33 -0
  5510. package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve3D.gen.d.ts +21 -0
  5511. package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve3D.gen.d.ts.map +1 -0
  5512. package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve3D.gen.js +40 -0
  5513. package/compiled/src/ifc/ifc4_gen/IfcOpenShell.gen.d.ts +12 -0
  5514. package/compiled/src/ifc/ifc4_gen/IfcOpenShell.gen.d.ts.map +1 -0
  5515. package/compiled/src/ifc/ifc4_gen/IfcOpenShell.gen.js +15 -0
  5516. package/compiled/src/ifc/ifc4_gen/IfcOpeningElement.gen.d.ts +15 -0
  5517. package/compiled/src/ifc/ifc4_gen/IfcOpeningElement.gen.d.ts.map +1 -0
  5518. package/compiled/src/ifc/ifc4_gen/IfcOpeningElement.gen.js +22 -0
  5519. package/compiled/src/ifc/ifc4_gen/IfcOpeningElementTypeEnum.gen.d.ts +13 -0
  5520. package/compiled/src/ifc/ifc4_gen/IfcOpeningElementTypeEnum.gen.d.ts.map +1 -0
  5521. package/compiled/src/ifc/ifc4_gen/IfcOpeningElementTypeEnum.gen.js +24 -0
  5522. package/compiled/src/ifc/ifc4_gen/IfcOpeningStandardCase.gen.d.ts +12 -0
  5523. package/compiled/src/ifc/ifc4_gen/IfcOpeningStandardCase.gen.d.ts.map +1 -0
  5524. package/compiled/src/ifc/ifc4_gen/IfcOpeningStandardCase.gen.js +15 -0
  5525. package/compiled/src/ifc/ifc4_gen/IfcOrganization.gen.d.ts +23 -0
  5526. package/compiled/src/ifc/ifc4_gen/IfcOrganization.gen.d.ts.map +1 -0
  5527. package/compiled/src/ifc/ifc4_gen/IfcOrganization.gen.js +86 -0
  5528. package/compiled/src/ifc/ifc4_gen/IfcOrganizationRelationship.gen.d.ts +17 -0
  5529. package/compiled/src/ifc/ifc4_gen/IfcOrganizationRelationship.gen.d.ts.map +1 -0
  5530. package/compiled/src/ifc/ifc4_gen/IfcOrganizationRelationship.gen.js +48 -0
  5531. package/compiled/src/ifc/ifc4_gen/IfcOrientedEdge.gen.d.ts +19 -0
  5532. package/compiled/src/ifc/ifc4_gen/IfcOrientedEdge.gen.d.ts.map +1 -0
  5533. package/compiled/src/ifc/ifc4_gen/IfcOrientedEdge.gen.js +34 -0
  5534. package/compiled/src/ifc/ifc4_gen/IfcOuterBoundaryCurve.gen.d.ts +12 -0
  5535. package/compiled/src/ifc/ifc4_gen/IfcOuterBoundaryCurve.gen.d.ts.map +1 -0
  5536. package/compiled/src/ifc/ifc4_gen/IfcOuterBoundaryCurve.gen.js +15 -0
  5537. package/compiled/src/ifc/ifc4_gen/IfcOutlet.gen.d.ts +15 -0
  5538. package/compiled/src/ifc/ifc4_gen/IfcOutlet.gen.d.ts.map +1 -0
  5539. package/compiled/src/ifc/ifc4_gen/IfcOutlet.gen.js +22 -0
  5540. package/compiled/src/ifc/ifc4_gen/IfcOutletType.gen.d.ts +15 -0
  5541. package/compiled/src/ifc/ifc4_gen/IfcOutletType.gen.d.ts.map +1 -0
  5542. package/compiled/src/ifc/ifc4_gen/IfcOutletType.gen.js +22 -0
  5543. package/compiled/src/ifc/ifc4_gen/IfcOutletTypeEnum.gen.d.ts +16 -0
  5544. package/compiled/src/ifc/ifc4_gen/IfcOutletTypeEnum.gen.d.ts.map +1 -0
  5545. package/compiled/src/ifc/ifc4_gen/IfcOutletTypeEnum.gen.js +27 -0
  5546. package/compiled/src/ifc/ifc4_gen/IfcOwnerHistory.gen.d.ts +31 -0
  5547. package/compiled/src/ifc/ifc4_gen/IfcOwnerHistory.gen.d.ts.map +1 -0
  5548. package/compiled/src/ifc/ifc4_gen/IfcOwnerHistory.gen.js +67 -0
  5549. package/compiled/src/ifc/ifc4_gen/IfcPHMeasure.gen.d.ts +13 -0
  5550. package/compiled/src/ifc/ifc4_gen/IfcPHMeasure.gen.d.ts.map +1 -0
  5551. package/compiled/src/ifc/ifc4_gen/IfcPHMeasure.gen.js +21 -0
  5552. package/compiled/src/ifc/ifc4_gen/IfcParameterValue.gen.d.ts +13 -0
  5553. package/compiled/src/ifc/ifc4_gen/IfcParameterValue.gen.d.ts.map +1 -0
  5554. package/compiled/src/ifc/ifc4_gen/IfcParameterValue.gen.js +21 -0
  5555. package/compiled/src/ifc/ifc4_gen/IfcParameterizedProfileDef.gen.d.ts +15 -0
  5556. package/compiled/src/ifc/ifc4_gen/IfcParameterizedProfileDef.gen.d.ts.map +1 -0
  5557. package/compiled/src/ifc/ifc4_gen/IfcParameterizedProfileDef.gen.js +22 -0
  5558. package/compiled/src/ifc/ifc4_gen/IfcPath.gen.d.ts +15 -0
  5559. package/compiled/src/ifc/ifc4_gen/IfcPath.gen.d.ts.map +1 -0
  5560. package/compiled/src/ifc/ifc4_gen/IfcPath.gen.js +42 -0
  5561. package/compiled/src/ifc/ifc4_gen/IfcPcurve.gen.d.ts +17 -0
  5562. package/compiled/src/ifc/ifc4_gen/IfcPcurve.gen.d.ts.map +1 -0
  5563. package/compiled/src/ifc/ifc4_gen/IfcPcurve.gen.js +28 -0
  5564. package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistory.gen.d.ts +17 -0
  5565. package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistory.gen.d.ts.map +1 -0
  5566. package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistory.gen.js +28 -0
  5567. package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistoryTypeEnum.gen.d.ts +11 -0
  5568. package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistoryTypeEnum.gen.d.ts.map +1 -0
  5569. package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistoryTypeEnum.gen.js +22 -0
  5570. package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringOperationEnum.gen.d.ts +14 -0
  5571. package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringOperationEnum.gen.d.ts.map +1 -0
  5572. package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringOperationEnum.gen.js +25 -0
  5573. package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringProperties.gen.d.ts +25 -0
  5574. package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringProperties.gen.d.ts.map +1 -0
  5575. package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringProperties.gen.js +48 -0
  5576. package/compiled/src/ifc/ifc4_gen/IfcPermit.gen.d.ts +19 -0
  5577. package/compiled/src/ifc/ifc4_gen/IfcPermit.gen.d.ts.map +1 -0
  5578. package/compiled/src/ifc/ifc4_gen/IfcPermit.gen.js +34 -0
  5579. package/compiled/src/ifc/ifc4_gen/IfcPermitTypeEnum.gen.d.ts +14 -0
  5580. package/compiled/src/ifc/ifc4_gen/IfcPermitTypeEnum.gen.d.ts.map +1 -0
  5581. package/compiled/src/ifc/ifc4_gen/IfcPermitTypeEnum.gen.js +25 -0
  5582. package/compiled/src/ifc/ifc4_gen/IfcPerson.gen.d.ts +29 -0
  5583. package/compiled/src/ifc/ifc4_gen/IfcPerson.gen.d.ts.map +1 -0
  5584. package/compiled/src/ifc/ifc4_gen/IfcPerson.gen.js +161 -0
  5585. package/compiled/src/ifc/ifc4_gen/IfcPersonAndOrganization.gen.d.ts +20 -0
  5586. package/compiled/src/ifc/ifc4_gen/IfcPersonAndOrganization.gen.d.ts.map +1 -0
  5587. package/compiled/src/ifc/ifc4_gen/IfcPersonAndOrganization.gen.js +56 -0
  5588. package/compiled/src/ifc/ifc4_gen/IfcPhysicalComplexQuantity.gen.d.ts +20 -0
  5589. package/compiled/src/ifc/ifc4_gen/IfcPhysicalComplexQuantity.gen.d.ts.map +1 -0
  5590. package/compiled/src/ifc/ifc4_gen/IfcPhysicalComplexQuantity.gen.js +59 -0
  5591. package/compiled/src/ifc/ifc4_gen/IfcPhysicalOrVirtualEnum.gen.d.ts +12 -0
  5592. package/compiled/src/ifc/ifc4_gen/IfcPhysicalOrVirtualEnum.gen.d.ts.map +1 -0
  5593. package/compiled/src/ifc/ifc4_gen/IfcPhysicalOrVirtualEnum.gen.js +23 -0
  5594. package/compiled/src/ifc/ifc4_gen/IfcPhysicalQuantity.gen.d.ts +15 -0
  5595. package/compiled/src/ifc/ifc4_gen/IfcPhysicalQuantity.gen.d.ts.map +1 -0
  5596. package/compiled/src/ifc/ifc4_gen/IfcPhysicalQuantity.gen.js +27 -0
  5597. package/compiled/src/ifc/ifc4_gen/IfcPhysicalSimpleQuantity.gen.d.ts +15 -0
  5598. package/compiled/src/ifc/ifc4_gen/IfcPhysicalSimpleQuantity.gen.d.ts.map +1 -0
  5599. package/compiled/src/ifc/ifc4_gen/IfcPhysicalSimpleQuantity.gen.js +22 -0
  5600. package/compiled/src/ifc/ifc4_gen/IfcPile.gen.d.ts +18 -0
  5601. package/compiled/src/ifc/ifc4_gen/IfcPile.gen.d.ts.map +1 -0
  5602. package/compiled/src/ifc/ifc4_gen/IfcPile.gen.js +29 -0
  5603. package/compiled/src/ifc/ifc4_gen/IfcPileConstructionEnum.gen.d.ts +15 -0
  5604. package/compiled/src/ifc/ifc4_gen/IfcPileConstructionEnum.gen.d.ts.map +1 -0
  5605. package/compiled/src/ifc/ifc4_gen/IfcPileConstructionEnum.gen.js +26 -0
  5606. package/compiled/src/ifc/ifc4_gen/IfcPileType.gen.d.ts +15 -0
  5607. package/compiled/src/ifc/ifc4_gen/IfcPileType.gen.d.ts.map +1 -0
  5608. package/compiled/src/ifc/ifc4_gen/IfcPileType.gen.js +22 -0
  5609. package/compiled/src/ifc/ifc4_gen/IfcPileTypeEnum.gen.d.ts +17 -0
  5610. package/compiled/src/ifc/ifc4_gen/IfcPileTypeEnum.gen.d.ts.map +1 -0
  5611. package/compiled/src/ifc/ifc4_gen/IfcPileTypeEnum.gen.js +28 -0
  5612. package/compiled/src/ifc/ifc4_gen/IfcPipeFitting.gen.d.ts +15 -0
  5613. package/compiled/src/ifc/ifc4_gen/IfcPipeFitting.gen.d.ts.map +1 -0
  5614. package/compiled/src/ifc/ifc4_gen/IfcPipeFitting.gen.js +22 -0
  5615. package/compiled/src/ifc/ifc4_gen/IfcPipeFittingType.gen.d.ts +15 -0
  5616. package/compiled/src/ifc/ifc4_gen/IfcPipeFittingType.gen.d.ts.map +1 -0
  5617. package/compiled/src/ifc/ifc4_gen/IfcPipeFittingType.gen.js +22 -0
  5618. package/compiled/src/ifc/ifc4_gen/IfcPipeFittingTypeEnum.gen.d.ts +18 -0
  5619. package/compiled/src/ifc/ifc4_gen/IfcPipeFittingTypeEnum.gen.d.ts.map +1 -0
  5620. package/compiled/src/ifc/ifc4_gen/IfcPipeFittingTypeEnum.gen.js +29 -0
  5621. package/compiled/src/ifc/ifc4_gen/IfcPipeSegment.gen.d.ts +15 -0
  5622. package/compiled/src/ifc/ifc4_gen/IfcPipeSegment.gen.d.ts.map +1 -0
  5623. package/compiled/src/ifc/ifc4_gen/IfcPipeSegment.gen.js +22 -0
  5624. package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentType.gen.d.ts +15 -0
  5625. package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentType.gen.d.ts.map +1 -0
  5626. package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentType.gen.js +22 -0
  5627. package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentTypeEnum.gen.d.ts +16 -0
  5628. package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentTypeEnum.gen.d.ts.map +1 -0
  5629. package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentTypeEnum.gen.js +27 -0
  5630. package/compiled/src/ifc/ifc4_gen/IfcPixelTexture.gen.d.ts +20 -0
  5631. package/compiled/src/ifc/ifc4_gen/IfcPixelTexture.gen.d.ts.map +1 -0
  5632. package/compiled/src/ifc/ifc4_gen/IfcPixelTexture.gen.js +59 -0
  5633. package/compiled/src/ifc/ifc4_gen/IfcPlacement.gen.d.ts +16 -0
  5634. package/compiled/src/ifc/ifc4_gen/IfcPlacement.gen.d.ts.map +1 -0
  5635. package/compiled/src/ifc/ifc4_gen/IfcPlacement.gen.js +25 -0
  5636. package/compiled/src/ifc/ifc4_gen/IfcPlanarBox.gen.d.ts +16 -0
  5637. package/compiled/src/ifc/ifc4_gen/IfcPlanarBox.gen.d.ts.map +1 -0
  5638. package/compiled/src/ifc/ifc4_gen/IfcPlanarBox.gen.js +27 -0
  5639. package/compiled/src/ifc/ifc4_gen/IfcPlanarExtent.gen.d.ts +16 -0
  5640. package/compiled/src/ifc/ifc4_gen/IfcPlanarExtent.gen.d.ts.map +1 -0
  5641. package/compiled/src/ifc/ifc4_gen/IfcPlanarExtent.gen.js +27 -0
  5642. package/compiled/src/ifc/ifc4_gen/IfcPlanarForceMeasure.gen.d.ts +13 -0
  5643. package/compiled/src/ifc/ifc4_gen/IfcPlanarForceMeasure.gen.d.ts.map +1 -0
  5644. package/compiled/src/ifc/ifc4_gen/IfcPlanarForceMeasure.gen.js +21 -0
  5645. package/compiled/src/ifc/ifc4_gen/IfcPlane.gen.d.ts +12 -0
  5646. package/compiled/src/ifc/ifc4_gen/IfcPlane.gen.d.ts.map +1 -0
  5647. package/compiled/src/ifc/ifc4_gen/IfcPlane.gen.js +15 -0
  5648. package/compiled/src/ifc/ifc4_gen/IfcPlaneAngleMeasure.gen.d.ts +13 -0
  5649. package/compiled/src/ifc/ifc4_gen/IfcPlaneAngleMeasure.gen.d.ts.map +1 -0
  5650. package/compiled/src/ifc/ifc4_gen/IfcPlaneAngleMeasure.gen.js +21 -0
  5651. package/compiled/src/ifc/ifc4_gen/IfcPlate.gen.d.ts +15 -0
  5652. package/compiled/src/ifc/ifc4_gen/IfcPlate.gen.d.ts.map +1 -0
  5653. package/compiled/src/ifc/ifc4_gen/IfcPlate.gen.js +22 -0
  5654. package/compiled/src/ifc/ifc4_gen/IfcPlateStandardCase.gen.d.ts +12 -0
  5655. package/compiled/src/ifc/ifc4_gen/IfcPlateStandardCase.gen.d.ts.map +1 -0
  5656. package/compiled/src/ifc/ifc4_gen/IfcPlateStandardCase.gen.js +15 -0
  5657. package/compiled/src/ifc/ifc4_gen/IfcPlateType.gen.d.ts +15 -0
  5658. package/compiled/src/ifc/ifc4_gen/IfcPlateType.gen.d.ts.map +1 -0
  5659. package/compiled/src/ifc/ifc4_gen/IfcPlateType.gen.js +22 -0
  5660. package/compiled/src/ifc/ifc4_gen/IfcPlateTypeEnum.gen.d.ts +13 -0
  5661. package/compiled/src/ifc/ifc4_gen/IfcPlateTypeEnum.gen.d.ts.map +1 -0
  5662. package/compiled/src/ifc/ifc4_gen/IfcPlateTypeEnum.gen.js +24 -0
  5663. package/compiled/src/ifc/ifc4_gen/IfcPoint.gen.d.ts +12 -0
  5664. package/compiled/src/ifc/ifc4_gen/IfcPoint.gen.d.ts.map +1 -0
  5665. package/compiled/src/ifc/ifc4_gen/IfcPoint.gen.js +15 -0
  5666. package/compiled/src/ifc/ifc4_gen/IfcPointOnCurve.gen.d.ts +18 -0
  5667. package/compiled/src/ifc/ifc4_gen/IfcPointOnCurve.gen.d.ts.map +1 -0
  5668. package/compiled/src/ifc/ifc4_gen/IfcPointOnCurve.gen.js +31 -0
  5669. package/compiled/src/ifc/ifc4_gen/IfcPointOnSurface.gen.d.ts +20 -0
  5670. package/compiled/src/ifc/ifc4_gen/IfcPointOnSurface.gen.d.ts.map +1 -0
  5671. package/compiled/src/ifc/ifc4_gen/IfcPointOnSurface.gen.js +37 -0
  5672. package/compiled/src/ifc/ifc4_gen/IfcPointOrVertexPoint.gen.d.ts +1 -0
  5673. package/compiled/src/ifc/ifc4_gen/IfcPointOrVertexPoint.gen.d.ts.map +1 -0
  5674. package/compiled/src/ifc/ifc4_gen/IfcPointOrVertexPoint.gen.js +1 -0
  5675. package/compiled/src/ifc/ifc4_gen/IfcPolyLoop.gen.d.ts +15 -0
  5676. package/compiled/src/ifc/ifc4_gen/IfcPolyLoop.gen.d.ts.map +1 -0
  5677. package/compiled/src/ifc/ifc4_gen/IfcPolyLoop.gen.js +42 -0
  5678. package/compiled/src/ifc/ifc4_gen/IfcPolygonalBoundedHalfSpace.gen.d.ts +18 -0
  5679. package/compiled/src/ifc/ifc4_gen/IfcPolygonalBoundedHalfSpace.gen.d.ts.map +1 -0
  5680. package/compiled/src/ifc/ifc4_gen/IfcPolygonalBoundedHalfSpace.gen.js +29 -0
  5681. package/compiled/src/ifc/ifc4_gen/IfcPolygonalFaceSet.gen.d.ts +19 -0
  5682. package/compiled/src/ifc/ifc4_gen/IfcPolygonalFaceSet.gen.d.ts.map +1 -0
  5683. package/compiled/src/ifc/ifc4_gen/IfcPolygonalFaceSet.gen.js +73 -0
  5684. package/compiled/src/ifc/ifc4_gen/IfcPolyline.gen.d.ts +15 -0
  5685. package/compiled/src/ifc/ifc4_gen/IfcPolyline.gen.d.ts.map +1 -0
  5686. package/compiled/src/ifc/ifc4_gen/IfcPolyline.gen.js +42 -0
  5687. package/compiled/src/ifc/ifc4_gen/IfcPort.gen.d.ts +12 -0
  5688. package/compiled/src/ifc/ifc4_gen/IfcPort.gen.d.ts.map +1 -0
  5689. package/compiled/src/ifc/ifc4_gen/IfcPort.gen.js +15 -0
  5690. package/compiled/src/ifc/ifc4_gen/IfcPositiveInteger.gen.d.ts +13 -0
  5691. package/compiled/src/ifc/ifc4_gen/IfcPositiveInteger.gen.d.ts.map +1 -0
  5692. package/compiled/src/ifc/ifc4_gen/IfcPositiveInteger.gen.js +20 -0
  5693. package/compiled/src/ifc/ifc4_gen/IfcPositiveLengthMeasure.gen.d.ts +13 -0
  5694. package/compiled/src/ifc/ifc4_gen/IfcPositiveLengthMeasure.gen.d.ts.map +1 -0
  5695. package/compiled/src/ifc/ifc4_gen/IfcPositiveLengthMeasure.gen.js +20 -0
  5696. package/compiled/src/ifc/ifc4_gen/IfcPositivePlaneAngleMeasure.gen.d.ts +13 -0
  5697. package/compiled/src/ifc/ifc4_gen/IfcPositivePlaneAngleMeasure.gen.d.ts.map +1 -0
  5698. package/compiled/src/ifc/ifc4_gen/IfcPositivePlaneAngleMeasure.gen.js +20 -0
  5699. package/compiled/src/ifc/ifc4_gen/IfcPositiveRatioMeasure.gen.d.ts +13 -0
  5700. package/compiled/src/ifc/ifc4_gen/IfcPositiveRatioMeasure.gen.d.ts.map +1 -0
  5701. package/compiled/src/ifc/ifc4_gen/IfcPositiveRatioMeasure.gen.js +20 -0
  5702. package/compiled/src/ifc/ifc4_gen/IfcPostalAddress.gen.d.ts +26 -0
  5703. package/compiled/src/ifc/ifc4_gen/IfcPostalAddress.gen.d.ts.map +1 -0
  5704. package/compiled/src/ifc/ifc4_gen/IfcPostalAddress.gen.js +77 -0
  5705. package/compiled/src/ifc/ifc4_gen/IfcPowerMeasure.gen.d.ts +13 -0
  5706. package/compiled/src/ifc/ifc4_gen/IfcPowerMeasure.gen.d.ts.map +1 -0
  5707. package/compiled/src/ifc/ifc4_gen/IfcPowerMeasure.gen.js +21 -0
  5708. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedColour.gen.d.ts +12 -0
  5709. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedColour.gen.d.ts.map +1 -0
  5710. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedColour.gen.js +15 -0
  5711. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedCurveFont.gen.d.ts +12 -0
  5712. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedCurveFont.gen.d.ts.map +1 -0
  5713. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedCurveFont.gen.js +15 -0
  5714. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedItem.gen.d.ts +14 -0
  5715. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedItem.gen.d.ts.map +1 -0
  5716. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedItem.gen.js +21 -0
  5717. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedProperties.gen.d.ts +12 -0
  5718. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedProperties.gen.d.ts.map +1 -0
  5719. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedProperties.gen.js +15 -0
  5720. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedPropertySet.gen.d.ts +12 -0
  5721. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedPropertySet.gen.d.ts.map +1 -0
  5722. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedPropertySet.gen.js +15 -0
  5723. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedTextFont.gen.d.ts +12 -0
  5724. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedTextFont.gen.d.ts.map +1 -0
  5725. package/compiled/src/ifc/ifc4_gen/IfcPreDefinedTextFont.gen.js +15 -0
  5726. package/compiled/src/ifc/ifc4_gen/IfcPreferredSurfaceCurveRepresentation.gen.d.ts +12 -0
  5727. package/compiled/src/ifc/ifc4_gen/IfcPreferredSurfaceCurveRepresentation.gen.d.ts.map +1 -0
  5728. package/compiled/src/ifc/ifc4_gen/IfcPreferredSurfaceCurveRepresentation.gen.js +23 -0
  5729. package/compiled/src/ifc/ifc4_gen/IfcPresentableText.gen.d.ts +13 -0
  5730. package/compiled/src/ifc/ifc4_gen/IfcPresentableText.gen.d.ts.map +1 -0
  5731. package/compiled/src/ifc/ifc4_gen/IfcPresentableText.gen.js +21 -0
  5732. package/compiled/src/ifc/ifc4_gen/IfcPresentationItem.gen.d.ts +11 -0
  5733. package/compiled/src/ifc/ifc4_gen/IfcPresentationItem.gen.d.ts.map +1 -0
  5734. package/compiled/src/ifc/ifc4_gen/IfcPresentationItem.gen.js +15 -0
  5735. package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerAssignment.gen.d.ts +21 -0
  5736. package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerAssignment.gen.d.ts.map +1 -0
  5737. package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerAssignment.gen.js +65 -0
  5738. package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerWithStyle.gen.d.ts +21 -0
  5739. package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerWithStyle.gen.d.ts.map +1 -0
  5740. package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerWithStyle.gen.js +60 -0
  5741. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyle.gen.d.ts +13 -0
  5742. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyle.gen.d.ts.map +1 -0
  5743. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyle.gen.js +21 -0
  5744. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleAssignment.gen.d.ts +18 -0
  5745. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleAssignment.gen.d.ts.map +1 -0
  5746. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleAssignment.gen.js +50 -0
  5747. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleSelect.gen.d.ts +1 -0
  5748. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleSelect.gen.d.ts.map +1 -0
  5749. package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleSelect.gen.js +1 -0
  5750. package/compiled/src/ifc/ifc4_gen/IfcPressureMeasure.gen.d.ts +13 -0
  5751. package/compiled/src/ifc/ifc4_gen/IfcPressureMeasure.gen.d.ts.map +1 -0
  5752. package/compiled/src/ifc/ifc4_gen/IfcPressureMeasure.gen.js +21 -0
  5753. package/compiled/src/ifc/ifc4_gen/IfcProcedure.gen.d.ts +15 -0
  5754. package/compiled/src/ifc/ifc4_gen/IfcProcedure.gen.d.ts.map +1 -0
  5755. package/compiled/src/ifc/ifc4_gen/IfcProcedure.gen.js +22 -0
  5756. package/compiled/src/ifc/ifc4_gen/IfcProcedureType.gen.d.ts +15 -0
  5757. package/compiled/src/ifc/ifc4_gen/IfcProcedureType.gen.d.ts.map +1 -0
  5758. package/compiled/src/ifc/ifc4_gen/IfcProcedureType.gen.js +22 -0
  5759. package/compiled/src/ifc/ifc4_gen/IfcProcedureTypeEnum.gen.d.ts +18 -0
  5760. package/compiled/src/ifc/ifc4_gen/IfcProcedureTypeEnum.gen.d.ts.map +1 -0
  5761. package/compiled/src/ifc/ifc4_gen/IfcProcedureTypeEnum.gen.js +29 -0
  5762. package/compiled/src/ifc/ifc4_gen/IfcProcess.gen.d.ts +16 -0
  5763. package/compiled/src/ifc/ifc4_gen/IfcProcess.gen.d.ts.map +1 -0
  5764. package/compiled/src/ifc/ifc4_gen/IfcProcess.gen.js +27 -0
  5765. package/compiled/src/ifc/ifc4_gen/IfcProcessSelect.gen.d.ts +1 -0
  5766. package/compiled/src/ifc/ifc4_gen/IfcProcessSelect.gen.d.ts.map +1 -0
  5767. package/compiled/src/ifc/ifc4_gen/IfcProcessSelect.gen.js +1 -0
  5768. package/compiled/src/ifc/ifc4_gen/IfcProduct.gen.d.ts +18 -0
  5769. package/compiled/src/ifc/ifc4_gen/IfcProduct.gen.d.ts.map +1 -0
  5770. package/compiled/src/ifc/ifc4_gen/IfcProduct.gen.js +29 -0
  5771. package/compiled/src/ifc/ifc4_gen/IfcProductDefinitionShape.gen.d.ts +12 -0
  5772. package/compiled/src/ifc/ifc4_gen/IfcProductDefinitionShape.gen.d.ts.map +1 -0
  5773. package/compiled/src/ifc/ifc4_gen/IfcProductDefinitionShape.gen.js +15 -0
  5774. package/compiled/src/ifc/ifc4_gen/IfcProductRepresentation.gen.d.ts +18 -0
  5775. package/compiled/src/ifc/ifc4_gen/IfcProductRepresentation.gen.d.ts.map +1 -0
  5776. package/compiled/src/ifc/ifc4_gen/IfcProductRepresentation.gen.js +54 -0
  5777. package/compiled/src/ifc/ifc4_gen/IfcProductRepresentationSelect.gen.d.ts +1 -0
  5778. package/compiled/src/ifc/ifc4_gen/IfcProductRepresentationSelect.gen.d.ts.map +1 -0
  5779. package/compiled/src/ifc/ifc4_gen/IfcProductRepresentationSelect.gen.js +1 -0
  5780. package/compiled/src/ifc/ifc4_gen/IfcProductSelect.gen.d.ts +1 -0
  5781. package/compiled/src/ifc/ifc4_gen/IfcProductSelect.gen.d.ts.map +1 -0
  5782. package/compiled/src/ifc/ifc4_gen/IfcProductSelect.gen.js +1 -0
  5783. package/compiled/src/ifc/ifc4_gen/IfcProfileDef.gen.d.ts +16 -0
  5784. package/compiled/src/ifc/ifc4_gen/IfcProfileDef.gen.d.ts.map +1 -0
  5785. package/compiled/src/ifc/ifc4_gen/IfcProfileDef.gen.js +28 -0
  5786. package/compiled/src/ifc/ifc4_gen/IfcProfileProperties.gen.d.ts +15 -0
  5787. package/compiled/src/ifc/ifc4_gen/IfcProfileProperties.gen.d.ts.map +1 -0
  5788. package/compiled/src/ifc/ifc4_gen/IfcProfileProperties.gen.js +22 -0
  5789. package/compiled/src/ifc/ifc4_gen/IfcProfileTypeEnum.gen.d.ts +11 -0
  5790. package/compiled/src/ifc/ifc4_gen/IfcProfileTypeEnum.gen.d.ts.map +1 -0
  5791. package/compiled/src/ifc/ifc4_gen/IfcProfileTypeEnum.gen.js +22 -0
  5792. package/compiled/src/ifc/ifc4_gen/IfcProject.gen.d.ts +12 -0
  5793. package/compiled/src/ifc/ifc4_gen/IfcProject.gen.d.ts.map +1 -0
  5794. package/compiled/src/ifc/ifc4_gen/IfcProject.gen.js +15 -0
  5795. package/compiled/src/ifc/ifc4_gen/IfcProjectLibrary.gen.d.ts +12 -0
  5796. package/compiled/src/ifc/ifc4_gen/IfcProjectLibrary.gen.d.ts.map +1 -0
  5797. package/compiled/src/ifc/ifc4_gen/IfcProjectLibrary.gen.js +15 -0
  5798. package/compiled/src/ifc/ifc4_gen/IfcProjectOrder.gen.d.ts +19 -0
  5799. package/compiled/src/ifc/ifc4_gen/IfcProjectOrder.gen.d.ts.map +1 -0
  5800. package/compiled/src/ifc/ifc4_gen/IfcProjectOrder.gen.js +34 -0
  5801. package/compiled/src/ifc/ifc4_gen/IfcProjectOrderTypeEnum.gen.d.ts +16 -0
  5802. package/compiled/src/ifc/ifc4_gen/IfcProjectOrderTypeEnum.gen.d.ts.map +1 -0
  5803. package/compiled/src/ifc/ifc4_gen/IfcProjectOrderTypeEnum.gen.js +27 -0
  5804. package/compiled/src/ifc/ifc4_gen/IfcProjectedCRS.gen.d.ts +19 -0
  5805. package/compiled/src/ifc/ifc4_gen/IfcProjectedCRS.gen.d.ts.map +1 -0
  5806. package/compiled/src/ifc/ifc4_gen/IfcProjectedCRS.gen.js +34 -0
  5807. package/compiled/src/ifc/ifc4_gen/IfcProjectedOrTrueLengthEnum.gen.d.ts +11 -0
  5808. package/compiled/src/ifc/ifc4_gen/IfcProjectedOrTrueLengthEnum.gen.d.ts.map +1 -0
  5809. package/compiled/src/ifc/ifc4_gen/IfcProjectedOrTrueLengthEnum.gen.js +22 -0
  5810. package/compiled/src/ifc/ifc4_gen/IfcProjectionElement.gen.d.ts +15 -0
  5811. package/compiled/src/ifc/ifc4_gen/IfcProjectionElement.gen.d.ts.map +1 -0
  5812. package/compiled/src/ifc/ifc4_gen/IfcProjectionElement.gen.js +22 -0
  5813. package/compiled/src/ifc/ifc4_gen/IfcProjectionElementTypeEnum.gen.d.ts +11 -0
  5814. package/compiled/src/ifc/ifc4_gen/IfcProjectionElementTypeEnum.gen.d.ts.map +1 -0
  5815. package/compiled/src/ifc/ifc4_gen/IfcProjectionElementTypeEnum.gen.js +22 -0
  5816. package/compiled/src/ifc/ifc4_gen/IfcProperty.gen.d.ts +16 -0
  5817. package/compiled/src/ifc/ifc4_gen/IfcProperty.gen.d.ts.map +1 -0
  5818. package/compiled/src/ifc/ifc4_gen/IfcProperty.gen.js +27 -0
  5819. package/compiled/src/ifc/ifc4_gen/IfcPropertyAbstraction.gen.d.ts +11 -0
  5820. package/compiled/src/ifc/ifc4_gen/IfcPropertyAbstraction.gen.d.ts.map +1 -0
  5821. package/compiled/src/ifc/ifc4_gen/IfcPropertyAbstraction.gen.js +15 -0
  5822. package/compiled/src/ifc/ifc4_gen/IfcPropertyBoundedValue.gen.d.ts +131 -0
  5823. package/compiled/src/ifc/ifc4_gen/IfcPropertyBoundedValue.gen.d.ts.map +1 -0
  5824. package/compiled/src/ifc/ifc4_gen/IfcPropertyBoundedValue.gen.js +166 -0
  5825. package/compiled/src/ifc/ifc4_gen/IfcPropertyDefinition.gen.d.ts +12 -0
  5826. package/compiled/src/ifc/ifc4_gen/IfcPropertyDefinition.gen.d.ts.map +1 -0
  5827. package/compiled/src/ifc/ifc4_gen/IfcPropertyDefinition.gen.js +15 -0
  5828. package/compiled/src/ifc/ifc4_gen/IfcPropertyDependencyRelationship.gen.d.ts +19 -0
  5829. package/compiled/src/ifc/ifc4_gen/IfcPropertyDependencyRelationship.gen.d.ts.map +1 -0
  5830. package/compiled/src/ifc/ifc4_gen/IfcPropertyDependencyRelationship.gen.js +34 -0
  5831. package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeratedValue.gen.d.ts +125 -0
  5832. package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeratedValue.gen.d.ts.map +1 -0
  5833. package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeratedValue.gen.js +160 -0
  5834. package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeration.gen.d.ts +129 -0
  5835. package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeration.gen.d.ts.map +1 -0
  5836. package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeration.gen.js +172 -0
  5837. package/compiled/src/ifc/ifc4_gen/IfcPropertyListValue.gen.d.ts +127 -0
  5838. package/compiled/src/ifc/ifc4_gen/IfcPropertyListValue.gen.d.ts.map +1 -0
  5839. package/compiled/src/ifc/ifc4_gen/IfcPropertyListValue.gen.js +166 -0
  5840. package/compiled/src/ifc/ifc4_gen/IfcPropertyReferenceValue.gen.d.ts +25 -0
  5841. package/compiled/src/ifc/ifc4_gen/IfcPropertyReferenceValue.gen.d.ts.map +1 -0
  5842. package/compiled/src/ifc/ifc4_gen/IfcPropertyReferenceValue.gen.js +40 -0
  5843. package/compiled/src/ifc/ifc4_gen/IfcPropertySet.gen.d.ts +15 -0
  5844. package/compiled/src/ifc/ifc4_gen/IfcPropertySet.gen.d.ts.map +1 -0
  5845. package/compiled/src/ifc/ifc4_gen/IfcPropertySet.gen.js +42 -0
  5846. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinition.gen.d.ts +12 -0
  5847. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinition.gen.d.ts.map +1 -0
  5848. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinition.gen.js +15 -0
  5849. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSelect.gen.d.ts +1 -0
  5850. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSelect.gen.d.ts.map +1 -0
  5851. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSelect.gen.js +1 -0
  5852. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSet.gen.d.ts +14 -0
  5853. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSet.gen.d.ts.map +1 -0
  5854. package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSet.gen.js +42 -0
  5855. package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplate.gen.d.ts +20 -0
  5856. package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplate.gen.d.ts.map +1 -0
  5857. package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplate.gen.js +55 -0
  5858. package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplateTypeEnum.gen.d.ts +17 -0
  5859. package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplateTypeEnum.gen.d.ts.map +1 -0
  5860. package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplateTypeEnum.gen.js +28 -0
  5861. package/compiled/src/ifc/ifc4_gen/IfcPropertySingleValue.gen.d.ts +127 -0
  5862. package/compiled/src/ifc/ifc4_gen/IfcPropertySingleValue.gen.d.ts.map +1 -0
  5863. package/compiled/src/ifc/ifc4_gen/IfcPropertySingleValue.gen.js +146 -0
  5864. package/compiled/src/ifc/ifc4_gen/IfcPropertyTableValue.gen.d.ts +136 -0
  5865. package/compiled/src/ifc/ifc4_gen/IfcPropertyTableValue.gen.d.ts.map +1 -0
  5866. package/compiled/src/ifc/ifc4_gen/IfcPropertyTableValue.gen.js +218 -0
  5867. package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplate.gen.d.ts +12 -0
  5868. package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplate.gen.d.ts.map +1 -0
  5869. package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplate.gen.js +15 -0
  5870. package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplateDefinition.gen.d.ts +12 -0
  5871. package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplateDefinition.gen.d.ts.map +1 -0
  5872. package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplateDefinition.gen.js +15 -0
  5873. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDevice.gen.d.ts +15 -0
  5874. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDevice.gen.d.ts.map +1 -0
  5875. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDevice.gen.js +22 -0
  5876. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnit.gen.d.ts +15 -0
  5877. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnit.gen.d.ts.map +1 -0
  5878. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnit.gen.js +22 -0
  5879. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitType.gen.d.ts +15 -0
  5880. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitType.gen.d.ts.map +1 -0
  5881. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitType.gen.js +22 -0
  5882. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitTypeEnum.gen.d.ts +15 -0
  5883. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitTypeEnum.gen.d.ts.map +1 -0
  5884. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitTypeEnum.gen.js +26 -0
  5885. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceType.gen.d.ts +15 -0
  5886. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceType.gen.d.ts.map +1 -0
  5887. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceType.gen.js +22 -0
  5888. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTypeEnum.gen.d.ts +18 -0
  5889. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTypeEnum.gen.d.ts.map +1 -0
  5890. package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTypeEnum.gen.js +29 -0
  5891. package/compiled/src/ifc/ifc4_gen/IfcProxy.gen.d.ts +17 -0
  5892. package/compiled/src/ifc/ifc4_gen/IfcProxy.gen.d.ts.map +1 -0
  5893. package/compiled/src/ifc/ifc4_gen/IfcProxy.gen.js +28 -0
  5894. package/compiled/src/ifc/ifc4_gen/IfcPump.gen.d.ts +15 -0
  5895. package/compiled/src/ifc/ifc4_gen/IfcPump.gen.d.ts.map +1 -0
  5896. package/compiled/src/ifc/ifc4_gen/IfcPump.gen.js +22 -0
  5897. package/compiled/src/ifc/ifc4_gen/IfcPumpType.gen.d.ts +15 -0
  5898. package/compiled/src/ifc/ifc4_gen/IfcPumpType.gen.d.ts.map +1 -0
  5899. package/compiled/src/ifc/ifc4_gen/IfcPumpType.gen.js +22 -0
  5900. package/compiled/src/ifc/ifc4_gen/IfcPumpTypeEnum.gen.d.ts +18 -0
  5901. package/compiled/src/ifc/ifc4_gen/IfcPumpTypeEnum.gen.d.ts.map +1 -0
  5902. package/compiled/src/ifc/ifc4_gen/IfcPumpTypeEnum.gen.js +29 -0
  5903. package/compiled/src/ifc/ifc4_gen/IfcQuantityArea.gen.d.ts +16 -0
  5904. package/compiled/src/ifc/ifc4_gen/IfcQuantityArea.gen.d.ts.map +1 -0
  5905. package/compiled/src/ifc/ifc4_gen/IfcQuantityArea.gen.js +27 -0
  5906. package/compiled/src/ifc/ifc4_gen/IfcQuantityCount.gen.d.ts +16 -0
  5907. package/compiled/src/ifc/ifc4_gen/IfcQuantityCount.gen.d.ts.map +1 -0
  5908. package/compiled/src/ifc/ifc4_gen/IfcQuantityCount.gen.js +27 -0
  5909. package/compiled/src/ifc/ifc4_gen/IfcQuantityLength.gen.d.ts +16 -0
  5910. package/compiled/src/ifc/ifc4_gen/IfcQuantityLength.gen.d.ts.map +1 -0
  5911. package/compiled/src/ifc/ifc4_gen/IfcQuantityLength.gen.js +27 -0
  5912. package/compiled/src/ifc/ifc4_gen/IfcQuantitySet.gen.d.ts +12 -0
  5913. package/compiled/src/ifc/ifc4_gen/IfcQuantitySet.gen.d.ts.map +1 -0
  5914. package/compiled/src/ifc/ifc4_gen/IfcQuantitySet.gen.js +15 -0
  5915. package/compiled/src/ifc/ifc4_gen/IfcQuantityTime.gen.d.ts +16 -0
  5916. package/compiled/src/ifc/ifc4_gen/IfcQuantityTime.gen.d.ts.map +1 -0
  5917. package/compiled/src/ifc/ifc4_gen/IfcQuantityTime.gen.js +27 -0
  5918. package/compiled/src/ifc/ifc4_gen/IfcQuantityVolume.gen.d.ts +16 -0
  5919. package/compiled/src/ifc/ifc4_gen/IfcQuantityVolume.gen.d.ts.map +1 -0
  5920. package/compiled/src/ifc/ifc4_gen/IfcQuantityVolume.gen.js +27 -0
  5921. package/compiled/src/ifc/ifc4_gen/IfcQuantityWeight.gen.d.ts +16 -0
  5922. package/compiled/src/ifc/ifc4_gen/IfcQuantityWeight.gen.d.ts.map +1 -0
  5923. package/compiled/src/ifc/ifc4_gen/IfcQuantityWeight.gen.js +27 -0
  5924. package/compiled/src/ifc/ifc4_gen/IfcRadioActivityMeasure.gen.d.ts +13 -0
  5925. package/compiled/src/ifc/ifc4_gen/IfcRadioActivityMeasure.gen.d.ts.map +1 -0
  5926. package/compiled/src/ifc/ifc4_gen/IfcRadioActivityMeasure.gen.js +21 -0
  5927. package/compiled/src/ifc/ifc4_gen/IfcRailing.gen.d.ts +15 -0
  5928. package/compiled/src/ifc/ifc4_gen/IfcRailing.gen.d.ts.map +1 -0
  5929. package/compiled/src/ifc/ifc4_gen/IfcRailing.gen.js +22 -0
  5930. package/compiled/src/ifc/ifc4_gen/IfcRailingType.gen.d.ts +15 -0
  5931. package/compiled/src/ifc/ifc4_gen/IfcRailingType.gen.d.ts.map +1 -0
  5932. package/compiled/src/ifc/ifc4_gen/IfcRailingType.gen.js +22 -0
  5933. package/compiled/src/ifc/ifc4_gen/IfcRailingTypeEnum.gen.d.ts +14 -0
  5934. package/compiled/src/ifc/ifc4_gen/IfcRailingTypeEnum.gen.d.ts.map +1 -0
  5935. package/compiled/src/ifc/ifc4_gen/IfcRailingTypeEnum.gen.js +25 -0
  5936. package/compiled/src/ifc/ifc4_gen/IfcRamp.gen.d.ts +15 -0
  5937. package/compiled/src/ifc/ifc4_gen/IfcRamp.gen.d.ts.map +1 -0
  5938. package/compiled/src/ifc/ifc4_gen/IfcRamp.gen.js +22 -0
  5939. package/compiled/src/ifc/ifc4_gen/IfcRampFlight.gen.d.ts +15 -0
  5940. package/compiled/src/ifc/ifc4_gen/IfcRampFlight.gen.d.ts.map +1 -0
  5941. package/compiled/src/ifc/ifc4_gen/IfcRampFlight.gen.js +22 -0
  5942. package/compiled/src/ifc/ifc4_gen/IfcRampFlightType.gen.d.ts +15 -0
  5943. package/compiled/src/ifc/ifc4_gen/IfcRampFlightType.gen.d.ts.map +1 -0
  5944. package/compiled/src/ifc/ifc4_gen/IfcRampFlightType.gen.js +22 -0
  5945. package/compiled/src/ifc/ifc4_gen/IfcRampFlightTypeEnum.gen.d.ts +13 -0
  5946. package/compiled/src/ifc/ifc4_gen/IfcRampFlightTypeEnum.gen.d.ts.map +1 -0
  5947. package/compiled/src/ifc/ifc4_gen/IfcRampFlightTypeEnum.gen.js +24 -0
  5948. package/compiled/src/ifc/ifc4_gen/IfcRampType.gen.d.ts +15 -0
  5949. package/compiled/src/ifc/ifc4_gen/IfcRampType.gen.d.ts.map +1 -0
  5950. package/compiled/src/ifc/ifc4_gen/IfcRampType.gen.js +22 -0
  5951. package/compiled/src/ifc/ifc4_gen/IfcRampTypeEnum.gen.d.ts +17 -0
  5952. package/compiled/src/ifc/ifc4_gen/IfcRampTypeEnum.gen.d.ts.map +1 -0
  5953. package/compiled/src/ifc/ifc4_gen/IfcRampTypeEnum.gen.js +28 -0
  5954. package/compiled/src/ifc/ifc4_gen/IfcRatioMeasure.gen.d.ts +13 -0
  5955. package/compiled/src/ifc/ifc4_gen/IfcRatioMeasure.gen.d.ts.map +1 -0
  5956. package/compiled/src/ifc/ifc4_gen/IfcRatioMeasure.gen.js +21 -0
  5957. package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineCurveWithKnots.gen.d.ts +14 -0
  5958. package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineCurveWithKnots.gen.d.ts.map +1 -0
  5959. package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineCurveWithKnots.gen.js +41 -0
  5960. package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineSurfaceWithKnots.gen.d.ts +15 -0
  5961. package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineSurfaceWithKnots.gen.d.ts.map +1 -0
  5962. package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineSurfaceWithKnots.gen.js +53 -0
  5963. package/compiled/src/ifc/ifc4_gen/IfcReal.gen.d.ts +13 -0
  5964. package/compiled/src/ifc/ifc4_gen/IfcReal.gen.d.ts.map +1 -0
  5965. package/compiled/src/ifc/ifc4_gen/IfcReal.gen.js +21 -0
  5966. package/compiled/src/ifc/ifc4_gen/IfcRectangleHollowProfileDef.gen.d.ts +18 -0
  5967. package/compiled/src/ifc/ifc4_gen/IfcRectangleHollowProfileDef.gen.d.ts.map +1 -0
  5968. package/compiled/src/ifc/ifc4_gen/IfcRectangleHollowProfileDef.gen.js +33 -0
  5969. package/compiled/src/ifc/ifc4_gen/IfcRectangleProfileDef.gen.d.ts +16 -0
  5970. package/compiled/src/ifc/ifc4_gen/IfcRectangleProfileDef.gen.d.ts.map +1 -0
  5971. package/compiled/src/ifc/ifc4_gen/IfcRectangleProfileDef.gen.js +27 -0
  5972. package/compiled/src/ifc/ifc4_gen/IfcRectangularPyramid.gen.d.ts +18 -0
  5973. package/compiled/src/ifc/ifc4_gen/IfcRectangularPyramid.gen.d.ts.map +1 -0
  5974. package/compiled/src/ifc/ifc4_gen/IfcRectangularPyramid.gen.js +33 -0
  5975. package/compiled/src/ifc/ifc4_gen/IfcRectangularTrimmedSurface.gen.d.ts +27 -0
  5976. package/compiled/src/ifc/ifc4_gen/IfcRectangularTrimmedSurface.gen.d.ts.map +1 -0
  5977. package/compiled/src/ifc/ifc4_gen/IfcRectangularTrimmedSurface.gen.js +58 -0
  5978. package/compiled/src/ifc/ifc4_gen/IfcRecurrencePattern.gen.d.ts +29 -0
  5979. package/compiled/src/ifc/ifc4_gen/IfcRecurrencePattern.gen.d.ts.map +1 -0
  5980. package/compiled/src/ifc/ifc4_gen/IfcRecurrencePattern.gen.js +142 -0
  5981. package/compiled/src/ifc/ifc4_gen/IfcRecurrenceTypeEnum.gen.d.ts +17 -0
  5982. package/compiled/src/ifc/ifc4_gen/IfcRecurrenceTypeEnum.gen.d.ts.map +1 -0
  5983. package/compiled/src/ifc/ifc4_gen/IfcRecurrenceTypeEnum.gen.js +28 -0
  5984. package/compiled/src/ifc/ifc4_gen/IfcReference.gen.d.ts +21 -0
  5985. package/compiled/src/ifc/ifc4_gen/IfcReference.gen.d.ts.map +1 -0
  5986. package/compiled/src/ifc/ifc4_gen/IfcReference.gen.js +65 -0
  5987. package/compiled/src/ifc/ifc4_gen/IfcReflectanceMethodEnum.gen.d.ts +19 -0
  5988. package/compiled/src/ifc/ifc4_gen/IfcReflectanceMethodEnum.gen.d.ts.map +1 -0
  5989. package/compiled/src/ifc/ifc4_gen/IfcReflectanceMethodEnum.gen.js +30 -0
  5990. package/compiled/src/ifc/ifc4_gen/IfcRegularTimeSeries.gen.d.ts +17 -0
  5991. package/compiled/src/ifc/ifc4_gen/IfcRegularTimeSeries.gen.d.ts.map +1 -0
  5992. package/compiled/src/ifc/ifc4_gen/IfcRegularTimeSeries.gen.js +48 -0
  5993. package/compiled/src/ifc/ifc4_gen/IfcReinforcementBarProperties.gen.d.ts +25 -0
  5994. package/compiled/src/ifc/ifc4_gen/IfcReinforcementBarProperties.gen.d.ts.map +1 -0
  5995. package/compiled/src/ifc/ifc4_gen/IfcReinforcementBarProperties.gen.js +52 -0
  5996. package/compiled/src/ifc/ifc4_gen/IfcReinforcementDefinitionProperties.gen.d.ts +17 -0
  5997. package/compiled/src/ifc/ifc4_gen/IfcReinforcementDefinitionProperties.gen.d.ts.map +1 -0
  5998. package/compiled/src/ifc/ifc4_gen/IfcReinforcementDefinitionProperties.gen.js +48 -0
  5999. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBar.gen.d.ts +24 -0
  6000. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBar.gen.d.ts.map +1 -0
  6001. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBar.gen.js +47 -0
  6002. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarRoleEnum.gen.d.ts +19 -0
  6003. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarRoleEnum.gen.d.ts.map +1 -0
  6004. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarRoleEnum.gen.js +30 -0
  6005. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarSurfaceEnum.gen.d.ts +11 -0
  6006. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarSurfaceEnum.gen.d.ts.map +1 -0
  6007. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarSurfaceEnum.gen.js +22 -0
  6008. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarType.gen.d.ts +30 -0
  6009. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarType.gen.d.ts.map +1 -0
  6010. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarType.gen.js +85 -0
  6011. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarTypeEnum.gen.d.ts +19 -0
  6012. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarTypeEnum.gen.d.ts.map +1 -0
  6013. package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarTypeEnum.gen.js +30 -0
  6014. package/compiled/src/ifc/ifc4_gen/IfcReinforcingElement.gen.d.ts +14 -0
  6015. package/compiled/src/ifc/ifc4_gen/IfcReinforcingElement.gen.d.ts.map +1 -0
  6016. package/compiled/src/ifc/ifc4_gen/IfcReinforcingElement.gen.js +21 -0
  6017. package/compiled/src/ifc/ifc4_gen/IfcReinforcingElementType.gen.d.ts +12 -0
  6018. package/compiled/src/ifc/ifc4_gen/IfcReinforcingElementType.gen.d.ts.map +1 -0
  6019. package/compiled/src/ifc/ifc4_gen/IfcReinforcingElementType.gen.js +15 -0
  6020. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMesh.gen.d.ts +31 -0
  6021. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMesh.gen.d.ts.map +1 -0
  6022. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMesh.gen.js +70 -0
  6023. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshType.gen.d.ts +37 -0
  6024. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshType.gen.d.ts.map +1 -0
  6025. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshType.gen.js +108 -0
  6026. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshTypeEnum.gen.d.ts +11 -0
  6027. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshTypeEnum.gen.d.ts.map +1 -0
  6028. package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshTypeEnum.gen.js +22 -0
  6029. package/compiled/src/ifc/ifc4_gen/IfcRelAggregates.gen.d.ts +17 -0
  6030. package/compiled/src/ifc/ifc4_gen/IfcRelAggregates.gen.d.ts.map +1 -0
  6031. package/compiled/src/ifc/ifc4_gen/IfcRelAggregates.gen.js +48 -0
  6032. package/compiled/src/ifc/ifc4_gen/IfcRelAssigns.gen.d.ts +18 -0
  6033. package/compiled/src/ifc/ifc4_gen/IfcRelAssigns.gen.d.ts.map +1 -0
  6034. package/compiled/src/ifc/ifc4_gen/IfcRelAssigns.gen.js +49 -0
  6035. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToActor.gen.d.ts +18 -0
  6036. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToActor.gen.d.ts.map +1 -0
  6037. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToActor.gen.js +29 -0
  6038. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToControl.gen.d.ts +15 -0
  6039. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToControl.gen.d.ts.map +1 -0
  6040. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToControl.gen.js +22 -0
  6041. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroup.gen.d.ts +15 -0
  6042. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroup.gen.d.ts.map +1 -0
  6043. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroup.gen.js +22 -0
  6044. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroupByFactor.gen.d.ts +14 -0
  6045. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroupByFactor.gen.d.ts.map +1 -0
  6046. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroupByFactor.gen.js +21 -0
  6047. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProcess.gen.d.ts +19 -0
  6048. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProcess.gen.d.ts.map +1 -0
  6049. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProcess.gen.js +34 -0
  6050. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProduct.gen.d.ts +16 -0
  6051. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProduct.gen.d.ts.map +1 -0
  6052. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProduct.gen.js +27 -0
  6053. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToResource.gen.d.ts +16 -0
  6054. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToResource.gen.d.ts.map +1 -0
  6055. package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToResource.gen.js +27 -0
  6056. package/compiled/src/ifc/ifc4_gen/IfcRelAssociates.gen.d.ts +16 -0
  6057. package/compiled/src/ifc/ifc4_gen/IfcRelAssociates.gen.d.ts.map +1 -0
  6058. package/compiled/src/ifc/ifc4_gen/IfcRelAssociates.gen.js +47 -0
  6059. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesApproval.gen.d.ts +15 -0
  6060. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesApproval.gen.d.ts.map +1 -0
  6061. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesApproval.gen.js +22 -0
  6062. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesClassification.gen.d.ts +16 -0
  6063. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesClassification.gen.d.ts.map +1 -0
  6064. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesClassification.gen.js +27 -0
  6065. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesConstraint.gen.d.ts +17 -0
  6066. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesConstraint.gen.d.ts.map +1 -0
  6067. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesConstraint.gen.js +28 -0
  6068. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesDocument.gen.d.ts +16 -0
  6069. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesDocument.gen.d.ts.map +1 -0
  6070. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesDocument.gen.js +27 -0
  6071. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesLibrary.gen.d.ts +16 -0
  6072. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesLibrary.gen.d.ts.map +1 -0
  6073. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesLibrary.gen.js +27 -0
  6074. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesMaterial.gen.d.ts +17 -0
  6075. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesMaterial.gen.d.ts.map +1 -0
  6076. package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesMaterial.gen.js +28 -0
  6077. package/compiled/src/ifc/ifc4_gen/IfcRelConnects.gen.d.ts +12 -0
  6078. package/compiled/src/ifc/ifc4_gen/IfcRelConnects.gen.d.ts.map +1 -0
  6079. package/compiled/src/ifc/ifc4_gen/IfcRelConnects.gen.js +15 -0
  6080. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsElements.gen.d.ts +20 -0
  6081. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsElements.gen.d.ts.map +1 -0
  6082. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsElements.gen.js +35 -0
  6083. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPathElements.gen.d.ts +21 -0
  6084. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPathElements.gen.d.ts.map +1 -0
  6085. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPathElements.gen.js +79 -0
  6086. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPortToElement.gen.d.ts +18 -0
  6087. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPortToElement.gen.d.ts.map +1 -0
  6088. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPortToElement.gen.js +29 -0
  6089. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPorts.gen.d.ts +20 -0
  6090. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPorts.gen.d.ts.map +1 -0
  6091. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPorts.gen.js +35 -0
  6092. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralActivity.gen.d.ts +19 -0
  6093. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralActivity.gen.d.ts.map +1 -0
  6094. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralActivity.gen.js +34 -0
  6095. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralMember.gen.d.ts +29 -0
  6096. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralMember.gen.d.ts.map +1 -0
  6097. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralMember.gen.js +56 -0
  6098. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithEccentricity.gen.d.ts +15 -0
  6099. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithEccentricity.gen.d.ts.map +1 -0
  6100. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithEccentricity.gen.js +22 -0
  6101. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithRealizingElements.gen.d.ts +17 -0
  6102. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithRealizingElements.gen.d.ts.map +1 -0
  6103. package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithRealizingElements.gen.js +48 -0
  6104. package/compiled/src/ifc/ifc4_gen/IfcRelContainedInSpatialStructure.gen.d.ts +18 -0
  6105. package/compiled/src/ifc/ifc4_gen/IfcRelContainedInSpatialStructure.gen.d.ts.map +1 -0
  6106. package/compiled/src/ifc/ifc4_gen/IfcRelContainedInSpatialStructure.gen.js +49 -0
  6107. package/compiled/src/ifc/ifc4_gen/IfcRelCoversBldgElements.gen.d.ts +18 -0
  6108. package/compiled/src/ifc/ifc4_gen/IfcRelCoversBldgElements.gen.d.ts.map +1 -0
  6109. package/compiled/src/ifc/ifc4_gen/IfcRelCoversBldgElements.gen.js +49 -0
  6110. package/compiled/src/ifc/ifc4_gen/IfcRelCoversSpaces.gen.d.ts +18 -0
  6111. package/compiled/src/ifc/ifc4_gen/IfcRelCoversSpaces.gen.d.ts.map +1 -0
  6112. package/compiled/src/ifc/ifc4_gen/IfcRelCoversSpaces.gen.js +49 -0
  6113. package/compiled/src/ifc/ifc4_gen/IfcRelDeclares.gen.d.ts +19 -0
  6114. package/compiled/src/ifc/ifc4_gen/IfcRelDeclares.gen.d.ts.map +1 -0
  6115. package/compiled/src/ifc/ifc4_gen/IfcRelDeclares.gen.js +54 -0
  6116. package/compiled/src/ifc/ifc4_gen/IfcRelDecomposes.gen.d.ts +12 -0
  6117. package/compiled/src/ifc/ifc4_gen/IfcRelDecomposes.gen.d.ts.map +1 -0
  6118. package/compiled/src/ifc/ifc4_gen/IfcRelDecomposes.gen.js +15 -0
  6119. package/compiled/src/ifc/ifc4_gen/IfcRelDefines.gen.d.ts +12 -0
  6120. package/compiled/src/ifc/ifc4_gen/IfcRelDefines.gen.d.ts.map +1 -0
  6121. package/compiled/src/ifc/ifc4_gen/IfcRelDefines.gen.js +15 -0
  6122. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByObject.gen.d.ts +17 -0
  6123. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByObject.gen.d.ts.map +1 -0
  6124. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByObject.gen.js +48 -0
  6125. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByProperties.gen.d.ts +19 -0
  6126. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByProperties.gen.d.ts.map +1 -0
  6127. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByProperties.gen.js +54 -0
  6128. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByTemplate.gen.d.ts +18 -0
  6129. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByTemplate.gen.d.ts.map +1 -0
  6130. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByTemplate.gen.js +49 -0
  6131. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByType.gen.d.ts +18 -0
  6132. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByType.gen.d.ts.map +1 -0
  6133. package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByType.gen.js +49 -0
  6134. package/compiled/src/ifc/ifc4_gen/IfcRelFillsElement.gen.d.ts +18 -0
  6135. package/compiled/src/ifc/ifc4_gen/IfcRelFillsElement.gen.d.ts.map +1 -0
  6136. package/compiled/src/ifc/ifc4_gen/IfcRelFillsElement.gen.js +29 -0
  6137. package/compiled/src/ifc/ifc4_gen/IfcRelFlowControlElements.gen.d.ts +18 -0
  6138. package/compiled/src/ifc/ifc4_gen/IfcRelFlowControlElements.gen.d.ts.map +1 -0
  6139. package/compiled/src/ifc/ifc4_gen/IfcRelFlowControlElements.gen.js +49 -0
  6140. package/compiled/src/ifc/ifc4_gen/IfcRelInterferesElements.gen.d.ts +24 -0
  6141. package/compiled/src/ifc/ifc4_gen/IfcRelInterferesElements.gen.d.ts.map +1 -0
  6142. package/compiled/src/ifc/ifc4_gen/IfcRelInterferesElements.gen.js +47 -0
  6143. package/compiled/src/ifc/ifc4_gen/IfcRelNests.gen.d.ts +17 -0
  6144. package/compiled/src/ifc/ifc4_gen/IfcRelNests.gen.d.ts.map +1 -0
  6145. package/compiled/src/ifc/ifc4_gen/IfcRelNests.gen.js +48 -0
  6146. package/compiled/src/ifc/ifc4_gen/IfcRelProjectsElement.gen.d.ts +18 -0
  6147. package/compiled/src/ifc/ifc4_gen/IfcRelProjectsElement.gen.d.ts.map +1 -0
  6148. package/compiled/src/ifc/ifc4_gen/IfcRelProjectsElement.gen.js +29 -0
  6149. package/compiled/src/ifc/ifc4_gen/IfcRelReferencedInSpatialStructure.gen.d.ts +18 -0
  6150. package/compiled/src/ifc/ifc4_gen/IfcRelReferencedInSpatialStructure.gen.d.ts.map +1 -0
  6151. package/compiled/src/ifc/ifc4_gen/IfcRelReferencedInSpatialStructure.gen.js +49 -0
  6152. package/compiled/src/ifc/ifc4_gen/IfcRelSequence.gen.d.ts +25 -0
  6153. package/compiled/src/ifc/ifc4_gen/IfcRelSequence.gen.d.ts.map +1 -0
  6154. package/compiled/src/ifc/ifc4_gen/IfcRelSequence.gen.js +48 -0
  6155. package/compiled/src/ifc/ifc4_gen/IfcRelServicesBuildings.gen.d.ts +18 -0
  6156. package/compiled/src/ifc/ifc4_gen/IfcRelServicesBuildings.gen.d.ts.map +1 -0
  6157. package/compiled/src/ifc/ifc4_gen/IfcRelServicesBuildings.gen.js +49 -0
  6158. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary.gen.d.ts +28 -0
  6159. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary.gen.d.ts.map +1 -0
  6160. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary.gen.js +55 -0
  6161. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary1stLevel.gen.d.ts +14 -0
  6162. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary1stLevel.gen.d.ts.map +1 -0
  6163. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary1stLevel.gen.js +21 -0
  6164. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary2ndLevel.gen.d.ts +14 -0
  6165. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary2ndLevel.gen.d.ts.map +1 -0
  6166. package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary2ndLevel.gen.js +21 -0
  6167. package/compiled/src/ifc/ifc4_gen/IfcRelVoidsElement.gen.d.ts +18 -0
  6168. package/compiled/src/ifc/ifc4_gen/IfcRelVoidsElement.gen.d.ts.map +1 -0
  6169. package/compiled/src/ifc/ifc4_gen/IfcRelVoidsElement.gen.js +29 -0
  6170. package/compiled/src/ifc/ifc4_gen/IfcRelationship.gen.d.ts +12 -0
  6171. package/compiled/src/ifc/ifc4_gen/IfcRelationship.gen.d.ts.map +1 -0
  6172. package/compiled/src/ifc/ifc4_gen/IfcRelationship.gen.js +15 -0
  6173. package/compiled/src/ifc/ifc4_gen/IfcReparametrisedCompositeCurveSegment.gen.d.ts +14 -0
  6174. package/compiled/src/ifc/ifc4_gen/IfcReparametrisedCompositeCurveSegment.gen.d.ts.map +1 -0
  6175. package/compiled/src/ifc/ifc4_gen/IfcReparametrisedCompositeCurveSegment.gen.js +21 -0
  6176. package/compiled/src/ifc/ifc4_gen/IfcRepresentation.gen.d.ts +21 -0
  6177. package/compiled/src/ifc/ifc4_gen/IfcRepresentation.gen.d.ts.map +1 -0
  6178. package/compiled/src/ifc/ifc4_gen/IfcRepresentation.gen.js +61 -0
  6179. package/compiled/src/ifc/ifc4_gen/IfcRepresentationContext.gen.d.ts +15 -0
  6180. package/compiled/src/ifc/ifc4_gen/IfcRepresentationContext.gen.d.ts.map +1 -0
  6181. package/compiled/src/ifc/ifc4_gen/IfcRepresentationContext.gen.js +27 -0
  6182. package/compiled/src/ifc/ifc4_gen/IfcRepresentationItem.gen.d.ts +11 -0
  6183. package/compiled/src/ifc/ifc4_gen/IfcRepresentationItem.gen.d.ts.map +1 -0
  6184. package/compiled/src/ifc/ifc4_gen/IfcRepresentationItem.gen.js +15 -0
  6185. package/compiled/src/ifc/ifc4_gen/IfcRepresentationMap.gen.d.ts +18 -0
  6186. package/compiled/src/ifc/ifc4_gen/IfcRepresentationMap.gen.d.ts.map +1 -0
  6187. package/compiled/src/ifc/ifc4_gen/IfcRepresentationMap.gen.js +34 -0
  6188. package/compiled/src/ifc/ifc4_gen/IfcResource.gen.d.ts +16 -0
  6189. package/compiled/src/ifc/ifc4_gen/IfcResource.gen.d.ts.map +1 -0
  6190. package/compiled/src/ifc/ifc4_gen/IfcResource.gen.js +27 -0
  6191. package/compiled/src/ifc/ifc4_gen/IfcResourceApprovalRelationship.gen.d.ts +32 -0
  6192. package/compiled/src/ifc/ifc4_gen/IfcResourceApprovalRelationship.gen.d.ts.map +1 -0
  6193. package/compiled/src/ifc/ifc4_gen/IfcResourceApprovalRelationship.gen.js +67 -0
  6194. package/compiled/src/ifc/ifc4_gen/IfcResourceConstraintRelationship.gen.d.ts +32 -0
  6195. package/compiled/src/ifc/ifc4_gen/IfcResourceConstraintRelationship.gen.d.ts.map +1 -0
  6196. package/compiled/src/ifc/ifc4_gen/IfcResourceConstraintRelationship.gen.js +67 -0
  6197. package/compiled/src/ifc/ifc4_gen/IfcResourceLevelRelationship.gen.d.ts +15 -0
  6198. package/compiled/src/ifc/ifc4_gen/IfcResourceLevelRelationship.gen.d.ts.map +1 -0
  6199. package/compiled/src/ifc/ifc4_gen/IfcResourceLevelRelationship.gen.js +27 -0
  6200. package/compiled/src/ifc/ifc4_gen/IfcResourceObjectSelect.gen.d.ts +1 -0
  6201. package/compiled/src/ifc/ifc4_gen/IfcResourceObjectSelect.gen.d.ts.map +1 -0
  6202. package/compiled/src/ifc/ifc4_gen/IfcResourceObjectSelect.gen.js +1 -0
  6203. package/compiled/src/ifc/ifc4_gen/IfcResourceSelect.gen.d.ts +1 -0
  6204. package/compiled/src/ifc/ifc4_gen/IfcResourceSelect.gen.d.ts.map +1 -0
  6205. package/compiled/src/ifc/ifc4_gen/IfcResourceSelect.gen.js +1 -0
  6206. package/compiled/src/ifc/ifc4_gen/IfcResourceTime.gen.d.ts +42 -0
  6207. package/compiled/src/ifc/ifc4_gen/IfcResourceTime.gen.d.ts.map +1 -0
  6208. package/compiled/src/ifc/ifc4_gen/IfcResourceTime.gen.js +105 -0
  6209. package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolid.gen.d.ts +17 -0
  6210. package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolid.gen.d.ts.map +1 -0
  6211. package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolid.gen.js +28 -0
  6212. package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolidTapered.gen.d.ts +15 -0
  6213. package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolidTapered.gen.d.ts.map +1 -0
  6214. package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolidTapered.gen.js +22 -0
  6215. package/compiled/src/ifc/ifc4_gen/IfcRightCircularCone.gen.d.ts +16 -0
  6216. package/compiled/src/ifc/ifc4_gen/IfcRightCircularCone.gen.d.ts.map +1 -0
  6217. package/compiled/src/ifc/ifc4_gen/IfcRightCircularCone.gen.js +27 -0
  6218. package/compiled/src/ifc/ifc4_gen/IfcRightCircularCylinder.gen.d.ts +16 -0
  6219. package/compiled/src/ifc/ifc4_gen/IfcRightCircularCylinder.gen.d.ts.map +1 -0
  6220. package/compiled/src/ifc/ifc4_gen/IfcRightCircularCylinder.gen.js +27 -0
  6221. package/compiled/src/ifc/ifc4_gen/IfcRoleEnum.gen.d.ts +32 -0
  6222. package/compiled/src/ifc/ifc4_gen/IfcRoleEnum.gen.d.ts.map +1 -0
  6223. package/compiled/src/ifc/ifc4_gen/IfcRoleEnum.gen.js +43 -0
  6224. package/compiled/src/ifc/ifc4_gen/IfcRoof.gen.d.ts +15 -0
  6225. package/compiled/src/ifc/ifc4_gen/IfcRoof.gen.d.ts.map +1 -0
  6226. package/compiled/src/ifc/ifc4_gen/IfcRoof.gen.js +22 -0
  6227. package/compiled/src/ifc/ifc4_gen/IfcRoofType.gen.d.ts +15 -0
  6228. package/compiled/src/ifc/ifc4_gen/IfcRoofType.gen.d.ts.map +1 -0
  6229. package/compiled/src/ifc/ifc4_gen/IfcRoofType.gen.js +22 -0
  6230. package/compiled/src/ifc/ifc4_gen/IfcRoofTypeEnum.gen.d.ts +24 -0
  6231. package/compiled/src/ifc/ifc4_gen/IfcRoofTypeEnum.gen.d.ts.map +1 -0
  6232. package/compiled/src/ifc/ifc4_gen/IfcRoofTypeEnum.gen.js +35 -0
  6233. package/compiled/src/ifc/ifc4_gen/IfcRoot.gen.d.ts +20 -0
  6234. package/compiled/src/ifc/ifc4_gen/IfcRoot.gen.d.ts.map +1 -0
  6235. package/compiled/src/ifc/ifc4_gen/IfcRoot.gen.js +40 -0
  6236. package/compiled/src/ifc/ifc4_gen/IfcRotationalFrequencyMeasure.gen.d.ts +13 -0
  6237. package/compiled/src/ifc/ifc4_gen/IfcRotationalFrequencyMeasure.gen.d.ts.map +1 -0
  6238. package/compiled/src/ifc/ifc4_gen/IfcRotationalFrequencyMeasure.gen.js +21 -0
  6239. package/compiled/src/ifc/ifc4_gen/IfcRotationalMassMeasure.gen.d.ts +13 -0
  6240. package/compiled/src/ifc/ifc4_gen/IfcRotationalMassMeasure.gen.d.ts.map +1 -0
  6241. package/compiled/src/ifc/ifc4_gen/IfcRotationalMassMeasure.gen.js +21 -0
  6242. package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessMeasure.gen.d.ts +13 -0
  6243. package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessMeasure.gen.d.ts.map +1 -0
  6244. package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessMeasure.gen.js +21 -0
  6245. package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessSelect.gen.d.ts +1 -0
  6246. package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessSelect.gen.d.ts.map +1 -0
  6247. package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessSelect.gen.js +1 -0
  6248. package/compiled/src/ifc/ifc4_gen/IfcRoundedRectangleProfileDef.gen.d.ts +14 -0
  6249. package/compiled/src/ifc/ifc4_gen/IfcRoundedRectangleProfileDef.gen.d.ts.map +1 -0
  6250. package/compiled/src/ifc/ifc4_gen/IfcRoundedRectangleProfileDef.gen.js +21 -0
  6251. package/compiled/src/ifc/ifc4_gen/IfcSIPrefix.gen.d.ts +25 -0
  6252. package/compiled/src/ifc/ifc4_gen/IfcSIPrefix.gen.d.ts.map +1 -0
  6253. package/compiled/src/ifc/ifc4_gen/IfcSIPrefix.gen.js +36 -0
  6254. package/compiled/src/ifc/ifc4_gen/IfcSIUnit.gen.d.ts +20 -0
  6255. package/compiled/src/ifc/ifc4_gen/IfcSIUnit.gen.d.ts.map +1 -0
  6256. package/compiled/src/ifc/ifc4_gen/IfcSIUnit.gen.js +33 -0
  6257. package/compiled/src/ifc/ifc4_gen/IfcSIUnitName.gen.d.ts +39 -0
  6258. package/compiled/src/ifc/ifc4_gen/IfcSIUnitName.gen.d.ts.map +1 -0
  6259. package/compiled/src/ifc/ifc4_gen/IfcSIUnitName.gen.js +50 -0
  6260. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminal.gen.d.ts +15 -0
  6261. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminal.gen.d.ts.map +1 -0
  6262. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminal.gen.js +22 -0
  6263. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalType.gen.d.ts +15 -0
  6264. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalType.gen.d.ts.map +1 -0
  6265. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalType.gen.js +22 -0
  6266. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalTypeEnum.gen.d.ts +21 -0
  6267. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalTypeEnum.gen.d.ts.map +1 -0
  6268. package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalTypeEnum.gen.js +32 -0
  6269. package/compiled/src/ifc/ifc4_gen/IfcSchedulingTime.gen.d.ts +18 -0
  6270. package/compiled/src/ifc/ifc4_gen/IfcSchedulingTime.gen.d.ts.map +1 -0
  6271. package/compiled/src/ifc/ifc4_gen/IfcSchedulingTime.gen.js +34 -0
  6272. package/compiled/src/ifc/ifc4_gen/IfcSeamCurve.gen.d.ts +12 -0
  6273. package/compiled/src/ifc/ifc4_gen/IfcSeamCurve.gen.d.ts.map +1 -0
  6274. package/compiled/src/ifc/ifc4_gen/IfcSeamCurve.gen.js +15 -0
  6275. package/compiled/src/ifc/ifc4_gen/IfcSectionModulusMeasure.gen.d.ts +13 -0
  6276. package/compiled/src/ifc/ifc4_gen/IfcSectionModulusMeasure.gen.d.ts.map +1 -0
  6277. package/compiled/src/ifc/ifc4_gen/IfcSectionModulusMeasure.gen.js +21 -0
  6278. package/compiled/src/ifc/ifc4_gen/IfcSectionProperties.gen.d.ts +20 -0
  6279. package/compiled/src/ifc/ifc4_gen/IfcSectionProperties.gen.d.ts.map +1 -0
  6280. package/compiled/src/ifc/ifc4_gen/IfcSectionProperties.gen.js +35 -0
  6281. package/compiled/src/ifc/ifc4_gen/IfcSectionReinforcementProperties.gen.d.ts +27 -0
  6282. package/compiled/src/ifc/ifc4_gen/IfcSectionReinforcementProperties.gen.d.ts.map +1 -0
  6283. package/compiled/src/ifc/ifc4_gen/IfcSectionReinforcementProperties.gen.js +74 -0
  6284. package/compiled/src/ifc/ifc4_gen/IfcSectionTypeEnum.gen.d.ts +11 -0
  6285. package/compiled/src/ifc/ifc4_gen/IfcSectionTypeEnum.gen.d.ts.map +1 -0
  6286. package/compiled/src/ifc/ifc4_gen/IfcSectionTypeEnum.gen.js +22 -0
  6287. package/compiled/src/ifc/ifc4_gen/IfcSectionalAreaIntegralMeasure.gen.d.ts +13 -0
  6288. package/compiled/src/ifc/ifc4_gen/IfcSectionalAreaIntegralMeasure.gen.d.ts.map +1 -0
  6289. package/compiled/src/ifc/ifc4_gen/IfcSectionalAreaIntegralMeasure.gen.js +21 -0
  6290. package/compiled/src/ifc/ifc4_gen/IfcSectionedSpine.gen.d.ts +22 -0
  6291. package/compiled/src/ifc/ifc4_gen/IfcSectionedSpine.gen.d.ts.map +1 -0
  6292. package/compiled/src/ifc/ifc4_gen/IfcSectionedSpine.gen.js +78 -0
  6293. package/compiled/src/ifc/ifc4_gen/IfcSegmentIndexSelect.gen.d.ts +1 -0
  6294. package/compiled/src/ifc/ifc4_gen/IfcSegmentIndexSelect.gen.d.ts.map +1 -0
  6295. package/compiled/src/ifc/ifc4_gen/IfcSegmentIndexSelect.gen.js +1 -0
  6296. package/compiled/src/ifc/ifc4_gen/IfcSensor.gen.d.ts +15 -0
  6297. package/compiled/src/ifc/ifc4_gen/IfcSensor.gen.d.ts.map +1 -0
  6298. package/compiled/src/ifc/ifc4_gen/IfcSensor.gen.js +22 -0
  6299. package/compiled/src/ifc/ifc4_gen/IfcSensorType.gen.d.ts +15 -0
  6300. package/compiled/src/ifc/ifc4_gen/IfcSensorType.gen.d.ts.map +1 -0
  6301. package/compiled/src/ifc/ifc4_gen/IfcSensorType.gen.js +22 -0
  6302. package/compiled/src/ifc/ifc4_gen/IfcSensorTypeEnum.gen.d.ts +35 -0
  6303. package/compiled/src/ifc/ifc4_gen/IfcSensorTypeEnum.gen.d.ts.map +1 -0
  6304. package/compiled/src/ifc/ifc4_gen/IfcSensorTypeEnum.gen.js +46 -0
  6305. package/compiled/src/ifc/ifc4_gen/IfcSequenceEnum.gen.d.ts +15 -0
  6306. package/compiled/src/ifc/ifc4_gen/IfcSequenceEnum.gen.d.ts.map +1 -0
  6307. package/compiled/src/ifc/ifc4_gen/IfcSequenceEnum.gen.js +26 -0
  6308. package/compiled/src/ifc/ifc4_gen/IfcShadingDevice.gen.d.ts +15 -0
  6309. package/compiled/src/ifc/ifc4_gen/IfcShadingDevice.gen.d.ts.map +1 -0
  6310. package/compiled/src/ifc/ifc4_gen/IfcShadingDevice.gen.js +22 -0
  6311. package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceType.gen.d.ts +15 -0
  6312. package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceType.gen.d.ts.map +1 -0
  6313. package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceType.gen.js +22 -0
  6314. package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceTypeEnum.gen.d.ts +14 -0
  6315. package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceTypeEnum.gen.d.ts.map +1 -0
  6316. package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceTypeEnum.gen.js +25 -0
  6317. package/compiled/src/ifc/ifc4_gen/IfcShapeAspect.gen.d.ts +24 -0
  6318. package/compiled/src/ifc/ifc4_gen/IfcShapeAspect.gen.d.ts.map +1 -0
  6319. package/compiled/src/ifc/ifc4_gen/IfcShapeAspect.gen.js +72 -0
  6320. package/compiled/src/ifc/ifc4_gen/IfcShapeModel.gen.d.ts +12 -0
  6321. package/compiled/src/ifc/ifc4_gen/IfcShapeModel.gen.d.ts.map +1 -0
  6322. package/compiled/src/ifc/ifc4_gen/IfcShapeModel.gen.js +15 -0
  6323. package/compiled/src/ifc/ifc4_gen/IfcShapeRepresentation.gen.d.ts +12 -0
  6324. package/compiled/src/ifc/ifc4_gen/IfcShapeRepresentation.gen.d.ts.map +1 -0
  6325. package/compiled/src/ifc/ifc4_gen/IfcShapeRepresentation.gen.js +15 -0
  6326. package/compiled/src/ifc/ifc4_gen/IfcShearModulusMeasure.gen.d.ts +13 -0
  6327. package/compiled/src/ifc/ifc4_gen/IfcShearModulusMeasure.gen.d.ts.map +1 -0
  6328. package/compiled/src/ifc/ifc4_gen/IfcShearModulusMeasure.gen.js +21 -0
  6329. package/compiled/src/ifc/ifc4_gen/IfcShell.gen.d.ts +1 -0
  6330. package/compiled/src/ifc/ifc4_gen/IfcShell.gen.d.ts.map +1 -0
  6331. package/compiled/src/ifc/ifc4_gen/IfcShell.gen.js +1 -0
  6332. package/compiled/src/ifc/ifc4_gen/IfcShellBasedSurfaceModel.gen.d.ts +17 -0
  6333. package/compiled/src/ifc/ifc4_gen/IfcShellBasedSurfaceModel.gen.d.ts.map +1 -0
  6334. package/compiled/src/ifc/ifc4_gen/IfcShellBasedSurfaceModel.gen.js +50 -0
  6335. package/compiled/src/ifc/ifc4_gen/IfcSimpleProperty.gen.d.ts +12 -0
  6336. package/compiled/src/ifc/ifc4_gen/IfcSimpleProperty.gen.d.ts.map +1 -0
  6337. package/compiled/src/ifc/ifc4_gen/IfcSimpleProperty.gen.js +15 -0
  6338. package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplate.gen.d.ts +34 -0
  6339. package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplate.gen.d.ts.map +1 -0
  6340. package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplate.gen.js +77 -0
  6341. package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplateTypeEnum.gen.d.ts +21 -0
  6342. package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplateTypeEnum.gen.d.ts.map +1 -0
  6343. package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplateTypeEnum.gen.js +32 -0
  6344. package/compiled/src/ifc/ifc4_gen/IfcSimpleValue.gen.d.ts +1 -0
  6345. package/compiled/src/ifc/ifc4_gen/IfcSimpleValue.gen.d.ts.map +1 -0
  6346. package/compiled/src/ifc/ifc4_gen/IfcSimpleValue.gen.js +1 -0
  6347. package/compiled/src/ifc/ifc4_gen/IfcSite.gen.d.ts +23 -0
  6348. package/compiled/src/ifc/ifc4_gen/IfcSite.gen.d.ts.map +1 -0
  6349. package/compiled/src/ifc/ifc4_gen/IfcSite.gen.js +85 -0
  6350. package/compiled/src/ifc/ifc4_gen/IfcSizeSelect.gen.d.ts +1 -0
  6351. package/compiled/src/ifc/ifc4_gen/IfcSizeSelect.gen.d.ts.map +1 -0
  6352. package/compiled/src/ifc/ifc4_gen/IfcSizeSelect.gen.js +1 -0
  6353. package/compiled/src/ifc/ifc4_gen/IfcSlab.gen.d.ts +15 -0
  6354. package/compiled/src/ifc/ifc4_gen/IfcSlab.gen.d.ts.map +1 -0
  6355. package/compiled/src/ifc/ifc4_gen/IfcSlab.gen.js +22 -0
  6356. package/compiled/src/ifc/ifc4_gen/IfcSlabElementedCase.gen.d.ts +12 -0
  6357. package/compiled/src/ifc/ifc4_gen/IfcSlabElementedCase.gen.d.ts.map +1 -0
  6358. package/compiled/src/ifc/ifc4_gen/IfcSlabElementedCase.gen.js +15 -0
  6359. package/compiled/src/ifc/ifc4_gen/IfcSlabStandardCase.gen.d.ts +12 -0
  6360. package/compiled/src/ifc/ifc4_gen/IfcSlabStandardCase.gen.d.ts.map +1 -0
  6361. package/compiled/src/ifc/ifc4_gen/IfcSlabStandardCase.gen.js +15 -0
  6362. package/compiled/src/ifc/ifc4_gen/IfcSlabType.gen.d.ts +15 -0
  6363. package/compiled/src/ifc/ifc4_gen/IfcSlabType.gen.d.ts.map +1 -0
  6364. package/compiled/src/ifc/ifc4_gen/IfcSlabType.gen.js +22 -0
  6365. package/compiled/src/ifc/ifc4_gen/IfcSlabTypeEnum.gen.d.ts +15 -0
  6366. package/compiled/src/ifc/ifc4_gen/IfcSlabTypeEnum.gen.d.ts.map +1 -0
  6367. package/compiled/src/ifc/ifc4_gen/IfcSlabTypeEnum.gen.js +26 -0
  6368. package/compiled/src/ifc/ifc4_gen/IfcSlippageConnectionCondition.gen.d.ts +18 -0
  6369. package/compiled/src/ifc/ifc4_gen/IfcSlippageConnectionCondition.gen.d.ts.map +1 -0
  6370. package/compiled/src/ifc/ifc4_gen/IfcSlippageConnectionCondition.gen.js +33 -0
  6371. package/compiled/src/ifc/ifc4_gen/IfcSolarDevice.gen.d.ts +15 -0
  6372. package/compiled/src/ifc/ifc4_gen/IfcSolarDevice.gen.d.ts.map +1 -0
  6373. package/compiled/src/ifc/ifc4_gen/IfcSolarDevice.gen.js +22 -0
  6374. package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceType.gen.d.ts +15 -0
  6375. package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceType.gen.d.ts.map +1 -0
  6376. package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceType.gen.js +22 -0
  6377. package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceTypeEnum.gen.d.ts +13 -0
  6378. package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceTypeEnum.gen.d.ts.map +1 -0
  6379. package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceTypeEnum.gen.js +24 -0
  6380. package/compiled/src/ifc/ifc4_gen/IfcSolidAngleMeasure.gen.d.ts +13 -0
  6381. package/compiled/src/ifc/ifc4_gen/IfcSolidAngleMeasure.gen.d.ts.map +1 -0
  6382. package/compiled/src/ifc/ifc4_gen/IfcSolidAngleMeasure.gen.js +21 -0
  6383. package/compiled/src/ifc/ifc4_gen/IfcSolidModel.gen.d.ts +13 -0
  6384. package/compiled/src/ifc/ifc4_gen/IfcSolidModel.gen.d.ts.map +1 -0
  6385. package/compiled/src/ifc/ifc4_gen/IfcSolidModel.gen.js +18 -0
  6386. package/compiled/src/ifc/ifc4_gen/IfcSolidOrShell.gen.d.ts +1 -0
  6387. package/compiled/src/ifc/ifc4_gen/IfcSolidOrShell.gen.d.ts.map +1 -0
  6388. package/compiled/src/ifc/ifc4_gen/IfcSolidOrShell.gen.js +1 -0
  6389. package/compiled/src/ifc/ifc4_gen/IfcSoundPowerLevelMeasure.gen.d.ts +13 -0
  6390. package/compiled/src/ifc/ifc4_gen/IfcSoundPowerLevelMeasure.gen.d.ts.map +1 -0
  6391. package/compiled/src/ifc/ifc4_gen/IfcSoundPowerLevelMeasure.gen.js +21 -0
  6392. package/compiled/src/ifc/ifc4_gen/IfcSoundPowerMeasure.gen.d.ts +13 -0
  6393. package/compiled/src/ifc/ifc4_gen/IfcSoundPowerMeasure.gen.d.ts.map +1 -0
  6394. package/compiled/src/ifc/ifc4_gen/IfcSoundPowerMeasure.gen.js +21 -0
  6395. package/compiled/src/ifc/ifc4_gen/IfcSoundPressureLevelMeasure.gen.d.ts +13 -0
  6396. package/compiled/src/ifc/ifc4_gen/IfcSoundPressureLevelMeasure.gen.d.ts.map +1 -0
  6397. package/compiled/src/ifc/ifc4_gen/IfcSoundPressureLevelMeasure.gen.js +21 -0
  6398. package/compiled/src/ifc/ifc4_gen/IfcSoundPressureMeasure.gen.d.ts +13 -0
  6399. package/compiled/src/ifc/ifc4_gen/IfcSoundPressureMeasure.gen.d.ts.map +1 -0
  6400. package/compiled/src/ifc/ifc4_gen/IfcSoundPressureMeasure.gen.js +21 -0
  6401. package/compiled/src/ifc/ifc4_gen/IfcSpace.gen.d.ts +17 -0
  6402. package/compiled/src/ifc/ifc4_gen/IfcSpace.gen.d.ts.map +1 -0
  6403. package/compiled/src/ifc/ifc4_gen/IfcSpace.gen.js +28 -0
  6404. package/compiled/src/ifc/ifc4_gen/IfcSpaceBoundarySelect.gen.d.ts +1 -0
  6405. package/compiled/src/ifc/ifc4_gen/IfcSpaceBoundarySelect.gen.d.ts.map +1 -0
  6406. package/compiled/src/ifc/ifc4_gen/IfcSpaceBoundarySelect.gen.js +1 -0
  6407. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeater.gen.d.ts +15 -0
  6408. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeater.gen.d.ts.map +1 -0
  6409. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeater.gen.js +22 -0
  6410. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterType.gen.d.ts +15 -0
  6411. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterType.gen.d.ts.map +1 -0
  6412. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterType.gen.js +22 -0
  6413. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterTypeEnum.gen.d.ts +13 -0
  6414. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterTypeEnum.gen.d.ts.map +1 -0
  6415. package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterTypeEnum.gen.js +24 -0
  6416. package/compiled/src/ifc/ifc4_gen/IfcSpaceType.gen.d.ts +17 -0
  6417. package/compiled/src/ifc/ifc4_gen/IfcSpaceType.gen.d.ts.map +1 -0
  6418. package/compiled/src/ifc/ifc4_gen/IfcSpaceType.gen.js +28 -0
  6419. package/compiled/src/ifc/ifc4_gen/IfcSpaceTypeEnum.gen.d.ts +16 -0
  6420. package/compiled/src/ifc/ifc4_gen/IfcSpaceTypeEnum.gen.d.ts.map +1 -0
  6421. package/compiled/src/ifc/ifc4_gen/IfcSpaceTypeEnum.gen.js +27 -0
  6422. package/compiled/src/ifc/ifc4_gen/IfcSpatialElement.gen.d.ts +14 -0
  6423. package/compiled/src/ifc/ifc4_gen/IfcSpatialElement.gen.d.ts.map +1 -0
  6424. package/compiled/src/ifc/ifc4_gen/IfcSpatialElement.gen.js +21 -0
  6425. package/compiled/src/ifc/ifc4_gen/IfcSpatialElementType.gen.d.ts +14 -0
  6426. package/compiled/src/ifc/ifc4_gen/IfcSpatialElementType.gen.d.ts.map +1 -0
  6427. package/compiled/src/ifc/ifc4_gen/IfcSpatialElementType.gen.js +21 -0
  6428. package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElement.gen.d.ts +15 -0
  6429. package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElement.gen.d.ts.map +1 -0
  6430. package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElement.gen.js +22 -0
  6431. package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElementType.gen.d.ts +12 -0
  6432. package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElementType.gen.d.ts.map +1 -0
  6433. package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElementType.gen.js +15 -0
  6434. package/compiled/src/ifc/ifc4_gen/IfcSpatialZone.gen.d.ts +15 -0
  6435. package/compiled/src/ifc/ifc4_gen/IfcSpatialZone.gen.d.ts.map +1 -0
  6436. package/compiled/src/ifc/ifc4_gen/IfcSpatialZone.gen.js +22 -0
  6437. package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneType.gen.d.ts +17 -0
  6438. package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneType.gen.d.ts.map +1 -0
  6439. package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneType.gen.js +28 -0
  6440. package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneTypeEnum.gen.d.ts +19 -0
  6441. package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneTypeEnum.gen.d.ts.map +1 -0
  6442. package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneTypeEnum.gen.js +30 -0
  6443. package/compiled/src/ifc/ifc4_gen/IfcSpecificHeatCapacityMeasure.gen.d.ts +13 -0
  6444. package/compiled/src/ifc/ifc4_gen/IfcSpecificHeatCapacityMeasure.gen.d.ts.map +1 -0
  6445. package/compiled/src/ifc/ifc4_gen/IfcSpecificHeatCapacityMeasure.gen.js +21 -0
  6446. package/compiled/src/ifc/ifc4_gen/IfcSpecularExponent.gen.d.ts +13 -0
  6447. package/compiled/src/ifc/ifc4_gen/IfcSpecularExponent.gen.d.ts.map +1 -0
  6448. package/compiled/src/ifc/ifc4_gen/IfcSpecularExponent.gen.js +21 -0
  6449. package/compiled/src/ifc/ifc4_gen/IfcSpecularHighlightSelect.gen.d.ts +1 -0
  6450. package/compiled/src/ifc/ifc4_gen/IfcSpecularHighlightSelect.gen.d.ts.map +1 -0
  6451. package/compiled/src/ifc/ifc4_gen/IfcSpecularHighlightSelect.gen.js +1 -0
  6452. package/compiled/src/ifc/ifc4_gen/IfcSpecularRoughness.gen.d.ts +13 -0
  6453. package/compiled/src/ifc/ifc4_gen/IfcSpecularRoughness.gen.d.ts.map +1 -0
  6454. package/compiled/src/ifc/ifc4_gen/IfcSpecularRoughness.gen.js +21 -0
  6455. package/compiled/src/ifc/ifc4_gen/IfcSphere.gen.d.ts +14 -0
  6456. package/compiled/src/ifc/ifc4_gen/IfcSphere.gen.d.ts.map +1 -0
  6457. package/compiled/src/ifc/ifc4_gen/IfcSphere.gen.js +21 -0
  6458. package/compiled/src/ifc/ifc4_gen/IfcSphericalSurface.gen.d.ts +14 -0
  6459. package/compiled/src/ifc/ifc4_gen/IfcSphericalSurface.gen.d.ts.map +1 -0
  6460. package/compiled/src/ifc/ifc4_gen/IfcSphericalSurface.gen.js +21 -0
  6461. package/compiled/src/ifc/ifc4_gen/IfcStackTerminal.gen.d.ts +15 -0
  6462. package/compiled/src/ifc/ifc4_gen/IfcStackTerminal.gen.d.ts.map +1 -0
  6463. package/compiled/src/ifc/ifc4_gen/IfcStackTerminal.gen.js +22 -0
  6464. package/compiled/src/ifc/ifc4_gen/IfcStackTerminalType.gen.d.ts +15 -0
  6465. package/compiled/src/ifc/ifc4_gen/IfcStackTerminalType.gen.d.ts.map +1 -0
  6466. package/compiled/src/ifc/ifc4_gen/IfcStackTerminalType.gen.js +22 -0
  6467. package/compiled/src/ifc/ifc4_gen/IfcStackTerminalTypeEnum.gen.d.ts +14 -0
  6468. package/compiled/src/ifc/ifc4_gen/IfcStackTerminalTypeEnum.gen.d.ts.map +1 -0
  6469. package/compiled/src/ifc/ifc4_gen/IfcStackTerminalTypeEnum.gen.js +25 -0
  6470. package/compiled/src/ifc/ifc4_gen/IfcStair.gen.d.ts +15 -0
  6471. package/compiled/src/ifc/ifc4_gen/IfcStair.gen.d.ts.map +1 -0
  6472. package/compiled/src/ifc/ifc4_gen/IfcStair.gen.js +22 -0
  6473. package/compiled/src/ifc/ifc4_gen/IfcStairFlight.gen.d.ts +23 -0
  6474. package/compiled/src/ifc/ifc4_gen/IfcStairFlight.gen.d.ts.map +1 -0
  6475. package/compiled/src/ifc/ifc4_gen/IfcStairFlight.gen.js +46 -0
  6476. package/compiled/src/ifc/ifc4_gen/IfcStairFlightType.gen.d.ts +15 -0
  6477. package/compiled/src/ifc/ifc4_gen/IfcStairFlightType.gen.d.ts.map +1 -0
  6478. package/compiled/src/ifc/ifc4_gen/IfcStairFlightType.gen.js +22 -0
  6479. package/compiled/src/ifc/ifc4_gen/IfcStairFlightTypeEnum.gen.d.ts +16 -0
  6480. package/compiled/src/ifc/ifc4_gen/IfcStairFlightTypeEnum.gen.d.ts.map +1 -0
  6481. package/compiled/src/ifc/ifc4_gen/IfcStairFlightTypeEnum.gen.js +27 -0
  6482. package/compiled/src/ifc/ifc4_gen/IfcStairType.gen.d.ts +15 -0
  6483. package/compiled/src/ifc/ifc4_gen/IfcStairType.gen.d.ts.map +1 -0
  6484. package/compiled/src/ifc/ifc4_gen/IfcStairType.gen.js +22 -0
  6485. package/compiled/src/ifc/ifc4_gen/IfcStairTypeEnum.gen.d.ts +25 -0
  6486. package/compiled/src/ifc/ifc4_gen/IfcStairTypeEnum.gen.d.ts.map +1 -0
  6487. package/compiled/src/ifc/ifc4_gen/IfcStairTypeEnum.gen.js +36 -0
  6488. package/compiled/src/ifc/ifc4_gen/IfcStateEnum.gen.d.ts +14 -0
  6489. package/compiled/src/ifc/ifc4_gen/IfcStateEnum.gen.d.ts.map +1 -0
  6490. package/compiled/src/ifc/ifc4_gen/IfcStateEnum.gen.js +25 -0
  6491. package/compiled/src/ifc/ifc4_gen/IfcStrippedOptional.gen.d.ts +13 -0
  6492. package/compiled/src/ifc/ifc4_gen/IfcStrippedOptional.gen.d.ts.map +1 -0
  6493. package/compiled/src/ifc/ifc4_gen/IfcStrippedOptional.gen.js +21 -0
  6494. package/compiled/src/ifc/ifc4_gen/IfcStructuralAction.gen.d.ts +14 -0
  6495. package/compiled/src/ifc/ifc4_gen/IfcStructuralAction.gen.d.ts.map +1 -0
  6496. package/compiled/src/ifc/ifc4_gen/IfcStructuralAction.gen.js +21 -0
  6497. package/compiled/src/ifc/ifc4_gen/IfcStructuralActivity.gen.d.ts +18 -0
  6498. package/compiled/src/ifc/ifc4_gen/IfcStructuralActivity.gen.d.ts.map +1 -0
  6499. package/compiled/src/ifc/ifc4_gen/IfcStructuralActivity.gen.js +29 -0
  6500. package/compiled/src/ifc/ifc4_gen/IfcStructuralActivityAssignmentSelect.gen.d.ts +1 -0
  6501. package/compiled/src/ifc/ifc4_gen/IfcStructuralActivityAssignmentSelect.gen.d.ts.map +1 -0
  6502. package/compiled/src/ifc/ifc4_gen/IfcStructuralActivityAssignmentSelect.gen.js +1 -0
  6503. package/compiled/src/ifc/ifc4_gen/IfcStructuralAnalysisModel.gen.d.ts +27 -0
  6504. package/compiled/src/ifc/ifc4_gen/IfcStructuralAnalysisModel.gen.d.ts.map +1 -0
  6505. package/compiled/src/ifc/ifc4_gen/IfcStructuralAnalysisModel.gen.js +89 -0
  6506. package/compiled/src/ifc/ifc4_gen/IfcStructuralConnection.gen.d.ts +15 -0
  6507. package/compiled/src/ifc/ifc4_gen/IfcStructuralConnection.gen.d.ts.map +1 -0
  6508. package/compiled/src/ifc/ifc4_gen/IfcStructuralConnection.gen.js +22 -0
  6509. package/compiled/src/ifc/ifc4_gen/IfcStructuralConnectionCondition.gen.d.ts +13 -0
  6510. package/compiled/src/ifc/ifc4_gen/IfcStructuralConnectionCondition.gen.d.ts.map +1 -0
  6511. package/compiled/src/ifc/ifc4_gen/IfcStructuralConnectionCondition.gen.js +21 -0
  6512. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveAction.gen.d.ts +18 -0
  6513. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveAction.gen.d.ts.map +1 -0
  6514. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveAction.gen.js +29 -0
  6515. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveActivityTypeEnum.gen.d.ts +18 -0
  6516. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveActivityTypeEnum.gen.d.ts.map +1 -0
  6517. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveActivityTypeEnum.gen.js +29 -0
  6518. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveConnection.gen.d.ts +15 -0
  6519. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveConnection.gen.d.ts.map +1 -0
  6520. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveConnection.gen.js +22 -0
  6521. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMember.gen.d.ts +18 -0
  6522. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMember.gen.d.ts.map +1 -0
  6523. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMember.gen.js +29 -0
  6524. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberTypeEnum.gen.d.ts +16 -0
  6525. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberTypeEnum.gen.d.ts.map +1 -0
  6526. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberTypeEnum.gen.js +27 -0
  6527. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberVarying.gen.d.ts +12 -0
  6528. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberVarying.gen.d.ts.map +1 -0
  6529. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberVarying.gen.js +15 -0
  6530. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveReaction.gen.d.ts +15 -0
  6531. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveReaction.gen.d.ts.map +1 -0
  6532. package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveReaction.gen.js +22 -0
  6533. package/compiled/src/ifc/ifc4_gen/IfcStructuralItem.gen.d.ts +12 -0
  6534. package/compiled/src/ifc/ifc4_gen/IfcStructuralItem.gen.d.ts.map +1 -0
  6535. package/compiled/src/ifc/ifc4_gen/IfcStructuralItem.gen.js +15 -0
  6536. package/compiled/src/ifc/ifc4_gen/IfcStructuralLinearAction.gen.d.ts +12 -0
  6537. package/compiled/src/ifc/ifc4_gen/IfcStructuralLinearAction.gen.d.ts.map +1 -0
  6538. package/compiled/src/ifc/ifc4_gen/IfcStructuralLinearAction.gen.js +15 -0
  6539. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoad.gen.d.ts +13 -0
  6540. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoad.gen.d.ts.map +1 -0
  6541. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoad.gen.js +21 -0
  6542. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadCase.gen.d.ts +14 -0
  6543. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadCase.gen.d.ts.map +1 -0
  6544. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadCase.gen.js +41 -0
  6545. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadConfiguration.gen.d.ts +17 -0
  6546. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadConfiguration.gen.d.ts.map +1 -0
  6547. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadConfiguration.gen.js +75 -0
  6548. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadGroup.gen.d.ts +25 -0
  6549. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadGroup.gen.d.ts.map +1 -0
  6550. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadGroup.gen.js +48 -0
  6551. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadLinearForce.gen.d.ts +24 -0
  6552. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadLinearForce.gen.d.ts.map +1 -0
  6553. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadLinearForce.gen.js +51 -0
  6554. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadOrResult.gen.d.ts +12 -0
  6555. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadOrResult.gen.d.ts.map +1 -0
  6556. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadOrResult.gen.js +15 -0
  6557. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadPlanarForce.gen.d.ts +18 -0
  6558. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadPlanarForce.gen.d.ts.map +1 -0
  6559. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadPlanarForce.gen.js +33 -0
  6560. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacement.gen.d.ts +24 -0
  6561. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacement.gen.d.ts.map +1 -0
  6562. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacement.gen.js +51 -0
  6563. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacementDistortion.gen.d.ts +14 -0
  6564. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacementDistortion.gen.d.ts.map +1 -0
  6565. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacementDistortion.gen.js +21 -0
  6566. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForce.gen.d.ts +24 -0
  6567. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForce.gen.d.ts.map +1 -0
  6568. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForce.gen.js +51 -0
  6569. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForceWarping.gen.d.ts +14 -0
  6570. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForceWarping.gen.d.ts.map +1 -0
  6571. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForceWarping.gen.js +21 -0
  6572. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadStatic.gen.d.ts +12 -0
  6573. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadStatic.gen.d.ts.map +1 -0
  6574. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadStatic.gen.js +15 -0
  6575. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadTemperature.gen.d.ts +18 -0
  6576. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadTemperature.gen.d.ts.map +1 -0
  6577. package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadTemperature.gen.js +33 -0
  6578. package/compiled/src/ifc/ifc4_gen/IfcStructuralMember.gen.d.ts +12 -0
  6579. package/compiled/src/ifc/ifc4_gen/IfcStructuralMember.gen.d.ts.map +1 -0
  6580. package/compiled/src/ifc/ifc4_gen/IfcStructuralMember.gen.js +15 -0
  6581. package/compiled/src/ifc/ifc4_gen/IfcStructuralPlanarAction.gen.d.ts +12 -0
  6582. package/compiled/src/ifc/ifc4_gen/IfcStructuralPlanarAction.gen.d.ts.map +1 -0
  6583. package/compiled/src/ifc/ifc4_gen/IfcStructuralPlanarAction.gen.js +15 -0
  6584. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointAction.gen.d.ts +12 -0
  6585. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointAction.gen.d.ts.map +1 -0
  6586. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointAction.gen.js +15 -0
  6587. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointConnection.gen.d.ts +15 -0
  6588. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointConnection.gen.d.ts.map +1 -0
  6589. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointConnection.gen.js +22 -0
  6590. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointReaction.gen.d.ts +12 -0
  6591. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointReaction.gen.d.ts.map +1 -0
  6592. package/compiled/src/ifc/ifc4_gen/IfcStructuralPointReaction.gen.js +15 -0
  6593. package/compiled/src/ifc/ifc4_gen/IfcStructuralReaction.gen.d.ts +12 -0
  6594. package/compiled/src/ifc/ifc4_gen/IfcStructuralReaction.gen.d.ts.map +1 -0
  6595. package/compiled/src/ifc/ifc4_gen/IfcStructuralReaction.gen.js +15 -0
  6596. package/compiled/src/ifc/ifc4_gen/IfcStructuralResultGroup.gen.d.ts +20 -0
  6597. package/compiled/src/ifc/ifc4_gen/IfcStructuralResultGroup.gen.d.ts.map +1 -0
  6598. package/compiled/src/ifc/ifc4_gen/IfcStructuralResultGroup.gen.js +35 -0
  6599. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceAction.gen.d.ts +18 -0
  6600. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceAction.gen.d.ts.map +1 -0
  6601. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceAction.gen.js +29 -0
  6602. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceActivityTypeEnum.gen.d.ts +15 -0
  6603. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceActivityTypeEnum.gen.d.ts.map +1 -0
  6604. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceActivityTypeEnum.gen.js +26 -0
  6605. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceConnection.gen.d.ts +12 -0
  6606. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceConnection.gen.d.ts.map +1 -0
  6607. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceConnection.gen.js +15 -0
  6608. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMember.gen.d.ts +17 -0
  6609. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMember.gen.d.ts.map +1 -0
  6610. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMember.gen.js +28 -0
  6611. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberTypeEnum.gen.d.ts +14 -0
  6612. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberTypeEnum.gen.d.ts.map +1 -0
  6613. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberTypeEnum.gen.js +25 -0
  6614. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberVarying.gen.d.ts +12 -0
  6615. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberVarying.gen.d.ts.map +1 -0
  6616. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberVarying.gen.js +15 -0
  6617. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceReaction.gen.d.ts +15 -0
  6618. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceReaction.gen.d.ts.map +1 -0
  6619. package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceReaction.gen.js +22 -0
  6620. package/compiled/src/ifc/ifc4_gen/IfcStyleAssignmentSelect.gen.d.ts +1 -0
  6621. package/compiled/src/ifc/ifc4_gen/IfcStyleAssignmentSelect.gen.d.ts.map +1 -0
  6622. package/compiled/src/ifc/ifc4_gen/IfcStyleAssignmentSelect.gen.js +1 -0
  6623. package/compiled/src/ifc/ifc4_gen/IfcStyleModel.gen.d.ts +12 -0
  6624. package/compiled/src/ifc/ifc4_gen/IfcStyleModel.gen.d.ts.map +1 -0
  6625. package/compiled/src/ifc/ifc4_gen/IfcStyleModel.gen.js +15 -0
  6626. package/compiled/src/ifc/ifc4_gen/IfcStyledItem.gen.d.ts +20 -0
  6627. package/compiled/src/ifc/ifc4_gen/IfcStyledItem.gen.d.ts.map +1 -0
  6628. package/compiled/src/ifc/ifc4_gen/IfcStyledItem.gen.js +59 -0
  6629. package/compiled/src/ifc/ifc4_gen/IfcStyledRepresentation.gen.d.ts +12 -0
  6630. package/compiled/src/ifc/ifc4_gen/IfcStyledRepresentation.gen.d.ts.map +1 -0
  6631. package/compiled/src/ifc/ifc4_gen/IfcStyledRepresentation.gen.js +15 -0
  6632. package/compiled/src/ifc/ifc4_gen/IfcSubContractResource.gen.d.ts +15 -0
  6633. package/compiled/src/ifc/ifc4_gen/IfcSubContractResource.gen.d.ts.map +1 -0
  6634. package/compiled/src/ifc/ifc4_gen/IfcSubContractResource.gen.js +22 -0
  6635. package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceType.gen.d.ts +15 -0
  6636. package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceType.gen.d.ts.map +1 -0
  6637. package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceType.gen.js +22 -0
  6638. package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceTypeEnum.gen.d.ts +13 -0
  6639. package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceTypeEnum.gen.d.ts.map +1 -0
  6640. package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceTypeEnum.gen.js +24 -0
  6641. package/compiled/src/ifc/ifc4_gen/IfcSubedge.gen.d.ts +14 -0
  6642. package/compiled/src/ifc/ifc4_gen/IfcSubedge.gen.d.ts.map +1 -0
  6643. package/compiled/src/ifc/ifc4_gen/IfcSubedge.gen.js +21 -0
  6644. package/compiled/src/ifc/ifc4_gen/IfcSurface.gen.d.ts +13 -0
  6645. package/compiled/src/ifc/ifc4_gen/IfcSurface.gen.d.ts.map +1 -0
  6646. package/compiled/src/ifc/ifc4_gen/IfcSurface.gen.js +18 -0
  6647. package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurve.gen.d.ts +22 -0
  6648. package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurve.gen.d.ts.map +1 -0
  6649. package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurve.gen.js +59 -0
  6650. package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurveSweptAreaSolid.gen.d.ts +22 -0
  6651. package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurveSweptAreaSolid.gen.d.ts.map +1 -0
  6652. package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurveSweptAreaSolid.gen.js +41 -0
  6653. package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeature.gen.d.ts +15 -0
  6654. package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeature.gen.d.ts.map +1 -0
  6655. package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeature.gen.js +22 -0
  6656. package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeatureTypeEnum.gen.d.ts +14 -0
  6657. package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeatureTypeEnum.gen.d.ts.map +1 -0
  6658. package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeatureTypeEnum.gen.js +25 -0
  6659. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfLinearExtrusion.gen.d.ts +17 -0
  6660. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfLinearExtrusion.gen.d.ts.map +1 -0
  6661. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfLinearExtrusion.gen.js +28 -0
  6662. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfRevolution.gen.d.ts +15 -0
  6663. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfRevolution.gen.d.ts.map +1 -0
  6664. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfRevolution.gen.js +22 -0
  6665. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOrFaceSurface.gen.d.ts +1 -0
  6666. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOrFaceSurface.gen.d.ts.map +1 -0
  6667. package/compiled/src/ifc/ifc4_gen/IfcSurfaceOrFaceSurface.gen.js +1 -0
  6668. package/compiled/src/ifc/ifc4_gen/IfcSurfaceReinforcementArea.gen.d.ts +18 -0
  6669. package/compiled/src/ifc/ifc4_gen/IfcSurfaceReinforcementArea.gen.d.ts.map +1 -0
  6670. package/compiled/src/ifc/ifc4_gen/IfcSurfaceReinforcementArea.gen.js +72 -0
  6671. package/compiled/src/ifc/ifc4_gen/IfcSurfaceSide.gen.d.ts +12 -0
  6672. package/compiled/src/ifc/ifc4_gen/IfcSurfaceSide.gen.d.ts.map +1 -0
  6673. package/compiled/src/ifc/ifc4_gen/IfcSurfaceSide.gen.js +23 -0
  6674. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyle.gen.d.ts +22 -0
  6675. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyle.gen.d.ts.map +1 -0
  6676. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyle.gen.js +57 -0
  6677. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleElementSelect.gen.d.ts +1 -0
  6678. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleElementSelect.gen.d.ts.map +1 -0
  6679. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleElementSelect.gen.js +1 -0
  6680. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleLighting.gen.d.ts +21 -0
  6681. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleLighting.gen.d.ts.map +1 -0
  6682. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleLighting.gen.js +40 -0
  6683. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRefraction.gen.d.ts +16 -0
  6684. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRefraction.gen.d.ts.map +1 -0
  6685. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRefraction.gen.js +27 -0
  6686. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRendering.gen.d.ts +31 -0
  6687. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRendering.gen.d.ts.map +1 -0
  6688. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRendering.gen.js +86 -0
  6689. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleShading.gen.d.ts +17 -0
  6690. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleShading.gen.d.ts.map +1 -0
  6691. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleShading.gen.js +28 -0
  6692. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleWithTextures.gen.d.ts +15 -0
  6693. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleWithTextures.gen.d.ts.map +1 -0
  6694. package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleWithTextures.gen.js +42 -0
  6695. package/compiled/src/ifc/ifc4_gen/IfcSurfaceTexture.gen.d.ts +23 -0
  6696. package/compiled/src/ifc/ifc4_gen/IfcSurfaceTexture.gen.d.ts.map +1 -0
  6697. package/compiled/src/ifc/ifc4_gen/IfcSurfaceTexture.gen.js +66 -0
  6698. package/compiled/src/ifc/ifc4_gen/IfcSweptAreaSolid.gen.d.ts +18 -0
  6699. package/compiled/src/ifc/ifc4_gen/IfcSweptAreaSolid.gen.d.ts.map +1 -0
  6700. package/compiled/src/ifc/ifc4_gen/IfcSweptAreaSolid.gen.js +29 -0
  6701. package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolid.gen.d.ts +23 -0
  6702. package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolid.gen.d.ts.map +1 -0
  6703. package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolid.gen.js +46 -0
  6704. package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolidPolygonal.gen.d.ts +14 -0
  6705. package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolidPolygonal.gen.d.ts.map +1 -0
  6706. package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolidPolygonal.gen.js +21 -0
  6707. package/compiled/src/ifc/ifc4_gen/IfcSweptSurface.gen.d.ts +18 -0
  6708. package/compiled/src/ifc/ifc4_gen/IfcSweptSurface.gen.d.ts.map +1 -0
  6709. package/compiled/src/ifc/ifc4_gen/IfcSweptSurface.gen.js +29 -0
  6710. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDevice.gen.d.ts +15 -0
  6711. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDevice.gen.d.ts.map +1 -0
  6712. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDevice.gen.js +22 -0
  6713. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceType.gen.d.ts +15 -0
  6714. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceType.gen.d.ts.map +1 -0
  6715. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceType.gen.js +22 -0
  6716. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceTypeEnum.gen.d.ts +20 -0
  6717. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceTypeEnum.gen.d.ts.map +1 -0
  6718. package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceTypeEnum.gen.js +31 -0
  6719. package/compiled/src/ifc/ifc4_gen/IfcSystem.gen.d.ts +12 -0
  6720. package/compiled/src/ifc/ifc4_gen/IfcSystem.gen.d.ts.map +1 -0
  6721. package/compiled/src/ifc/ifc4_gen/IfcSystem.gen.js +15 -0
  6722. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElement.gen.d.ts +15 -0
  6723. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElement.gen.d.ts.map +1 -0
  6724. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElement.gen.js +22 -0
  6725. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementType.gen.d.ts +15 -0
  6726. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementType.gen.d.ts.map +1 -0
  6727. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementType.gen.js +22 -0
  6728. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementTypeEnum.gen.d.ts +13 -0
  6729. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementTypeEnum.gen.d.ts.map +1 -0
  6730. package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementTypeEnum.gen.js +24 -0
  6731. package/compiled/src/ifc/ifc4_gen/IfcTShapeProfileDef.gen.d.ts +30 -0
  6732. package/compiled/src/ifc/ifc4_gen/IfcTShapeProfileDef.gen.d.ts.map +1 -0
  6733. package/compiled/src/ifc/ifc4_gen/IfcTShapeProfileDef.gen.js +69 -0
  6734. package/compiled/src/ifc/ifc4_gen/IfcTable.gen.d.ts +20 -0
  6735. package/compiled/src/ifc/ifc4_gen/IfcTable.gen.d.ts.map +1 -0
  6736. package/compiled/src/ifc/ifc4_gen/IfcTable.gen.js +77 -0
  6737. package/compiled/src/ifc/ifc4_gen/IfcTableColumn.gen.d.ts +25 -0
  6738. package/compiled/src/ifc/ifc4_gen/IfcTableColumn.gen.d.ts.map +1 -0
  6739. package/compiled/src/ifc/ifc4_gen/IfcTableColumn.gen.js +53 -0
  6740. package/compiled/src/ifc/ifc4_gen/IfcTableRow.gen.d.ts +123 -0
  6741. package/compiled/src/ifc/ifc4_gen/IfcTableRow.gen.d.ts.map +1 -0
  6742. package/compiled/src/ifc/ifc4_gen/IfcTableRow.gen.js +159 -0
  6743. package/compiled/src/ifc/ifc4_gen/IfcTank.gen.d.ts +15 -0
  6744. package/compiled/src/ifc/ifc4_gen/IfcTank.gen.d.ts.map +1 -0
  6745. package/compiled/src/ifc/ifc4_gen/IfcTank.gen.js +22 -0
  6746. package/compiled/src/ifc/ifc4_gen/IfcTankType.gen.d.ts +15 -0
  6747. package/compiled/src/ifc/ifc4_gen/IfcTankType.gen.d.ts.map +1 -0
  6748. package/compiled/src/ifc/ifc4_gen/IfcTankType.gen.js +22 -0
  6749. package/compiled/src/ifc/ifc4_gen/IfcTankTypeEnum.gen.d.ts +18 -0
  6750. package/compiled/src/ifc/ifc4_gen/IfcTankTypeEnum.gen.d.ts.map +1 -0
  6751. package/compiled/src/ifc/ifc4_gen/IfcTankTypeEnum.gen.js +29 -0
  6752. package/compiled/src/ifc/ifc4_gen/IfcTask.gen.d.ts +26 -0
  6753. package/compiled/src/ifc/ifc4_gen/IfcTask.gen.d.ts.map +1 -0
  6754. package/compiled/src/ifc/ifc4_gen/IfcTask.gen.js +53 -0
  6755. package/compiled/src/ifc/ifc4_gen/IfcTaskDurationEnum.gen.d.ts +12 -0
  6756. package/compiled/src/ifc/ifc4_gen/IfcTaskDurationEnum.gen.d.ts.map +1 -0
  6757. package/compiled/src/ifc/ifc4_gen/IfcTaskDurationEnum.gen.js +23 -0
  6758. package/compiled/src/ifc/ifc4_gen/IfcTaskTime.gen.d.ts +47 -0
  6759. package/compiled/src/ifc/ifc4_gen/IfcTaskTime.gen.d.ts.map +1 -0
  6760. package/compiled/src/ifc/ifc4_gen/IfcTaskTime.gen.js +118 -0
  6761. package/compiled/src/ifc/ifc4_gen/IfcTaskTimeRecurring.gen.d.ts +15 -0
  6762. package/compiled/src/ifc/ifc4_gen/IfcTaskTimeRecurring.gen.d.ts.map +1 -0
  6763. package/compiled/src/ifc/ifc4_gen/IfcTaskTimeRecurring.gen.js +22 -0
  6764. package/compiled/src/ifc/ifc4_gen/IfcTaskType.gen.d.ts +17 -0
  6765. package/compiled/src/ifc/ifc4_gen/IfcTaskType.gen.d.ts.map +1 -0
  6766. package/compiled/src/ifc/ifc4_gen/IfcTaskType.gen.js +28 -0
  6767. package/compiled/src/ifc/ifc4_gen/IfcTaskTypeEnum.gen.d.ts +23 -0
  6768. package/compiled/src/ifc/ifc4_gen/IfcTaskTypeEnum.gen.d.ts.map +1 -0
  6769. package/compiled/src/ifc/ifc4_gen/IfcTaskTypeEnum.gen.js +34 -0
  6770. package/compiled/src/ifc/ifc4_gen/IfcTelecomAddress.gen.d.ts +24 -0
  6771. package/compiled/src/ifc/ifc4_gen/IfcTelecomAddress.gen.d.ts.map +1 -0
  6772. package/compiled/src/ifc/ifc4_gen/IfcTelecomAddress.gen.js +128 -0
  6773. package/compiled/src/ifc/ifc4_gen/IfcTemperatureGradientMeasure.gen.d.ts +13 -0
  6774. package/compiled/src/ifc/ifc4_gen/IfcTemperatureGradientMeasure.gen.d.ts.map +1 -0
  6775. package/compiled/src/ifc/ifc4_gen/IfcTemperatureGradientMeasure.gen.js +21 -0
  6776. package/compiled/src/ifc/ifc4_gen/IfcTemperatureRateOfChangeMeasure.gen.d.ts +13 -0
  6777. package/compiled/src/ifc/ifc4_gen/IfcTemperatureRateOfChangeMeasure.gen.d.ts.map +1 -0
  6778. package/compiled/src/ifc/ifc4_gen/IfcTemperatureRateOfChangeMeasure.gen.js +21 -0
  6779. package/compiled/src/ifc/ifc4_gen/IfcTendon.gen.d.ts +29 -0
  6780. package/compiled/src/ifc/ifc4_gen/IfcTendon.gen.d.ts.map +1 -0
  6781. package/compiled/src/ifc/ifc4_gen/IfcTendon.gen.js +64 -0
  6782. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchor.gen.d.ts +15 -0
  6783. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchor.gen.d.ts.map +1 -0
  6784. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchor.gen.js +22 -0
  6785. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorType.gen.d.ts +15 -0
  6786. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorType.gen.d.ts.map +1 -0
  6787. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorType.gen.js +22 -0
  6788. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorTypeEnum.gen.d.ts +14 -0
  6789. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorTypeEnum.gen.d.ts.map +1 -0
  6790. package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorTypeEnum.gen.js +25 -0
  6791. package/compiled/src/ifc/ifc4_gen/IfcTendonType.gen.d.ts +21 -0
  6792. package/compiled/src/ifc/ifc4_gen/IfcTendonType.gen.d.ts.map +1 -0
  6793. package/compiled/src/ifc/ifc4_gen/IfcTendonType.gen.js +40 -0
  6794. package/compiled/src/ifc/ifc4_gen/IfcTendonTypeEnum.gen.d.ts +15 -0
  6795. package/compiled/src/ifc/ifc4_gen/IfcTendonTypeEnum.gen.d.ts.map +1 -0
  6796. package/compiled/src/ifc/ifc4_gen/IfcTendonTypeEnum.gen.js +26 -0
  6797. package/compiled/src/ifc/ifc4_gen/IfcTessellatedFaceSet.gen.d.ts +16 -0
  6798. package/compiled/src/ifc/ifc4_gen/IfcTessellatedFaceSet.gen.d.ts.map +1 -0
  6799. package/compiled/src/ifc/ifc4_gen/IfcTessellatedFaceSet.gen.js +25 -0
  6800. package/compiled/src/ifc/ifc4_gen/IfcTessellatedItem.gen.d.ts +12 -0
  6801. package/compiled/src/ifc/ifc4_gen/IfcTessellatedItem.gen.d.ts.map +1 -0
  6802. package/compiled/src/ifc/ifc4_gen/IfcTessellatedItem.gen.js +15 -0
  6803. package/compiled/src/ifc/ifc4_gen/IfcText.gen.d.ts +13 -0
  6804. package/compiled/src/ifc/ifc4_gen/IfcText.gen.d.ts.map +1 -0
  6805. package/compiled/src/ifc/ifc4_gen/IfcText.gen.js +21 -0
  6806. package/compiled/src/ifc/ifc4_gen/IfcTextAlignment.gen.d.ts +13 -0
  6807. package/compiled/src/ifc/ifc4_gen/IfcTextAlignment.gen.d.ts.map +1 -0
  6808. package/compiled/src/ifc/ifc4_gen/IfcTextAlignment.gen.js +21 -0
  6809. package/compiled/src/ifc/ifc4_gen/IfcTextDecoration.gen.d.ts +13 -0
  6810. package/compiled/src/ifc/ifc4_gen/IfcTextDecoration.gen.d.ts.map +1 -0
  6811. package/compiled/src/ifc/ifc4_gen/IfcTextDecoration.gen.js +21 -0
  6812. package/compiled/src/ifc/ifc4_gen/IfcTextFontName.gen.d.ts +13 -0
  6813. package/compiled/src/ifc/ifc4_gen/IfcTextFontName.gen.d.ts.map +1 -0
  6814. package/compiled/src/ifc/ifc4_gen/IfcTextFontName.gen.js +21 -0
  6815. package/compiled/src/ifc/ifc4_gen/IfcTextFontSelect.gen.d.ts +1 -0
  6816. package/compiled/src/ifc/ifc4_gen/IfcTextFontSelect.gen.d.ts.map +1 -0
  6817. package/compiled/src/ifc/ifc4_gen/IfcTextFontSelect.gen.js +1 -0
  6818. package/compiled/src/ifc/ifc4_gen/IfcTextLiteral.gen.d.ts +21 -0
  6819. package/compiled/src/ifc/ifc4_gen/IfcTextLiteral.gen.d.ts.map +1 -0
  6820. package/compiled/src/ifc/ifc4_gen/IfcTextLiteral.gen.js +40 -0
  6821. package/compiled/src/ifc/ifc4_gen/IfcTextLiteralWithExtent.gen.d.ts +17 -0
  6822. package/compiled/src/ifc/ifc4_gen/IfcTextLiteralWithExtent.gen.d.ts.map +1 -0
  6823. package/compiled/src/ifc/ifc4_gen/IfcTextLiteralWithExtent.gen.js +28 -0
  6824. package/compiled/src/ifc/ifc4_gen/IfcTextPath.gen.d.ts +13 -0
  6825. package/compiled/src/ifc/ifc4_gen/IfcTextPath.gen.d.ts.map +1 -0
  6826. package/compiled/src/ifc/ifc4_gen/IfcTextPath.gen.js +24 -0
  6827. package/compiled/src/ifc/ifc4_gen/IfcTextStyle.gen.d.ts +24 -0
  6828. package/compiled/src/ifc/ifc4_gen/IfcTextStyle.gen.d.ts.map +1 -0
  6829. package/compiled/src/ifc/ifc4_gen/IfcTextStyle.gen.js +47 -0
  6830. package/compiled/src/ifc/ifc4_gen/IfcTextStyleFontModel.gen.d.ts +28 -0
  6831. package/compiled/src/ifc/ifc4_gen/IfcTextStyleFontModel.gen.d.ts.map +1 -0
  6832. package/compiled/src/ifc/ifc4_gen/IfcTextStyleFontModel.gen.js +75 -0
  6833. package/compiled/src/ifc/ifc4_gen/IfcTextStyleForDefinedFont.gen.d.ts +18 -0
  6834. package/compiled/src/ifc/ifc4_gen/IfcTextStyleForDefinedFont.gen.d.ts.map +1 -0
  6835. package/compiled/src/ifc/ifc4_gen/IfcTextStyleForDefinedFont.gen.js +37 -0
  6836. package/compiled/src/ifc/ifc4_gen/IfcTextStyleTextModel.gen.d.ts +32 -0
  6837. package/compiled/src/ifc/ifc4_gen/IfcTextStyleTextModel.gen.d.ts.map +1 -0
  6838. package/compiled/src/ifc/ifc4_gen/IfcTextStyleTextModel.gen.js +79 -0
  6839. package/compiled/src/ifc/ifc4_gen/IfcTextTransformation.gen.d.ts +13 -0
  6840. package/compiled/src/ifc/ifc4_gen/IfcTextTransformation.gen.d.ts.map +1 -0
  6841. package/compiled/src/ifc/ifc4_gen/IfcTextTransformation.gen.js +21 -0
  6842. package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinate.gen.d.ts +15 -0
  6843. package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinate.gen.d.ts.map +1 -0
  6844. package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinate.gen.js +42 -0
  6845. package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinateGenerator.gen.d.ts +16 -0
  6846. package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinateGenerator.gen.d.ts.map +1 -0
  6847. package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinateGenerator.gen.js +47 -0
  6848. package/compiled/src/ifc/ifc4_gen/IfcTextureMap.gen.d.ts +18 -0
  6849. package/compiled/src/ifc/ifc4_gen/IfcTextureMap.gen.d.ts.map +1 -0
  6850. package/compiled/src/ifc/ifc4_gen/IfcTextureMap.gen.js +49 -0
  6851. package/compiled/src/ifc/ifc4_gen/IfcTextureVertex.gen.d.ts +14 -0
  6852. package/compiled/src/ifc/ifc4_gen/IfcTextureVertex.gen.d.ts.map +1 -0
  6853. package/compiled/src/ifc/ifc4_gen/IfcTextureVertex.gen.js +41 -0
  6854. package/compiled/src/ifc/ifc4_gen/IfcTextureVertexList.gen.d.ts +14 -0
  6855. package/compiled/src/ifc/ifc4_gen/IfcTextureVertexList.gen.d.ts.map +1 -0
  6856. package/compiled/src/ifc/ifc4_gen/IfcTextureVertexList.gen.js +49 -0
  6857. package/compiled/src/ifc/ifc4_gen/IfcThermalAdmittanceMeasure.gen.d.ts +13 -0
  6858. package/compiled/src/ifc/ifc4_gen/IfcThermalAdmittanceMeasure.gen.d.ts.map +1 -0
  6859. package/compiled/src/ifc/ifc4_gen/IfcThermalAdmittanceMeasure.gen.js +21 -0
  6860. package/compiled/src/ifc/ifc4_gen/IfcThermalConductivityMeasure.gen.d.ts +13 -0
  6861. package/compiled/src/ifc/ifc4_gen/IfcThermalConductivityMeasure.gen.d.ts.map +1 -0
  6862. package/compiled/src/ifc/ifc4_gen/IfcThermalConductivityMeasure.gen.js +21 -0
  6863. package/compiled/src/ifc/ifc4_gen/IfcThermalExpansionCoefficientMeasure.gen.d.ts +13 -0
  6864. package/compiled/src/ifc/ifc4_gen/IfcThermalExpansionCoefficientMeasure.gen.d.ts.map +1 -0
  6865. package/compiled/src/ifc/ifc4_gen/IfcThermalExpansionCoefficientMeasure.gen.js +21 -0
  6866. package/compiled/src/ifc/ifc4_gen/IfcThermalResistanceMeasure.gen.d.ts +13 -0
  6867. package/compiled/src/ifc/ifc4_gen/IfcThermalResistanceMeasure.gen.d.ts.map +1 -0
  6868. package/compiled/src/ifc/ifc4_gen/IfcThermalResistanceMeasure.gen.js +21 -0
  6869. package/compiled/src/ifc/ifc4_gen/IfcThermalTransmittanceMeasure.gen.d.ts +13 -0
  6870. package/compiled/src/ifc/ifc4_gen/IfcThermalTransmittanceMeasure.gen.d.ts.map +1 -0
  6871. package/compiled/src/ifc/ifc4_gen/IfcThermalTransmittanceMeasure.gen.js +21 -0
  6872. package/compiled/src/ifc/ifc4_gen/IfcThermodynamicTemperatureMeasure.gen.d.ts +13 -0
  6873. package/compiled/src/ifc/ifc4_gen/IfcThermodynamicTemperatureMeasure.gen.d.ts.map +1 -0
  6874. package/compiled/src/ifc/ifc4_gen/IfcThermodynamicTemperatureMeasure.gen.js +21 -0
  6875. package/compiled/src/ifc/ifc4_gen/IfcTime.gen.d.ts +13 -0
  6876. package/compiled/src/ifc/ifc4_gen/IfcTime.gen.d.ts.map +1 -0
  6877. package/compiled/src/ifc/ifc4_gen/IfcTime.gen.js +21 -0
  6878. package/compiled/src/ifc/ifc4_gen/IfcTimeMeasure.gen.d.ts +13 -0
  6879. package/compiled/src/ifc/ifc4_gen/IfcTimeMeasure.gen.d.ts.map +1 -0
  6880. package/compiled/src/ifc/ifc4_gen/IfcTimeMeasure.gen.js +21 -0
  6881. package/compiled/src/ifc/ifc4_gen/IfcTimeOrRatioSelect.gen.d.ts +1 -0
  6882. package/compiled/src/ifc/ifc4_gen/IfcTimeOrRatioSelect.gen.d.ts.map +1 -0
  6883. package/compiled/src/ifc/ifc4_gen/IfcTimeOrRatioSelect.gen.js +1 -0
  6884. package/compiled/src/ifc/ifc4_gen/IfcTimePeriod.gen.d.ts +15 -0
  6885. package/compiled/src/ifc/ifc4_gen/IfcTimePeriod.gen.d.ts.map +1 -0
  6886. package/compiled/src/ifc/ifc4_gen/IfcTimePeriod.gen.js +27 -0
  6887. package/compiled/src/ifc/ifc4_gen/IfcTimeSeries.gen.d.ts +32 -0
  6888. package/compiled/src/ifc/ifc4_gen/IfcTimeSeries.gen.d.ts.map +1 -0
  6889. package/compiled/src/ifc/ifc4_gen/IfcTimeSeries.gen.js +72 -0
  6890. package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesDataTypeEnum.gen.d.ts +16 -0
  6891. package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesDataTypeEnum.gen.d.ts.map +1 -0
  6892. package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesDataTypeEnum.gen.js +27 -0
  6893. package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesValue.gen.d.ts +121 -0
  6894. package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesValue.gen.d.ts.map +1 -0
  6895. package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesValue.gen.js +153 -0
  6896. package/compiled/src/ifc/ifc4_gen/IfcTimeStamp.gen.d.ts +13 -0
  6897. package/compiled/src/ifc/ifc4_gen/IfcTimeStamp.gen.d.ts.map +1 -0
  6898. package/compiled/src/ifc/ifc4_gen/IfcTimeStamp.gen.js +21 -0
  6899. package/compiled/src/ifc/ifc4_gen/IfcTopologicalRepresentationItem.gen.d.ts +12 -0
  6900. package/compiled/src/ifc/ifc4_gen/IfcTopologicalRepresentationItem.gen.d.ts.map +1 -0
  6901. package/compiled/src/ifc/ifc4_gen/IfcTopologicalRepresentationItem.gen.js +15 -0
  6902. package/compiled/src/ifc/ifc4_gen/IfcTopologyRepresentation.gen.d.ts +12 -0
  6903. package/compiled/src/ifc/ifc4_gen/IfcTopologyRepresentation.gen.d.ts.map +1 -0
  6904. package/compiled/src/ifc/ifc4_gen/IfcTopologyRepresentation.gen.js +15 -0
  6905. package/compiled/src/ifc/ifc4_gen/IfcToroidalSurface.gen.d.ts +16 -0
  6906. package/compiled/src/ifc/ifc4_gen/IfcToroidalSurface.gen.d.ts.map +1 -0
  6907. package/compiled/src/ifc/ifc4_gen/IfcToroidalSurface.gen.js +27 -0
  6908. package/compiled/src/ifc/ifc4_gen/IfcTorqueMeasure.gen.d.ts +13 -0
  6909. package/compiled/src/ifc/ifc4_gen/IfcTorqueMeasure.gen.d.ts.map +1 -0
  6910. package/compiled/src/ifc/ifc4_gen/IfcTorqueMeasure.gen.js +21 -0
  6911. package/compiled/src/ifc/ifc4_gen/IfcTransformer.gen.d.ts +15 -0
  6912. package/compiled/src/ifc/ifc4_gen/IfcTransformer.gen.d.ts.map +1 -0
  6913. package/compiled/src/ifc/ifc4_gen/IfcTransformer.gen.js +22 -0
  6914. package/compiled/src/ifc/ifc4_gen/IfcTransformerType.gen.d.ts +15 -0
  6915. package/compiled/src/ifc/ifc4_gen/IfcTransformerType.gen.d.ts.map +1 -0
  6916. package/compiled/src/ifc/ifc4_gen/IfcTransformerType.gen.js +22 -0
  6917. package/compiled/src/ifc/ifc4_gen/IfcTransformerTypeEnum.gen.d.ts +16 -0
  6918. package/compiled/src/ifc/ifc4_gen/IfcTransformerTypeEnum.gen.d.ts.map +1 -0
  6919. package/compiled/src/ifc/ifc4_gen/IfcTransformerTypeEnum.gen.js +27 -0
  6920. package/compiled/src/ifc/ifc4_gen/IfcTransitionCode.gen.d.ts +13 -0
  6921. package/compiled/src/ifc/ifc4_gen/IfcTransitionCode.gen.d.ts.map +1 -0
  6922. package/compiled/src/ifc/ifc4_gen/IfcTransitionCode.gen.js +24 -0
  6923. package/compiled/src/ifc/ifc4_gen/IfcTranslationalStiffnessSelect.gen.d.ts +1 -0
  6924. package/compiled/src/ifc/ifc4_gen/IfcTranslationalStiffnessSelect.gen.d.ts.map +1 -0
  6925. package/compiled/src/ifc/ifc4_gen/IfcTranslationalStiffnessSelect.gen.js +1 -0
  6926. package/compiled/src/ifc/ifc4_gen/IfcTransportElement.gen.d.ts +15 -0
  6927. package/compiled/src/ifc/ifc4_gen/IfcTransportElement.gen.d.ts.map +1 -0
  6928. package/compiled/src/ifc/ifc4_gen/IfcTransportElement.gen.js +22 -0
  6929. package/compiled/src/ifc/ifc4_gen/IfcTransportElementType.gen.d.ts +15 -0
  6930. package/compiled/src/ifc/ifc4_gen/IfcTransportElementType.gen.d.ts.map +1 -0
  6931. package/compiled/src/ifc/ifc4_gen/IfcTransportElementType.gen.js +22 -0
  6932. package/compiled/src/ifc/ifc4_gen/IfcTransportElementTypeEnum.gen.d.ts +16 -0
  6933. package/compiled/src/ifc/ifc4_gen/IfcTransportElementTypeEnum.gen.d.ts.map +1 -0
  6934. package/compiled/src/ifc/ifc4_gen/IfcTransportElementTypeEnum.gen.js +27 -0
  6935. package/compiled/src/ifc/ifc4_gen/IfcTrapeziumProfileDef.gen.d.ts +20 -0
  6936. package/compiled/src/ifc/ifc4_gen/IfcTrapeziumProfileDef.gen.d.ts.map +1 -0
  6937. package/compiled/src/ifc/ifc4_gen/IfcTrapeziumProfileDef.gen.js +39 -0
  6938. package/compiled/src/ifc/ifc4_gen/IfcTriangulatedFaceSet.gen.d.ts +21 -0
  6939. package/compiled/src/ifc/ifc4_gen/IfcTriangulatedFaceSet.gen.d.ts.map +1 -0
  6940. package/compiled/src/ifc/ifc4_gen/IfcTriangulatedFaceSet.gen.js +116 -0
  6941. package/compiled/src/ifc/ifc4_gen/IfcTrimmedCurve.gen.d.ts +26 -0
  6942. package/compiled/src/ifc/ifc4_gen/IfcTrimmedCurve.gen.d.ts.map +1 -0
  6943. package/compiled/src/ifc/ifc4_gen/IfcTrimmedCurve.gen.js +96 -0
  6944. package/compiled/src/ifc/ifc4_gen/IfcTrimmingPreference.gen.d.ts +12 -0
  6945. package/compiled/src/ifc/ifc4_gen/IfcTrimmingPreference.gen.d.ts.map +1 -0
  6946. package/compiled/src/ifc/ifc4_gen/IfcTrimmingPreference.gen.js +23 -0
  6947. package/compiled/src/ifc/ifc4_gen/IfcTrimmingSelect.gen.d.ts +1 -0
  6948. package/compiled/src/ifc/ifc4_gen/IfcTrimmingSelect.gen.d.ts.map +1 -0
  6949. package/compiled/src/ifc/ifc4_gen/IfcTrimmingSelect.gen.js +1 -0
  6950. package/compiled/src/ifc/ifc4_gen/IfcTubeBundle.gen.d.ts +15 -0
  6951. package/compiled/src/ifc/ifc4_gen/IfcTubeBundle.gen.d.ts.map +1 -0
  6952. package/compiled/src/ifc/ifc4_gen/IfcTubeBundle.gen.js +22 -0
  6953. package/compiled/src/ifc/ifc4_gen/IfcTubeBundleType.gen.d.ts +15 -0
  6954. package/compiled/src/ifc/ifc4_gen/IfcTubeBundleType.gen.d.ts.map +1 -0
  6955. package/compiled/src/ifc/ifc4_gen/IfcTubeBundleType.gen.js +22 -0
  6956. package/compiled/src/ifc/ifc4_gen/IfcTubeBundleTypeEnum.gen.d.ts +12 -0
  6957. package/compiled/src/ifc/ifc4_gen/IfcTubeBundleTypeEnum.gen.d.ts.map +1 -0
  6958. package/compiled/src/ifc/ifc4_gen/IfcTubeBundleTypeEnum.gen.js +23 -0
  6959. package/compiled/src/ifc/ifc4_gen/IfcTypeObject.gen.d.ts +17 -0
  6960. package/compiled/src/ifc/ifc4_gen/IfcTypeObject.gen.d.ts.map +1 -0
  6961. package/compiled/src/ifc/ifc4_gen/IfcTypeObject.gen.js +48 -0
  6962. package/compiled/src/ifc/ifc4_gen/IfcTypeProcess.gen.d.ts +18 -0
  6963. package/compiled/src/ifc/ifc4_gen/IfcTypeProcess.gen.d.ts.map +1 -0
  6964. package/compiled/src/ifc/ifc4_gen/IfcTypeProcess.gen.js +33 -0
  6965. package/compiled/src/ifc/ifc4_gen/IfcTypeProduct.gen.d.ts +17 -0
  6966. package/compiled/src/ifc/ifc4_gen/IfcTypeProduct.gen.d.ts.map +1 -0
  6967. package/compiled/src/ifc/ifc4_gen/IfcTypeProduct.gen.js +48 -0
  6968. package/compiled/src/ifc/ifc4_gen/IfcTypeResource.gen.d.ts +18 -0
  6969. package/compiled/src/ifc/ifc4_gen/IfcTypeResource.gen.d.ts.map +1 -0
  6970. package/compiled/src/ifc/ifc4_gen/IfcTypeResource.gen.js +33 -0
  6971. package/compiled/src/ifc/ifc4_gen/IfcURIReference.gen.d.ts +13 -0
  6972. package/compiled/src/ifc/ifc4_gen/IfcURIReference.gen.d.ts.map +1 -0
  6973. package/compiled/src/ifc/ifc4_gen/IfcURIReference.gen.js +21 -0
  6974. package/compiled/src/ifc/ifc4_gen/IfcUShapeProfileDef.gen.d.ts +26 -0
  6975. package/compiled/src/ifc/ifc4_gen/IfcUShapeProfileDef.gen.d.ts.map +1 -0
  6976. package/compiled/src/ifc/ifc4_gen/IfcUShapeProfileDef.gen.js +57 -0
  6977. package/compiled/src/ifc/ifc4_gen/IfcUnit.gen.d.ts +1 -0
  6978. package/compiled/src/ifc/ifc4_gen/IfcUnit.gen.d.ts.map +1 -0
  6979. package/compiled/src/ifc/ifc4_gen/IfcUnit.gen.js +1 -0
  6980. package/compiled/src/ifc/ifc4_gen/IfcUnitAssignment.gen.d.ts +16 -0
  6981. package/compiled/src/ifc/ifc4_gen/IfcUnitAssignment.gen.d.ts.map +1 -0
  6982. package/compiled/src/ifc/ifc4_gen/IfcUnitAssignment.gen.js +48 -0
  6983. package/compiled/src/ifc/ifc4_gen/IfcUnitEnum.gen.d.ts +39 -0
  6984. package/compiled/src/ifc/ifc4_gen/IfcUnitEnum.gen.d.ts.map +1 -0
  6985. package/compiled/src/ifc/ifc4_gen/IfcUnitEnum.gen.js +50 -0
  6986. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElement.gen.d.ts +15 -0
  6987. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElement.gen.d.ts.map +1 -0
  6988. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElement.gen.js +22 -0
  6989. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementType.gen.d.ts +15 -0
  6990. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementType.gen.d.ts.map +1 -0
  6991. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementType.gen.js +22 -0
  6992. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementTypeEnum.gen.d.ts +19 -0
  6993. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementTypeEnum.gen.d.ts.map +1 -0
  6994. package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementTypeEnum.gen.js +30 -0
  6995. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipment.gen.d.ts +15 -0
  6996. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipment.gen.d.ts.map +1 -0
  6997. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipment.gen.js +22 -0
  6998. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentType.gen.d.ts +15 -0
  6999. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentType.gen.d.ts.map +1 -0
  7000. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentType.gen.js +22 -0
  7001. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentTypeEnum.gen.d.ts +16 -0
  7002. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentTypeEnum.gen.d.ts.map +1 -0
  7003. package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentTypeEnum.gen.js +27 -0
  7004. package/compiled/src/ifc/ifc4_gen/IfcValue.gen.d.ts +1 -0
  7005. package/compiled/src/ifc/ifc4_gen/IfcValue.gen.d.ts.map +1 -0
  7006. package/compiled/src/ifc/ifc4_gen/IfcValue.gen.js +1 -0
  7007. package/compiled/src/ifc/ifc4_gen/IfcValve.gen.d.ts +15 -0
  7008. package/compiled/src/ifc/ifc4_gen/IfcValve.gen.d.ts.map +1 -0
  7009. package/compiled/src/ifc/ifc4_gen/IfcValve.gen.js +22 -0
  7010. package/compiled/src/ifc/ifc4_gen/IfcValveType.gen.d.ts +15 -0
  7011. package/compiled/src/ifc/ifc4_gen/IfcValveType.gen.d.ts.map +1 -0
  7012. package/compiled/src/ifc/ifc4_gen/IfcValveType.gen.js +22 -0
  7013. package/compiled/src/ifc/ifc4_gen/IfcValveTypeEnum.gen.d.ts +32 -0
  7014. package/compiled/src/ifc/ifc4_gen/IfcValveTypeEnum.gen.d.ts.map +1 -0
  7015. package/compiled/src/ifc/ifc4_gen/IfcValveTypeEnum.gen.js +43 -0
  7016. package/compiled/src/ifc/ifc4_gen/IfcVaporPermeabilityMeasure.gen.d.ts +13 -0
  7017. package/compiled/src/ifc/ifc4_gen/IfcVaporPermeabilityMeasure.gen.d.ts.map +1 -0
  7018. package/compiled/src/ifc/ifc4_gen/IfcVaporPermeabilityMeasure.gen.js +21 -0
  7019. package/compiled/src/ifc/ifc4_gen/IfcVector.gen.d.ts +18 -0
  7020. package/compiled/src/ifc/ifc4_gen/IfcVector.gen.d.ts.map +1 -0
  7021. package/compiled/src/ifc/ifc4_gen/IfcVector.gen.js +31 -0
  7022. package/compiled/src/ifc/ifc4_gen/IfcVectorOrDirection.gen.d.ts +1 -0
  7023. package/compiled/src/ifc/ifc4_gen/IfcVectorOrDirection.gen.d.ts.map +1 -0
  7024. package/compiled/src/ifc/ifc4_gen/IfcVectorOrDirection.gen.js +1 -0
  7025. package/compiled/src/ifc/ifc4_gen/IfcVertex.gen.d.ts +12 -0
  7026. package/compiled/src/ifc/ifc4_gen/IfcVertex.gen.d.ts.map +1 -0
  7027. package/compiled/src/ifc/ifc4_gen/IfcVertex.gen.js +15 -0
  7028. package/compiled/src/ifc/ifc4_gen/IfcVertexLoop.gen.d.ts +15 -0
  7029. package/compiled/src/ifc/ifc4_gen/IfcVertexLoop.gen.d.ts.map +1 -0
  7030. package/compiled/src/ifc/ifc4_gen/IfcVertexLoop.gen.js +22 -0
  7031. package/compiled/src/ifc/ifc4_gen/IfcVertexPoint.gen.d.ts +15 -0
  7032. package/compiled/src/ifc/ifc4_gen/IfcVertexPoint.gen.d.ts.map +1 -0
  7033. package/compiled/src/ifc/ifc4_gen/IfcVertexPoint.gen.js +22 -0
  7034. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolator.gen.d.ts +15 -0
  7035. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolator.gen.d.ts.map +1 -0
  7036. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolator.gen.js +22 -0
  7037. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorType.gen.d.ts +15 -0
  7038. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorType.gen.d.ts.map +1 -0
  7039. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorType.gen.js +22 -0
  7040. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorTypeEnum.gen.d.ts +13 -0
  7041. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorTypeEnum.gen.d.ts.map +1 -0
  7042. package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorTypeEnum.gen.js +24 -0
  7043. package/compiled/src/ifc/ifc4_gen/IfcVirtualElement.gen.d.ts +12 -0
  7044. package/compiled/src/ifc/ifc4_gen/IfcVirtualElement.gen.d.ts.map +1 -0
  7045. package/compiled/src/ifc/ifc4_gen/IfcVirtualElement.gen.js +15 -0
  7046. package/compiled/src/ifc/ifc4_gen/IfcVirtualGridIntersection.gen.d.ts +16 -0
  7047. package/compiled/src/ifc/ifc4_gen/IfcVirtualGridIntersection.gen.d.ts.map +1 -0
  7048. package/compiled/src/ifc/ifc4_gen/IfcVirtualGridIntersection.gen.js +67 -0
  7049. package/compiled/src/ifc/ifc4_gen/IfcVoidingFeature.gen.d.ts +15 -0
  7050. package/compiled/src/ifc/ifc4_gen/IfcVoidingFeature.gen.d.ts.map +1 -0
  7051. package/compiled/src/ifc/ifc4_gen/IfcVoidingFeature.gen.js +22 -0
  7052. package/compiled/src/ifc/ifc4_gen/IfcVoidingFeatureTypeEnum.gen.d.ts +17 -0
  7053. package/compiled/src/ifc/ifc4_gen/IfcVoidingFeatureTypeEnum.gen.d.ts.map +1 -0
  7054. package/compiled/src/ifc/ifc4_gen/IfcVoidingFeatureTypeEnum.gen.js +28 -0
  7055. package/compiled/src/ifc/ifc4_gen/IfcVolumeMeasure.gen.d.ts +13 -0
  7056. package/compiled/src/ifc/ifc4_gen/IfcVolumeMeasure.gen.d.ts.map +1 -0
  7057. package/compiled/src/ifc/ifc4_gen/IfcVolumeMeasure.gen.js +21 -0
  7058. package/compiled/src/ifc/ifc4_gen/IfcVolumetricFlowRateMeasure.gen.d.ts +13 -0
  7059. package/compiled/src/ifc/ifc4_gen/IfcVolumetricFlowRateMeasure.gen.d.ts.map +1 -0
  7060. package/compiled/src/ifc/ifc4_gen/IfcVolumetricFlowRateMeasure.gen.js +21 -0
  7061. package/compiled/src/ifc/ifc4_gen/IfcWall.gen.d.ts +15 -0
  7062. package/compiled/src/ifc/ifc4_gen/IfcWall.gen.d.ts.map +1 -0
  7063. package/compiled/src/ifc/ifc4_gen/IfcWall.gen.js +22 -0
  7064. package/compiled/src/ifc/ifc4_gen/IfcWallElementedCase.gen.d.ts +12 -0
  7065. package/compiled/src/ifc/ifc4_gen/IfcWallElementedCase.gen.d.ts.map +1 -0
  7066. package/compiled/src/ifc/ifc4_gen/IfcWallElementedCase.gen.js +15 -0
  7067. package/compiled/src/ifc/ifc4_gen/IfcWallStandardCase.gen.d.ts +12 -0
  7068. package/compiled/src/ifc/ifc4_gen/IfcWallStandardCase.gen.d.ts.map +1 -0
  7069. package/compiled/src/ifc/ifc4_gen/IfcWallStandardCase.gen.js +15 -0
  7070. package/compiled/src/ifc/ifc4_gen/IfcWallType.gen.d.ts +15 -0
  7071. package/compiled/src/ifc/ifc4_gen/IfcWallType.gen.d.ts.map +1 -0
  7072. package/compiled/src/ifc/ifc4_gen/IfcWallType.gen.js +22 -0
  7073. package/compiled/src/ifc/ifc4_gen/IfcWallTypeEnum.gen.d.ts +20 -0
  7074. package/compiled/src/ifc/ifc4_gen/IfcWallTypeEnum.gen.d.ts.map +1 -0
  7075. package/compiled/src/ifc/ifc4_gen/IfcWallTypeEnum.gen.js +31 -0
  7076. package/compiled/src/ifc/ifc4_gen/IfcWarpingConstantMeasure.gen.d.ts +13 -0
  7077. package/compiled/src/ifc/ifc4_gen/IfcWarpingConstantMeasure.gen.d.ts.map +1 -0
  7078. package/compiled/src/ifc/ifc4_gen/IfcWarpingConstantMeasure.gen.js +21 -0
  7079. package/compiled/src/ifc/ifc4_gen/IfcWarpingMomentMeasure.gen.d.ts +13 -0
  7080. package/compiled/src/ifc/ifc4_gen/IfcWarpingMomentMeasure.gen.d.ts.map +1 -0
  7081. package/compiled/src/ifc/ifc4_gen/IfcWarpingMomentMeasure.gen.js +21 -0
  7082. package/compiled/src/ifc/ifc4_gen/IfcWarpingStiffnessSelect.gen.d.ts +1 -0
  7083. package/compiled/src/ifc/ifc4_gen/IfcWarpingStiffnessSelect.gen.d.ts.map +1 -0
  7084. package/compiled/src/ifc/ifc4_gen/IfcWarpingStiffnessSelect.gen.js +1 -0
  7085. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminal.gen.d.ts +15 -0
  7086. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminal.gen.d.ts.map +1 -0
  7087. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminal.gen.js +22 -0
  7088. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalType.gen.d.ts +15 -0
  7089. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalType.gen.d.ts.map +1 -0
  7090. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalType.gen.js +22 -0
  7091. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalTypeEnum.gen.d.ts +18 -0
  7092. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalTypeEnum.gen.d.ts.map +1 -0
  7093. package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalTypeEnum.gen.js +29 -0
  7094. package/compiled/src/ifc/ifc4_gen/IfcWindow.gen.d.ts +24 -0
  7095. package/compiled/src/ifc/ifc4_gen/IfcWindow.gen.d.ts.map +1 -0
  7096. package/compiled/src/ifc/ifc4_gen/IfcWindow.gen.js +47 -0
  7097. package/compiled/src/ifc/ifc4_gen/IfcWindowLiningProperties.gen.d.ts +37 -0
  7098. package/compiled/src/ifc/ifc4_gen/IfcWindowLiningProperties.gen.d.ts.map +1 -0
  7099. package/compiled/src/ifc/ifc4_gen/IfcWindowLiningProperties.gen.js +88 -0
  7100. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelOperationEnum.gen.d.ts +23 -0
  7101. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelOperationEnum.gen.d.ts.map +1 -0
  7102. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelOperationEnum.gen.js +34 -0
  7103. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelPositionEnum.gen.d.ts +15 -0
  7104. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelPositionEnum.gen.d.ts.map +1 -0
  7105. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelPositionEnum.gen.js +26 -0
  7106. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelProperties.gen.d.ts +25 -0
  7107. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelProperties.gen.d.ts.map +1 -0
  7108. package/compiled/src/ifc/ifc4_gen/IfcWindowPanelProperties.gen.js +48 -0
  7109. package/compiled/src/ifc/ifc4_gen/IfcWindowStandardCase.gen.d.ts +12 -0
  7110. package/compiled/src/ifc/ifc4_gen/IfcWindowStandardCase.gen.d.ts.map +1 -0
  7111. package/compiled/src/ifc/ifc4_gen/IfcWindowStandardCase.gen.js +15 -0
  7112. package/compiled/src/ifc/ifc4_gen/IfcWindowStyle.gen.d.ts +22 -0
  7113. package/compiled/src/ifc/ifc4_gen/IfcWindowStyle.gen.d.ts.map +1 -0
  7114. package/compiled/src/ifc/ifc4_gen/IfcWindowStyle.gen.js +41 -0
  7115. package/compiled/src/ifc/ifc4_gen/IfcWindowStyleConstructionEnum.gen.d.ts +17 -0
  7116. package/compiled/src/ifc/ifc4_gen/IfcWindowStyleConstructionEnum.gen.d.ts.map +1 -0
  7117. package/compiled/src/ifc/ifc4_gen/IfcWindowStyleConstructionEnum.gen.js +28 -0
  7118. package/compiled/src/ifc/ifc4_gen/IfcWindowStyleOperationEnum.gen.d.ts +20 -0
  7119. package/compiled/src/ifc/ifc4_gen/IfcWindowStyleOperationEnum.gen.d.ts.map +1 -0
  7120. package/compiled/src/ifc/ifc4_gen/IfcWindowStyleOperationEnum.gen.js +31 -0
  7121. package/compiled/src/ifc/ifc4_gen/IfcWindowType.gen.d.ts +22 -0
  7122. package/compiled/src/ifc/ifc4_gen/IfcWindowType.gen.d.ts.map +1 -0
  7123. package/compiled/src/ifc/ifc4_gen/IfcWindowType.gen.js +41 -0
  7124. package/compiled/src/ifc/ifc4_gen/IfcWindowTypeEnum.gen.d.ts +14 -0
  7125. package/compiled/src/ifc/ifc4_gen/IfcWindowTypeEnum.gen.d.ts.map +1 -0
  7126. package/compiled/src/ifc/ifc4_gen/IfcWindowTypeEnum.gen.js +25 -0
  7127. package/compiled/src/ifc/ifc4_gen/IfcWindowTypePartitioningEnum.gen.d.ts +20 -0
  7128. package/compiled/src/ifc/ifc4_gen/IfcWindowTypePartitioningEnum.gen.d.ts.map +1 -0
  7129. package/compiled/src/ifc/ifc4_gen/IfcWindowTypePartitioningEnum.gen.js +31 -0
  7130. package/compiled/src/ifc/ifc4_gen/IfcWorkCalendar.gen.d.ts +20 -0
  7131. package/compiled/src/ifc/ifc4_gen/IfcWorkCalendar.gen.d.ts.map +1 -0
  7132. package/compiled/src/ifc/ifc4_gen/IfcWorkCalendar.gen.js +74 -0
  7133. package/compiled/src/ifc/ifc4_gen/IfcWorkCalendarTypeEnum.gen.d.ts +14 -0
  7134. package/compiled/src/ifc/ifc4_gen/IfcWorkCalendarTypeEnum.gen.d.ts.map +1 -0
  7135. package/compiled/src/ifc/ifc4_gen/IfcWorkCalendarTypeEnum.gen.js +25 -0
  7136. package/compiled/src/ifc/ifc4_gen/IfcWorkControl.gen.d.ts +27 -0
  7137. package/compiled/src/ifc/ifc4_gen/IfcWorkControl.gen.d.ts.map +1 -0
  7138. package/compiled/src/ifc/ifc4_gen/IfcWorkControl.gen.js +78 -0
  7139. package/compiled/src/ifc/ifc4_gen/IfcWorkPlan.gen.d.ts +15 -0
  7140. package/compiled/src/ifc/ifc4_gen/IfcWorkPlan.gen.d.ts.map +1 -0
  7141. package/compiled/src/ifc/ifc4_gen/IfcWorkPlan.gen.js +22 -0
  7142. package/compiled/src/ifc/ifc4_gen/IfcWorkPlanTypeEnum.gen.d.ts +14 -0
  7143. package/compiled/src/ifc/ifc4_gen/IfcWorkPlanTypeEnum.gen.d.ts.map +1 -0
  7144. package/compiled/src/ifc/ifc4_gen/IfcWorkPlanTypeEnum.gen.js +25 -0
  7145. package/compiled/src/ifc/ifc4_gen/IfcWorkSchedule.gen.d.ts +15 -0
  7146. package/compiled/src/ifc/ifc4_gen/IfcWorkSchedule.gen.d.ts.map +1 -0
  7147. package/compiled/src/ifc/ifc4_gen/IfcWorkSchedule.gen.js +22 -0
  7148. package/compiled/src/ifc/ifc4_gen/IfcWorkScheduleTypeEnum.gen.d.ts +14 -0
  7149. package/compiled/src/ifc/ifc4_gen/IfcWorkScheduleTypeEnum.gen.d.ts.map +1 -0
  7150. package/compiled/src/ifc/ifc4_gen/IfcWorkScheduleTypeEnum.gen.js +25 -0
  7151. package/compiled/src/ifc/ifc4_gen/IfcWorkTime.gen.d.ts +19 -0
  7152. package/compiled/src/ifc/ifc4_gen/IfcWorkTime.gen.d.ts.map +1 -0
  7153. package/compiled/src/ifc/ifc4_gen/IfcWorkTime.gen.js +34 -0
  7154. package/compiled/src/ifc/ifc4_gen/IfcZShapeProfileDef.gen.d.ts +24 -0
  7155. package/compiled/src/ifc/ifc4_gen/IfcZShapeProfileDef.gen.d.ts.map +1 -0
  7156. package/compiled/src/ifc/ifc4_gen/IfcZShapeProfileDef.gen.js +51 -0
  7157. package/compiled/src/ifc/ifc4_gen/IfcZone.gen.d.ts +14 -0
  7158. package/compiled/src/ifc/ifc4_gen/IfcZone.gen.d.ts.map +1 -0
  7159. package/compiled/src/ifc/ifc4_gen/IfcZone.gen.js +21 -0
  7160. package/compiled/src/ifc/ifc4_gen/entity_types_ifc.gen.d.ts +915 -0
  7161. package/compiled/src/ifc/ifc4_gen/entity_types_ifc.gen.d.ts.map +1 -0
  7162. package/compiled/src/ifc/ifc4_gen/entity_types_ifc.gen.js +916 -0
  7163. package/compiled/src/ifc/ifc4_gen/entity_types_search.gen.d.ts +5 -0
  7164. package/compiled/src/ifc/ifc4_gen/entity_types_search.gen.d.ts.map +1 -0
  7165. package/compiled/src/ifc/ifc4_gen/entity_types_search.gen.js +8 -0
  7166. package/compiled/src/ifc/ifc4_gen/index.d.ts +1117 -0
  7167. package/compiled/src/ifc/ifc4_gen/index.d.ts.map +1 -0
  7168. package/compiled/src/ifc/ifc4_gen/index.js +1116 -0
  7169. package/compiled/src/ifc/ifc4_gen/schema_ifc.gen.d.ts +6 -0
  7170. package/compiled/src/ifc/ifc4_gen/schema_ifc.gen.d.ts.map +1 -0
  7171. package/compiled/src/ifc/ifc4_gen/schema_ifc.gen.js +34319 -0
  7172. package/compiled/src/ifc/ifc_command_line_main.d.ts +2 -0
  7173. package/compiled/src/ifc/ifc_command_line_main.d.ts.map +1 -0
  7174. package/compiled/src/ifc/ifc_command_line_main.js +464 -0
  7175. package/compiled/src/ifc/ifc_constants.d.ts +3 -0
  7176. package/compiled/src/ifc/ifc_constants.d.ts.map +1 -0
  7177. package/compiled/src/ifc/ifc_constants.js +2 -0
  7178. package/compiled/src/ifc/ifc_functions.d.ts +203 -0
  7179. package/compiled/src/ifc/ifc_functions.d.ts.map +1 -0
  7180. package/compiled/src/ifc/ifc_functions.js +327 -0
  7181. package/compiled/src/ifc/ifc_geometry_extraction.d.ts +815 -0
  7182. package/compiled/src/ifc/ifc_geometry_extraction.d.ts.map +1 -0
  7183. package/compiled/src/ifc/ifc_geometry_extraction.js +4371 -0
  7184. package/compiled/src/ifc/ifc_geometry_extraction.test.d.ts +2 -0
  7185. package/compiled/src/ifc/ifc_geometry_extraction.test.d.ts.map +1 -0
  7186. package/compiled/src/ifc/ifc_geometry_extraction.test.js +101 -0
  7187. package/compiled/src/ifc/ifc_material_cache.d.ts +101 -0
  7188. package/compiled/src/ifc/ifc_material_cache.d.ts.map +1 -0
  7189. package/compiled/src/ifc/ifc_material_cache.js +131 -0
  7190. package/compiled/src/ifc/ifc_material_cache_node.d.ts +18 -0
  7191. package/compiled/src/ifc/ifc_material_cache_node.d.ts.map +1 -0
  7192. package/compiled/src/ifc/ifc_material_cache_node.js +45 -0
  7193. package/compiled/src/ifc/ifc_model_curves.d.ts +21 -0
  7194. package/compiled/src/ifc/ifc_model_curves.d.ts.map +1 -0
  7195. package/compiled/src/ifc/ifc_model_curves.js +30 -0
  7196. package/compiled/src/ifc/ifc_model_curves_node.d.ts +16 -0
  7197. package/compiled/src/ifc/ifc_model_curves_node.d.ts.map +1 -0
  7198. package/compiled/src/ifc/ifc_model_curves_node.js +44 -0
  7199. package/compiled/src/ifc/ifc_model_geometry.d.ts +67 -0
  7200. package/compiled/src/ifc/ifc_model_geometry.d.ts.map +1 -0
  7201. package/compiled/src/ifc/ifc_model_geometry.js +118 -0
  7202. package/compiled/src/ifc/ifc_model_geometry_node.d.ts +17 -0
  7203. package/compiled/src/ifc/ifc_model_geometry_node.d.ts.map +1 -0
  7204. package/compiled/src/ifc/ifc_model_geometry_node.js +50 -0
  7205. package/compiled/src/ifc/ifc_model_profile.d.ts +49 -0
  7206. package/compiled/src/ifc/ifc_model_profile.d.ts.map +1 -0
  7207. package/compiled/src/ifc/ifc_model_profile.js +65 -0
  7208. package/compiled/src/ifc/ifc_model_profile_node.d.ts +16 -0
  7209. package/compiled/src/ifc/ifc_model_profile_node.d.ts.map +1 -0
  7210. package/compiled/src/ifc/ifc_model_profile_node.js +44 -0
  7211. package/compiled/src/ifc/ifc_parser_quirks.d.ts +3 -0
  7212. package/compiled/src/ifc/ifc_parser_quirks.d.ts.map +1 -0
  7213. package/compiled/src/ifc/ifc_parser_quirks.js +3 -0
  7214. package/compiled/src/ifc/ifc_property_extraction.d.ts +66 -0
  7215. package/compiled/src/ifc/ifc_property_extraction.d.ts.map +1 -0
  7216. package/compiled/src/ifc/ifc_property_extraction.js +140 -0
  7217. package/compiled/src/ifc/ifc_property_extraction.test.d.ts +2 -0
  7218. package/compiled/src/ifc/ifc_property_extraction.test.d.ts.map +1 -0
  7219. package/compiled/src/ifc/ifc_property_extraction.test.js +28 -0
  7220. package/compiled/src/ifc/ifc_regression_batch_main.d.ts +2 -0
  7221. package/compiled/src/ifc/ifc_regression_batch_main.d.ts.map +1 -0
  7222. package/compiled/src/ifc/ifc_regression_batch_main.js +250 -0
  7223. package/compiled/src/ifc/ifc_regression_main.d.ts +2 -0
  7224. package/compiled/src/ifc/ifc_regression_main.d.ts.map +1 -0
  7225. package/compiled/src/ifc/ifc_regression_main.js +262 -0
  7226. package/compiled/src/ifc/ifc_scene_builder.d.ts +174 -0
  7227. package/compiled/src/ifc/ifc_scene_builder.d.ts.map +1 -0
  7228. package/compiled/src/ifc/ifc_scene_builder.js +336 -0
  7229. package/compiled/src/ifc/ifc_scene_builder.test.d.ts +2 -0
  7230. package/compiled/src/ifc/ifc_scene_builder.test.d.ts.map +1 -0
  7231. package/compiled/src/ifc/ifc_scene_builder.test.js +103 -0
  7232. package/compiled/src/ifc/ifc_step_external_mapping.d.ts +20 -0
  7233. package/compiled/src/ifc/ifc_step_external_mapping.d.ts.map +1 -0
  7234. package/compiled/src/ifc/ifc_step_external_mapping.js +20 -0
  7235. package/compiled/src/ifc/ifc_step_model.d.ts +33 -0
  7236. package/compiled/src/ifc/ifc_step_model.d.ts.map +1 -0
  7237. package/compiled/src/ifc/ifc_step_model.js +35 -0
  7238. package/compiled/src/ifc/ifc_step_model.test.d.ts +2 -0
  7239. package/compiled/src/ifc/ifc_step_model.test.d.ts.map +1 -0
  7240. package/compiled/src/ifc/ifc_step_model.test.js +500 -0
  7241. package/compiled/src/ifc/ifc_step_parser.d.ts +29 -0
  7242. package/compiled/src/ifc/ifc_step_parser.d.ts.map +1 -0
  7243. package/compiled/src/ifc/ifc_step_parser.js +32 -0
  7244. package/compiled/src/ifc/ifc_step_parser.test.d.ts +2 -0
  7245. package/compiled/src/ifc/ifc_step_parser.test.d.ts.map +1 -0
  7246. package/compiled/src/ifc/ifc_step_parser.test.js +39 -0
  7247. package/compiled/src/index.d.ts +11 -0
  7248. package/compiled/src/index.d.ts.map +1 -0
  7249. package/compiled/src/index.js +11 -0
  7250. package/compiled/src/indexing/bit_operations.d.ts +90 -0
  7251. package/compiled/src/indexing/bit_operations.d.ts.map +1 -0
  7252. package/compiled/src/indexing/bit_operations.js +177 -0
  7253. package/compiled/src/indexing/bit_operations.test.d.ts +2 -0
  7254. package/compiled/src/indexing/bit_operations.test.d.ts.map +1 -0
  7255. package/compiled/src/indexing/bit_operations.test.js +14 -0
  7256. package/compiled/src/indexing/cursor_utilities.d.ts +23 -0
  7257. package/compiled/src/indexing/cursor_utilities.d.ts.map +1 -0
  7258. package/compiled/src/indexing/cursor_utilities.js +50 -0
  7259. package/compiled/src/indexing/cursor_utilities.test.d.ts +2 -0
  7260. package/compiled/src/indexing/cursor_utilities.test.d.ts.map +1 -0
  7261. package/compiled/src/indexing/cursor_utilities.test.js +64 -0
  7262. package/compiled/src/indexing/dynamic_single_index_set.d.ts +59 -0
  7263. package/compiled/src/indexing/dynamic_single_index_set.d.ts.map +1 -0
  7264. package/compiled/src/indexing/dynamic_single_index_set.js +201 -0
  7265. package/compiled/src/indexing/dynamic_single_index_set.test.d.ts +2 -0
  7266. package/compiled/src/indexing/dynamic_single_index_set.test.d.ts.map +1 -0
  7267. package/compiled/src/indexing/dynamic_single_index_set.test.js +143 -0
  7268. package/compiled/src/indexing/dynamic_single_index_set_cursor.d.ts +47 -0
  7269. package/compiled/src/indexing/dynamic_single_index_set_cursor.d.ts.map +1 -0
  7270. package/compiled/src/indexing/dynamic_single_index_set_cursor.js +104 -0
  7271. package/compiled/src/indexing/dynamic_single_index_set_cursor.test.d.ts +2 -0
  7272. package/compiled/src/indexing/dynamic_single_index_set_cursor.test.d.ts.map +1 -0
  7273. package/compiled/src/indexing/dynamic_single_index_set_cursor.test.js +124 -0
  7274. package/compiled/src/indexing/hashing.d.ts +34 -0
  7275. package/compiled/src/indexing/hashing.d.ts.map +1 -0
  7276. package/compiled/src/indexing/hashing.js +69 -0
  7277. package/compiled/src/indexing/index_set_constants.d.ts +9 -0
  7278. package/compiled/src/indexing/index_set_constants.d.ts.map +1 -0
  7279. package/compiled/src/indexing/index_set_constants.js +9 -0
  7280. package/compiled/src/indexing/interpolation_search_table_32.d.ts +76 -0
  7281. package/compiled/src/indexing/interpolation_search_table_32.d.ts.map +1 -0
  7282. package/compiled/src/indexing/interpolation_search_table_32.js +247 -0
  7283. package/compiled/src/indexing/interpolation_search_table_32.test.d.ts +2 -0
  7284. package/compiled/src/indexing/interpolation_search_table_32.test.d.ts.map +1 -0
  7285. package/compiled/src/indexing/interpolation_search_table_32.test.js +110 -0
  7286. package/compiled/src/indexing/minimal_perfect_hash.d.ts +82 -0
  7287. package/compiled/src/indexing/minimal_perfect_hash.d.ts.map +1 -0
  7288. package/compiled/src/indexing/minimal_perfect_hash.js +154 -0
  7289. package/compiled/src/indexing/multi_index_set.d.ts +36 -0
  7290. package/compiled/src/indexing/multi_index_set.d.ts.map +1 -0
  7291. package/compiled/src/indexing/multi_index_set.js +65 -0
  7292. package/compiled/src/indexing/multi_index_set_cursor_or.d.ts +57 -0
  7293. package/compiled/src/indexing/multi_index_set_cursor_or.d.ts.map +1 -0
  7294. package/compiled/src/indexing/multi_index_set_cursor_or.js +129 -0
  7295. package/compiled/src/indexing/multi_index_set_cursor_xor.d.ts +58 -0
  7296. package/compiled/src/indexing/multi_index_set_cursor_xor.d.ts.map +1 -0
  7297. package/compiled/src/indexing/multi_index_set_cursor_xor.js +134 -0
  7298. package/compiled/src/indexing/search_operations.d.ts +21 -0
  7299. package/compiled/src/indexing/search_operations.d.ts.map +1 -0
  7300. package/compiled/src/indexing/search_operations.js +48 -0
  7301. package/compiled/src/indexing/single_index_set.d.ts +56 -0
  7302. package/compiled/src/indexing/single_index_set.d.ts.map +1 -0
  7303. package/compiled/src/indexing/single_index_set.js +87 -0
  7304. package/compiled/src/indexing/single_index_set.test.d.ts +2 -0
  7305. package/compiled/src/indexing/single_index_set.test.d.ts.map +1 -0
  7306. package/compiled/src/indexing/single_index_set.test.js +38 -0
  7307. package/compiled/src/indexing/single_index_set_cursor.d.ts +48 -0
  7308. package/compiled/src/indexing/single_index_set_cursor.d.ts.map +1 -0
  7309. package/compiled/src/indexing/single_index_set_cursor.js +84 -0
  7310. package/compiled/src/indexing/type_index.d.ts +4 -0
  7311. package/compiled/src/indexing/type_index.d.ts.map +1 -0
  7312. package/compiled/src/indexing/type_index.js +1 -0
  7313. package/compiled/src/logging/logger.d.ts +99 -0
  7314. package/compiled/src/logging/logger.d.ts.map +1 -0
  7315. package/compiled/src/logging/logger.js +177 -0
  7316. package/compiled/src/logging/sentry_logging_proxy.d.ts +2 -0
  7317. package/compiled/src/logging/sentry_logging_proxy.d.ts.map +1 -0
  7318. package/compiled/src/logging/sentry_logging_proxy.js +25 -0
  7319. package/compiled/src/memory/memory.d.ts +30 -0
  7320. package/compiled/src/memory/memory.d.ts.map +1 -0
  7321. package/compiled/src/memory/memory.js +57 -0
  7322. package/compiled/src/parsing/char_bit_set.d.ts +40 -0
  7323. package/compiled/src/parsing/char_bit_set.d.ts.map +1 -0
  7324. package/compiled/src/parsing/char_bit_set.js +83 -0
  7325. package/compiled/src/parsing/hex_parser.d.ts +48 -0
  7326. package/compiled/src/parsing/hex_parser.d.ts.map +1 -0
  7327. package/compiled/src/parsing/hex_parser.js +137 -0
  7328. package/compiled/src/parsing/hex_parser.test.d.ts +2 -0
  7329. package/compiled/src/parsing/hex_parser.test.d.ts.map +1 -0
  7330. package/compiled/src/parsing/hex_parser.test.js +97 -0
  7331. package/compiled/src/parsing/integer_parser.d.ts +32 -0
  7332. package/compiled/src/parsing/integer_parser.d.ts.map +1 -0
  7333. package/compiled/src/parsing/integer_parser.js +54 -0
  7334. package/compiled/src/parsing/integer_parser.test.d.ts +2 -0
  7335. package/compiled/src/parsing/integer_parser.test.d.ts.map +1 -0
  7336. package/compiled/src/parsing/integer_parser.test.js +83 -0
  7337. package/compiled/src/parsing/parsing_buffer.d.ts +235 -0
  7338. package/compiled/src/parsing/parsing_buffer.d.ts.map +1 -0
  7339. package/compiled/src/parsing/parsing_buffer.js +580 -0
  7340. package/compiled/src/parsing/parsing_constants.d.ts +51 -0
  7341. package/compiled/src/parsing/parsing_constants.d.ts.map +1 -0
  7342. package/compiled/src/parsing/parsing_constants.js +57 -0
  7343. package/compiled/src/parsing/parsing_dfa_16table.d.ts +61 -0
  7344. package/compiled/src/parsing/parsing_dfa_16table.d.ts.map +1 -0
  7345. package/compiled/src/parsing/parsing_dfa_16table.js +114 -0
  7346. package/compiled/src/parsing/parsing_dfa_4table.d.ts +61 -0
  7347. package/compiled/src/parsing/parsing_dfa_4table.d.ts.map +1 -0
  7348. package/compiled/src/parsing/parsing_dfa_4table.js +114 -0
  7349. package/compiled/src/parsing/real_parser.d.ts +30 -0
  7350. package/compiled/src/parsing/real_parser.d.ts.map +1 -0
  7351. package/compiled/src/parsing/real_parser.js +71 -0
  7352. package/compiled/src/parsing/real_parser.test.d.ts +2 -0
  7353. package/compiled/src/parsing/real_parser.test.d.ts.map +1 -0
  7354. package/compiled/src/parsing/real_parser.test.js +163 -0
  7355. package/compiled/src/parsing/token_parsing.d.ts +39 -0
  7356. package/compiled/src/parsing/token_parsing.d.ts.map +1 -0
  7357. package/compiled/src/parsing/token_parsing.js +54 -0
  7358. package/compiled/src/statistics/statistics.d.ts +120 -0
  7359. package/compiled/src/statistics/statistics.d.ts.map +1 -0
  7360. package/compiled/src/statistics/statistics.js +195 -0
  7361. package/compiled/src/step/indexing/step_type_indexer.d.ts +22 -0
  7362. package/compiled/src/step/indexing/step_type_indexer.d.ts.map +1 -0
  7363. package/compiled/src/step/indexing/step_type_indexer.js +53 -0
  7364. package/compiled/src/step/parsing/step_attribute_map.d.ts +34 -0
  7365. package/compiled/src/step/parsing/step_attribute_map.d.ts.map +1 -0
  7366. package/compiled/src/step/parsing/step_attribute_map.js +50 -0
  7367. package/compiled/src/step/parsing/step_comment_parser.d.ts +21 -0
  7368. package/compiled/src/step/parsing/step_comment_parser.d.ts.map +1 -0
  7369. package/compiled/src/step/parsing/step_comment_parser.js +56 -0
  7370. package/compiled/src/step/parsing/step_comment_parser.test.d.ts +2 -0
  7371. package/compiled/src/step/parsing/step_comment_parser.test.d.ts.map +1 -0
  7372. package/compiled/src/step/parsing/step_comment_parser.test.js +44 -0
  7373. package/compiled/src/step/parsing/step_deserialization_functions.d.ts +133 -0
  7374. package/compiled/src/step/parsing/step_deserialization_functions.d.ts.map +1 -0
  7375. package/compiled/src/step/parsing/step_deserialization_functions.js +435 -0
  7376. package/compiled/src/step/parsing/step_entity_identifier_parser.d.ts +22 -0
  7377. package/compiled/src/step/parsing/step_entity_identifier_parser.d.ts.map +1 -0
  7378. package/compiled/src/step/parsing/step_entity_identifier_parser.js +40 -0
  7379. package/compiled/src/step/parsing/step_entity_identifier_parser.test.d.ts +2 -0
  7380. package/compiled/src/step/parsing/step_entity_identifier_parser.test.d.ts.map +1 -0
  7381. package/compiled/src/step/parsing/step_entity_identifier_parser.test.js +57 -0
  7382. package/compiled/src/step/parsing/step_enum_parser.d.ts +34 -0
  7383. package/compiled/src/step/parsing/step_enum_parser.d.ts.map +1 -0
  7384. package/compiled/src/step/parsing/step_enum_parser.js +68 -0
  7385. package/compiled/src/step/parsing/step_enum_parser.test.d.ts +2 -0
  7386. package/compiled/src/step/parsing/step_enum_parser.test.d.ts.map +1 -0
  7387. package/compiled/src/step/parsing/step_enum_parser.test.js +70 -0
  7388. package/compiled/src/step/parsing/step_parser.d.ts +102 -0
  7389. package/compiled/src/step/parsing/step_parser.d.ts.map +1 -0
  7390. package/compiled/src/step/parsing/step_parser.js +878 -0
  7391. package/compiled/src/step/parsing/step_string_parser.d.ts +23 -0
  7392. package/compiled/src/step/parsing/step_string_parser.d.ts.map +1 -0
  7393. package/compiled/src/step/parsing/step_string_parser.js +310 -0
  7394. package/compiled/src/step/parsing/step_string_parser.test.d.ts +2 -0
  7395. package/compiled/src/step/parsing/step_string_parser.test.d.ts.map +1 -0
  7396. package/compiled/src/step/parsing/step_string_parser.test.js +70 -0
  7397. package/compiled/src/step/parsing/step_vtable_builder.d.ts +45 -0
  7398. package/compiled/src/step/parsing/step_vtable_builder.d.ts.map +1 -0
  7399. package/compiled/src/step/parsing/step_vtable_builder.js +66 -0
  7400. package/compiled/src/step/step_entity_base.d.ts +308 -0
  7401. package/compiled/src/step/step_entity_base.d.ts.map +1 -0
  7402. package/compiled/src/step/step_entity_base.js +483 -0
  7403. package/compiled/src/step/step_entity_constructor.d.ts +40 -0
  7404. package/compiled/src/step/step_entity_constructor.d.ts.map +1 -0
  7405. package/compiled/src/step/step_entity_constructor.js +1 -0
  7406. package/compiled/src/step/step_entity_internal_reference.d.ts +20 -0
  7407. package/compiled/src/step/step_entity_internal_reference.d.ts.map +1 -0
  7408. package/compiled/src/step/step_entity_internal_reference.js +1 -0
  7409. package/compiled/src/step/step_entity_schema.d.ts +22 -0
  7410. package/compiled/src/step/step_entity_schema.d.ts.map +1 -0
  7411. package/compiled/src/step/step_entity_schema.js +21 -0
  7412. package/compiled/src/step/step_external_mapping.d.ts +32 -0
  7413. package/compiled/src/step/step_external_mapping.d.ts.map +1 -0
  7414. package/compiled/src/step/step_external_mapping.js +48 -0
  7415. package/compiled/src/step/step_external_mapping.test.d.ts +2 -0
  7416. package/compiled/src/step/step_external_mapping.test.d.ts.map +1 -0
  7417. package/compiled/src/step/step_external_mapping.test.js +44 -0
  7418. package/compiled/src/step/step_model_base.d.ts +173 -0
  7419. package/compiled/src/step/step_model_base.d.ts.map +1 -0
  7420. package/compiled/src/step/step_model_base.js +333 -0
  7421. package/compiled/src/utilities/environment.d.ts +17 -0
  7422. package/compiled/src/utilities/environment.d.ts.map +1 -0
  7423. package/compiled/src/utilities/environment.js +41 -0
  7424. package/compiled/src/version/version.d.ts +3 -0
  7425. package/compiled/src/version/version.d.ts.map +1 -0
  7426. package/compiled/src/version/version.js +2 -0
  7427. package/compiled/tsconfig.tsbuildinfo +1 -0
  7428. package/package.json +112 -0
@@ -0,0 +1,2467 @@
1
+ /* eslint-disable camelcase */
2
+ import { BlendMode, toAlphaMode, } from '../../dependencies/conway-geom';
3
+ import { CanonicalMeshType } from '../core/canonical_mesh';
4
+ import { ObjectPool } from '../core/native_pool';
5
+ import { ExtractResult } from '../core/shared_constants';
6
+ import { advanced_face, axis2_placement_2d, axis2_placement_3d, b_spline_curve, b_spline_curve_with_knots, b_spline_surface, b_spline_surface_with_knots, boolean_result, cartesian_point, cartesian_transformation_operator_3d, circle, colour_rgb, composite_curve, cylindrical_surface, edge_curve, edge_loop, extruded_area_solid, face_based_surface_model, faceted_brep, half_space_solid, line, loop, manifold_solid_brep, mapped_item, parameter_value, placement, plane, poly_loop, polyline, product, rational_b_spline_curve, rational_b_spline_surface, shape_definition_representation, shell_based_surface_model, si_prefix, styled_item, surface_curve, surface_of_linear_extrusion, surface_of_revolution, surface_side, surface_style_rendering, surface_style_usage, trimmed_curve, trimming_preference, vertex_point, } from './AP214E3_2010_gen';
7
+ import EntityTypesAP214 from './AP214E3_2010_gen/entity_types_ap214.gen';
8
+ import { AP214MaterialCache } from './ap214_material_cache';
9
+ import { AP214SceneBuilder } from './ap214_scene_builder';
10
+ /**
11
+ * Extract an AP214 Colour into our RGBA color, using premultiplied alpha.
12
+ *
13
+ * Transparency is usually handled via pre-multiplied alpha, and this is what
14
+ * gltf (for example) expects.
15
+ *
16
+ * @param from The color to extract.
17
+ * @param alpha The alpha value to be associated with the colour.
18
+ * @return {ColorRGBA} The created colour.
19
+ */
20
+ export function extractColorRGBPremultiplied(from, alpha = 1) {
21
+ return [from.red * alpha, from.green * alpha, from.blue * alpha, alpha];
22
+ }
23
+ /**
24
+ * Extract an AP214 Colour into our RGBA color.
25
+ *
26
+ * @param from The color to extract.
27
+ * @param alpha The alpha value to be associated with the colour.
28
+ * @return {ColorRGBA} The created colour.
29
+ */
30
+ export function extractColorRGB(from, alpha = 1) {
31
+ return [from.red, from.green, from.blue, alpha];
32
+ }
33
+ /**
34
+ * Use to extract a color or a factor from a color/factor select.
35
+ *
36
+ * @param from The color or factor to extract this from.
37
+ * @param surfaceColor The surface color (if this is a factor), which will be used to
38
+ * create the factor.
39
+ * @param alpha The alpha to use for this.
40
+ * @return {ColorRGBA}
41
+ */
42
+ export function extractColorOrFactor(from, surfaceColor, alpha = 1) {
43
+ if (from instanceof colour_rgb) {
44
+ return extractColorRGB(from, alpha);
45
+ }
46
+ else {
47
+ const factor = from.Value;
48
+ return [
49
+ factor * surfaceColor[0],
50
+ factor * surfaceColor[1],
51
+ factor * surfaceColor[2],
52
+ alpha * surfaceColor[3],
53
+ ];
54
+ }
55
+ }
56
+ /**
57
+ * Handles Geometry data extraction from a populated AP214StepModel
58
+ * Can export to OBJ, GLTF (Draco), GLB (Draco)
59
+ */
60
+ export class AP214GeometryExtraction {
61
+ /**
62
+ * Construct a geometry extraction from an AP214 step model and conway model
63
+ *
64
+ * @param conwayModel
65
+ * @param model
66
+ */
67
+ constructor(conwayModel, model) {
68
+ this.conwayModel = conwayModel;
69
+ this.model = model;
70
+ /* eslint-disable no-magic-numbers */
71
+ this.TWO_DIMENSIONS = 2;
72
+ this.THREE_DIMENSIONS = 3;
73
+ this.circleSegments = 12;
74
+ this.freeVectorPolygonalFaces_ = [];
75
+ this.materials = new AP214MaterialCache();
76
+ this.scene = new AP214SceneBuilder(model, conwayModel, this.materials);
77
+ this.linearScalingFactor = 1;
78
+ this.wasmModule = conwayModel.wasmModule;
79
+ this.getIdentityMatrices();
80
+ this.initializeMemoryPools();
81
+ }
82
+ /**
83
+ * Get the product name for this.
84
+ *
85
+ * @return {string} The product name or an empty struct if none can be found.
86
+ */
87
+ getAP214ProductName() {
88
+ for (const productValue of this.model.types(product)) {
89
+ if (productValue.name.length > 0) {
90
+ return productValue.name;
91
+ }
92
+ }
93
+ return '';
94
+ }
95
+ /**
96
+ * Initializes memory pools for various parameter objects.
97
+ */
98
+ initializeMemoryPools() {
99
+ this.createParamsGetBooleanResultPool();
100
+ this.createParamsTransformProfilePool();
101
+ this.createParamsGetTriangulatedFaceSetPool();
102
+ this.createParamsGetPolyCurvePool();
103
+ }
104
+ /**
105
+ * Creates a memory pool for `ParamsGetPolyCurve` objects if it does not exist.
106
+ */
107
+ createParamsGetPolyCurvePool() {
108
+ if (this.paramsGetPolyCurvePool === void 0) {
109
+ // Create a pool for ParamsTransformProfile
110
+ this.paramsGetPolyCurvePool = new ObjectPool(() => new (this.wasmModule.ParamsGetPolyCurve)(), (obj) => obj.delete());
111
+ }
112
+ }
113
+ /**
114
+ * Creates a memory pool for `ParamsGetTriangulatedFaceSet` objects if it does not exist.
115
+ */
116
+ createParamsGetTriangulatedFaceSetPool() {
117
+ if (this.paramsGetTriangulatedFaceSetPool === void 0) {
118
+ // Create a pool for ParamsTransformProfile
119
+ this.paramsGetTriangulatedFaceSetPool = new ObjectPool(() => new (this.wasmModule.ParamsGetTriangulatedFaceSetGeometry)(), (obj) => obj.delete());
120
+ }
121
+ }
122
+ /**
123
+ * Creates a memory pool for `ParamsTransformProfile` objects if it does not exist.
124
+ */
125
+ createParamsTransformProfilePool() {
126
+ if (this.paramsTransformProfilePool === void 0) {
127
+ // Create a pool for ParamsTransformProfile
128
+ this.paramsTransformProfilePool = new ObjectPool(() => new (this.wasmModule.ParamsTransformProfile)(), (obj) => obj.delete());
129
+ }
130
+ }
131
+ /**
132
+ * Creates a memory pool for `ParamsGetBooleanResult` objects if it does not exist.
133
+ */
134
+ createParamsGetBooleanResultPool() {
135
+ if (this.paramsGetBooleanResultPool === void 0) {
136
+ // Create a pool for ParamsGetBooleanResult
137
+ this.paramsGetBooleanResultPool = new ObjectPool(() => new (this.wasmModule.ParamsGetBooleanResult)(), (obj) => obj.delete());
138
+ }
139
+ }
140
+ /**
141
+ * Retrieves and stores identity matrices from the WebAssembly module.
142
+ */
143
+ getIdentityMatrices() {
144
+ this.identity2DNativeMatrix = this.wasmModule.getIdentity2DMatrix();
145
+ this.identity3DNativeMatrix = this.wasmModule.getIdentity3DMatrix();
146
+ }
147
+ /**
148
+ *
149
+ * @return {number} linear matrix scaling factor for geometry
150
+ */
151
+ getLinearScalingFactor() {
152
+ // console.log(`linearScalingFactor: ${this.linearScalingFactor}`)
153
+ return this.linearScalingFactor;
154
+ }
155
+ /**
156
+ *
157
+ * @return {WasmModule} - A handle to the loaded wasm module
158
+ */
159
+ getWasmModule() {
160
+ return this.wasmModule;
161
+ }
162
+ /**
163
+ *
164
+ * @param initialSize number - initial size of the vector (optional)
165
+ * @return {StdVector<GeometryObject>} - a native std::vector<GeometryObject> from the wasm module
166
+ */
167
+ nativeVectorGeometry(initialSize) {
168
+ const nativeVectorGeometry_ =
169
+ // eslint-disable-next-line new-cap
170
+ (new (this.wasmModule.geometryArray)());
171
+ if (initialSize) {
172
+ const defaultGeometry = (new (this.wasmModule.IfcGeometry));
173
+ // resize has a required second parameter to set default values
174
+ nativeVectorGeometry_.resize(initialSize, defaultGeometry);
175
+ }
176
+ return nativeVectorGeometry_;
177
+ }
178
+ /**
179
+ * Create a native vector of geometry collections.
180
+ *
181
+ * @return {NativeVectorGeometryCollection} A newly initialised native
182
+ * vector of geometry collections
183
+ */
184
+ nativeVectorGeometryCollection() {
185
+ const nativeVectorGeometryCollection =
186
+ // eslint-disable-next-line new-cap
187
+ (new (this.wasmModule.geometryCollectionArray)());
188
+ return nativeVectorGeometryCollection;
189
+ }
190
+ /**
191
+ * Create a native material from a canonical one.
192
+ *
193
+ * @param from The material to create the native material from
194
+ * @return {MaterialObject} The created canonical material.
195
+ */
196
+ nativeMaterial(from) {
197
+ const native = {
198
+ alphaCutoff: 0,
199
+ alphaMode: toAlphaMode(this.wasmModule, from.blend),
200
+ base: {
201
+ x: from.baseColor[0],
202
+ y: from.baseColor[1],
203
+ z: from.baseColor[2],
204
+ w: from.baseColor[3],
205
+ },
206
+ doubleSided: from.doubleSided,
207
+ /* eslint-disable no-magic-numbers */
208
+ ior: from.ior ?? 1.4,
209
+ metallic: from.metalness ?? 1.0,
210
+ roughness: from.roughness ?? 1.0,
211
+ specular: from.specular !== void 0 ? {
212
+ x: from.specular[0],
213
+ y: from.specular[1],
214
+ z: from.specular[2],
215
+ w: from.specular[3],
216
+ } : void 0,
217
+ };
218
+ /* eslint-enable no-magic-numbers */
219
+ return native;
220
+ }
221
+ /**
222
+ *
223
+ * @param initialSize number - initial size of the vector (optional)
224
+ * @return {NativeVectorGlmVec2} - a native std::vector<glm::vec2> from the wasm module
225
+ */
226
+ nativeVectorGlmVec2(initialSize) {
227
+ // eslint-disable-next-line new-cap
228
+ const nativeVectorGlmVec2_ = new (this.wasmModule.vec2Array)();
229
+ if (initialSize) {
230
+ // resize has a required second parameter to set default values
231
+ nativeVectorGlmVec2_.resize(initialSize, { x: 0, y: 0 });
232
+ }
233
+ return nativeVectorGlmVec2_;
234
+ }
235
+ /**
236
+ * Create a native vector profile to pass across the boundary.
237
+ *
238
+ * @param initialSize number - initial size of the vector (optional)
239
+ * @return {NativeVectorProfile} - a native std::vector<AP214Profile> from the wasm module
240
+ */
241
+ nativeVectorProfile(initialSize) {
242
+ // eslint-disable-next-line new-cap
243
+ const nativeVectorProfile_ = new (this.wasmModule.profileArray)();
244
+ if (initialSize) {
245
+ // resize has a required second parameter to set default values
246
+ const defaultProfile = new this.wasmModule.AP214Profile;
247
+ nativeVectorProfile_.resize(initialSize, defaultProfile);
248
+ }
249
+ return nativeVectorProfile_;
250
+ }
251
+ /**
252
+ * Create a native version of a vector curve to parse across the boundary.
253
+ *
254
+ * @param initialSize number - initial size of the vector (optional)
255
+ * @return {NativeVectorCurve} - a native std::vector<AP214Curve> from the wasm module
256
+ */
257
+ nativeVectorCurve(initialSize) {
258
+ // eslint-disable-next-line new-cap
259
+ const nativeVectorCurve_ = new (this.wasmModule.curveArray)();
260
+ if (initialSize) {
261
+ // resize has a required second parameter to set default values
262
+ const defaultCurve = new this.wasmModule.AP214Curve;
263
+ nativeVectorCurve_.resize(initialSize, defaultCurve);
264
+ }
265
+ return nativeVectorCurve_;
266
+ }
267
+ /**
268
+ *
269
+ * @param initialSize number - initial size of the vector (optional)
270
+ * @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
271
+ */
272
+ nativeVectorGlmVec3(initialSize) {
273
+ const nativeVectorGlmVec3_ =
274
+ // eslint-disable-next-line new-cap
275
+ (new (this.wasmModule.glmVec3Array)());
276
+ if (initialSize) {
277
+ // resize has a required second parameter to set default values
278
+ nativeVectorGlmVec3_.resize(initialSize, { x: 0, y: 0, z: 0 });
279
+ }
280
+ return nativeVectorGlmVec3_;
281
+ }
282
+ /**
283
+ *
284
+ * @param initialSize number - initial size of the vector (optional)
285
+ * @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
286
+ */
287
+ nativeVectorVectorGlmdVec3() {
288
+ const nativeVectorVectorGlmdVec3_ =
289
+ // eslint-disable-next-line new-cap
290
+ (new (this.wasmModule.glmdVec3ArrayArray)());
291
+ return nativeVectorVectorGlmdVec3_;
292
+ }
293
+ /**
294
+ *
295
+ * @param initialSize number - initial size of the vector (optional)
296
+ * @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
297
+ */
298
+ nativeVectorGlmdVec3(initialSize) {
299
+ const nativeVectorGlmdVec3_ =
300
+ // eslint-disable-next-line new-cap
301
+ (new (this.wasmModule.glmdVec3Array)());
302
+ if (initialSize) {
303
+ // resize has a required second parameter to set default values
304
+ nativeVectorGlmdVec3_.resize(initialSize, { x: 0, y: 0, z: 0 });
305
+ }
306
+ return nativeVectorGlmdVec3_;
307
+ }
308
+ /**
309
+ *
310
+ * @param initialSize number - initial size of the vector (optional)
311
+ * @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
312
+ */
313
+ nativeVectorGlmdVec2(initialSize) {
314
+ const nativeVectorGlmdVec2_ =
315
+ // eslint-disable-next-line new-cap
316
+ (new (this.wasmModule.glmdVec2Array)());
317
+ if (initialSize) {
318
+ // resize has a required second parameter to set default values
319
+ nativeVectorGlmdVec2_.resize(initialSize, { x: 0, y: 0 });
320
+ }
321
+ return nativeVectorGlmdVec2_;
322
+ }
323
+ /**
324
+ * Create a native 32bit uint vector.
325
+ *
326
+ * @param initialSize number - initial size of the vector (optional)
327
+ * @return {NativeUintVector} - a native std::vector<uint32_t> from the wasm module
328
+ */
329
+ nativeUintVector(initialize) {
330
+ const nativeUintVector_ = (new (this.wasmModule.UintVector)());
331
+ if (initialize) {
332
+ // resize has a required second parameter to set default values
333
+ nativeUintVector_.resize(initialize, 0);
334
+ }
335
+ return nativeUintVector_;
336
+ }
337
+ /**
338
+ * Create a native 32bit size_t vector.
339
+ *
340
+ * @param initialSize number - initial size of the vector (optional)
341
+ * @return {NativeULongVector} - a native std::vector<size_t> from the wasm module
342
+ */
343
+ nativeULongVector(initialize) {
344
+ const nativeULongVector_ = new (this.wasmModule.ULongVector)();
345
+ if (initialize) {
346
+ // resize has a required second parameter to set default values
347
+ nativeULongVector_.resize(initialize, 0);
348
+ }
349
+ return nativeULongVector_;
350
+ }
351
+ /**
352
+ * Drop and delete all the indexed polygonal face vectors.
353
+ */
354
+ dropAllNativeIndexedPolygonalFaceVector() {
355
+ while (this.freeVectorPolygonalFaces_.length > 0) {
356
+ this.freeVectorPolygonalFaces_.pop()?.delete();
357
+ }
358
+ }
359
+ /**
360
+ * Free the native indexed polygon face.
361
+ *
362
+ * @param nativeVectorIndexedPolygonalFace The native item to free.
363
+ */
364
+ freeNativeIndexedPolygonalFaceVector(nativeVectorIndexedPolygonalFace) {
365
+ this.freeVectorPolygonalFaces_.push(nativeVectorIndexedPolygonalFace);
366
+ }
367
+ /**
368
+ * Create a native vector of indexed polygonal faces uint vector.
369
+ *
370
+ * @param initialSize number - initial size of the vector (optional)
371
+ * @return {NativeVectorIndexedPolygonalFace} - a native object from the wasm module
372
+ */
373
+ nativeIndexedPolygonalFaceVector(initialize) {
374
+ let nativeVectorIndexedPolygonalFace;
375
+ if (this.freeVectorPolygonalFaces_.length > 0) {
376
+ nativeVectorIndexedPolygonalFace = this.freeVectorPolygonalFaces_.pop();
377
+ if (nativeVectorIndexedPolygonalFace.size() > 0) {
378
+ nativeVectorIndexedPolygonalFace.resize(0, nativeVectorIndexedPolygonalFace.get(0));
379
+ }
380
+ }
381
+ else {
382
+ nativeVectorIndexedPolygonalFace = new (this.wasmModule.VectorIndexedPolygonalFace)();
383
+ }
384
+ if (initialize) {
385
+ // resize has a required second parameter to set default values
386
+ nativeVectorIndexedPolygonalFace.resize(initialize);
387
+ }
388
+ return nativeVectorIndexedPolygonalFace;
389
+ }
390
+ /**
391
+ * Create a native vector of segments.
392
+ *
393
+ * @param initialize number - initial size of the vector (optional)
394
+ * @return {NativeVectorSegment} - a native object from the wasm module
395
+ */
396
+ nativeSegmentVector(initialize) {
397
+ const nativeVectorSegment = new (this.wasmModule.VectorSegment)();
398
+ if (initialize) {
399
+ // resize has a required second parameter to set default values
400
+ nativeVectorSegment.resize(initialize);
401
+ }
402
+ return nativeVectorSegment;
403
+ }
404
+ /**
405
+ *
406
+ * @param initialize
407
+ * @return {NativeVectorBound3D}
408
+ */
409
+ nativeBound3DVector(initialize) {
410
+ const nativeVectorBound3D = new (this.wasmModule.Bound3DArray)();
411
+ if (initialize) {
412
+ // resize has a required second parameter to set default values
413
+ nativeVectorBound3D.resize(initialize);
414
+ }
415
+ return nativeVectorBound3D;
416
+ }
417
+ /**
418
+ * Has the wasm module been initialised?
419
+ *
420
+ * @return {boolean} indicating if the wasm module has been initialized
421
+ */
422
+ isInitialized() {
423
+ if (this.conwayModel !== void 0) {
424
+ return this.conwayModel.initialized;
425
+ }
426
+ return false;
427
+ }
428
+ /**
429
+ * Destroy geometry processor and deinitialize
430
+ */
431
+ destroy(modelId = 0) {
432
+ if (this.conwayModel !== void 0) {
433
+ this.conwayModel.destroy();
434
+ this.conwayModel.initialized = false;
435
+ }
436
+ }
437
+ /**
438
+ *
439
+ * @param arr - a 2D number array
440
+ * @return {number} - total length of all 2D array elements
441
+ */
442
+ getTotalLength(arr) {
443
+ return arr.reduce((totalLength, innerArray) => totalLength + innerArray.length, 0);
444
+ }
445
+ /**
446
+ *
447
+ * @param indices
448
+ * @return {NativeUintVector}
449
+ */
450
+ createAndPopulateNativeIndices(indices) {
451
+ // Create native indices array
452
+ const indexArray = this.nativeUintVector(indices.length);
453
+ // Populate the array
454
+ for (let j = 0; j < indices.length; j++) {
455
+ indexArray.set(j, indices[j]);
456
+ }
457
+ return indexArray;
458
+ }
459
+ /**
460
+ * Create and populate a list of native profiles from an array of canonical profiles.
461
+ *
462
+ * @param profiles The profiles to convert to native profiles.
463
+ * @return {NativeVectorProfile} The populated native profiles.
464
+ */
465
+ createAndPopulateNativeProfiles(profiles) {
466
+ // Create native indices array
467
+ const profileArray = this.nativeVectorProfile(profiles.length);
468
+ // Populate the array
469
+ for (let j = 0; j < profiles.length; j++) {
470
+ profileArray.set(j, profiles[j].nativeProfile);
471
+ }
472
+ return profileArray;
473
+ }
474
+ /** @return {number} Pointer/memory address */
475
+ arrayToWasmHeap(array) {
476
+ // Allocate memory for the array within the Wasm module
477
+ const bytesPerElement = array.BYTES_PER_ELEMENT;
478
+ const numBytes = array.length * bytesPerElement;
479
+ const arrayPtr = this.wasmModule._malloc(numBytes);
480
+ // Create a new Uint8Array view on the Wasm memory buffer, then set the array to it
481
+ const arrayWasm = new Uint8Array(this.wasmModule.HEAPU8.buffer, arrayPtr, numBytes);
482
+ arrayWasm.set(new Uint8Array(array.buffer));
483
+ return arrayPtr;
484
+ }
485
+ /** @return {Uint8Array} */
486
+ arrayToSharedHeap(array) {
487
+ // Allocate memory for the array within the Wasm module
488
+ const bytesPerElement = array.BYTES_PER_ELEMENT;
489
+ const numBytes = array.length * bytesPerElement;
490
+ // const arrayPtr = this.wasmModule._malloc(numBytes);
491
+ const sharedBuffer = new SharedArrayBuffer(numBytes);
492
+ // Create a new Uint8Array view on the Wasm memory buffer, then set the array to it
493
+ const arrayWasm = new Uint8Array(sharedBuffer);
494
+ arrayWasm.set(new Uint8Array(array.buffer));
495
+ return arrayWasm;
496
+ }
497
+ /**
498
+ * Extract a 3D direction vector from an AP214 direction.
499
+ *
500
+ * @param from The AP214 direction to extract the vector from.
501
+ * @return {Vector3 | undefined} The vector, or undefined if it can't be extracted.
502
+ */
503
+ static extractDirection(from) {
504
+ if (from === null) {
505
+ return void 0;
506
+ }
507
+ return {
508
+ x: from.direction_ratios[0],
509
+ y: from.direction_ratios[1],
510
+ // eslint-disable-next-line no-magic-numbers
511
+ z: (from.direction_ratios.length > 2) ? from.direction_ratios[2] : 0,
512
+ };
513
+ }
514
+ /**
515
+ * Extract an AP214 3D cartesian transform operator as a transform matrix.
516
+ *
517
+ * @param from The AP214 cartesian transform to extract from.
518
+ * @return {any} The internal matrix type extract.
519
+ */
520
+ extractCartesianTransformOperator3D(from) {
521
+ const conwayModel = this.conwayModel;
522
+ const position = {
523
+ x: from.local_origin.coordinates[0],
524
+ y: from.local_origin.coordinates[1],
525
+ z: from.local_origin.coordinates[2],
526
+ };
527
+ const axis1Ref = AP214GeometryExtraction.extractDirection(from.axis1) ?? { x: 1, y: 0, z: 0 };
528
+ const axis2Ref = AP214GeometryExtraction.extractDirection(from.axis2) ?? { x: 0, y: 1, z: 0 };
529
+ const axis3Ref = AP214GeometryExtraction.extractDirection(from.axis3) ?? { x: 0, y: 0, z: 1 };
530
+ const parameters = {
531
+ position: position,
532
+ axis1Ref: axis1Ref,
533
+ axis2Ref: axis2Ref,
534
+ axis3Ref: axis3Ref,
535
+ normalizeAxis1: true,
536
+ normalizeAxis2: true,
537
+ normalizeAxis3: true,
538
+ nonUniform: false,
539
+ realScale: true,
540
+ scale1_: from.scl,
541
+ scale2_: from.scl,
542
+ scale3_: from.scl,
543
+ };
544
+ return conwayModel.getCartesianTransformationOperator3D(parameters);
545
+ }
546
+ /**
547
+ * Drop geometry that isn't in the scene.
548
+ *
549
+ * @param localID The id of the mesh to drop.
550
+ */
551
+ dropNonSceneGeometry(localID) {
552
+ if (!this.scene.hasGeometry(localID)) {
553
+ this.model.geometry.delete(localID);
554
+ }
555
+ }
556
+ /**
557
+ * Accepts AP214BooleanResult and AP214BooleanClippingResult
558
+ *
559
+ * @param from
560
+ */
561
+ extractBooleanResult(from) {
562
+ const firstOperand = from.first_operand;
563
+ if (firstOperand instanceof extruded_area_solid ||
564
+ firstOperand instanceof boolean_result ||
565
+ firstOperand instanceof half_space_solid ||
566
+ firstOperand instanceof faceted_brep) {
567
+ this.extractBooleanOperand(firstOperand);
568
+ }
569
+ const secondOperand = from.second_operand;
570
+ if (secondOperand instanceof extruded_area_solid ||
571
+ secondOperand instanceof boolean_result ||
572
+ secondOperand instanceof half_space_solid ||
573
+ secondOperand instanceof faceted_brep) {
574
+ this.extractBooleanOperand(secondOperand);
575
+ }
576
+ // get geometry TODO(nickcastel50): eventually support flattening meshes
577
+ let flatFirstMeshVector; // = this.nativeVectorGeometry()
578
+ const firstMesh = this.model.geometry.getByLocalID(firstOperand.localID);
579
+ if (firstMesh !== void 0 && firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
580
+ flatFirstMeshVector = this.nativeVectorGeometry();
581
+ flatFirstMeshVector.push_back(firstMesh.geometry);
582
+ }
583
+ else {
584
+ console.log(`Error extracting firstOperand geometry for expressID:
585
+ ${from.first_operand.expressID} - type:
586
+ ${EntityTypesAP214[from.first_operand.type]}`);
587
+ return;
588
+ }
589
+ let flatSecondMeshVector; // = this.nativeVectorGeometry()
590
+ const secondMesh = this.model.geometry.getByLocalID(from.second_operand.localID);
591
+ if (secondMesh !== void 0 && secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
592
+ flatSecondMeshVector = this.nativeVectorGeometry();
593
+ flatSecondMeshVector.push_back(secondMesh.geometry);
594
+ }
595
+ else {
596
+ console.log(`Error extracting secondOperand geometry for expressID:
597
+ ${from.second_operand.localID} - type:
598
+ ${EntityTypesAP214[from.second_operand.type]}`);
599
+ return;
600
+ }
601
+ const parameters = this.paramsGetBooleanResultPool.acquire();
602
+ parameters.flatFirstMesh = flatFirstMeshVector;
603
+ parameters.flatSecondMesh = flatSecondMeshVector;
604
+ parameters.operatorType = from.operator.valueOf();
605
+ const booleanGeometryObject = this.conwayModel.getBooleanResult(parameters);
606
+ if (firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY &&
607
+ secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
608
+ const canonicalMesh = {
609
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
610
+ geometry: booleanGeometryObject,
611
+ localID: from.localID,
612
+ model: this.model,
613
+ temporary: false,
614
+ };
615
+ this.dropNonSceneGeometry(firstMesh.localID);
616
+ this.dropNonSceneGeometry(secondMesh.localID);
617
+ this.model.geometry.add(canonicalMesh);
618
+ }
619
+ // console.log("deleting paramsGetBooleanResult...")
620
+ // this.wasmModule.deleteParamsGetBooleanResult(parameters)
621
+ this.paramsGetBooleanResultPool.release(parameters);
622
+ }
623
+ /**
624
+ * Extract a boolean operand from a boolean result.
625
+ *
626
+ * @param from The operand to extract.
627
+ * @return {void}
628
+ */
629
+ extractBooleanOperand(from) {
630
+ if (from instanceof extruded_area_solid) {
631
+ // mark as temporary
632
+ this.extractExtrudedAreaSolid(from, true);
633
+ }
634
+ else if (from instanceof half_space_solid) {
635
+ this.extractHalfspaceSolid(from, true);
636
+ }
637
+ else if (from instanceof faceted_brep) {
638
+ this.extractAP214FacetedBrep(from, true);
639
+ }
640
+ else if (from instanceof boolean_result) {
641
+ if (from.first_operand instanceof extruded_area_solid ||
642
+ from.first_operand instanceof boolean_result ||
643
+ from.first_operand instanceof half_space_solid ||
644
+ from.first_operand instanceof faceted_brep) {
645
+ this.extractBooleanOperand(from.first_operand);
646
+ }
647
+ if (from.second_operand instanceof extruded_area_solid ||
648
+ from.second_operand instanceof boolean_result ||
649
+ from.second_operand instanceof half_space_solid ||
650
+ from.second_operand instanceof faceted_brep) {
651
+ this.extractBooleanOperand(from.second_operand);
652
+ }
653
+ // get geometry TODO(nickcastel50): eventually support flattening meshes
654
+ let flatFirstMeshVector; // = this.nativeVectorGeometry()
655
+ const flatFirstMeshVectorFromParts = false;
656
+ const firstMesh = this.model.geometry.getByLocalID(from.first_operand.localID);
657
+ if (firstMesh !== void 0 && firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
658
+ flatFirstMeshVector = this.nativeVectorGeometry();
659
+ flatFirstMeshVector.push_back(firstMesh.geometry);
660
+ }
661
+ else {
662
+ console.log(`(Operand) Error extracting firstOperand geometry for expressID:
663
+ ${from.first_operand.expressID} - type:
664
+ ${EntityTypesAP214[from.first_operand.type]}`);
665
+ return;
666
+ }
667
+ let flatSecondMeshVector; // = this.nativeVectorGeometry()
668
+ const flatSecondMeshVectorFromParts = false;
669
+ const secondMesh = this.model.geometry.getByLocalID(from.second_operand.localID);
670
+ if (secondMesh !== void 0 && secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
671
+ flatSecondMeshVector = this.nativeVectorGeometry();
672
+ flatSecondMeshVector.push_back(secondMesh.geometry);
673
+ }
674
+ else {
675
+ console.log(`(Operand) Error extracting secondOperand geometry for expressID:
676
+ ${from.second_operand.expressID} - type:
677
+ ${EntityTypesAP214[from.second_operand.type]}`);
678
+ return;
679
+ }
680
+ const parameters = this.paramsGetBooleanResultPool.acquire();
681
+ parameters.flatFirstMesh = flatFirstMeshVector;
682
+ parameters.flatSecondMesh = flatSecondMeshVector;
683
+ parameters.operatorType = from.operator;
684
+ const booleanGeometryObject = this.conwayModel.getBooleanResult(parameters);
685
+ const canonicalMesh = {
686
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
687
+ geometry: booleanGeometryObject,
688
+ localID: from.localID,
689
+ model: this.model,
690
+ temporary: true,
691
+ };
692
+ this.dropNonSceneGeometry(firstMesh.localID);
693
+ this.dropNonSceneGeometry(secondMesh.localID);
694
+ this.model.geometry.add(canonicalMesh);
695
+ if (!flatFirstMeshVectorFromParts) {
696
+ flatFirstMeshVector.delete();
697
+ }
698
+ if (!flatSecondMeshVectorFromParts) {
699
+ flatSecondMeshVector.delete();
700
+ }
701
+ // console.log("deleting params get boolean result [operand]...")
702
+ // this.wasmModule.deleteParamsGetBooleanResult(parameters)
703
+ this.paramsGetBooleanResultPool.release(parameters);
704
+ // console.log("element type: " +
705
+ // EntityTypesAP214[from.type] + " - expressID: " + from.expressID)
706
+ }
707
+ }
708
+ /* eslint-disable no-magic-numbers */ // No magic numbers disabled
709
+ // Cos we have *lots* of default material values.
710
+ /**
711
+ * Extract a canonical material from a surface style.
712
+ *
713
+ * @param from The surface style to extract a material from.
714
+ */
715
+ extractSurfaceStyle(from) {
716
+ const materials = this.materials;
717
+ const material = materials.get(from.localID);
718
+ if (material === void 0) {
719
+ const readDoubleSided = from.side === surface_side.BOTH ||
720
+ from.side === surface_side.POSITIVE;
721
+ const newMaterial = {
722
+ name: `#${from.expressID}`,
723
+ baseColor: [0.8, 0.8, 0.8, 1],
724
+ legacyColor: [0.8, 0.8, 0.8, 1],
725
+ doubleSided: readDoubleSided,
726
+ blend: BlendMode.OPAQUE,
727
+ };
728
+ for (const style of from.style.styles) {
729
+ if (style instanceof surface_style_rendering) {
730
+ if (!(style.surface_colour instanceof colour_rgb)) {
731
+ continue;
732
+ }
733
+ const surfaceColor = extractColorRGBPremultiplied(style.surface_colour, 1);
734
+ newMaterial.legacyColor = surfaceColor;
735
+ newMaterial.roughness = 1;
736
+ }
737
+ /* TODO - other surface styles */
738
+ }
739
+ const isTransparent = newMaterial.baseColor[3] < 1.0;
740
+ newMaterial.metalness ??= 0;
741
+ newMaterial.roughness ??= 0;
742
+ newMaterial.ior ??= 1.4;
743
+ newMaterial.doubleSided = isTransparent || newMaterial.doubleSided;
744
+ newMaterial.blend = isTransparent ? BlendMode.BLEND : BlendMode.OPAQUE;
745
+ materials.add(from.localID, newMaterial);
746
+ }
747
+ }
748
+ /* eslint-enable no-magic-numbers */
749
+ /**
750
+ * Extract a style item.
751
+ *
752
+ * @param from The styled item to extract from
753
+ * @return {number | undefined}
754
+ */
755
+ extractStyledItem(from, representationItem) {
756
+ let surfaceStyleID = void 0;
757
+ for (const style of from.styles) {
758
+ for (const innerStyle of style.styles) {
759
+ if (innerStyle instanceof surface_style_usage) {
760
+ surfaceStyleID = innerStyle.localID;
761
+ this.extractSurfaceStyle(innerStyle);
762
+ break;
763
+ }
764
+ }
765
+ }
766
+ if (surfaceStyleID === void 0) {
767
+ return;
768
+ }
769
+ if (representationItem !== undefined) {
770
+ this.materials.addGeometryMapping(representationItem.localID, surfaceStyleID);
771
+ }
772
+ else if (from.item !== null) {
773
+ this.materials.addGeometryMapping(from.item.localID, surfaceStyleID);
774
+ }
775
+ return surfaceStyleID;
776
+ }
777
+ /**
778
+ *
779
+ * @param from
780
+ * @param temporary
781
+ */
782
+ extractHalfspaceSolid(from, temporary = false) {
783
+ if (from.base_surface instanceof plane) {
784
+ const paramsAxis2Placement3D = this.extractAxis2Placement3D(from.base_surface.position, from.localID, true);
785
+ const axis2PlacementTransform = this.conwayModel
786
+ .getAxis2Placement3D(paramsAxis2Placement3D);
787
+ // get geometry
788
+ const parameters = {
789
+ flipWinding: from.agreement_flag,
790
+ optionalLinearScalingFactor: this.linearScalingFactor,
791
+ };
792
+ const geometry = this.conwayModel.getHalfSpaceSolid(parameters);
793
+ // apply transform
794
+ if (axis2PlacementTransform !== void 0) {
795
+ geometry.applyTransform(axis2PlacementTransform);
796
+ }
797
+ const canonicalMesh = {
798
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
799
+ geometry: geometry,
800
+ localID: from.localID,
801
+ model: this.model,
802
+ temporary: temporary,
803
+ };
804
+ this.model.geometry.add(canonicalMesh);
805
+ }
806
+ }
807
+ /**
808
+ *
809
+ * @param from
810
+ * @param temporary
811
+ */
812
+ /* extractPolygonalBoundedHalfSpace(from: AP214PolygonalBoundedHalfSpace,
813
+ temporary: boolean = false) {
814
+ // TODO(nickcastel50):unfinished - not needed at the moment -
815
+ //also pass this.linearScalingFactor in parameters
816
+ // extract position
817
+ let axis2PlacementTransform: any | undefined = (void 0)
818
+
819
+ const paramsAxis2Placement3D: ParamsAxis2Placement3D =
820
+ this.extractAxis2Placement3D(from.Position, from.localID, true)
821
+ axis2PlacementTransform = this.conwayModel
822
+ .getAxis2Placement3D(paramsAxis2Placement3D)
823
+ }*/
824
+ /**
825
+ *
826
+ * @param from
827
+ * @param temporary
828
+ */
829
+ extractExtrudedAreaSolid(from, temporary = false) {
830
+ const axis2PlacementTransform = (void 0);
831
+ const profile = this.extractProfile(from.swept_area);
832
+ if (profile !== void 0 && profile.nativeProfile !== void 0) {
833
+ const dir = {
834
+ x: from.extruded_direction.direction_ratios[0],
835
+ y: from.extruded_direction.direction_ratios[1],
836
+ z: from.extruded_direction.direction_ratios[2],
837
+ };
838
+ // get geometry
839
+ const parameters = {
840
+ depth: from.depth,
841
+ dir: dir,
842
+ profile: profile.nativeProfile,
843
+ };
844
+ const geometry = this.conwayModel.getExtrudedAreaSolid(parameters);
845
+ // apply transform
846
+ if (axis2PlacementTransform !== void 0) {
847
+ geometry.applyTransform(axis2PlacementTransform);
848
+ }
849
+ const canonicalMesh = {
850
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
851
+ geometry: geometry,
852
+ localID: from.localID,
853
+ model: this.model,
854
+ temporary: temporary,
855
+ };
856
+ // add mesh to the list of mesh objects
857
+ this.model.geometry.add(canonicalMesh);
858
+ }
859
+ else {
860
+ console.log(`Couldn't parse profile,
861
+ expressID: ${from.swept_area.expressID} type: ${EntityTypesAP214[from.swept_area.type]}`);
862
+ }
863
+ }
864
+ /**
865
+ * Extract a canonical profile from a profile definition.
866
+ *
867
+ * @param from The profile definition to extract from.
868
+ * @return {CanonicalProfile | undefined} The extracted profile,
869
+ * or undefined if one cannot be extracted.
870
+ */
871
+ extractProfile(from) {
872
+ const foundProfile = this.model.profiles.getByLocalID(from.localID);
873
+ if (foundProfile !== void 0) {
874
+ // we already have this profile, return it and exit
875
+ return foundProfile;
876
+ }
877
+ const profile = {
878
+ localID: from.localID,
879
+ curve: this.extractCurve(from),
880
+ holes: (void 0),
881
+ profiles: (void 0),
882
+ nativeProfile: (void 0),
883
+ };
884
+ this.model.profiles.add(profile);
885
+ return profile;
886
+ }
887
+ /**
888
+ *
889
+ * @param from
890
+ * @return {CurveObject | undefined}
891
+ */
892
+ extractCompositeCurve(from) {
893
+ let compositeCurve;
894
+ for (let i = 0; i < from.segments.length; i++) {
895
+ const parentCurve = from.segments[i].parent_curve;
896
+ let currentCurveObject = void 0;
897
+ if (parentCurve instanceof composite_curve) {
898
+ currentCurveObject = this.extractCompositeCurve(parentCurve);
899
+ }
900
+ else {
901
+ currentCurveObject = this.extractCurve(from.segments[i].parent_curve);
902
+ }
903
+ if (currentCurveObject !== void 0) {
904
+ if (i === 0) {
905
+ compositeCurve = currentCurveObject;
906
+ }
907
+ else {
908
+ // Note, copying 3D points is fine here because 2D points are just 3D points with Z = 0
909
+ for (let j = 0; j < currentCurveObject.getPointsSize(); ++j) {
910
+ compositeCurve.add3d(currentCurveObject.get3d(j));
911
+ }
912
+ }
913
+ }
914
+ }
915
+ return compositeCurve;
916
+ }
917
+ /**
918
+ *
919
+ * @param from
920
+ * @return {CurveObject | undefined}
921
+ */
922
+ extractCurve(from, trimmingArguments = void 0) {
923
+ // console.log("[extractCurve]: curve express ID: "
924
+ // + from.expressID + " type: " + EntityTypesAP214[from.type])
925
+ if (from instanceof b_spline_curve) {
926
+ const bsplineCurve = this.extractBSplineCurve(from);
927
+ return bsplineCurve;
928
+ }
929
+ if (from instanceof trimmed_curve) {
930
+ const trimmedCurve = this.extractAP214TrimmedCurve(from);
931
+ return trimmedCurve;
932
+ }
933
+ if (from instanceof polyline) {
934
+ const polyCurve = this.extractPolyline(from);
935
+ return polyCurve;
936
+ }
937
+ if (from instanceof circle) {
938
+ const circleCurve = this.extractAP214Circle(from);
939
+ return circleCurve;
940
+ }
941
+ if (from instanceof surface_curve) {
942
+ return this.extractCurve(from.curve_3d, trimmingArguments);
943
+ }
944
+ if (from instanceof line) {
945
+ const lineCurve = this.extractLine(from, trimmingArguments);
946
+ return lineCurve;
947
+ }
948
+ console.log(`Unsupported Curve! Type: ${EntityTypesAP214[from.type]}`);
949
+ }
950
+ /**
951
+ *
952
+ * @param from
953
+ * @return {CurveObject | undefined}
954
+ */
955
+ extractPScurve1(from) {
956
+ const surface = from.basis_surface;
957
+ if (!(surface instanceof plane)) {
958
+ console.log('not a plane');
959
+ return;
960
+ }
961
+ const point = surface.position.location.coordinates;
962
+ const dim = point.length;
963
+ const pointsFlattened = new Float32Array(dim * 1);
964
+ pointsFlattened[0] = point[0];
965
+ pointsFlattened[1] = point[1];
966
+ // eslint-disable-next-line no-magic-numbers
967
+ if (dim > 2) {
968
+ pointsFlattened[2] = point[2];
969
+ // pointsFlattened[ 3 ] = point[ 0 ] + ( dir[ 0 ] * mag )
970
+ // pointsFlattened[ 4 ] = point[ 1 ] + ( dir[ 1 ] * mag )
971
+ // pointsFlattened[ 5 ] = point[ 2 ] + ( dir[ 2 ] * mag )
972
+ }
973
+ else {
974
+ // pointsFlattened[ 2 ] = point[ 0 ] + ( dir[ 0 ] * mag )
975
+ // pointsFlattened[ 3 ] = point[ 1 ] + ( dir[ 1 ] * mag )
976
+ }
977
+ const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
978
+ const parameters = this.paramsGetPolyCurvePool.acquire();
979
+ parameters.points = pointsPtr;
980
+ parameters.pointsLength = 1;
981
+ parameters.dimensions = dim;
982
+ const curve_ = this.conwayModel.getPolyCurve(parameters);
983
+ this.paramsGetPolyCurvePool.release(parameters);
984
+ this.wasmModule._free(pointsPtr);
985
+ return curve_;
986
+ }
987
+ /**
988
+ * Extract a line
989
+ *
990
+ * @param from The line to extract.
991
+ * @return {CurveObject | undefined} The curve object for the line.
992
+ */
993
+ extractLine(from, trimmingArguments) {
994
+ if (trimmingArguments === void 0) {
995
+ const point = from.pnt.coordinates;
996
+ const dim = point.length;
997
+ const pointsFlattened = new Float32Array(dim * 1);
998
+ pointsFlattened[0] = point[0];
999
+ pointsFlattened[1] = point[1];
1000
+ // eslint-disable-next-line no-magic-numbers
1001
+ if (dim > 2) {
1002
+ pointsFlattened[2] = point[2];
1003
+ }
1004
+ const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
1005
+ const parameters = this.paramsGetPolyCurvePool.acquire();
1006
+ parameters.points = pointsPtr;
1007
+ parameters.pointsLength = 1;
1008
+ parameters.dimensions = dim;
1009
+ const curve_ = this.conwayModel.getPolyCurve(parameters);
1010
+ this.paramsGetPolyCurvePool.release(parameters);
1011
+ this.wasmModule._free(pointsPtr);
1012
+ return curve_;
1013
+ }
1014
+ else {
1015
+ // eslint-disable-next-line no-magic-numbers
1016
+ const pointsFlattened = new Float32Array(6);
1017
+ pointsFlattened[0] = trimmingArguments.start?.pos3D?.x ?? 0;
1018
+ pointsFlattened[1] = trimmingArguments.start?.pos3D?.y ?? 0;
1019
+ pointsFlattened[2] = trimmingArguments.start?.pos3D?.z ?? 0;
1020
+ pointsFlattened[3] = trimmingArguments.end?.pos3D?.x ?? 0;
1021
+ pointsFlattened[4] = trimmingArguments.end?.pos3D?.y ?? 0;
1022
+ pointsFlattened[5] = trimmingArguments.end?.pos3D?.z ?? 0;
1023
+ const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
1024
+ const parameters = this.paramsGetPolyCurvePool.acquire();
1025
+ parameters.points = pointsPtr;
1026
+ parameters.pointsLength = 2;
1027
+ parameters.dimensions = 3;
1028
+ const curve_ = this.conwayModel.getPolyCurve(parameters);
1029
+ this.paramsGetPolyCurvePool.release(parameters);
1030
+ this.wasmModule._free(pointsPtr);
1031
+ return curve_;
1032
+ }
1033
+ }
1034
+ /**
1035
+ * Exctact a BSpline Curve
1036
+ *
1037
+ * @param from The bspline curve, potentially with knots/rational.
1038
+ * @return {CurveObject} The constructed curve object.
1039
+ */
1040
+ extractBSplineCurve(from) {
1041
+ // degree is NOT dimensions (NC)
1042
+ let dimensions = 3;
1043
+ if (from.control_points_list.length > 0) {
1044
+ dimensions = from.control_points_list[0].coordinates.length;
1045
+ }
1046
+ const params = {
1047
+ dimensions: dimensions,
1048
+ degree: from.degree,
1049
+ points2: this.nativeVectorGlmdVec2(),
1050
+ points3: this.nativeVectorGlmdVec3(),
1051
+ knots: this.conwayModel.nativeVectorDouble(),
1052
+ weights: this.conwayModel.nativeVectorDouble(),
1053
+ senseAgreement: true,
1054
+ isEdge: false,
1055
+ };
1056
+ // eslint-disable-next-line no-magic-numbers
1057
+ if (dimensions === 2) {
1058
+ const outputPoints = params.points2;
1059
+ for (const point of from.control_points_list) {
1060
+ const coords = point.coordinates;
1061
+ outputPoints.push_back({ x: coords[0], y: coords[1] });
1062
+ }
1063
+ }
1064
+ else {
1065
+ const outputPoints = params.points3;
1066
+ for (const point of from.control_points_list) {
1067
+ // eslint-disable-next-line no-magic-numbers
1068
+ if (point.coordinates.length !== 3) {
1069
+ continue;
1070
+ }
1071
+ const coords = point.coordinates;
1072
+ // console.log(`express ID: ${from.expressID} - coords: ${coords}`)
1073
+ outputPoints.push_back({ x: coords[0], y: coords[1], z: coords[2] });
1074
+ }
1075
+ }
1076
+ if (from instanceof rational_b_spline_curve) {
1077
+ const outputWeights = params.weights;
1078
+ for (const weight of from.weights_data) {
1079
+ outputWeights.push_back(weight);
1080
+ }
1081
+ }
1082
+ else {
1083
+ // create default weights
1084
+ const outputWeights = params.weights;
1085
+ if (dimensions === this.TWO_DIMENSIONS) {
1086
+ for (let weightIndex = 0; weightIndex < params.points2.size(); ++weightIndex) {
1087
+ outputWeights.push_back(1.0);
1088
+ }
1089
+ }
1090
+ else if (dimensions === this.THREE_DIMENSIONS) {
1091
+ for (let weightIndex = 0; weightIndex < params.points3.size(); ++weightIndex) {
1092
+ outputWeights.push_back(1.0);
1093
+ }
1094
+ }
1095
+ }
1096
+ if (from instanceof b_spline_curve_with_knots) {
1097
+ const knots = params.knots;
1098
+ for (let knotIndex = 0; knotIndex < from.knots.length; ++knotIndex) {
1099
+ const knot = from.knots[knotIndex];
1100
+ for (let knotMultiplicityIndex = 0; knotMultiplicityIndex < from.knot_multiplicities[knotIndex]; ++knotMultiplicityIndex) {
1101
+ knots.push_back(knot);
1102
+ }
1103
+ }
1104
+ }
1105
+ else {
1106
+ // This is just a AP214BsplineCurve, build default parameter lists
1107
+ // eslint-disable-next-line no-lonely-if
1108
+ if (dimensions === this.TWO_DIMENSIONS) {
1109
+ // build default knots
1110
+ const outputKnots = params.knots;
1111
+ for (let pointIndex = 0; pointIndex < params.points2.size() + params.degree + 1; ++pointIndex) {
1112
+ outputKnots.push_back(pointIndex);
1113
+ }
1114
+ const outputWeights = params.weights;
1115
+ for (let pointIndex = 0; pointIndex < params.points2.size(); ++pointIndex) {
1116
+ outputWeights.push_back(1.0);
1117
+ }
1118
+ }
1119
+ else if (dimensions === this.THREE_DIMENSIONS) {
1120
+ // build default knots
1121
+ const outputKnots = params.knots;
1122
+ for (let pointIndex = 0; pointIndex < params.points3.size() + params.degree + 1; ++pointIndex) {
1123
+ outputKnots.push_back(pointIndex);
1124
+ }
1125
+ const outputWeights = params.weights;
1126
+ for (let pointIndex = 0; pointIndex < params.points3.size(); ++pointIndex) {
1127
+ outputWeights.push_back(1.0);
1128
+ }
1129
+ }
1130
+ }
1131
+ return this.conwayModel.getBSplineCurve(params);
1132
+ }
1133
+ /**
1134
+ *
1135
+ * @param from
1136
+ * @param parametersTrimmedCurve
1137
+ * @return {CurveObject | undefined}
1138
+ */
1139
+ extractAP214Circle(from, parametersTrimmedCurve = {
1140
+ masterRepresentation: 0,
1141
+ dimensions: 0,
1142
+ senseAgreement: true,
1143
+ trim1Cartesian2D: undefined,
1144
+ trim1Cartesian3D: undefined,
1145
+ trim1Double: 0,
1146
+ trim2Cartesian2D: undefined,
1147
+ trim2Cartesian3D: undefined,
1148
+ trim2Double: 0,
1149
+ trimExists: false,
1150
+ }) {
1151
+ let axis2Placement2D = void 0; // glmdmat3
1152
+ let axis2Placement3D = void 0; // glmdmat4
1153
+ let dimension;
1154
+ if (from.position instanceof axis2_placement_2d) {
1155
+ axis2Placement2D = this.extractAxis2Placement2D(from.position);
1156
+ axis2Placement3D = (new (this.wasmModule.Glmdmat4));
1157
+ dimension = this.TWO_DIMENSIONS;
1158
+ }
1159
+ else {
1160
+ axis2Placement3D = this.conwayModel.getAxis2Placement3D(this.extractAxis2Placement3D(from.position, from.localID, true));
1161
+ axis2Placement2D = (new (this.wasmModule.Glmdmat3));
1162
+ dimension = this.THREE_DIMENSIONS;
1163
+ }
1164
+ parametersTrimmedCurve.trim1Cartesian2D ??= { x: 0, y: 0 };
1165
+ parametersTrimmedCurve.trim1Cartesian3D ??= { x: 0, y: 0, z: 0 };
1166
+ parametersTrimmedCurve.trim2Cartesian2D ??= { x: 0, y: 0 };
1167
+ parametersTrimmedCurve.trim2Cartesian3D ??= { x: 0, y: 0, z: 0 };
1168
+ const radius = from.radius;
1169
+ const parametersCircle = {
1170
+ dimensions: dimension,
1171
+ axis2Placement2D: axis2Placement2D,
1172
+ axis2Placement3D: axis2Placement3D,
1173
+ radius: radius,
1174
+ radius2: radius,
1175
+ paramsGetIfcTrimmedCurve: parametersTrimmedCurve,
1176
+ };
1177
+ return this.conwayModel.getIfcCircle(parametersCircle);
1178
+ }
1179
+ /**
1180
+ *
1181
+ * @param from
1182
+ * @return {CurveObject | undefined}
1183
+ */
1184
+ extractAP214TrimmedCurve(from) {
1185
+ let trim1Cartesian2D = { x: 0, y: 0 };
1186
+ let trim1Cartesian3D = { x: 0, y: 0, z: 0 };
1187
+ let trim1Double = 0;
1188
+ let trim2Cartesian2D = { x: 0, y: 0 };
1189
+ let trim2Cartesian3D = { x: 0, y: 0, z: 0 };
1190
+ let trim2Double = 0;
1191
+ let dimension = void 0;
1192
+ // use Cartesian if unspecified
1193
+ if (from.master_representation === trimming_preference.CARTESIAN ||
1194
+ from.master_representation === trimming_preference.UNSPECIFIED) {
1195
+ for (let trimIndex = 0; trimIndex < from.trim_1.length; trimIndex++) {
1196
+ const trim1 = from.trim_1[trimIndex];
1197
+ if (trim1 instanceof cartesian_point) {
1198
+ dimension = trim1.coordinates.length;
1199
+ if (dimension === this.TWO_DIMENSIONS) {
1200
+ trim1Cartesian2D = {
1201
+ x: trim1.coordinates[0],
1202
+ y: trim1.coordinates[1],
1203
+ };
1204
+ }
1205
+ else if (dimension === this.THREE_DIMENSIONS) {
1206
+ trim1Cartesian3D = {
1207
+ x: trim1.coordinates[0],
1208
+ y: trim1.coordinates[1],
1209
+ z: trim1.coordinates[2],
1210
+ };
1211
+ }
1212
+ break;
1213
+ }
1214
+ }
1215
+ for (let trimIndex = 0; trimIndex < from.trim_2.length; trimIndex++) {
1216
+ const trim2 = from.trim_2[trimIndex];
1217
+ if (trim2 instanceof cartesian_point) {
1218
+ dimension ??= trim2.coordinates.length;
1219
+ if (dimension === this.TWO_DIMENSIONS) {
1220
+ trim2Cartesian2D = {
1221
+ x: trim2.coordinates[0],
1222
+ y: trim2.coordinates[1],
1223
+ };
1224
+ }
1225
+ else if (dimension === this.THREE_DIMENSIONS) {
1226
+ trim2Cartesian3D = {
1227
+ x: trim2.coordinates[0],
1228
+ y: trim2.coordinates[1],
1229
+ z: trim2.coordinates[2],
1230
+ };
1231
+ }
1232
+ break;
1233
+ }
1234
+ }
1235
+ }
1236
+ else {
1237
+ // use parameter value
1238
+ for (let trimIndex = 0; trimIndex < from.trim_1.length; trimIndex++) {
1239
+ const trim1 = from.trim_1[trimIndex];
1240
+ if (trim1 instanceof parameter_value) {
1241
+ trim1Double = trim1.Value;
1242
+ break;
1243
+ }
1244
+ }
1245
+ for (let trimIndex = 0; trimIndex < from.trim_2.length; trimIndex++) {
1246
+ const trim2 = from.trim_2[trimIndex];
1247
+ if (trim2 instanceof parameter_value) {
1248
+ trim2Double = trim2.Value;
1249
+ break;
1250
+ }
1251
+ }
1252
+ }
1253
+ const paramsGetAP214TrimmedCurve = {
1254
+ masterRepresentation: from.master_representation.valueOf(),
1255
+ dimensions: dimension ?? 0,
1256
+ senseAgreement: from.sense_agreement,
1257
+ trim1Cartesian2D: trim1Cartesian2D,
1258
+ trim1Cartesian3D: trim1Cartesian3D,
1259
+ trim1Double: trim1Double,
1260
+ trim2Cartesian2D: trim2Cartesian2D,
1261
+ trim2Cartesian3D: trim2Cartesian3D,
1262
+ trim2Double: trim2Double,
1263
+ trimExists: true,
1264
+ };
1265
+ if (from.basis_curve instanceof circle) {
1266
+ const curveObject = this.extractAP214Circle(from.basis_curve, paramsGetAP214TrimmedCurve);
1267
+ if (curveObject !== void 0) {
1268
+ return curveObject;
1269
+ }
1270
+ }
1271
+ return undefined;
1272
+ }
1273
+ /**
1274
+ * Efficiently flatten the points into a Float32Array
1275
+ *
1276
+ * @param points - Array of AP214CartesianPoint
1277
+ * @param dimensions - dimensions of points
1278
+ * @return {Float32Array}
1279
+ */
1280
+ flattenPointsToFloat32Array(points, dimensions) {
1281
+ const totalCoordinates = points.length * dimensions;
1282
+ const flatCoordinates = new Float32Array(totalCoordinates);
1283
+ let offset = 0;
1284
+ points.forEach((point) => {
1285
+ flatCoordinates.set(point.coordinates, offset);
1286
+ offset += point.coordinates.length; // move the offset by the number of coordinates
1287
+ });
1288
+ return flatCoordinates;
1289
+ }
1290
+ /**
1291
+ *
1292
+ * @param from
1293
+ * @return {CurveObject | undefined }
1294
+ */
1295
+ extractPolyline(from) {
1296
+ const points = from.points;
1297
+ const pointsLength = points.length;
1298
+ const dim = pointsLength > 0 ? points[0].coordinates.length : this.THREE_DIMENSIONS;
1299
+ if (pointsLength > 0) {
1300
+ const pointsFlattened = this.flattenPointsToFloat32Array(points, dim);
1301
+ const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
1302
+ const parameters = this.paramsGetPolyCurvePool.acquire();
1303
+ parameters.points = pointsPtr;
1304
+ parameters.pointsLength = pointsLength;
1305
+ parameters.dimensions = dim;
1306
+ const curve_ = this.conwayModel.getPolyCurve(parameters);
1307
+ this.paramsGetPolyCurvePool.release(parameters);
1308
+ this.wasmModule._free(pointsPtr);
1309
+ return curve_;
1310
+ }
1311
+ }
1312
+ /**
1313
+ * Extract a curve object from a circle profile.
1314
+ *
1315
+ * @param from The circle definition to extract from.
1316
+ * @return {CurveObject | undefined} The extracted circle curve,
1317
+ * or undefined if one cannot be extracted.
1318
+ */
1319
+ extractCircleCurve(from) {
1320
+ const position = from.position;
1321
+ if (position !== null) {
1322
+ // if ( position instanceof axis2_placement_2d ) {
1323
+ const placement2D = this.extractAxis2Placement2D(position);
1324
+ const paramsGetCircleCurve = {
1325
+ radius: from.radius,
1326
+ hasPlacement: true,
1327
+ placement: placement2D,
1328
+ thickness: -1,
1329
+ };
1330
+ // Note - we may need to handle the 3D case for STEP that we don't for IFC
1331
+ return this.conwayModel.getCircleCurve(paramsGetCircleCurve);
1332
+ }
1333
+ else {
1334
+ const paramsGetCircleCurve = {
1335
+ radius: from.radius,
1336
+ hasPlacement: false,
1337
+ placement: this.identity2DNativeMatrix,
1338
+ thickness: -1,
1339
+ };
1340
+ return this.conwayModel.getCircleCurve(paramsGetCircleCurve);
1341
+ }
1342
+ }
1343
+ /**
1344
+ * Extracts the curve for an ellipse from an AP214 ellipse profile definition.
1345
+ *
1346
+ * @param from The AP214 ellipse profile definition to extract the curve from.
1347
+ * @return {CurveObject} A CurveObject representing the ellipse curve,
1348
+ * or undefined if not extractable.
1349
+ */
1350
+ extractEllipseProfileCurve(from) {
1351
+ const position = from.position;
1352
+ if (position !== null) {
1353
+ // if ( position instanceof axis2_placement_2d ) {
1354
+ const placement2D = this.extractAxis2Placement2D(position);
1355
+ const paramsGetEllipseCurve = {
1356
+ radiusX: from.semi_axis_1,
1357
+ radiusY: from.semi_axis_2,
1358
+ hasPlacement: true,
1359
+ placement: placement2D,
1360
+ circleSegments: this.circleSegments,
1361
+ };
1362
+ return this.conwayModel.getEllipseCurve(paramsGetEllipseCurve);
1363
+ // Note - we may need to handle the 3D case for STEP that we don't for IFC
1364
+ }
1365
+ else {
1366
+ const paramsGetEllipseCurve = {
1367
+ radiusX: from.semi_axis_1,
1368
+ radiusY: from.semi_axis_2,
1369
+ hasPlacement: false,
1370
+ placement: this.identity2DNativeMatrix,
1371
+ circleSegments: this.circleSegments,
1372
+ };
1373
+ return this.conwayModel.getEllipseCurve(paramsGetEllipseCurve);
1374
+ }
1375
+ }
1376
+ /**
1377
+ * Extract a mapped item to add its transform to instance an item.
1378
+ *
1379
+ * @param from The mapped item to extract.
1380
+ */
1381
+ extractMappedItem(from, owningElementLocalID) {
1382
+ const representationMap = from.mapping_source;
1383
+ const mappingTarget = from.mapping_target;
1384
+ let popTransform = false;
1385
+ if (mappingTarget instanceof cartesian_transformation_operator_3d) {
1386
+ const nativeCartesianTransform = this.extractCartesianTransformOperator3D(mappingTarget);
1387
+ this.scene.addTransform(from.localID, nativeCartesianTransform.getValues(), nativeCartesianTransform);
1388
+ popTransform = true;
1389
+ }
1390
+ for (const representationItem of representationMap.mapped_representation.items) {
1391
+ this.extractRepresentationItem(representationItem, owningElementLocalID);
1392
+ const styledItemLocalID_ = this.materials.styledItemMap.get(representationItem.localID);
1393
+ if (styledItemLocalID_ !== void 0) {
1394
+ const styledItem_ = this.model.getElementByLocalID(styledItemLocalID_);
1395
+ this.extractStyledItem(styledItem_);
1396
+ }
1397
+ else {
1398
+ // get material from parent
1399
+ const styledItemParentLocalID = this.materials.styledItemMap.get(from.localID);
1400
+ if (styledItemParentLocalID !== void 0) {
1401
+ const styledItemParent = this.model.getElementByLocalID(styledItemParentLocalID);
1402
+ this.extractStyledItem(styledItemParent, representationItem);
1403
+ }
1404
+ }
1405
+ }
1406
+ if (popTransform) {
1407
+ this.scene.popTransform();
1408
+ }
1409
+ }
1410
+ /**
1411
+ * Extract a representation item, including its geometry if necessary,
1412
+ * adding it to the current scene walk.
1413
+ *
1414
+ * Note - memoized result for instancing.
1415
+ *
1416
+ * @param from The representation to extract from.
1417
+ */
1418
+ extractRepresentationItem(from, owningElementLocalID) {
1419
+ const foundGeometry = this.model.geometry.getByLocalID(from.localID);
1420
+ if (foundGeometry !== void 0) {
1421
+ this.scene.addGeometry(from.localID, owningElementLocalID);
1422
+ return;
1423
+ }
1424
+ if (from instanceof boolean_result) {
1425
+ // also handles AP214BooleanClippingResult
1426
+ this.extractBooleanResult(from);
1427
+ this.scene.addGeometry(from.localID, owningElementLocalID);
1428
+ }
1429
+ else if (from instanceof extruded_area_solid) {
1430
+ this.extractExtrudedAreaSolid(from, false);
1431
+ this.scene.addGeometry(from.localID, owningElementLocalID);
1432
+ }
1433
+ else if (from instanceof half_space_solid) {
1434
+ this.extractHalfspaceSolid(from, false);
1435
+ this.scene.addGeometry(from.localID, owningElementLocalID);
1436
+ }
1437
+ else if (from instanceof mapped_item) {
1438
+ this.extractMappedItem(from, owningElementLocalID);
1439
+ }
1440
+ else if (from instanceof polyline) {
1441
+ // web-AP214 ignores AP214Polylines as meshes
1442
+ // //console.log(`AP214POLYLINE, expressID: ${from.expressID}`)
1443
+ }
1444
+ else if (from instanceof faceted_brep) {
1445
+ this.extractAP214FacetedBrep(from, false);
1446
+ this.scene.addGeometry(from.localID, owningElementLocalID);
1447
+ }
1448
+ else if (from instanceof shell_based_surface_model) {
1449
+ this.extractAP214ShellBasedSurfaceModel(from, owningElementLocalID);
1450
+ this.scene.addGeometry(from.localID, owningElementLocalID);
1451
+ }
1452
+ else if (from instanceof face_based_surface_model) {
1453
+ this.extractAP214FaceBasedSurfaceModel(from);
1454
+ this.scene.addGeometry(from.localID, owningElementLocalID);
1455
+ }
1456
+ else if (from instanceof manifold_solid_brep) {
1457
+ this.extractManifoldSolidBrep(from);
1458
+ this.scene.addGeometry(from.localID, owningElementLocalID);
1459
+ }
1460
+ else {
1461
+ console.log(`Unsupported type: ${EntityTypesAP214[from.type]}
1462
+ expressID: ${from.expressID}`);
1463
+ }
1464
+ }
1465
+ /**
1466
+ * Extract geometry from a manifold solid brep.
1467
+ *
1468
+ * @param from The brep to extract from.
1469
+ */
1470
+ extractManifoldSolidBrep(from) {
1471
+ const faces = from.outer.cfs_faces;
1472
+ this.extractFaces(faces, from.localID);
1473
+ }
1474
+ /**
1475
+ *
1476
+ * @param from array of AP214ConnectedFaceSet
1477
+ * @param isRelVoid is from a relative void (default false)
1478
+ * @param parentLocalID parent element local ID
1479
+ */
1480
+ extractConnectedFaceSets(from, parentLocalID) {
1481
+ let geometry = (new (this.wasmModule.IfcGeometry));
1482
+ for (let faceSetIndex = 0; faceSetIndex < from.length; ++faceSetIndex) {
1483
+ const faceSet = from[faceSetIndex];
1484
+ geometry = this.extractFaces(faceSet.cfs_faces, faceSet.localID, geometry);
1485
+ }
1486
+ const canonicalMesh = {
1487
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
1488
+ geometry: geometry,
1489
+ localID: parentLocalID,
1490
+ model: this.model,
1491
+ temporary: false,
1492
+ };
1493
+ this.model.geometry.add(canonicalMesh);
1494
+ }
1495
+ /**
1496
+ *
1497
+ * @param from
1498
+ * @param isRelVoid
1499
+ */
1500
+ extractAP214FaceBasedSurfaceModel(from) {
1501
+ const fbsmFaces = from.fbsm_faces;
1502
+ this.extractConnectedFaceSets(fbsmFaces, from.localID);
1503
+ }
1504
+ /**
1505
+ *
1506
+ * @param from
1507
+ */
1508
+ extractAP214FacetedBrep(from, temporary = false) {
1509
+ const faces = from.outer.cfs_faces;
1510
+ this.extractFaces(faces, from.localID, void 0, temporary);
1511
+ }
1512
+ /**
1513
+ *
1514
+ * @param from
1515
+ */
1516
+ extractAP214ShellBasedSurfaceModel(from, owningElementLocalID) {
1517
+ const sbsmBoundary = from.sbsm_boundary;
1518
+ for (const currentBoundary of sbsmBoundary) {
1519
+ const faces = currentBoundary.cfs_faces;
1520
+ this.extractFaces(faces, currentBoundary.localID, undefined, false);
1521
+ this.scene.addGeometry(currentBoundary.localID, owningElementLocalID);
1522
+ }
1523
+ }
1524
+ /**
1525
+ *
1526
+ * @param from
1527
+ * @param parentLocalID
1528
+ * @param geometry_
1529
+ * @param isRelVoid
1530
+ * @return {GeometryObject}
1531
+ */
1532
+ extractFaces(from, parentLocalID, geometry_, temporary = false) {
1533
+ let passedGeometry = true;
1534
+ if (geometry_ === void 0) {
1535
+ passedGeometry = false;
1536
+ geometry_ = (new (this.wasmModule.IfcGeometry));
1537
+ }
1538
+ for (const face_ of from) {
1539
+ // console.log(`face express ID: ${face.expressID} - type: ${EntityTypesAP214[face.type]}`)
1540
+ if (face_ instanceof advanced_face) {
1541
+ this.extractAdvancedFace(face_, geometry_);
1542
+ }
1543
+ else {
1544
+ this.extractFace(face_, geometry_);
1545
+ }
1546
+ }
1547
+ if (!passedGeometry) {
1548
+ const canonicalMesh = {
1549
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
1550
+ geometry: geometry_,
1551
+ localID: parentLocalID,
1552
+ model: this.model,
1553
+ temporary: temporary,
1554
+ };
1555
+ this.model.geometry.add(canonicalMesh);
1556
+ }
1557
+ return geometry_;
1558
+ }
1559
+ /**
1560
+ * Extract an AP214 plane.
1561
+ *
1562
+ * @param from The plane to extract from
1563
+ * @return {NativeTransform4x4} The transform matching the plane.
1564
+ */
1565
+ extractPlane(from) {
1566
+ const location = from.position;
1567
+ const transform = this.extractAxis2Placement3D(location, from.localID, true);
1568
+ return this.conwayModel.getAxis2Placement3D(transform);
1569
+ }
1570
+ /**
1571
+ * Extract a pointlist to a native vector.
1572
+ *
1573
+ * @param from
1574
+ * @return {StdVector< Vector3 >} The native vector of 3D vectors.
1575
+ */
1576
+ extractPointList3D(from) {
1577
+ const result = this.nativeVectorGlmdVec3();
1578
+ for (const point of from) {
1579
+ const coords = point.coordinates;
1580
+ if (coords.length !== this.THREE_DIMENSIONS) {
1581
+ continue;
1582
+ }
1583
+ result.push_back({ x: coords[0], y: coords[1], z: coords[2] });
1584
+ }
1585
+ return result;
1586
+ }
1587
+ /**
1588
+ * Extract a list of a list of points to a native object.
1589
+ *
1590
+ * @param from the list of lists of cartesian points
1591
+ * @param to {out} the native vector of vector of points.
1592
+ * @return {void}
1593
+ */
1594
+ extractPointListList3D(from, to) {
1595
+ for (const list of from) {
1596
+ to.push_back(this.extractPointList3D(list));
1597
+ }
1598
+ }
1599
+ /**
1600
+ * Extract a bspline surface
1601
+ *
1602
+ * @param from The bspline surface to extract
1603
+ * @return {BSplineSurface}
1604
+ */
1605
+ extractBSplineSurface(from) {
1606
+ const bsplineSurface = {
1607
+ active: true,
1608
+ uDegree: from.u_degree,
1609
+ vDegree: from.v_degree,
1610
+ closedU: from.u_closed ?? false,
1611
+ closedV: from.v_closed ?? false,
1612
+ controlPoints: this.nativeVectorVectorGlmdVec3(),
1613
+ uMultiplicity: this.conwayModel.nativeVectorDouble(),
1614
+ vMultiplicity: this.conwayModel.nativeVectorDouble(),
1615
+ uKnots: this.conwayModel.nativeVectorDouble(),
1616
+ vKnots: this.conwayModel.nativeVectorDouble(),
1617
+ weightPoints: this.conwayModel.nativeVectorVectorDouble(),
1618
+ };
1619
+ this.extractPointListList3D(from.control_points_list, bsplineSurface.controlPoints);
1620
+ return bsplineSurface;
1621
+ }
1622
+ /**
1623
+ * Extract a bspline surface
1624
+ *
1625
+ * @param from The bspline surface to extract
1626
+ * @param to The surface to extract to
1627
+ */
1628
+ extractToDoubleVector(from, to, start = 0, end = from.length) {
1629
+ to.resize(end - start, 0);
1630
+ for (let where = start; where < end; ++where) {
1631
+ to.set(where - start, from[where]);
1632
+ }
1633
+ }
1634
+ /**
1635
+ * Extract a bspline surface
1636
+ *
1637
+ * @param from The bspline surface to extract
1638
+ * @param to The surface to extract to
1639
+ */
1640
+ extractToDoubleVectorVector(from, to) {
1641
+ to.resize(from.length);
1642
+ for (let where = 0, end = from.length; where < end; ++where) {
1643
+ this.extractToDoubleVector(from[where], to.get(where));
1644
+ }
1645
+ }
1646
+ /**
1647
+ * Extract a bspline surface
1648
+ *
1649
+ * @param from The bspline surface to extract
1650
+ * @return {BSplineSurface}
1651
+ */
1652
+ extractBSplineSurfaceWithKnots(from) {
1653
+ const result = this.extractBSplineSurface(from);
1654
+ // console.log(`selfIntersect: ${from.SelfIntersect}` ? 'True' : 'False')
1655
+ /* from.UDegree // UDegree (0)
1656
+ from.VDegree // VDegree (1)
1657
+ from.ControlPoints //ControlPoints (2)
1658
+ from.SurfaceForm //curve type, unused (3)
1659
+ from.UClosed //closedU (4)
1660
+ from.VClosed //closedV (5)
1661
+ from.SelfIntersect //selfIntersect (6)
1662
+ from.UMultiplicities //knotSetU (7)
1663
+ from.VMultiplicities //knotSetV (8)
1664
+ from.UKnots //indexesSetU (9)
1665
+ from.VKnots //indexesSetV (10)*/
1666
+ this.extractToDoubleVector(from.u_multiplicities, result.uMultiplicity);
1667
+ this.extractToDoubleVector(from.v_multiplicities, result.vMultiplicity);
1668
+ this.extractToDoubleVector(from.u_knots, result.uKnots);
1669
+ this.extractToDoubleVector(from.v_knots, result.vKnots);
1670
+ return result;
1671
+ }
1672
+ /**
1673
+ * Extract a bspline surface
1674
+ *
1675
+ * @param from The bspline surface to extract
1676
+ * @return {BSplineSurface} The extracted surface
1677
+ */
1678
+ extractRationalBSplineSurface(from) {
1679
+ const result = this.extractBSplineSurface(from);
1680
+ this.extractToDoubleVectorVector(from.weights_data, result.weightPoints);
1681
+ return result;
1682
+ }
1683
+ /**
1684
+ * Checks if a given point is not present in a collection of points.
1685
+ *
1686
+ * @param pt The point to check for presence.
1687
+ * @param points A collection of points to compare against.
1688
+ * @return {boolean} A boolean indicating whether the point
1689
+ * is not present in the collection.
1690
+ */
1691
+ notPresent(pt, points) {
1692
+ for (let pointIndex = 0; pointIndex < points.size(); ++pointIndex) {
1693
+ const pt2 = points.get(pointIndex);
1694
+ if (pt.x === pt2.x && pt.y === pt2.y && pt.z === pt2.z) {
1695
+ return false;
1696
+ }
1697
+ }
1698
+ return true;
1699
+ }
1700
+ /**
1701
+ *
1702
+ * @param from
1703
+ * @param points
1704
+ * @param curves
1705
+ */
1706
+ extractLoop(from, points, curves) {
1707
+ if (from instanceof poly_loop) {
1708
+ console.log('poly _loop');
1709
+ let prevLocalID = -1;
1710
+ for (const point of from.polygon) {
1711
+ const coords = point.coordinates;
1712
+ const vec3 = {
1713
+ x: coords[0],
1714
+ y: coords[1],
1715
+ z: coords[2],
1716
+ };
1717
+ const currentLocalID = point.localID;
1718
+ if (currentLocalID !== prevLocalID) {
1719
+ points.push_back(vec3);
1720
+ prevLocalID = currentLocalID;
1721
+ }
1722
+ }
1723
+ }
1724
+ else if (from instanceof edge_loop) {
1725
+ for (const edge of from.edge_list) {
1726
+ if (edge.edge_element instanceof edge_curve) {
1727
+ const edgeCurve = edge.edge_element.edge_geometry;
1728
+ // console.log("curve type: " +
1729
+ // EntityTypesAP214[edgeCurve.type] + " express ID: " + edgeCurve.expressID)
1730
+ const edgeStart = edge.edge_element.edge_start;
1731
+ const edgeEnd = edge.edge_element.edge_end;
1732
+ let trimmingStart;
1733
+ let trimmingEnd;
1734
+ if (edgeStart instanceof vertex_point) {
1735
+ const startPoint = edgeStart.vertex_geometry;
1736
+ // eslint-disable-next-line no-magic-numbers
1737
+ if (startPoint instanceof cartesian_point && startPoint.coordinates.length === 3) {
1738
+ const startCoords = startPoint.coordinates;
1739
+ trimmingStart = {
1740
+ hasParam: false,
1741
+ hasPos: true,
1742
+ hasLength: false,
1743
+ param: 0.0,
1744
+ pos: void 0,
1745
+ pos3D: {
1746
+ x: startCoords[0],
1747
+ y: startCoords[1],
1748
+ z: startCoords[2],
1749
+ },
1750
+ };
1751
+ }
1752
+ }
1753
+ if (edgeEnd instanceof vertex_point) {
1754
+ const endPoint = edgeEnd.vertex_geometry;
1755
+ // eslint-disable-next-line no-magic-numbers
1756
+ if (endPoint instanceof cartesian_point && endPoint.coordinates.length === 3) {
1757
+ const endCoords = endPoint.coordinates;
1758
+ trimmingEnd = {
1759
+ hasParam: false,
1760
+ hasPos: true,
1761
+ hasLength: false,
1762
+ param: 0.0,
1763
+ pos: void 0,
1764
+ pos3D: {
1765
+ x: endCoords[0],
1766
+ y: endCoords[1],
1767
+ z: endCoords[2],
1768
+ },
1769
+ };
1770
+ }
1771
+ }
1772
+ const trimmingArguments = {
1773
+ exist: !!((trimmingStart !== void 0 && trimmingEnd !== void 0)),
1774
+ start: trimmingStart,
1775
+ end: trimmingEnd,
1776
+ };
1777
+ const curveValue = this.extractCurve(edgeCurve, trimmingArguments);
1778
+ if (curveValue !== void 0) {
1779
+ if (!edge.orientation) {
1780
+ // reverse curve
1781
+ curveValue.invert();
1782
+ }
1783
+ curves.push_back(curveValue);
1784
+ }
1785
+ else {
1786
+ console.log(`curve === undefined, type: ${EntityTypesAP214[edgeCurve.type]}`);
1787
+ }
1788
+ }
1789
+ else {
1790
+ console.log('oriented_edge case');
1791
+ // console.log("curve === null")
1792
+ const start = edge.edge_start;
1793
+ if (start instanceof vertex_point) {
1794
+ const startPoint = start.vertex_geometry;
1795
+ // eslint-disable-next-line no-magic-numbers
1796
+ if (startPoint instanceof cartesian_point && startPoint.coordinates.length === 3) {
1797
+ const startCoords = startPoint.coordinates;
1798
+ points.push_back({
1799
+ x: startCoords[0],
1800
+ y: startCoords[1],
1801
+ z: startCoords[2],
1802
+ });
1803
+ }
1804
+ }
1805
+ }
1806
+ }
1807
+ }
1808
+ else {
1809
+ console.log(`Unsupported bound ${loop}`);
1810
+ }
1811
+ }
1812
+ /**
1813
+ * Extract an advanced (NURBS) b-rep face.
1814
+ *
1815
+ * @param from
1816
+ * @param geometry
1817
+ */
1818
+ extractAdvancedFace(from, geometry) {
1819
+ if (from.bounds.length > 0) {
1820
+ const bound3DVector = this.nativeBound3DVector();
1821
+ for (const bound of from.bounds) {
1822
+ const vec3Array = this.nativeVectorGlmdVec3();
1823
+ const innerBound = bound.bound;
1824
+ const nativeEdgeCurves = this.nativeVectorCurve();
1825
+ // console.log("innerBound type: " + EntityTypesAP214[innerBound.type])
1826
+ this.extractLoop(innerBound, vec3Array, nativeEdgeCurves);
1827
+ // get curve
1828
+ const parameters = {
1829
+ points: vec3Array,
1830
+ edges: nativeEdgeCurves,
1831
+ };
1832
+ // console.log("isEdgeLoop: " + (isEdgeLoop) ? "TRUE" : "FALSE")
1833
+ const curve_ = this.conwayModel.getLoop(parameters);
1834
+ // create bound vector
1835
+ const parametersCreateBounds3D = {
1836
+ curve: curve_,
1837
+ orientation: bound.orientation,
1838
+ type: (bound.type === EntityTypesAP214.FACE_OUTER_BOUND) ? 0 : 1,
1839
+ };
1840
+ const bound3D = this.conwayModel.createBound3D(parametersCreateBounds3D);
1841
+ bound3DVector.push_back(bound3D);
1842
+ vec3Array.delete();
1843
+ nativeEdgeCurves.delete();
1844
+ }
1845
+ const surface = from.face_geometry;
1846
+ // add face to geometry
1847
+ const nativeSurface = (new (this.wasmModule.IfcSurface));
1848
+ if (surface instanceof plane) {
1849
+ nativeSurface.transformation = this.extractPlane(surface);
1850
+ }
1851
+ else if (surface instanceof rational_b_spline_surface) {
1852
+ nativeSurface.bspline = this.extractRationalBSplineSurface(surface);
1853
+ if (!nativeSurface.bspline.active) {
1854
+ return;
1855
+ }
1856
+ }
1857
+ else if (surface instanceof b_spline_surface_with_knots) {
1858
+ nativeSurface.bspline = this.extractBSplineSurfaceWithKnots(surface);
1859
+ if (!nativeSurface.bspline.active) {
1860
+ return;
1861
+ }
1862
+ }
1863
+ else if (surface instanceof b_spline_surface) {
1864
+ nativeSurface.bspline = this.extractBSplineSurface(surface);
1865
+ if (!nativeSurface.bspline.active) {
1866
+ return;
1867
+ }
1868
+ }
1869
+ else if (surface instanceof cylindrical_surface) {
1870
+ this.extractCylindricalSurface(surface, nativeSurface);
1871
+ if (!nativeSurface.cylinder.active) {
1872
+ return;
1873
+ }
1874
+ }
1875
+ else if (surface instanceof surface_of_revolution) {
1876
+ this.extractSurfaceOfRevolution(surface, nativeSurface);
1877
+ if (!nativeSurface.revolution.active) {
1878
+ return;
1879
+ }
1880
+ }
1881
+ else if (surface instanceof surface_of_linear_extrusion) {
1882
+ this.extractSurfaceOfLinearExtrusion(surface, nativeSurface);
1883
+ if (!nativeSurface.extrusion.active) {
1884
+ return;
1885
+ }
1886
+ }
1887
+ else {
1888
+ console.log(`Unknown surface type: ${surface}`);
1889
+ }
1890
+ const parameters = {
1891
+ boundsArray: bound3DVector,
1892
+ advancedBrep: true,
1893
+ surface: nativeSurface,
1894
+ scaling: this.getLinearScalingFactor(),
1895
+ };
1896
+ this.conwayModel.addFaceToGeometry(parameters, geometry);
1897
+ bound3DVector.delete();
1898
+ }
1899
+ }
1900
+ /**
1901
+ * Extract a linear extrusion/sweep surface
1902
+ *
1903
+ * @param from
1904
+ * @param nativeSurface
1905
+ */
1906
+ extractSurfaceOfLinearExtrusion(from, nativeSurface) {
1907
+ const profile = this.extractProfile(from.swept_curve);
1908
+ if (profile?.nativeProfile === void 0) {
1909
+ console.log('Couldn\'t get curve profile for linear extrusion surface');
1910
+ return;
1911
+ }
1912
+ const extrusionAxis = from.extrusion_axis;
1913
+ const depth = extrusionAxis.magnitude;
1914
+ const directionCoords = extrusionAxis.orientation.direction_ratios;
1915
+ nativeSurface.extrusion = {
1916
+ active: true,
1917
+ length: depth,
1918
+ direction: {
1919
+ x: directionCoords[0],
1920
+ y: directionCoords[1],
1921
+ z: directionCoords[2],
1922
+ },
1923
+ profile: profile?.nativeProfile,
1924
+ };
1925
+ }
1926
+ /**
1927
+ * Extract a surface of revolution/rotational sweep surface
1928
+ *
1929
+ * @param from
1930
+ * @param nativeSurface
1931
+ */
1932
+ extractSurfaceOfRevolution(from, nativeSurface) {
1933
+ const sweptCurve = from.swept_curve;
1934
+ const nativeCurve = this.extractCurve(sweptCurve);
1935
+ if (nativeCurve === void 0) {
1936
+ return;
1937
+ }
1938
+ const axisDirection = this.extractAxis1Placement3D(from.axis_position, from.localID, true);
1939
+ // create native IfcProfile vector
1940
+ const parameters = {
1941
+ curve: nativeCurve,
1942
+ // TODO(nickcastel50): support profiles with holes (out of scope at the moment)
1943
+ holes: void 0,
1944
+ isConvex: false,
1945
+ isComposite: false,
1946
+ profiles: void 0,
1947
+ };
1948
+ const nativeProfile = this.conwayModel.createNativeIfcProfile(parameters);
1949
+ nativeSurface.revolution = {
1950
+ active: true,
1951
+ direction: this.conwayModel.getAxis1Placement3D(axisDirection),
1952
+ profile: nativeProfile,
1953
+ };
1954
+ }
1955
+ /**
1956
+ * Extract a cylindrical surface.
1957
+ *
1958
+ * @param from The AP214 object to extract from.
1959
+ * @param nativeSurface The native surface representation.
1960
+ */
1961
+ extractCylindricalSurface(from, nativeSurface) {
1962
+ const location = from.position;
1963
+ const transform = this.extractAxis2Placement3D(location, from.localID, true);
1964
+ nativeSurface.transformation = this.conwayModel.getAxis2Placement3D(transform);
1965
+ nativeSurface.cylinder = { active: true, radius: from.radius };
1966
+ }
1967
+ /**
1968
+ *
1969
+ * @param from
1970
+ * @param geometry
1971
+ */
1972
+ extractFace(from, geometry) {
1973
+ if (from.bounds.length > 0) {
1974
+ const bound3DVector = this.nativeBound3DVector();
1975
+ for (let boundIndex = 0; boundIndex < from.bounds.length; ++boundIndex) {
1976
+ const vec3Array = this.nativeVectorGlmdVec3();
1977
+ const bound = from.bounds[boundIndex];
1978
+ if (bound.bound instanceof poly_loop) {
1979
+ let prevLocalID = -1;
1980
+ for (let pointIndex = 0; pointIndex < bound.bound.polygon.length; ++pointIndex) {
1981
+ const vec3 = {
1982
+ x: bound.bound.polygon[pointIndex].coordinates[0],
1983
+ y: bound.bound.polygon[pointIndex].coordinates[1],
1984
+ z: bound.bound.polygon[pointIndex].coordinates[2],
1985
+ };
1986
+ const currentLocalID = bound.bound.polygon[pointIndex].localID;
1987
+ if (currentLocalID !== prevLocalID) {
1988
+ vec3Array.push_back(vec3);
1989
+ prevLocalID = currentLocalID;
1990
+ }
1991
+ }
1992
+ }
1993
+ const edgesDummy = this.nativeVectorCurve();
1994
+ // get curve
1995
+ const parameters = {
1996
+ points: vec3Array,
1997
+ edges: edgesDummy,
1998
+ };
1999
+ const curve_ = this.conwayModel.getLoop(parameters);
2000
+ // create bound vector
2001
+ const parametersCreateBounds3D = {
2002
+ curve: curve_,
2003
+ orientation: bound.orientation,
2004
+ type: (bound.type === EntityTypesAP214.FACE_OUTER_BOUND) ? 0 : 1,
2005
+ };
2006
+ const bound3D = this.conwayModel.createBound3D(parametersCreateBounds3D);
2007
+ bound3DVector.push_back(bound3D);
2008
+ vec3Array.delete();
2009
+ edgesDummy.delete();
2010
+ }
2011
+ // add face to geometry
2012
+ const defaultSurface = (new (this.wasmModule.IfcSurface));
2013
+ const parameters = {
2014
+ boundsArray: bound3DVector,
2015
+ advancedBrep: false,
2016
+ surface: defaultSurface,
2017
+ scaling: this.getLinearScalingFactor(),
2018
+ };
2019
+ this.conwayModel.addFaceToGeometry(parameters, geometry);
2020
+ bound3DVector.delete();
2021
+ defaultSurface.delete();
2022
+ }
2023
+ }
2024
+ /**
2025
+ * Extract an axis placement 2D native object.
2026
+ *
2027
+ * @param from The axis 2 placement to extract.
2028
+ * @return {any} The native placement transform.
2029
+ */
2030
+ extractAxis2Placement2D(from) {
2031
+ let normalizeX = false;
2032
+ const refDirection = from.ref_direction;
2033
+ if (refDirection !== null) {
2034
+ normalizeX = true;
2035
+ }
2036
+ const position2D = {
2037
+ x: from.location.coordinates[0],
2038
+ y: from.location.coordinates[1],
2039
+ };
2040
+ const xAxisRef = refDirection !== null ? {
2041
+ x: refDirection.direction_ratios[0],
2042
+ y: refDirection.direction_ratios[1],
2043
+ } : { x: 1, y: 0 };
2044
+ const axis2Placement2DParameters = {
2045
+ isAxis2Placement2D: true,
2046
+ isCartesianTransformationOperator2D: false,
2047
+ isCartesianTransformationOperator2DNonUniform: false,
2048
+ position2D: position2D,
2049
+ customAxis1Ref: normalizeX,
2050
+ axis1Ref: xAxisRef,
2051
+ customAxis2Ref: false,
2052
+ axis2Ref: xAxisRef,
2053
+ customScale: false,
2054
+ scale1: 0,
2055
+ customScale2: false,
2056
+ scale2: 0,
2057
+ };
2058
+ const axis2Placement2DTransform = this.conwayModel
2059
+ .getAxis2Placement2D(axis2Placement2DParameters);
2060
+ return axis2Placement2DTransform;
2061
+ }
2062
+ /**
2063
+ * Extracts a 2D Cartesian transformation operator from an AP214 Cartesian
2064
+ * transformation operator definition. The transformation can be uniform or non-uniform.
2065
+ *
2066
+ * @param from The AP214 Cartesian transformation operator definition,
2067
+ * which can be either uniform or non-uniform.
2068
+ * @return {any} The resulting transformation operator parameters.
2069
+ */
2070
+ extractCartesianTransformOperator2D(from) {
2071
+ let scale1 = 1.0;
2072
+ let scale2 = 1.0;
2073
+ if (from.scale !== null) {
2074
+ scale1 = from.scale;
2075
+ scale2 = scale1;
2076
+ }
2077
+ const position = {
2078
+ x: from.local_origin.coordinates[0],
2079
+ y: from.local_origin.coordinates[1],
2080
+ };
2081
+ const axis1Ref = AP214GeometryExtraction.extractDirection(from.axis1) ?? { x: 1, y: 0, z: 0 };
2082
+ const axis2Ref = AP214GeometryExtraction.extractDirection(from.axis2) ?? { x: 0, y: 1, z: 0 };
2083
+ const axis2Placement2DParameters = {
2084
+ isAxis2Placement2D: false,
2085
+ isCartesianTransformationOperator2D: true,
2086
+ isCartesianTransformationOperator2DNonUniform: false,
2087
+ position2D: position,
2088
+ customAxis1Ref: true,
2089
+ axis1Ref: axis1Ref,
2090
+ customAxis2Ref: true,
2091
+ axis2Ref: axis2Ref,
2092
+ customScale: true,
2093
+ scale1: scale1,
2094
+ customScale2: true,
2095
+ scale2: scale2,
2096
+ };
2097
+ return this.conwayModel.getAxis2Placement2D(axis2Placement2DParameters);
2098
+ }
2099
+ // eslint-disable-next-line no-dupe-class-members, require-jsdoc
2100
+ extractAxis1Placement3D(from, parentLocalId, extractOnly = false) {
2101
+ if (from === null) {
2102
+ return;
2103
+ }
2104
+ const result = this.scene.getTransform(parentLocalId);
2105
+ if (result !== void 0) {
2106
+ this.scene.pushTransform(result);
2107
+ return;
2108
+ }
2109
+ let normalizeZ = false;
2110
+ if (from.axis !== null) {
2111
+ normalizeZ = true;
2112
+ }
2113
+ const position = {
2114
+ x: from.location.coordinates[0],
2115
+ y: from.location.coordinates[1],
2116
+ z: from.location.coordinates[2],
2117
+ };
2118
+ const zAxisRef = {
2119
+ x: from.axis?.direction_ratios[0] ?? 0,
2120
+ y: from.axis?.direction_ratios[1] ?? 0,
2121
+ z: from.axis?.direction_ratios[2] ?? 1,
2122
+ };
2123
+ const axis1Placement3DParameters = {
2124
+ position: position,
2125
+ zAxisRef: zAxisRef,
2126
+ normalizeZ: normalizeZ,
2127
+ };
2128
+ if (extractOnly) {
2129
+ return axis1Placement3DParameters;
2130
+ }
2131
+ const axis1PlacementTransform = this.conwayModel
2132
+ .getAxis1Placement3D(axis1Placement3DParameters);
2133
+ this.scene.addTransform(parentLocalId, axis1PlacementTransform.getValues(), axis1PlacementTransform);
2134
+ }
2135
+ // eslint-disable-next-line no-dupe-class-members, require-jsdoc
2136
+ extractAxis2Placement3D(from, parentLocalId, extractOnly = false) {
2137
+ if (from === null) {
2138
+ return;
2139
+ }
2140
+ const result = this.scene.getTransform(parentLocalId);
2141
+ if (result !== void 0) {
2142
+ this.scene.pushTransform(result);
2143
+ return;
2144
+ }
2145
+ let normalizeZ = false;
2146
+ let normalizeX = false;
2147
+ if (from.axis !== null) {
2148
+ normalizeZ = true;
2149
+ }
2150
+ if (from.ref_direction !== null) {
2151
+ normalizeX = true;
2152
+ }
2153
+ const position = {
2154
+ x: from.location.coordinates[0],
2155
+ y: from.location.coordinates[1],
2156
+ z: from.location.coordinates[2],
2157
+ };
2158
+ const zAxisRef = {
2159
+ x: from.axis?.direction_ratios[0] ?? 0,
2160
+ y: from.axis?.direction_ratios[1] ?? 0,
2161
+ z: from.axis?.direction_ratios[2] ?? 1,
2162
+ };
2163
+ const xAxisRef = {
2164
+ x: from.ref_direction?.direction_ratios[0] ?? 1,
2165
+ y: from.ref_direction?.direction_ratios[1] ?? 0,
2166
+ z: from.ref_direction?.direction_ratios[2] ?? 0,
2167
+ };
2168
+ const axis2Placement3DParameters = {
2169
+ position: position,
2170
+ zAxisRef: zAxisRef,
2171
+ xAxisRef: xAxisRef,
2172
+ normalizeZ: normalizeZ,
2173
+ normalizeX: normalizeX,
2174
+ };
2175
+ if (extractOnly) {
2176
+ return axis2Placement3DParameters;
2177
+ }
2178
+ const axis2PlacementTransform = this.conwayModel
2179
+ .getAxis2Placement3D(axis2Placement3DParameters);
2180
+ this.scene.addTransform(parentLocalId, axis2PlacementTransform.getValues(), axis2PlacementTransform);
2181
+ }
2182
+ /**
2183
+ *
2184
+ * @param from
2185
+ */
2186
+ extractPlacement(from) {
2187
+ const result = this.scene.getTransform(from.localID);
2188
+ if (result !== void 0) {
2189
+ this.scene.pushTransform(result);
2190
+ return;
2191
+ }
2192
+ if (from instanceof axis2_placement_3d) {
2193
+ this.extractAxis2Placement3D(from, from.localID);
2194
+ }
2195
+ }
2196
+ /**
2197
+ *
2198
+ * @param from
2199
+ * @return {number | undefined}
2200
+ */
2201
+ // extractMaterial(
2202
+ // from: AP214Material |
2203
+ // AP214MaterialList |
2204
+ // AP214MaterialProfile |
2205
+ // AP214MaterialProfileSet |
2206
+ // AP214MaterialConstituent |
2207
+ // AP214MaterialLayerSetUsage |
2208
+ // AP214MaterialConstituentSet): number | undefined {
2209
+ // if (from instanceof AP214Material) {
2210
+ // return this.materials.materialDefinitionsMap.get(from.localID)
2211
+ // } else if (from instanceof AP214MaterialLayerSetUsage) {
2212
+ // for (const layer of from.ForLayerSet.MaterialLayers) {
2213
+ // if (layer.Material) {
2214
+ // const styledItemID = this.extractMaterial(layer.Material)
2215
+ // if (styledItemID !== undefined) {
2216
+ // return styledItemID
2217
+ // }
2218
+ // }
2219
+ // }
2220
+ // } else if (from instanceof AP214MaterialList) {
2221
+ // for (const _material of from.Materials) {
2222
+ // if (_material instanceof AP214Material) {
2223
+ // const styledItemID = this.extractMaterial(_material)
2224
+ // if (styledItemID !== undefined) {
2225
+ // return styledItemID
2226
+ // }
2227
+ // }
2228
+ // }
2229
+ // } else if (from instanceof AP214MaterialProfile) {
2230
+ // if (from.Material !== null) {
2231
+ // const styledItemID = this.extractMaterial(from.Material)
2232
+ // if (styledItemID !== undefined) {
2233
+ // return styledItemID
2234
+ // }
2235
+ // } else {
2236
+ // console.log(`from.Material === null`)
2237
+ // }
2238
+ // } else if (from instanceof AP214MaterialProfileSet) {
2239
+ // for (const material of from.MaterialProfiles) {
2240
+ // const styledItemID = this.extractMaterial(material)
2241
+ // if (styledItemID !== undefined) {
2242
+ // return styledItemID
2243
+ // }
2244
+ // }
2245
+ // } else if (from instanceof AP214MaterialConstituent) {
2246
+ // const styledItemID = this.extractMaterial(from.Material)
2247
+ // if (styledItemID !== undefined) {
2248
+ // return styledItemID
2249
+ // }
2250
+ // } else if (from instanceof AP214MaterialConstituentSet) {
2251
+ // if (from.MaterialConstituents !== null) {
2252
+ // for (const materialConstituents of from.MaterialConstituents) {
2253
+ // const styledItemID = this.extractMaterial(materialConstituents)
2254
+ // if (styledItemID !== undefined) {
2255
+ // return styledItemID
2256
+ // }
2257
+ // }
2258
+ // }
2259
+ // }
2260
+ // }
2261
+ /**
2262
+ *
2263
+ * @param from
2264
+ * @return {number | undefined}
2265
+ */
2266
+ // extractMaterialStyle(from: AP214Product): number | undefined {
2267
+ // let styledItemID: number | undefined
2268
+ // const materialID = this.materials.relMaterialsMap.get(from.localID)
2269
+ // if ( materialID !== void 0 ) {
2270
+ // if (this.materials.materialDefinitionsMap.has(materialID)) {
2271
+ // // found material for mesh
2272
+ // styledItemID = this.materials.materialDefinitionsMap.get(materialID)
2273
+ // } else {
2274
+ // const material = this.model.getElementByLocalID(materialID)
2275
+ // if (material) {
2276
+ // if (material instanceof AP214Material) {
2277
+ // styledItemID = this.extractMaterial(material)
2278
+ // } else if (material instanceof AP214MaterialLayerSetUsage) {
2279
+ // styledItemID = this.extractMaterial(material)
2280
+ // } else if (material instanceof AP214MaterialList) {
2281
+ // styledItemID = this.extractMaterial(material)
2282
+ // } else if (material instanceof AP214MaterialProfile) {
2283
+ // styledItemID = this.extractMaterial(material)
2284
+ // } else if (material instanceof AP214MaterialProfileSet) {
2285
+ // styledItemID = this.extractMaterial(material)
2286
+ // } else if (material instanceof AP214MaterialConstituent) {
2287
+ // styledItemID = this.extractMaterial(material)
2288
+ // } else if (material instanceof AP214MaterialConstituentSet) {
2289
+ // styledItemID = this.extractMaterial(material)
2290
+ // } else {
2291
+ // console.log(`Material type not supported - type: ${EntityTypesAP214[material.type]}`)
2292
+ // }
2293
+ // }
2294
+ // }
2295
+ // }
2296
+ // return styledItemID
2297
+ // }
2298
+ /**
2299
+ *
2300
+ */
2301
+ populateStyledItemsMap() {
2302
+ const styledItems = this.model.types(styled_item);
2303
+ for (const styledItem of styledItems) {
2304
+ if (styledItem.item !== null) {
2305
+ this.materials.styledItemMap.set(styledItem.item.localID, styledItem.localID);
2306
+ }
2307
+ }
2308
+ }
2309
+ /**
2310
+ *
2311
+ */
2312
+ // populateMaterialDefinitionsMap() {
2313
+ // // populate MaterialDefinitionsMap
2314
+ // const materialDefinitionRepresentations =
2315
+ // this.model.types(AP214MaterialDefinitionRepresentation)
2316
+ // for (const materialDefinitionRep of materialDefinitionRepresentations) {
2317
+ // for (const representation of materialDefinitionRep.Representations) {
2318
+ // for (let itemIndex = 0; itemIndex < representation.Items.length; ++itemIndex) {
2319
+ // // save mapping of AP214Material --> AP214StyledItem
2320
+ // this.materials.materialDefinitionsMap.set(
2321
+ // materialDefinitionRep.RepresentedMaterial.localID,
2322
+ // representation.Items[itemIndex].localID)
2323
+ // }
2324
+ // }
2325
+ // }
2326
+ // }
2327
+ /**
2328
+ * Extracts linear scaling factor
2329
+ */
2330
+ // extractLinearScalingFactor() {
2331
+ // const projects = this.model.types(AP214Project)
2332
+ // const projectsArray = Array.from(projects)
2333
+ // if (projectsArray.length <= 0) {
2334
+ // console.log('No AP214Projects found?')
2335
+ // return
2336
+ // }
2337
+ // const project = projectsArray[0]
2338
+ // const unitsInContext = project.UnitsInContext
2339
+ // if (unitsInContext === null) {
2340
+ // console.log('No units defined.')
2341
+ // return
2342
+ // }
2343
+ // // console.log(`UnitsInContext expressID: ${unitsInContext.expressID}`)
2344
+ // for (const unit of unitsInContext.Units) {
2345
+ // // console.log(`Unit type: ${EntityTypesAP214[unit.type]}, expressID: ${unit.expressID}`)
2346
+ // if (unit instanceof AP214SIUnit) {
2347
+ // const unitType = unit.UnitType
2348
+ // const unitName = unit.Name
2349
+ // const unitPrefix = unit.Prefix
2350
+ // if (unitPrefix === null) {
2351
+ // // console.log("Unit prefix not found")
2352
+ // continue
2353
+ // }
2354
+ // const unitPrefixVal = this.convertPrefix(unitPrefix)
2355
+ // if (unitType === AP214UnitEnum.LENGTHUNIT &&
2356
+ // unitName === AP214SIUnitName.METRE &&
2357
+ // unitPrefixVal !== null) {
2358
+ // this.linearScalingFactor *= unitPrefixVal
2359
+ // continue
2360
+ // } else {
2361
+ // // console.log("linear scaling factor not set for AP214SIUnit")
2362
+ // }
2363
+ // } else if (unit instanceof AP214ConversionBasedUnit) {
2364
+ // // TODO: Linear scaling factor for AP214ConversionBasedUnit
2365
+ // /* const unitType = unit.UnitType
2366
+ // unit.ConversionFactor.UnitComponent
2367
+ // unit.Dimensions
2368
+ // console.log("unit.Name: " + unit.Name)*/
2369
+ // }
2370
+ // }
2371
+ // }
2372
+ /**
2373
+ *
2374
+ * @param prefix
2375
+ * @return {number | null}
2376
+ */
2377
+ convertPrefix(prefix) {
2378
+ /* eslint-disable no-magic-numbers */
2379
+ switch (prefix) {
2380
+ case si_prefix.EXA:
2381
+ return 1e18;
2382
+ case si_prefix.PETA:
2383
+ return 1e15;
2384
+ case si_prefix.TERA:
2385
+ return 1e12;
2386
+ case si_prefix.GIGA:
2387
+ return 1e9;
2388
+ case si_prefix.MEGA:
2389
+ return 1e6;
2390
+ case si_prefix.KILO:
2391
+ return 1e3;
2392
+ case si_prefix.HECTO:
2393
+ return 1e2;
2394
+ case si_prefix.DECA:
2395
+ return 1e1;
2396
+ case si_prefix.DECI:
2397
+ return 1e-1;
2398
+ case si_prefix.CENTI:
2399
+ return 1e-2;
2400
+ case si_prefix.MILLI:
2401
+ return 1e-3;
2402
+ case si_prefix.MICRO:
2403
+ return 1e-6;
2404
+ case si_prefix.NANO:
2405
+ return 1e-9;
2406
+ case si_prefix.PICO:
2407
+ return 1e-12;
2408
+ case si_prefix.FEMTO:
2409
+ return 1e-15;
2410
+ case si_prefix.ATTO:
2411
+ return 1e-18;
2412
+ default:
2413
+ return null;
2414
+ }
2415
+ /* eslint-enable no-case-declarations */
2416
+ }
2417
+ /**
2418
+ * Extract the geometry data from the AP214
2419
+ *
2420
+ * @param model - Input AP214StepModel to extract geometry data from
2421
+ * @param logTime boolean - print execution time (default no)
2422
+ * @return {[ExtractResult, AP214SceneBuilder]} - Enum indicating extraction result
2423
+ * + Geometry array
2424
+ */
2425
+ extractAP214GeometryData(logTime = false) {
2426
+ let result = ExtractResult.INCOMPLETE;
2427
+ const startTime = Date.now();
2428
+ // this.extractLinearScalingFactor()
2429
+ const previousMemoizationState = this.model.elementMemoization;
2430
+ // populate relMaterialsMap
2431
+ // const relAssociatesMaterials = this.model.types(AP214RelAssociatesMaterial)
2432
+ try {
2433
+ this.model.elementMemoization = false;
2434
+ const shapeDefinitions = this.model.types(shape_definition_representation);
2435
+ for (const shapeDefinition of shapeDefinitions) {
2436
+ this.scene.clearParentStack();
2437
+ const representation = shapeDefinition.used_representation;
2438
+ const representationItems = representation.items;
2439
+ const objectPlacement = representationItems.find((where) => where instanceof placement);
2440
+ if (objectPlacement !== void 0) {
2441
+ this.extractPlacement(objectPlacement);
2442
+ }
2443
+ for (const item of representationItems) {
2444
+ if (item instanceof placement) {
2445
+ continue;
2446
+ }
2447
+ this.extractRepresentationItem(item, shapeDefinition.localID);
2448
+ const styledItemLocalID = this.materials.styledItemMap.get(item.localID);
2449
+ if (styledItemLocalID !== void 0) {
2450
+ const styledItem = this.model.getElementByLocalID(styledItemLocalID);
2451
+ this.extractStyledItem(styledItem);
2452
+ }
2453
+ }
2454
+ }
2455
+ result = ExtractResult.COMPLETE;
2456
+ const endTime = Date.now();
2457
+ const executionTimeInMs = endTime - startTime;
2458
+ if (logTime) {
2459
+ console.log(`Geometry Extraction took ${executionTimeInMs} milliseconds to execute.`);
2460
+ }
2461
+ return [result, this.scene];
2462
+ }
2463
+ finally {
2464
+ this.model.elementMemoization = previousMemoizationState;
2465
+ }
2466
+ }
2467
+ }