@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,4371 @@
1
+ import { BlendMode, } from '../../dependencies/conway-geom';
2
+ import { exponentToRoughness } from '../core/canonical_material';
3
+ import { CanonicalMeshType } from '../core/canonical_mesh';
4
+ import { ObjectPool } from '../core/native_pool';
5
+ import { ExtractResult } from '../core/shared_constants';
6
+ import { IfcArbitraryClosedProfileDef, IfcAxis2Placement2D, IfcAxis2Placement3D, IfcBooleanResult, IfcCartesianPointList2D, IfcCartesianPointList3D, IfcCartesianTransformationOperator3D, IfcCircleProfileDef, IfcColourRgb, IfcCompositeProfileDef, IfcExtrudedAreaSolid, IfcGridPlacement, IfcIndexedPolyCurve, IfcIndexedPolygonalFaceWithVoids, IfcLocalPlacement, IfcMappedItem, IfcOpeningElement, IfcOpeningStandardCase, IfcPolygonalFaceSet, IfcProduct, IfcReflectanceMethodEnum, IfcSpace, IfcSpecularExponent, IfcStyledItem, IfcSurfaceStyle, IfcSurfaceStyleRefraction, IfcSurfaceStyleRendering, IfcSurfaceStyleShading, IfcPresentationStyleAssignment, IfcSurfaceSide, IfcBooleanClippingResult, IfcCompositeCurve, IfcPolyline, IfcTrimmedCurve, IfcCartesianPoint, IfcParameterValue, IfcTrimmingPreference, IfcCircle, IfcHalfSpaceSolid, IfcPlane, IfcBoundingBox, IfcShellBasedSurfaceModel, IfcPolyLoop, IfcFacetedBrep, IfcRelAssociatesMaterial, IfcShapeRepresentation, IfcMaterialList, IfcMaterialDefinitionRepresentation, IfcMaterialLayerSetUsage, IfcMaterial, IfcRelVoidsElement, IfcRectangleProfileDef, IfcMaterialProfileSet, IfcMaterialConstituentSet, IfcMaterialConstituent, IfcMaterialProfile, IfcProject, IfcSIUnit, IfcSIPrefix, IfcUnitEnum, IfcSIUnitName, IfcConversionBasedUnit, IfcFaceBasedSurfaceModel, IfcArbitraryProfileDefWithVoids, IfcAdvancedBrep, IfcAdvancedFace, IfcBSplineCurve, IfcBSplineSurface, IfcBSplineSurfaceWithKnots, IfcRationalBSplineSurfaceWithKnots, IfcCylindricalSurface, IfcSurfaceOfRevolution, IfcSurfaceOfLinearExtrusion, IfcRationalBSplineCurveWithKnots, IfcArbitraryOpenProfileDef, IfcBSplineCurveWithKnots, IfcEdgeLoop, IfcEdgeCurve, IfcVertexPoint, IfcRectangleHollowProfileDef, IfcEllipseProfileDef, IfcCircleHollowProfileDef, IfcIShapeProfileDef, IfcUShapeProfileDef, IfcDerivedProfileDef, IfcCartesianTransformationOperator2DnonUniform, IfcLShapeProfileDef, IfcCShapeProfileDef, IfcTShapeProfileDef, IfcZShapeProfileDef, IfcRelAggregates, IfcTriangulatedFaceSet, IfcPolygonalBoundedHalfSpace, IfcLine, IfcEllipse, IfcMaterialLayerSet, IfcSweptDiskSolid, } from './ifc4_gen';
7
+ import EntityTypesIfc from './ifc4_gen/entity_types_ifc.gen';
8
+ import { IfcSceneBuilder } from './ifc_scene_builder';
9
+ import Logger from '../logging/logger';
10
+ // import fs from 'fs'
11
+ import Environment, { EnvironmentType } from '../utilities/environment';
12
+ import { REFLECTANCE_METHOD_PERMISSIVE, MATERIAL_RELATED_OBJECTS_PERMISSIVE } from './ifc_parser_quirks';
13
+ import { CsgOperationType } from '../core/csg_operations';
14
+ import { MemoizationCapture, RegressionCaptureState } from '../core/regression_capture_state';
15
+ /**
16
+ * Extract a specular highlight, converting specular exponents to a roughness value.
17
+ *
18
+ * @param from The scalar of either an exponent or a roughness to extract.
19
+ * @return {number} A roughness value 1 (roughest) to zero (full specular/mirror).
20
+ */
21
+ export function extractSpecularHighlight(from) {
22
+ if (from === null) {
23
+ return void 0;
24
+ }
25
+ if (from instanceof IfcSpecularExponent) {
26
+ return exponentToRoughness(from.Value);
27
+ }
28
+ return from.Value;
29
+ }
30
+ /**
31
+ * Extract an IFC Colour into our RGBA color, using premultiplied alpha.
32
+ *
33
+ * Transparency is usually handled via pre-multiplied alpha, and this is what
34
+ * gltf (for example) expects.
35
+ *
36
+ * @param from The color to extract.
37
+ * @param alpha The alpha value to be associated with the colour.
38
+ * @return {ColorRGBA} The created colour.
39
+ */
40
+ export function extractColorRGBPremultiplied(from, alpha = 1) {
41
+ return [from.Red * alpha, from.Green * alpha, from.Blue * alpha, alpha];
42
+ }
43
+ /**
44
+ * Extract an IFC Colour into our RGBA color.
45
+ *
46
+ * @param from The color to extract.
47
+ * @param alpha The alpha value to be associated with the colour.
48
+ * @return {ColorRGBA} The created colour.
49
+ */
50
+ export function extractColorRGB(from, alpha = 1) {
51
+ return [from.Red, from.Green, from.Blue, alpha];
52
+ }
53
+ /**
54
+ * Use to extract a color or a factor from a color/factor select.
55
+ *
56
+ * @param from The color or factor to extract this from.
57
+ * @param surfaceColor The surface color (if this is a factor), which will be used to
58
+ * create the factor.
59
+ * @param alpha The alpha to use for this.
60
+ * @return {ColorRGBA}
61
+ */
62
+ export function extractColorOrFactor(from, surfaceColor, alpha = 1) {
63
+ if (from instanceof IfcColourRgb) {
64
+ return extractColorRGB(from, alpha);
65
+ }
66
+ else {
67
+ const factor = from.Value;
68
+ return [
69
+ factor * surfaceColor[0],
70
+ factor * surfaceColor[1],
71
+ factor * surfaceColor[2],
72
+ alpha * surfaceColor[3],
73
+ ];
74
+ }
75
+ }
76
+ /**
77
+ * Use to extract a color or a factor from a color/factor select.
78
+ *
79
+ * @param from The color or factor to extract this from.
80
+ * @param surfaceColor The surface color (if this is a factor), which will be used to
81
+ * create the factor.
82
+ * @param alpha The alpha to use for this.
83
+ * @return {ColorRGBA}
84
+ */
85
+ export function extractColorOrFactorMultiply(from, surfaceColor, alpha = 1) {
86
+ if (from instanceof IfcColourRgb) {
87
+ const extracted = extractColorRGB(from, alpha);
88
+ return [
89
+ extracted[0] * surfaceColor[0],
90
+ extracted[1] * surfaceColor[1],
91
+ extracted[2] * surfaceColor[2],
92
+ extracted[3] * surfaceColor[3],
93
+ ];
94
+ }
95
+ else {
96
+ const factor = from.Value;
97
+ return [
98
+ factor * surfaceColor[0],
99
+ factor * surfaceColor[1],
100
+ factor * surfaceColor[2],
101
+ alpha * surfaceColor[3],
102
+ ];
103
+ }
104
+ }
105
+ /**
106
+ * Handles Geometry data extraction from a populated IfcStepModel
107
+ * Can export to OBJ, GLTF (Draco), GLB (Draco)
108
+ */
109
+ export class IfcGeometryExtraction {
110
+ /**
111
+ * Construct a geometry extraction from an IFC step model and conway model
112
+ *
113
+ * @param conwayModel
114
+ * @param model
115
+ */
116
+ constructor(conwayModel, model) {
117
+ this.conwayModel = conwayModel;
118
+ this.model = model;
119
+ /* eslint-disable no-magic-numbers */
120
+ this.TWO_DIMENSIONS = 2;
121
+ this.THREE_DIMENSIONS = 3;
122
+ this.circleSegments = 12;
123
+ this.freeVectorPolygonalFaces_ = [];
124
+ this.materials = model.materials;
125
+ this.scene = new IfcSceneBuilder(model, conwayModel, this.materials);
126
+ this.voidMaterials = model.voidMaterials;
127
+ this.voidScene = new IfcSceneBuilder(model, conwayModel, this.voidMaterials);
128
+ this.relVoidsMap = new Map();
129
+ this.productToVoidGeometryMap = new Map();
130
+ this.linearScalingFactor = 1;
131
+ this.wasmModule = conwayModel.wasmModule;
132
+ this.ifcProjectName = null;
133
+ this.identity2DNativeMatrix = this.wasmModule.getIdentity2DMatrix();
134
+ this.identity3DNativeMatrix = this.wasmModule.getIdentity3DMatrix();
135
+ this.initializeMemoryPools();
136
+ this.curves = model.curves;
137
+ this.csgOperations = model.csgOperations;
138
+ }
139
+ /**
140
+ * Initializes memory pools for various parameter objects.
141
+ */
142
+ initializeMemoryPools() {
143
+ this.createParamsGetBooleanResultPool();
144
+ this.createParamsTransformProfilePool();
145
+ this.createParamsGetTriangulatedFaceSetPool();
146
+ this.createParamsGetPolyCurvePool();
147
+ }
148
+ /**
149
+ * Creates a memory pool for `ParamsGetPolyCurve` objects if it does not exist.
150
+ */
151
+ createParamsGetPolyCurvePool() {
152
+ if (this.paramsGetPolyCurvePool === void 0) {
153
+ // Create a pool for ParamsTransformProfile
154
+ this.paramsGetPolyCurvePool = new ObjectPool(() => new (this.wasmModule.ParamsGetPolyCurve)(), (obj) => obj.delete());
155
+ }
156
+ }
157
+ /**
158
+ * Creates a memory pool for `ParamsGetTriangulatedFaceSet` objects if it does not exist.
159
+ */
160
+ createParamsGetTriangulatedFaceSetPool() {
161
+ if (this.paramsGetTriangulatedFaceSetPool === void 0) {
162
+ // Create a pool for ParamsTransformProfile
163
+ this.paramsGetTriangulatedFaceSetPool = new ObjectPool(() => new (this.wasmModule.ParamsGetTriangulatedFaceSetGeometry)(), (obj) => obj.delete());
164
+ }
165
+ }
166
+ /**
167
+ * Creates a memory pool for `ParamsTransformProfile` objects if it does not exist.
168
+ */
169
+ createParamsTransformProfilePool() {
170
+ if (this.paramsTransformProfilePool === void 0) {
171
+ // Create a pool for ParamsTransformProfile
172
+ this.paramsTransformProfilePool = new ObjectPool(() => new (this.wasmModule.ParamsTransformProfile)(), (obj) => obj.delete());
173
+ }
174
+ }
175
+ /**
176
+ * Creates a memory pool for `ParamsGetBooleanResult` objects if it does not exist.
177
+ */
178
+ createParamsGetBooleanResultPool() {
179
+ if (this.paramsGetBooleanResultPool === void 0) {
180
+ // Create a pool for ParamsGetBooleanResult
181
+ this.paramsGetBooleanResultPool = new ObjectPool(() => new (this.wasmModule.ParamsGetBooleanResult)(), (obj) => obj.delete());
182
+ }
183
+ }
184
+ /**
185
+ *
186
+ * @return {number} linear matrix scaling factor for geometry
187
+ */
188
+ getLinearScalingFactor() {
189
+ return this.linearScalingFactor;
190
+ }
191
+ /**
192
+ *
193
+ * @return {string | null} - Ifc Project Name or null
194
+ */
195
+ getIfcProjectName() {
196
+ return this.ifcProjectName;
197
+ }
198
+ /**
199
+ *
200
+ * @return {WasmModule} - A handle to the loaded wasm module
201
+ */
202
+ getWasmModule() {
203
+ return this.wasmModule;
204
+ }
205
+ /**
206
+ *
207
+ * @param initialSize number - initial size of the vector (optional)
208
+ * @return {NativeVectorGeometry} - a native std::vector<GeometryObject> from the wasm module
209
+ */
210
+ nativeVectorGeometry(initialSize) {
211
+ const nativeVectorGeometry_ =
212
+ // eslint-disable-next-line new-cap
213
+ (new (this.wasmModule.geometryArray)());
214
+ if (initialSize) {
215
+ const defaultGeometry = (new (this.wasmModule.IfcGeometry));
216
+ // resize has a required second parameter to set default values
217
+ nativeVectorGeometry_.resize(initialSize, defaultGeometry);
218
+ }
219
+ return nativeVectorGeometry_;
220
+ }
221
+ /**
222
+ * Create a native vector of geometry collections.
223
+ *
224
+ * @return {NativeVectorGeometryCollection} A newly initialised native
225
+ * vector of geometry collections
226
+ */
227
+ nativeVectorGeometryCollection() {
228
+ const nativeVectorGeometryCollection =
229
+ // eslint-disable-next-line new-cap
230
+ (new (this.wasmModule.geometryCollectionArray)());
231
+ return nativeVectorGeometryCollection;
232
+ }
233
+ /**
234
+ *
235
+ * @param initialSize number - initial size of the vector (optional)
236
+ * @return {NativeVectorGlmVec2} - a native std::vector<glm::vec2> from the wasm module
237
+ */
238
+ nativeVectorGlmVec2(initialSize) {
239
+ // eslint-disable-next-line new-cap
240
+ const nativeVectorGlmVec2_ = new (this.wasmModule.vec2Array)();
241
+ if (initialSize) {
242
+ // resize has a required second parameter to set default values
243
+ nativeVectorGlmVec2_.resize(initialSize, { x: 0, y: 0 });
244
+ }
245
+ return nativeVectorGlmVec2_;
246
+ }
247
+ /**
248
+ * Create a native vector profile to pass across the boundary.
249
+ *
250
+ * @param initialSize number - initial size of the vector (optional)
251
+ * @return {NativeVectorProfile} - a native std::vector<IfcProfile> from the wasm module
252
+ */
253
+ nativeVectorProfile(initialSize) {
254
+ // eslint-disable-next-line new-cap
255
+ const nativeVectorProfile_ = new (this.wasmModule.profileArray)();
256
+ if (initialSize) {
257
+ // resize has a required second parameter to set default values
258
+ const defaultProfile = new this.wasmModule.IfcProfile;
259
+ nativeVectorProfile_.resize(initialSize, defaultProfile);
260
+ }
261
+ return nativeVectorProfile_;
262
+ }
263
+ /**
264
+ * Create a native version of a vector curve to parse across the boundary.
265
+ *
266
+ * @param initialSize number - initial size of the vector (optional)
267
+ * @return {NativeVectorCurve} - a native std::vector<IfcCurve> from the wasm module
268
+ */
269
+ nativeVectorCurve(initialSize) {
270
+ // eslint-disable-next-line new-cap
271
+ const nativeVectorCurve_ = new (this.wasmModule.curveArray)();
272
+ if (initialSize) {
273
+ // resize has a required second parameter to set default values
274
+ const defaultCurve = new this.wasmModule.IfcCurve;
275
+ nativeVectorCurve_.resize(initialSize, defaultCurve);
276
+ }
277
+ return nativeVectorCurve_;
278
+ }
279
+ /**
280
+ *
281
+ * @param initialSize number - initial size of the vector (optional)
282
+ * @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
283
+ */
284
+ nativeVectorGlmVec3(initialSize) {
285
+ const nativeVectorGlmVec3_ =
286
+ // eslint-disable-next-line new-cap
287
+ (new (this.wasmModule.glmVec3Array)());
288
+ if (initialSize) {
289
+ // resize has a required second parameter to set default values
290
+ nativeVectorGlmVec3_.resize(initialSize, { x: 0, y: 0, z: 0 });
291
+ }
292
+ return nativeVectorGlmVec3_;
293
+ }
294
+ /**
295
+ *
296
+ * @param initialSize number - initial size of the vector (optional)
297
+ * @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
298
+ */
299
+ nativeVectorVectorGlmdVec3() {
300
+ const nativeVectorVectorGlmdVec3_ =
301
+ // eslint-disable-next-line new-cap
302
+ (new (this.wasmModule.glmdVec3ArrayArray)());
303
+ return nativeVectorVectorGlmdVec3_;
304
+ }
305
+ /**
306
+ *
307
+ * @param initialSize number - initial size of the vector (optional)
308
+ * @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
309
+ */
310
+ nativeVectorGlmdVec3(initialSize) {
311
+ const nativeVectorGlmdVec3_ =
312
+ // eslint-disable-next-line new-cap
313
+ (new (this.wasmModule.glmdVec3Array)());
314
+ if (initialSize) {
315
+ // resize has a required second parameter to set default values
316
+ nativeVectorGlmdVec3_.resize(initialSize, { x: 0, y: 0, z: 0 });
317
+ }
318
+ return nativeVectorGlmdVec3_;
319
+ }
320
+ /**
321
+ *
322
+ * @param initialSize number - initial size of the vector (optional)
323
+ * @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
324
+ */
325
+ nativeVectorGlmdVec2(initialSize) {
326
+ const nativeVectorGlmdVec2_ =
327
+ // eslint-disable-next-line new-cap
328
+ (new (this.wasmModule.glmdVec2Array)());
329
+ if (initialSize) {
330
+ // resize has a required second parameter to set default values
331
+ nativeVectorGlmdVec2_.resize(initialSize, { x: 0, y: 0 });
332
+ }
333
+ return nativeVectorGlmdVec2_;
334
+ }
335
+ /**
336
+ * Create a native 32bit uint vector.
337
+ *
338
+ * @param initialSize number - initial size of the vector (optional)
339
+ * @return {NativeUintVector} - a native std::vector<uint32_t> from the wasm module
340
+ */
341
+ nativeUintVector(initialize) {
342
+ const nativeUintVector_ = (new (this.wasmModule.UintVector)());
343
+ if (initialize) {
344
+ // resize has a required second parameter to set default values
345
+ nativeUintVector_.resize(initialize, 0);
346
+ }
347
+ return nativeUintVector_;
348
+ }
349
+ /**
350
+ * Create a native 32bit size_t vector.
351
+ *
352
+ * @param initialSize number - initial size of the vector (optional)
353
+ * @return {NativeULongVector} - a native std::vector<size_t> from the wasm module
354
+ */
355
+ nativeULongVector(initialize) {
356
+ const nativeULongVector_ = new (this.wasmModule.ULongVector)();
357
+ if (initialize) {
358
+ // resize has a required second parameter to set default values
359
+ nativeULongVector_.resize(initialize, 0);
360
+ }
361
+ return nativeULongVector_;
362
+ }
363
+ /**
364
+ * Drop and delete all the indexed polygonal face vectors.
365
+ */
366
+ dropAllNativeIndexedPolygonalFaceVector() {
367
+ while (this.freeVectorPolygonalFaces_.length > 0) {
368
+ this.freeVectorPolygonalFaces_.pop()?.delete();
369
+ }
370
+ }
371
+ /**
372
+ * Free the native indexed polygon face.
373
+ *
374
+ * @param nativeVectorIndexedPolygonalFace The native item to free.
375
+ */
376
+ freeNativeIndexedPolygonalFaceVector(nativeVectorIndexedPolygonalFace) {
377
+ this.freeVectorPolygonalFaces_.push(nativeVectorIndexedPolygonalFace);
378
+ }
379
+ /**
380
+ * Create a native vector of indexed polygonal faces uint vector.
381
+ *
382
+ * @param initialSize number - initial size of the vector (optional)
383
+ * @return {NativeVectorIndexedPolygonalFace} - a native object from the wasm module
384
+ */
385
+ nativeIndexedPolygonalFaceVector(initialize) {
386
+ let nativeVectorIndexedPolygonalFace;
387
+ if (this.freeVectorPolygonalFaces_.length > 0) {
388
+ nativeVectorIndexedPolygonalFace = this.freeVectorPolygonalFaces_.pop();
389
+ if (nativeVectorIndexedPolygonalFace.size() > 0) {
390
+ nativeVectorIndexedPolygonalFace.resize(0, nativeVectorIndexedPolygonalFace.get(0));
391
+ }
392
+ }
393
+ else {
394
+ nativeVectorIndexedPolygonalFace = new (this.wasmModule.VectorIndexedPolygonalFace)();
395
+ }
396
+ if (initialize) {
397
+ // resize has a required second parameter to set default values
398
+ nativeVectorIndexedPolygonalFace.resize(initialize);
399
+ }
400
+ return nativeVectorIndexedPolygonalFace;
401
+ }
402
+ /**
403
+ * Create a native vector of segments.
404
+ *
405
+ * @param initialize number - initial size of the vector (optional)
406
+ * @return {NativeVectorSegment} - a native object from the wasm module
407
+ */
408
+ nativeSegmentVector(initialize) {
409
+ const nativeVectorSegment = new (this.wasmModule.VectorSegment)();
410
+ if (initialize) {
411
+ // resize has a required second parameter to set default values
412
+ nativeVectorSegment.resize(initialize);
413
+ }
414
+ return nativeVectorSegment;
415
+ }
416
+ /**
417
+ *
418
+ * @param initialize
419
+ * @return {NativeVectorBound3D}
420
+ */
421
+ nativeBound3DVector(initialize) {
422
+ const nativeVectorBound3D = new (this.wasmModule.Bound3DArray)();
423
+ if (initialize) {
424
+ // resize has a required second parameter to set default values
425
+ nativeVectorBound3D.resize(initialize);
426
+ }
427
+ return nativeVectorBound3D;
428
+ }
429
+ /**
430
+ * Has the wasm module been initialised?
431
+ *
432
+ * @return {boolean} indicating if the wasm module has been initialized
433
+ */
434
+ isInitialized() {
435
+ if (this.conwayModel !== void 0) {
436
+ return this.conwayModel.initialized;
437
+ }
438
+ return false;
439
+ }
440
+ /**
441
+ * Destroy geometry processor and deinitialize
442
+ */
443
+ destroy(modelId = 0) {
444
+ if (this.conwayModel !== void 0) {
445
+ this.conwayModel.destroy();
446
+ this.conwayModel.initialized = false;
447
+ }
448
+ }
449
+ /**
450
+ *
451
+ * @param arr - a 2D number array
452
+ * @return {number} - total length of all 2D array elements
453
+ */
454
+ getTotalLength(arr) {
455
+ return arr.reduce((totalLength, innerArray) => totalLength + innerArray.length, 0);
456
+ }
457
+ /**
458
+ *
459
+ * @param indices
460
+ * @return {NativeUintVector}
461
+ */
462
+ createAndPopulateNativeIndices(indices) {
463
+ // Create native indices array
464
+ const indexArray = this.nativeUintVector(indices.length);
465
+ // Populate the array
466
+ for (let j = 0; j < indices.length; j++) {
467
+ indexArray.set(j, indices[j]);
468
+ }
469
+ return indexArray;
470
+ }
471
+ /**
472
+ * Create and populate a list of native profiles from an array of canonical profiles.
473
+ *
474
+ * @param profiles The profiles to convert to native profiles.
475
+ * @return {NativeVectorProfile} The populated native profiles.
476
+ */
477
+ createAndPopulateNativeProfiles(profiles) {
478
+ // Create native indices array
479
+ const profileArray = this.nativeVectorProfile(profiles.length);
480
+ // Populate the array
481
+ for (let j = 0; j < profiles.length; j++) {
482
+ profileArray.set(j, profiles[j].nativeProfile);
483
+ }
484
+ return profileArray;
485
+ }
486
+ /**
487
+ *
488
+ * @param entity - the IfcTriangulatedFaceSet from the data model
489
+ * @param temporary - is this geometry temporary?
490
+ * @param isRelVoid - is this geometry a relvoid?
491
+ */
492
+ extractTriangulatedFaceSet(entity, temporary = false, isRelVoid = false) {
493
+ // Flatten points / indices into a single array
494
+ const points = new Float64Array(entity.Coordinates.CoordList.flat());
495
+ const indices = new Uint32Array(entity.CoordIndex.flat());
496
+ const pointsArrayPtr = this.arrayToWasmHeap(points);
497
+ const indicesArrayPtr = this.arrayToWasmHeap(indices);
498
+ const parameters = this.paramsGetTriangulatedFaceSetPool.acquire();
499
+ parameters.indices = indicesArrayPtr;
500
+ parameters.indicesArrayLength = indices.length;
501
+ parameters.points = pointsArrayPtr;
502
+ parameters.pointsArrayLength = points.length;
503
+ const geometry = this.conwayModel.getTriangulatedFaceSetGeometry(parameters);
504
+ this.paramsGetTriangulatedFaceSetPool?.release(parameters);
505
+ this.wasmModule._free(pointsArrayPtr);
506
+ this.wasmModule._free(indicesArrayPtr);
507
+ const canonicalMesh = {
508
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
509
+ geometry: geometry,
510
+ localID: entity.localID,
511
+ model: this.model,
512
+ temporary: temporary,
513
+ };
514
+ // add mesh to the list of mesh objects
515
+ if (!isRelVoid) {
516
+ this.model.geometry.add(canonicalMesh);
517
+ }
518
+ else {
519
+ this.model.voidGeometry.add(canonicalMesh);
520
+ }
521
+ }
522
+ /**
523
+ * @return {ExtractResult}
524
+ */
525
+ extractPolygonalFaceSet(entity, temporary = false, isRelVoid = false) {
526
+ const result = ExtractResult.COMPLETE;
527
+ // Flatten points into a single Float32Array
528
+ const points = new Float64Array(entity.Coordinates.CoordList.flat());
529
+ // Temporary storage for indices and start indices
530
+ const allIndices = [];
531
+ const allStartIndices = [];
532
+ const polygonalFaceBufferOffsets = [];
533
+ const startIndicesBufferOffsets = [];
534
+ let indicesPerFace = -1;
535
+ // Prepare indices and start indices for all faces
536
+ entity.Faces.forEach((polygonalFace) => {
537
+ // set the offets for the memory buffers so we can rebuild the
538
+ // indexed polygonal face vector later
539
+ polygonalFaceBufferOffsets.push(allIndices.length);
540
+ startIndicesBufferOffsets.push(allStartIndices.length);
541
+ let coordIndex = 0;
542
+ if (polygonalFace instanceof IfcIndexedPolygonalFaceWithVoids) {
543
+ indicesPerFace = polygonalFace.CoordIndex.length;
544
+ allStartIndices.push(0);
545
+ coordIndex += indicesPerFace;
546
+ allIndices.push(...polygonalFace.CoordIndex);
547
+ polygonalFace.InnerCoordIndices.forEach((innerIndices) => {
548
+ allStartIndices.push(coordIndex);
549
+ allIndices.push(...innerIndices);
550
+ coordIndex += innerIndices.length;
551
+ });
552
+ }
553
+ else {
554
+ indicesPerFace = polygonalFace.CoordIndex.length;
555
+ allStartIndices.push(0);
556
+ allIndices.push(...polygonalFace.CoordIndex);
557
+ }
558
+ });
559
+ // Add the final entry
560
+ polygonalFaceBufferOffsets.push(allIndices.length);
561
+ startIndicesBufferOffsets.push(allStartIndices.length);
562
+ // Convert to typed arrays for transfer to WebAssembly
563
+ const indicesArray = new Uint32Array(allIndices);
564
+ const indicesArrayPtr = this.arrayToWasmHeap(indicesArray);
565
+ const startIndicesArray = new Uint32Array(allStartIndices);
566
+ const startIndicesArrayPtr = this.arrayToWasmHeap(startIndicesArray);
567
+ const polygonalFaceBufferOffsetsArray = new Uint32Array(polygonalFaceBufferOffsets);
568
+ const polygonalFaceBufferOffsetsArrayPtr = this.arrayToWasmHeap(polygonalFaceBufferOffsetsArray);
569
+ const startIndicesBufferOffsetsArray = new Uint32Array(startIndicesBufferOffsets);
570
+ const startIndicesBufferOffsetsArrayPtr = this.arrayToWasmHeap(startIndicesBufferOffsetsArray);
571
+ const pointsArrayPtr = this.arrayToWasmHeap(points);
572
+ const polygonalFaceVector = this.wasmModule.buildIndexedPolygonalFaceVector(indicesArrayPtr, indicesArray.length, startIndicesArrayPtr, polygonalFaceBufferOffsetsArrayPtr, polygonalFaceBufferOffsets.length, startIndicesBufferOffsetsArrayPtr, startIndicesBufferOffsets.length);
573
+ const pointsArrayNative = this.wasmModule.createVertexVector(pointsArrayPtr, points.length);
574
+ const parameters = {
575
+ indicesPerFace: indicesPerFace,
576
+ points: pointsArrayNative,
577
+ faces: polygonalFaceVector,
578
+ };
579
+ const geometry = this.conwayModel.getPolygonalFaceSetGeometry(parameters);
580
+ // free allocated wasm vectors
581
+ pointsArrayNative.delete();
582
+ this.wasmModule._free(indicesArrayPtr);
583
+ this.wasmModule._free(startIndicesArrayPtr);
584
+ this.wasmModule._free(polygonalFaceBufferOffsetsArrayPtr);
585
+ this.wasmModule._free(startIndicesBufferOffsetsArrayPtr);
586
+ this.wasmModule._free(pointsArrayPtr);
587
+ polygonalFaceVector.delete();
588
+ const canonicalMesh = {
589
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
590
+ geometry: geometry,
591
+ localID: entity.localID,
592
+ model: this.model,
593
+ temporary: temporary,
594
+ };
595
+ // add mesh to the list of mesh objects
596
+ if (!isRelVoid) {
597
+ this.model.geometry.add(canonicalMesh);
598
+ }
599
+ else {
600
+ this.model.voidGeometry.add(canonicalMesh);
601
+ }
602
+ return result;
603
+ }
604
+ /** @return {number} Pointer/memory address */
605
+ arrayToWasmHeap(array) {
606
+ // Allocate memory for the array within the Wasm module
607
+ const bytesPerElement = array.BYTES_PER_ELEMENT;
608
+ const numBytes = array.length * bytesPerElement;
609
+ const arrayPtr = this.wasmModule._malloc(numBytes);
610
+ // Create a new Uint8Array view on the Wasm memory buffer, then set the array to it
611
+ const arrayWasm = new Uint8Array(this.wasmModule.HEAPU8.buffer, arrayPtr, numBytes);
612
+ arrayWasm.set(new Uint8Array(array.buffer));
613
+ return arrayPtr;
614
+ }
615
+ /** @return {Uint8Array} */
616
+ arrayToSharedHeap(array) {
617
+ // Allocate memory for the array within the Wasm module
618
+ const bytesPerElement = array.BYTES_PER_ELEMENT;
619
+ const numBytes = array.length * bytesPerElement;
620
+ // const arrayPtr = this.wasmModule._malloc(numBytes);
621
+ const sharedBuffer = new SharedArrayBuffer(numBytes);
622
+ // Create a new Uint8Array view on the Wasm memory buffer, then set the array to it
623
+ const arrayWasm = new Uint8Array(sharedBuffer);
624
+ arrayWasm.set(new Uint8Array(array.buffer));
625
+ return arrayWasm;
626
+ }
627
+ /**
628
+ *
629
+ * @param entities - IfcPolygonalFaceSet array
630
+ * @param modelId - the modelId
631
+ * @return {ExtractResult} - Extraction status result
632
+ */
633
+ extractPolygonalFaceSets(entities) {
634
+ let result = ExtractResult.COMPLETE;
635
+ let faceSetResult = ExtractResult.INCOMPLETE;
636
+ for (const entity of entities) {
637
+ faceSetResult = this.extractPolygonalFaceSet(entity);
638
+ if (faceSetResult !== ExtractResult.COMPLETE) {
639
+ Logger.warning(`Face set express ID: ${entity.expressID} extraction incomplete.`);
640
+ result = ExtractResult.INCOMPLETE;
641
+ }
642
+ }
643
+ return result;
644
+ }
645
+ /**
646
+ * Extract a 3D direction vector from an IFC direction.
647
+ *
648
+ * @param from The IFC direction to extract the vector from.
649
+ * @return {Vector3 | undefined} The vector, or undefined if it can't be extracted.
650
+ */
651
+ static extractDirection(from) {
652
+ if (from === null) {
653
+ return void 0;
654
+ }
655
+ return {
656
+ x: from.DirectionRatios[0],
657
+ y: from.DirectionRatios[1],
658
+ z: (from.DirectionRatios.length > 2) ? from.DirectionRatios[2] : 0,
659
+ };
660
+ }
661
+ /**
662
+ * Extract an IFC 3D cartesian transform operator as a transform matrix.
663
+ *
664
+ * @param from The IFC cartesian transform to extract from.
665
+ * @return {any} The internal matrix type extract.
666
+ */
667
+ extractCartesianTransformOperator3D(from) {
668
+ const conwayModel = this.conwayModel;
669
+ const position = {
670
+ x: from.LocalOrigin.Coordinates[0],
671
+ y: from.LocalOrigin.Coordinates[1],
672
+ z: from.LocalOrigin.Coordinates[2],
673
+ };
674
+ const axis1Ref = IfcGeometryExtraction.extractDirection(from.Axis1) ?? { x: 1, y: 0, z: 0 };
675
+ const axis2Ref = IfcGeometryExtraction.extractDirection(from.Axis2) ?? { x: 0, y: 1, z: 0 };
676
+ const axis3Ref = IfcGeometryExtraction.extractDirection(from.Axis3) ?? { x: 0, y: 0, z: 1 };
677
+ const scale = from.Scl;
678
+ const parameters = {
679
+ position: position,
680
+ axis1Ref: axis1Ref,
681
+ axis2Ref: axis2Ref,
682
+ axis3Ref: axis3Ref,
683
+ normalizeAxis1: true,
684
+ normalizeAxis2: true,
685
+ normalizeAxis3: true,
686
+ nonUniform: false,
687
+ realScale: true,
688
+ scale1_: scale,
689
+ scale2_: scale,
690
+ scale3_: scale,
691
+ };
692
+ return conwayModel.getCartesianTransformationOperator3D(parameters);
693
+ }
694
+ /**
695
+ * Drop geometry that isn't in the scene.
696
+ *
697
+ * @param localID The id of the mesh to drop.
698
+ */
699
+ dropNonSceneGeometry(localID) {
700
+ if (!this.scene.hasGeometry(localID)) {
701
+ this.model.geometry.delete(localID);
702
+ }
703
+ }
704
+ /**
705
+ * Accepts IfcBooleanResult and IfcBooleanClippingResult
706
+ *
707
+ * @param from
708
+ */
709
+ extractBooleanResult(from, isRelVoid = false) {
710
+ this.csgOperations.add(from.localID, {
711
+ type: CsgOperationType.DIFFERENCE,
712
+ operand1ID: from.FirstOperand.localID,
713
+ operand2ID: from.SecondOperand.localID,
714
+ }, true);
715
+ if (from.FirstOperand instanceof IfcExtrudedAreaSolid ||
716
+ from.FirstOperand instanceof IfcPolygonalFaceSet ||
717
+ from.FirstOperand instanceof IfcBooleanClippingResult ||
718
+ from.FirstOperand instanceof IfcBooleanResult ||
719
+ from.FirstOperand instanceof IfcPolygonalBoundedHalfSpace ||
720
+ from.FirstOperand instanceof IfcHalfSpaceSolid ||
721
+ from.FirstOperand instanceof IfcFacetedBrep) {
722
+ this.extractBooleanOperand(from.FirstOperand, isRelVoid, from);
723
+ }
724
+ if (from.SecondOperand instanceof IfcExtrudedAreaSolid ||
725
+ from.SecondOperand instanceof IfcPolygonalFaceSet ||
726
+ from.SecondOperand instanceof IfcBooleanClippingResult ||
727
+ from.SecondOperand instanceof IfcBooleanResult ||
728
+ from.SecondOperand instanceof IfcPolygonalBoundedHalfSpace ||
729
+ from.SecondOperand instanceof IfcHalfSpaceSolid ||
730
+ from.SecondOperand instanceof IfcFacetedBrep) {
731
+ this.extractBooleanOperand(from.SecondOperand, isRelVoid);
732
+ }
733
+ // get geometry TODO(nickcastel50): eventually support flattening meshes
734
+ let flatFirstMeshVector; // = this.nativeVectorGeometry()
735
+ let firstMesh;
736
+ const flatFirstMeshVectorFromParts = false;
737
+ if (isRelVoid) {
738
+ firstMesh = this.model.voidGeometry.getByLocalID(from.FirstOperand.localID);
739
+ }
740
+ else {
741
+ firstMesh = this.model.geometry.getByLocalID(from.FirstOperand.localID);
742
+ }
743
+ if (firstMesh !== void 0 && firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
744
+ /* const _testEntity = this.model.getElementByLocalID(firstMesh.localID)!
745
+ const outputFilePath_ =
746
+ `${_testEntity.expressID}_${EntityTypesIfc[_testEntity.type]}FIRST_MESH.obj`
747
+
748
+ this.dumpGeometry(outputFilePath_, firstMesh.geometry) */
749
+ // const geometryParts = firstMesh.geometry.getParts()
750
+ // if (geometryParts.size() > 0) {
751
+ // /* for (let geometryPartIndex = 0;
752
+ // geometryPartIndex < geometryParts.size(); ++geometryPartIndex) {
753
+ // flatFirstMeshVector.push_back(geometryParts.get(geometryPartIndex))
754
+ // }*/
755
+ // flatFirstMeshVector = geometryParts
756
+ // flatFirstMeshVectorFromParts = true
757
+ // } else {
758
+ flatFirstMeshVector = this.nativeVectorGeometry();
759
+ flatFirstMeshVector.push_back(firstMesh.geometry);
760
+ // }
761
+ }
762
+ else {
763
+ Logger.error(`Error extracting firstOperand geometry for expressID:
764
+ ${from.FirstOperand.expressID} - type:
765
+ ${EntityTypesIfc[from.FirstOperand.type]} - isRelVoid: ${isRelVoid ? 'True' : 'False'}`);
766
+ return;
767
+ }
768
+ let flatSecondMeshVector; // = this.nativeVectorGeometry()
769
+ const flatSecondMeshVectorFromParts = false;
770
+ let secondMesh;
771
+ if (isRelVoid) {
772
+ secondMesh = this.model.voidGeometry.getByLocalID(from.SecondOperand.localID);
773
+ }
774
+ else {
775
+ secondMesh = this.model.geometry.getByLocalID(from.SecondOperand.localID);
776
+ }
777
+ if (secondMesh !== void 0 && secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
778
+ /* const _testEntity2 = this.model.getElementByLocalID(secondMesh.localID)!
779
+ const outputFilePath_ =
780
+ `${_testEntity2.expressID}_${EntityTypesIfc[_testEntity2.type]}_SECOND_MESH.obj`
781
+ this.dumpGeometry(outputFilePath_, secondMesh.geometry) */
782
+ // const geometryParts = secondMesh.geometry.getParts()
783
+ // if (false) {// geometryParts.size() > 0) {
784
+ // flatSecondMeshVector = geometryParts
785
+ // flatSecondMeshVectorFromParts = true
786
+ // } else {
787
+ flatSecondMeshVector = this.nativeVectorGeometry();
788
+ flatSecondMeshVector.push_back(secondMesh.geometry);
789
+ // }
790
+ }
791
+ else {
792
+ Logger.error(`Error extracting secondOperand geometry for expressID:
793
+ ${from.SecondOperand.localID} - type:
794
+ ${EntityTypesIfc[from.SecondOperand.type]} - isRelVoid: ${isRelVoid ? 'True' : 'False'}`);
795
+ return;
796
+ }
797
+ const parameters = this.paramsGetBooleanResultPool.acquire();
798
+ parameters.flatFirstMesh = flatFirstMeshVector;
799
+ parameters.flatSecondMesh = flatSecondMeshVector;
800
+ parameters.operatorType = from.Operator.valueOf();
801
+ const booleanGeometryObject = this.conwayModel.getBooleanResult(parameters);
802
+ // const outputFilePath =
803
+ // `${from.expressID}_${EntityTypesIfc[from.type]}_post_subtract_test.obj`
804
+ // this.dumpGeometry(outputFilePath, booleanGeometryObject)
805
+ if (firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY &&
806
+ secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
807
+ const canonicalMesh = {
808
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
809
+ geometry: booleanGeometryObject,
810
+ localID: from.localID,
811
+ model: this.model,
812
+ temporary: false,
813
+ };
814
+ const styledItemLocalID_ = this.materials.styledItemMap.get(from.localID);
815
+ if (styledItemLocalID_ !== undefined) {
816
+ const styledItem_ = this.model.getElementByLocalID(styledItemLocalID_);
817
+ this.extractStyledItem(styledItem_);
818
+ }
819
+ else {
820
+ // get material from first operand
821
+ const firstOperandStyledItemLocalID_ = this.materials.styledItemMap.get(from.FirstOperand.localID);
822
+ if (firstOperandStyledItemLocalID_ !== undefined) {
823
+ const firstOperandStyledItem = this.model.getElementByLocalID(firstOperandStyledItemLocalID_);
824
+ this.extractStyledItem(firstOperandStyledItem, from);
825
+ }
826
+ }
827
+ // add mesh to the list of mesh objects
828
+ if (!isRelVoid) {
829
+ if (RegressionCaptureState.memoization !== MemoizationCapture.FULL) {
830
+ this.dropNonSceneGeometry(firstMesh.localID);
831
+ this.dropNonSceneGeometry(secondMesh.localID);
832
+ }
833
+ this.model.geometry.add(canonicalMesh);
834
+ }
835
+ else {
836
+ if (RegressionCaptureState.memoization !== MemoizationCapture.FULL) {
837
+ this.model.voidGeometry.delete(firstMesh.localID);
838
+ this.model.voidGeometry.delete(secondMesh.localID);
839
+ }
840
+ this.model.voidGeometry.add(canonicalMesh);
841
+ }
842
+ }
843
+ if (!flatFirstMeshVectorFromParts) {
844
+ flatFirstMeshVector.delete();
845
+ }
846
+ if (!flatSecondMeshVectorFromParts) {
847
+ flatSecondMeshVector.delete();
848
+ }
849
+ this.paramsGetBooleanResultPool.release(parameters);
850
+ }
851
+ /* eslint-disable default-param-last */
852
+ /**
853
+ * Extract a boolean operand from a boolean result.
854
+ *
855
+ * @param from The operand to extract.
856
+ * @return {void}
857
+ */
858
+ extractBooleanOperand(from, isRelVoid = false, representationItem) {
859
+ if (from instanceof IfcExtrudedAreaSolid) {
860
+ // mark as temporary
861
+ this.extractExtrudedAreaSolid(from, true, isRelVoid);
862
+ }
863
+ else if (from instanceof IfcPolygonalFaceSet) {
864
+ // mark as temporary
865
+ const faceSetResult = this.extractPolygonalFaceSet(from, true, isRelVoid);
866
+ if (faceSetResult !== ExtractResult.COMPLETE) {
867
+ Logger.warning(`Warning, face set express ID: ${from.expressID} extraction incomplete.`);
868
+ }
869
+ }
870
+ else if (from instanceof IfcPolygonalBoundedHalfSpace) {
871
+ this.extractPolygonalBoundedHalfSpace(from, true, isRelVoid);
872
+ }
873
+ else if (from instanceof IfcHalfSpaceSolid) {
874
+ this.extractHalfspaceSolid(from, true, isRelVoid);
875
+ }
876
+ else if (from instanceof IfcSweptDiskSolid) {
877
+ this.extractSweptDiskSolid(from, true, isRelVoid);
878
+ }
879
+ else if (from instanceof IfcFacetedBrep) {
880
+ this.extractIfcFacetedBrep(from, true, isRelVoid);
881
+ }
882
+ else if (from instanceof IfcBooleanResult) {
883
+ if (from.FirstOperand instanceof IfcExtrudedAreaSolid ||
884
+ from.FirstOperand instanceof IfcPolygonalFaceSet ||
885
+ from.FirstOperand instanceof IfcBooleanClippingResult ||
886
+ from.FirstOperand instanceof IfcBooleanResult ||
887
+ from.FirstOperand instanceof IfcPolygonalBoundedHalfSpace ||
888
+ from.FirstOperand instanceof IfcHalfSpaceSolid ||
889
+ from.FirstOperand instanceof IfcFacetedBrep) {
890
+ this.extractBooleanOperand(from.FirstOperand, isRelVoid, representationItem);
891
+ }
892
+ if (from.SecondOperand instanceof IfcExtrudedAreaSolid ||
893
+ from.SecondOperand instanceof IfcPolygonalFaceSet ||
894
+ from.SecondOperand instanceof IfcBooleanClippingResult ||
895
+ from.SecondOperand instanceof IfcBooleanResult ||
896
+ from.SecondOperand instanceof IfcPolygonalBoundedHalfSpace ||
897
+ from.SecondOperand instanceof IfcHalfSpaceSolid ||
898
+ from.SecondOperand instanceof IfcFacetedBrep) {
899
+ this.extractBooleanOperand(from.SecondOperand, isRelVoid);
900
+ }
901
+ // get geometry TODO(nickcastel50): eventually support flattening meshes
902
+ let flatFirstMeshVector; // = this.nativeVectorGeometry()
903
+ const flatFirstMeshVectorFromParts = false;
904
+ let firstMesh;
905
+ if (isRelVoid) {
906
+ firstMesh = this.model.voidGeometry.getByLocalID(from.FirstOperand.localID);
907
+ }
908
+ else {
909
+ firstMesh = this.model.geometry.getByLocalID(from.FirstOperand.localID);
910
+ }
911
+ if (firstMesh !== void 0 && firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
912
+ /* const _testEntity = this.model.getElementByLocalID(firstMesh.localID)!
913
+ const outputFilePath_ =
914
+ `${_testEntity.expressID}_${EntityTypesIfc[_testEntity.type]}FIRST_MESH.obj`
915
+
916
+ this.dumpGeometry(outputFilePath_, firstMesh.geometry) */
917
+ // const geometryParts = firstMesh.geometry.getParts()
918
+ // if (geometryParts.size() > 0) {
919
+ // /* for (let geometryPartIndex = 0;
920
+ // geometryPartIndex < geometryParts.size(); ++geometryPartIndex) {
921
+ // flatFirstMeshVector.push_back(geometryParts.get(geometryPartIndex))
922
+ // }*/
923
+ // flatFirstMeshVector = geometryParts
924
+ // } else {
925
+ flatFirstMeshVector = this.nativeVectorGeometry();
926
+ flatFirstMeshVector.push_back(firstMesh.geometry);
927
+ // }
928
+ }
929
+ else {
930
+ Logger.error(`(Operand) Error extracting firstOperand geometry for expressID:
931
+ ${from.FirstOperand.expressID} - type:
932
+ ${EntityTypesIfc[from.FirstOperand.type]} - isRelVoid: ${isRelVoid ? 'True' : 'False'}`);
933
+ return;
934
+ }
935
+ let flatSecondMeshVector; // = this.nativeVectorGeometry()
936
+ const flatSecondMeshVectorFromParts = false;
937
+ let secondMesh;
938
+ if (isRelVoid) {
939
+ secondMesh = this.model.voidGeometry.getByLocalID(from.SecondOperand.localID);
940
+ }
941
+ else {
942
+ secondMesh = this.model.geometry.getByLocalID(from.SecondOperand.localID);
943
+ }
944
+ if (secondMesh !== void 0 && secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
945
+ /* const _testEntity2 = this.model.getElementByLocalID(secondMesh.localID)!
946
+ const outputFilePath_ =
947
+ `${_testEntity2.expressID}_${EntityTypesIfc[_testEntity2.type]}_SECOND_MESH.obj`
948
+
949
+ this.dumpGeometry(outputFilePath_, secondMesh.geometry) */
950
+ // const geometryParts = secondMesh.geometry.getParts()
951
+ // if (geometryParts.size() > 0) {
952
+ // /* for (let geometryPartIndex = 0;
953
+ // geometryPartIndex < geometryParts.size(); ++geometryPartIndex) {
954
+ // flatSecondMeshVector.push_back(geometryParts.get(geometryPartIndex))
955
+ // }*/
956
+ // flatSecondMeshVector = geometryParts
957
+ // } else {
958
+ flatSecondMeshVector = this.nativeVectorGeometry();
959
+ flatSecondMeshVector.push_back(secondMesh.geometry);
960
+ // }
961
+ }
962
+ else {
963
+ Logger.error(`(Operand) Error extracting secondOperand geometry for expressID:
964
+ ${from.SecondOperand.expressID} - type:
965
+ ${EntityTypesIfc[from.SecondOperand.type]} - isRelVoid: ${isRelVoid ? 'True' : 'False'}`);
966
+ return;
967
+ }
968
+ const parameters = this.paramsGetBooleanResultPool.acquire();
969
+ parameters.flatFirstMesh = flatFirstMeshVector;
970
+ parameters.flatSecondMesh = flatSecondMeshVector;
971
+ parameters.operatorType = from.Operator.valueOf();
972
+ const booleanGeometryObject = this.conwayModel.getBooleanResult(parameters);
973
+ // const outputFilePath =
974
+ // `${from.expressID}_${EntityTypesIfc[from.type]}_post_subtract_operand.obj`
975
+ // this.dumpGeometry(outputFilePath, booleanGeometryObject)
976
+ const canonicalMesh = {
977
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
978
+ geometry: booleanGeometryObject,
979
+ localID: from.localID,
980
+ model: this.model,
981
+ temporary: true,
982
+ };
983
+ const styledItemLocalID_ = this.materials.styledItemMap.get(from.localID);
984
+ if (styledItemLocalID_ !== undefined) {
985
+ const styledItem_ = this.model.getElementByLocalID(styledItemLocalID_);
986
+ this.extractStyledItem(styledItem_);
987
+ }
988
+ else {
989
+ // get material from first operand
990
+ const firstOperandStyledItemLocalID_ = this.materials.styledItemMap.get(from.FirstOperand.localID);
991
+ if (firstOperandStyledItemLocalID_ !== undefined) {
992
+ const firstOperandStyledItem = this.model.getElementByLocalID(firstOperandStyledItemLocalID_);
993
+ this.extractStyledItem(firstOperandStyledItem, representationItem);
994
+ }
995
+ }
996
+ // add mesh to the list of mesh objects
997
+ if (!isRelVoid) {
998
+ if (RegressionCaptureState.memoization !== MemoizationCapture.FULL) {
999
+ this.dropNonSceneGeometry(firstMesh.localID);
1000
+ this.dropNonSceneGeometry(secondMesh.localID);
1001
+ }
1002
+ this.model.geometry.add(canonicalMesh);
1003
+ }
1004
+ else {
1005
+ if (RegressionCaptureState.memoization !== MemoizationCapture.FULL) {
1006
+ this.model.voidGeometry.delete(firstMesh.localID);
1007
+ this.model.voidGeometry.delete(secondMesh.localID);
1008
+ }
1009
+ this.model.voidGeometry.add(canonicalMesh);
1010
+ }
1011
+ if (!flatFirstMeshVectorFromParts) {
1012
+ flatFirstMeshVector.delete();
1013
+ }
1014
+ if (!flatSecondMeshVectorFromParts) {
1015
+ flatSecondMeshVector.delete();
1016
+ }
1017
+ this.paramsGetBooleanResultPool.release(parameters);
1018
+ }
1019
+ }
1020
+ /* eslint-enable default-param-last */
1021
+ /* eslint-disable no-magic-numbers */ // No magic numbers disabled
1022
+ // Cos we have *lots* of default material values.
1023
+ /**
1024
+ * Extract a canonical material from a surface style.
1025
+ *
1026
+ * @param from The surface style to extract a material from.
1027
+ */
1028
+ extractSurfaceStyle(from) {
1029
+ const materials = this.materials;
1030
+ const material = materials.get(from.localID);
1031
+ if (material === void 0) {
1032
+ const readDoubleSided = from.Side === IfcSurfaceSide.BOTH ||
1033
+ from.Side === IfcSurfaceSide.POSITIVE;
1034
+ const newMaterial = {
1035
+ name: `#${from.expressID}`,
1036
+ baseColor: [0.8, 0.8, 0.8, 1],
1037
+ legacyColor: [0.8, 0.8, 0.8, 1],
1038
+ doubleSided: readDoubleSided,
1039
+ blend: BlendMode.OPAQUE,
1040
+ };
1041
+ for (const style of from.Styles) {
1042
+ if (style instanceof IfcSurfaceStyleRefraction) {
1043
+ newMaterial.ior = style.RefractionIndex ?? newMaterial.ior;
1044
+ }
1045
+ else if (style instanceof IfcSurfaceStyleRendering) {
1046
+ let transparency = 0;
1047
+ // TODO(conor) - this will go away with more general schema skew handling
1048
+ try {
1049
+ transparency = style.Transparency ?? transparency;
1050
+ }
1051
+ catch (e) {
1052
+ // TODO(conor) - This is hiding a version difference with IFC 2x3 (better skew
1053
+ // handling)
1054
+ }
1055
+ const surfaceColor = extractColorRGBPremultiplied(style.SurfaceColour, 1 - transparency);
1056
+ newMaterial.baseColor = style.DiffuseColour !== null ?
1057
+ extractColorOrFactorMultiply(style.DiffuseColour, surfaceColor) : surfaceColor;
1058
+ newMaterial.legacyColor = surfaceColor;
1059
+ newMaterial.roughness = extractSpecularHighlight(style.SpecularHighlight);
1060
+ newMaterial.specular = style.SpecularColour !== null ?
1061
+ extractColorOrFactorMultiply(style.SpecularColour, surfaceColor) : void 0;
1062
+ let reflectanceMethod = IfcReflectanceMethodEnum.NOTDEFINED;
1063
+ try {
1064
+ reflectanceMethod = style.ReflectanceMethod;
1065
+ }
1066
+ catch (ex) {
1067
+ if (ex instanceof Error) {
1068
+ if (REFLECTANCE_METHOD_PERMISSIVE) {
1069
+ Logger.error(`Found null for nonnullable field IfcReflectanceMethodEnum. expressID: ${style.expressID}`);
1070
+ }
1071
+ else {
1072
+ throw ex;
1073
+ }
1074
+ }
1075
+ }
1076
+ switch (reflectanceMethod) {
1077
+ case IfcReflectanceMethodEnum.NOTDEFINED:
1078
+ case IfcReflectanceMethodEnum.PHONG:
1079
+ case IfcReflectanceMethodEnum.BLINN: {
1080
+ newMaterial.metalness = 0.0;
1081
+ newMaterial.roughness ??= 1;
1082
+ newMaterial.ior ??= 1.4;
1083
+ break;
1084
+ }
1085
+ case IfcReflectanceMethodEnum.FLAT: {
1086
+ newMaterial.metalness = 0.0;
1087
+ newMaterial.roughness ??= 0.9;
1088
+ newMaterial.ior ??= 1.5;
1089
+ break;
1090
+ }
1091
+ case IfcReflectanceMethodEnum.GLASS: {
1092
+ newMaterial.metalness = 0.0;
1093
+ newMaterial.roughness ??= 0;
1094
+ newMaterial.ior ??= 1.52;
1095
+ break;
1096
+ }
1097
+ case IfcReflectanceMethodEnum.MATT:
1098
+ newMaterial.metalness = 0;
1099
+ newMaterial.roughness ??= 1;
1100
+ break;
1101
+ case IfcReflectanceMethodEnum.METAL:
1102
+ newMaterial.metalness = 1;
1103
+ newMaterial.roughness ??= 0.2;
1104
+ break;
1105
+ case IfcReflectanceMethodEnum.MIRROR:
1106
+ newMaterial.metalness = 1;
1107
+ newMaterial.roughness ??= 0;
1108
+ newMaterial.ior ??= 1.52;
1109
+ break;
1110
+ case IfcReflectanceMethodEnum.PLASTIC:
1111
+ newMaterial.metalness = 0.0;
1112
+ newMaterial.roughness ??= 0;
1113
+ newMaterial.ior ??= 1.47;
1114
+ break;
1115
+ case IfcReflectanceMethodEnum.STRAUSS:
1116
+ newMaterial.metalness = 1.0;
1117
+ newMaterial.roughness ??= 0.95;
1118
+ newMaterial.ior ??= 1.47;
1119
+ break;
1120
+ default:
1121
+ }
1122
+ }
1123
+ else if (style instanceof IfcSurfaceStyleShading) {
1124
+ let transparency = 0;
1125
+ // TODO(conor) - this will go away with more general schema skew handling
1126
+ try {
1127
+ transparency = style.Transparency ?? transparency;
1128
+ }
1129
+ catch (e) {
1130
+ // TODO(conor) - This is hiding a version difference with IFC 2x3 (better skew
1131
+ // handling)
1132
+ }
1133
+ newMaterial.baseColor =
1134
+ extractColorRGBPremultiplied(style.SurfaceColour, 1 - transparency);
1135
+ }
1136
+ }
1137
+ const isTransparent = newMaterial.baseColor[3] < 1.0;
1138
+ newMaterial.metalness ??= 0;
1139
+ newMaterial.roughness ??= 0;
1140
+ newMaterial.ior ??= 1.4;
1141
+ newMaterial.doubleSided = isTransparent || newMaterial.doubleSided;
1142
+ newMaterial.blend = isTransparent ? BlendMode.BLEND : BlendMode.OPAQUE;
1143
+ materials.add(from.localID, newMaterial);
1144
+ }
1145
+ }
1146
+ /* eslint-enable no-magic-numbers */
1147
+ /**
1148
+ * Extract a style item.
1149
+ *
1150
+ * @param from The styled item to extract from
1151
+ * @return {number | undefined}
1152
+ */
1153
+ extractStyledItem(from, representationItem, mappedItem) {
1154
+ let surfaceStyleID = void 0;
1155
+ for (const style of from.Styles) {
1156
+ if (style instanceof IfcPresentationStyleAssignment) {
1157
+ for (const innerStyle of style.Styles) {
1158
+ if (innerStyle instanceof IfcSurfaceStyle) {
1159
+ surfaceStyleID = innerStyle.localID;
1160
+ this.extractSurfaceStyle(innerStyle);
1161
+ break;
1162
+ }
1163
+ }
1164
+ }
1165
+ else if (style instanceof IfcSurfaceStyle) {
1166
+ surfaceStyleID = style.localID;
1167
+ this.extractSurfaceStyle(style);
1168
+ }
1169
+ }
1170
+ if (surfaceStyleID === void 0) {
1171
+ return;
1172
+ }
1173
+ if (representationItem !== undefined) {
1174
+ this.materials.addGeometryMapping(representationItem.localID, surfaceStyleID);
1175
+ }
1176
+ else if (from.Item !== null) {
1177
+ this.materials.addGeometryMapping(from.Item.localID, surfaceStyleID);
1178
+ if (mappedItem !== void 0) {
1179
+ this.materials.addGeometryMapping(mappedItem.localID, surfaceStyleID);
1180
+ }
1181
+ }
1182
+ return surfaceStyleID;
1183
+ }
1184
+ /**
1185
+ *
1186
+ * @param from ifc type to extract
1187
+ * @param temporary is geometry temporary
1188
+ * @param isRelVoid is it a relative void
1189
+ */
1190
+ extractSweptDiskSolid(from, temporary = false, isRelVoid = false) {
1191
+ const directrix = this.extractCurve(from.Directrix);
1192
+ if (!directrix) {
1193
+ Logger.error(`Directrix extraction failed for IFCSWEPTDISKSOLID, expressID:
1194
+ ${from.expressID}`);
1195
+ return;
1196
+ }
1197
+ const radius = from.Radius;
1198
+ const innerRadius = from.InnerRadius || -1;
1199
+ const startParam = from.StartParam || -1;
1200
+ const endParam = from.EndParam || -1;
1201
+ const closed = false;
1202
+ const parameters = {
1203
+ directrix,
1204
+ radius,
1205
+ innerRadius,
1206
+ startParam,
1207
+ endParam,
1208
+ closed,
1209
+ circleSegments: this.circleSegments,
1210
+ scalingFactor: this.linearScalingFactor,
1211
+ };
1212
+ const geometry = this.conwayModel.getSweptDiskSolid(parameters);
1213
+ const canonicalMesh = {
1214
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
1215
+ geometry,
1216
+ localID: from.localID,
1217
+ model: this.model,
1218
+ temporary,
1219
+ };
1220
+ // add mesh to the list of mesh objects
1221
+ if (!isRelVoid) {
1222
+ this.model.geometry.add(canonicalMesh);
1223
+ }
1224
+ else {
1225
+ this.model.voidGeometry.add(canonicalMesh);
1226
+ }
1227
+ }
1228
+ /**
1229
+ *
1230
+ * @param from
1231
+ * @param temporary
1232
+ */
1233
+ extractHalfspaceSolid(from, temporary = false, isRelVoid = false) {
1234
+ if (from.BaseSurface instanceof IfcPlane) {
1235
+ const paramsAxis2Placement3D = this.extractAxis2Placement3D(from.BaseSurface.Position, from.localID, true);
1236
+ const axis2PlacementTransform = this.conwayModel
1237
+ .getAxis2Placement3D(paramsAxis2Placement3D);
1238
+ // get geometry
1239
+ const parameters = {
1240
+ flipWinding: from.AgreementFlag,
1241
+ optionalLinearScalingFactor: this.linearScalingFactor,
1242
+ };
1243
+ const geometry = this.conwayModel.getHalfSpaceSolid(parameters);
1244
+ // apply transform
1245
+ if (axis2PlacementTransform !== void 0) {
1246
+ geometry.applyTransform(axis2PlacementTransform);
1247
+ }
1248
+ const canonicalMesh = {
1249
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
1250
+ geometry: geometry,
1251
+ localID: from.localID,
1252
+ model: this.model,
1253
+ temporary: temporary,
1254
+ };
1255
+ // add mesh to the list of mesh objects
1256
+ if (!isRelVoid) {
1257
+ this.model.geometry.add(canonicalMesh);
1258
+ }
1259
+ else {
1260
+ this.model.voidGeometry.add(canonicalMesh);
1261
+ }
1262
+ }
1263
+ }
1264
+ /**
1265
+ *
1266
+ * @param from
1267
+ * @param temporary
1268
+ */
1269
+ extractPolygonalBoundedHalfSpace(from, temporary = false, isRelVoid = false) {
1270
+ // TODO(nickcastel50):unfinished - not needed at the moment -
1271
+ // also pass this.linearScalingFactor in parameters
1272
+ // extract position
1273
+ let axis2PlacementTransform = (void 0);
1274
+ const paramsAxis2Placement3D = this.extractAxis2Placement3D(from.Position, from.localID, true);
1275
+ axis2PlacementTransform = this.conwayModel
1276
+ .getAxis2Placement3D(paramsAxis2Placement3D);
1277
+ const surface = from.BaseSurface;
1278
+ const curve = from.PolygonalBoundary;
1279
+ const agreement = from.AgreementFlag;
1280
+ // add face to geometry
1281
+ const nativeSurface = (new (this.wasmModule.IfcSurface));
1282
+ const nativeCurve = this.extractCurve(curve);
1283
+ this.extractSurface(surface, nativeSurface);
1284
+ const parameters = {
1285
+ scaleFactor: this.linearScalingFactor,
1286
+ agreement: agreement,
1287
+ curve: nativeCurve,
1288
+ surface: nativeSurface,
1289
+ position: axis2PlacementTransform,
1290
+ };
1291
+ const geometry = this.wasmModule.getPolygonalBoundedHalfspace(parameters);
1292
+ // apply transform
1293
+ if (axis2PlacementTransform !== void 0) {
1294
+ geometry.applyTransform(axis2PlacementTransform);
1295
+ }
1296
+ // const _outputFilePath = `${from.expressID}_${EntityTypesIfc[from.type]}.obj`
1297
+ // this.dumpGeometry(_outputFilePath, geometry)
1298
+ const canonicalMesh = {
1299
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
1300
+ geometry: geometry,
1301
+ localID: from.localID,
1302
+ model: this.model,
1303
+ temporary: temporary,
1304
+ };
1305
+ // add mesh to the list of mesh objects
1306
+ if (!isRelVoid) {
1307
+ this.model.geometry.add(canonicalMesh);
1308
+ }
1309
+ else {
1310
+ this.model.voidGeometry.add(canonicalMesh);
1311
+ }
1312
+ }
1313
+ /**
1314
+ *
1315
+ * @param from
1316
+ * @param temporary
1317
+ */
1318
+ extractExtrudedAreaSolid(from, temporary = false, isRelVoid = false) {
1319
+ let axis2PlacementTransform = (void 0);
1320
+ const position = from.Position;
1321
+ if (position !== null) {
1322
+ const paramsAxis2Placement3D = this.extractAxis2Placement3D(position, position.localID, true);
1323
+ axis2PlacementTransform = this.conwayModel
1324
+ .getAxis2Placement3D(paramsAxis2Placement3D);
1325
+ }
1326
+ const profile = this.extractProfile(from.SweptArea);
1327
+ if (profile !== void 0 && profile.nativeProfile !== void 0) {
1328
+ const dir = {
1329
+ x: from.ExtrudedDirection.DirectionRatios[0],
1330
+ y: from.ExtrudedDirection.DirectionRatios[1],
1331
+ z: from.ExtrudedDirection.DirectionRatios[2],
1332
+ };
1333
+ // get geometry
1334
+ const parameters = {
1335
+ depth: from.Depth,
1336
+ dir: dir,
1337
+ profile: profile.nativeProfile,
1338
+ };
1339
+ const geometry = this.conwayModel.getExtrudedAreaSolid(parameters);
1340
+ // apply transform
1341
+ if (axis2PlacementTransform !== void 0) {
1342
+ geometry.applyTransform(axis2PlacementTransform);
1343
+ }
1344
+ // const _outputFilePath = `${from.expressID}_${EntityTypesIfc[from.type]}.obj`
1345
+ // this.dumpGeometry(_outputFilePath, geometry)
1346
+ const canonicalMesh = {
1347
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
1348
+ geometry: geometry,
1349
+ localID: from.localID,
1350
+ model: this.model,
1351
+ temporary: temporary,
1352
+ };
1353
+ // add mesh to the list of mesh objects
1354
+ if (!isRelVoid) {
1355
+ this.model.geometry.add(canonicalMesh);
1356
+ }
1357
+ else {
1358
+ this.model.voidGeometry.add(canonicalMesh);
1359
+ }
1360
+ }
1361
+ else {
1362
+ Logger.error(`Couldn't parse profile,
1363
+ expressID: ${from.SweptArea.expressID} type: ${EntityTypesIfc[from.SweptArea.type]}`);
1364
+ }
1365
+ }
1366
+ /**
1367
+ * Extract a canonical profile from a profile definition.
1368
+ *
1369
+ * @param from The profile definition to extract from.
1370
+ * @return {CanonicalProfile | undefined} The extracted profile,
1371
+ * or undefined if one cannot be extracted.
1372
+ */
1373
+ extractProfile(from) {
1374
+ const foundProfile = this.model.profiles.getByLocalID(from.localID);
1375
+ if (foundProfile !== void 0) {
1376
+ // we already have this profile, return it and exit
1377
+ return foundProfile;
1378
+ }
1379
+ let profile;
1380
+ if (from instanceof IfcArbitraryProfileDefWithVoids) {
1381
+ const outerCurve = from.OuterCurve;
1382
+ if (outerCurve instanceof IfcCompositeCurve) {
1383
+ const compositeCurve = this.extractCompositeCurve(outerCurve, undefined, true);
1384
+ const holesArray = this.nativeVectorCurve();
1385
+ if (compositeCurve !== void 0) {
1386
+ for (let holeIndex = 0; holeIndex < from.InnerCurves.length; ++holeIndex) {
1387
+ const holeCurve = from.InnerCurves[holeIndex];
1388
+ if (holeCurve instanceof IfcCompositeCurve) {
1389
+ const compositeCurve_ = this.extractCompositeCurve(holeCurve, undefined, true);
1390
+ if (compositeCurve_ !== void 0) {
1391
+ holesArray.push_back(compositeCurve_);
1392
+ }
1393
+ }
1394
+ else {
1395
+ const curveObject = this.extractCurve(holeCurve);
1396
+ if (curveObject !== void 0) {
1397
+ holesArray.push_back(curveObject);
1398
+ }
1399
+ }
1400
+ }
1401
+ profile = {
1402
+ localID: from.localID,
1403
+ curve: compositeCurve,
1404
+ holes: holesArray,
1405
+ profiles: (void 0),
1406
+ nativeProfile: (void 0),
1407
+ };
1408
+ }
1409
+ }
1410
+ else {
1411
+ const curveObject = this.extractCurve(outerCurve);
1412
+ if (curveObject !== void 0) {
1413
+ const holesArray = this.nativeVectorCurve();
1414
+ for (let holeIndex = 0; holeIndex < from.InnerCurves.length; ++holeIndex) {
1415
+ const holeCurve = from.InnerCurves[holeIndex];
1416
+ if (holeCurve instanceof IfcCompositeCurve) {
1417
+ const compositeCurve = this.extractCompositeCurve(holeCurve, undefined, true);
1418
+ if (compositeCurve !== void 0) {
1419
+ holesArray.push_back(compositeCurve);
1420
+ }
1421
+ }
1422
+ else {
1423
+ const curveObject_ = this.extractCurve(holeCurve);
1424
+ if (curveObject_ !== void 0) {
1425
+ holesArray.push_back(curveObject_);
1426
+ }
1427
+ }
1428
+ }
1429
+ profile = {
1430
+ localID: from.localID,
1431
+ curve: curveObject,
1432
+ holes: holesArray,
1433
+ profiles: (void 0),
1434
+ nativeProfile: (void 0),
1435
+ };
1436
+ }
1437
+ }
1438
+ }
1439
+ else if (from instanceof IfcArbitraryClosedProfileDef ||
1440
+ from instanceof IfcArbitraryOpenProfileDef) {
1441
+ const profileCurve = from instanceof IfcArbitraryClosedProfileDef ? from.OuterCurve : from.Curve;
1442
+ if (profileCurve instanceof IfcCompositeCurve) {
1443
+ const compositeCurve = this.extractCompositeCurve(profileCurve, void 0, from instanceof IfcArbitraryClosedProfileDef);
1444
+ const holesArray = this.nativeVectorCurve();
1445
+ if (compositeCurve !== void 0) {
1446
+ profile = {
1447
+ localID: from.localID,
1448
+ curve: compositeCurve,
1449
+ holes: holesArray,
1450
+ };
1451
+ }
1452
+ }
1453
+ else {
1454
+ const curveObject = this.extractCurve(profileCurve);
1455
+ if (curveObject !== void 0) {
1456
+ const holesArray = this.nativeVectorCurve();
1457
+ profile = {
1458
+ localID: from.localID,
1459
+ curve: curveObject,
1460
+ holes: holesArray,
1461
+ };
1462
+ }
1463
+ }
1464
+ }
1465
+ else if (from instanceof IfcEllipseProfileDef) {
1466
+ const curveObject = this.extractEllipseProfileCurve(from);
1467
+ if (curveObject !== void 0) {
1468
+ if (!curveObject.isCCW()) {
1469
+ curveObject.invert();
1470
+ }
1471
+ const holesArray = this.nativeVectorCurve();
1472
+ profile = {
1473
+ localID: from.localID,
1474
+ curve: curveObject,
1475
+ holes: holesArray,
1476
+ };
1477
+ }
1478
+ }
1479
+ else if (from instanceof IfcCircleProfileDef) {
1480
+ const curveObject = this.extractCircleCurve(from);
1481
+ if (curveObject !== void 0) {
1482
+ if (!curveObject.isCCW()) {
1483
+ curveObject.invert();
1484
+ }
1485
+ const holesArray = this.nativeVectorCurve();
1486
+ if (from instanceof IfcCircleHollowProfileDef) {
1487
+ const holeCurve = this.extractCircleHollowHoleCurve(from);
1488
+ if (holeCurve !== void 0) {
1489
+ holesArray.push_back(holeCurve);
1490
+ }
1491
+ }
1492
+ profile = {
1493
+ localID: from.localID,
1494
+ curve: curveObject,
1495
+ holes: holesArray,
1496
+ };
1497
+ }
1498
+ }
1499
+ else if (from instanceof IfcCompositeProfileDef) {
1500
+ const holesArray = this.nativeVectorCurve();
1501
+ profile = {
1502
+ localID: from.localID,
1503
+ curve: (void 0),
1504
+ holes: holesArray,
1505
+ };
1506
+ const profiles = [];
1507
+ for (let profileIndex = 0; profileIndex < from.Profiles.length; ++profileIndex) {
1508
+ const profile_ = this.extractProfile(from.Profiles[profileIndex]);
1509
+ if (profile_ !== void 0) {
1510
+ profiles.push(profile_);
1511
+ }
1512
+ }
1513
+ profile.profiles = profiles;
1514
+ }
1515
+ else if (from instanceof IfcRectangleProfileDef) {
1516
+ const curveObject = this.extractRectangleCurve(from);
1517
+ if (curveObject !== void 0) {
1518
+ const holesArray = this.nativeVectorCurve();
1519
+ if (from instanceof IfcRectangleHollowProfileDef) {
1520
+ const holeCurve = this.extractRectangleHollowHoleCurve(from);
1521
+ if (holeCurve !== void 0) {
1522
+ holesArray.push_back(holeCurve);
1523
+ }
1524
+ }
1525
+ profile = {
1526
+ localID: from.localID,
1527
+ curve: curveObject,
1528
+ holes: holesArray,
1529
+ };
1530
+ }
1531
+ }
1532
+ else if (from instanceof IfcCShapeProfileDef) {
1533
+ const curveObject = this.extractCShapeCurve(from);
1534
+ if (curveObject !== void 0) {
1535
+ const holesArray = this.nativeVectorCurve();
1536
+ profile = {
1537
+ localID: from.localID,
1538
+ curve: curveObject,
1539
+ holes: holesArray,
1540
+ };
1541
+ }
1542
+ }
1543
+ else if (from instanceof IfcIShapeProfileDef) {
1544
+ const curveObject = this.extractIShapeCurve(from);
1545
+ if (curveObject !== void 0) {
1546
+ const holesArray = this.nativeVectorCurve();
1547
+ profile = {
1548
+ localID: from.localID,
1549
+ curve: curveObject,
1550
+ holes: holesArray,
1551
+ };
1552
+ }
1553
+ }
1554
+ else if (from instanceof IfcLShapeProfileDef) {
1555
+ const curveObject = this.extractLShapeCurve(from);
1556
+ if (curveObject !== void 0) {
1557
+ const holesArray = this.nativeVectorCurve();
1558
+ profile = {
1559
+ localID: from.localID,
1560
+ curve: curveObject,
1561
+ holes: holesArray,
1562
+ };
1563
+ }
1564
+ }
1565
+ else if (from instanceof IfcTShapeProfileDef) {
1566
+ const curveObject = this.extractTShapeCurve(from);
1567
+ if (curveObject !== void 0) {
1568
+ const holesArray = this.nativeVectorCurve();
1569
+ profile = {
1570
+ localID: from.localID,
1571
+ curve: curveObject,
1572
+ holes: holesArray,
1573
+ };
1574
+ }
1575
+ }
1576
+ else if (from instanceof IfcUShapeProfileDef) {
1577
+ const curveObject = this.extractUShapeCurve(from);
1578
+ if (curveObject !== void 0) {
1579
+ const holesArray = this.nativeVectorCurve();
1580
+ profile = {
1581
+ localID: from.localID,
1582
+ curve: curveObject,
1583
+ holes: holesArray,
1584
+ };
1585
+ }
1586
+ }
1587
+ else if (from instanceof IfcZShapeProfileDef) {
1588
+ const curveObject = this.extractZShapeCurve(from);
1589
+ if (curveObject !== void 0) {
1590
+ const holesArray = this.nativeVectorCurve();
1591
+ profile = {
1592
+ localID: from.localID,
1593
+ curve: curveObject,
1594
+ holes: holesArray,
1595
+ };
1596
+ }
1597
+ }
1598
+ else if (from instanceof IfcDerivedProfileDef) {
1599
+ const canonicalProfileParent = this.extractProfile(from.ParentProfile);
1600
+ if (canonicalProfileParent?.nativeProfile !== void 0) {
1601
+ const transformation = this.extractCartesianTransformOperator2D(from.Operator); // glm::dmat3
1602
+ const paramsTransformProfile = this.paramsTransformProfilePool.acquire();
1603
+ paramsTransformProfile.transformation = transformation;
1604
+ paramsTransformProfile.profile = canonicalProfileParent.nativeProfile;
1605
+ const newNativeProfile = this.conwayModel.transformProfile(paramsTransformProfile);
1606
+ profile = {
1607
+ localID: from.localID,
1608
+ curve: newNativeProfile.getCurve(),
1609
+ holes: newNativeProfile.getHoles(),
1610
+ nativeProfile: newNativeProfile,
1611
+ profiles: canonicalProfileParent.profiles,
1612
+ };
1613
+ // Check if profile is already in the model's profiles
1614
+ const existingProfile = this.model.profiles.getByLocalID(profile.localID);
1615
+ if (!existingProfile) {
1616
+ // If profile is not already in the model's profiles, add it
1617
+ this.model.profiles.add(profile);
1618
+ }
1619
+ this.paramsTransformProfilePool.release(paramsTransformProfile);
1620
+ return profile;
1621
+ }
1622
+ else {
1623
+ Logger.error(`IfcDerivedProfileDef not parsed properly, express ID: ${from.expressID}`);
1624
+ }
1625
+ }
1626
+ else {
1627
+ Logger.warning(`Unsupported Profile! Type:
1628
+ ${EntityTypesIfc[from.type]} expressID: ${from.expressID}`);
1629
+ }
1630
+ // add profile to the list of profile objects
1631
+ let isComposite = false;
1632
+ if (profile !== void 0) {
1633
+ if (profile.profiles !== void 0 && profile.profiles.length > 0) {
1634
+ isComposite = true;
1635
+ const profilesArray = this.nativeVectorProfile(profile.profiles.length);
1636
+ if (!profile.curve) {
1637
+ // create a blank curve for a composite profile
1638
+ profile.curve = new this.wasmModule.IfcCurve;
1639
+ }
1640
+ // we must create a native profile for each profile
1641
+ for (let profileIndex = 0; profileIndex < profile.profiles.length; ++profileIndex) {
1642
+ const profilesArrayCurrent = this.nativeVectorProfile();
1643
+ const parameters = {
1644
+ curve: profile.profiles[profileIndex].curve,
1645
+ // TODO(nickcastel50): support profiles with holes (out of scope at the moment)
1646
+ holes: profile.profiles[profileIndex].holes,
1647
+ isConvex: false,
1648
+ isComposite: false,
1649
+ profiles: profilesArrayCurrent,
1650
+ };
1651
+ profile.profiles[profileIndex].nativeProfile =
1652
+ this.conwayModel.createNativeIfcProfile(parameters);
1653
+ profilesArray.set(profileIndex, profile.profiles[profileIndex].nativeProfile);
1654
+ }
1655
+ // create native IfcProfile vector
1656
+ const parameters = {
1657
+ curve: profile.curve,
1658
+ // TODO(nickcastel50): support profiles with holes (out of scope at the moment)
1659
+ holes: profile.holes,
1660
+ isConvex: false,
1661
+ isComposite: isComposite,
1662
+ profiles: profilesArray,
1663
+ };
1664
+ profile.nativeProfile = this.conwayModel.createNativeIfcProfile(parameters);
1665
+ }
1666
+ else {
1667
+ const profilesArray = this.nativeVectorProfile();
1668
+ const parameters = {
1669
+ curve: profile.curve,
1670
+ // TODO(nickcastel50): support profiles with holes (out of scope at the moment)
1671
+ holes: profile.holes,
1672
+ isConvex: false,
1673
+ isComposite: isComposite,
1674
+ profiles: profilesArray,
1675
+ };
1676
+ profile.nativeProfile = this.conwayModel.createNativeIfcProfile(parameters);
1677
+ }
1678
+ // Check if profile is already in the model's profiles
1679
+ const existingProfile = this.model.profiles.getByLocalID(profile.localID);
1680
+ if (!existingProfile) {
1681
+ // If profile is not already in the model's profiles, add it
1682
+ this.model.profiles.add(profile);
1683
+ }
1684
+ }
1685
+ return profile;
1686
+ }
1687
+ /**
1688
+ * Extracts a C-shape curve from an IFC C-shape profile definition.
1689
+ *
1690
+ * @param from The IFC C-shape profile definition to extract the curve from.
1691
+ * @return {CurveObject} A CurveObject representing the C-shape curve,
1692
+ * or undefined if not extractable.
1693
+ */
1694
+ extractCShapeCurve(from) {
1695
+ if (from.Position !== null) {
1696
+ const placement2D = this.extractAxis2Placement2D(from.Position);
1697
+ const paramsGetCShapeCurve = {
1698
+ hasPlacement: true,
1699
+ placement: placement2D,
1700
+ hasFillet: false,
1701
+ // hasFillet: (from.InternalFilletRadius !== null),
1702
+ depth: from.Depth,
1703
+ width: from.Width,
1704
+ thickness: from.WallThickness,
1705
+ girth: from.Girth,
1706
+ filletRadius: (from.InternalFilletRadius !== null) ? from.InternalFilletRadius : 0,
1707
+ };
1708
+ const ifcCurve = this.conwayModel.getCShapeCurve(paramsGetCShapeCurve);
1709
+ paramsGetCShapeCurve.placement.delete();
1710
+ return ifcCurve;
1711
+ }
1712
+ else {
1713
+ const paramsGetCShapeCurve = {
1714
+ hasPlacement: false,
1715
+ placement: this.identity2DNativeMatrix,
1716
+ hasFillet: false,
1717
+ // hasFillet: (from.InternalFilletRadius !== null),
1718
+ depth: from.Depth,
1719
+ width: from.Width,
1720
+ thickness: from.WallThickness,
1721
+ girth: from.Girth,
1722
+ filletRadius: (from.InternalFilletRadius !== null) ? from.InternalFilletRadius : 0,
1723
+ };
1724
+ const ifcCurve = this.conwayModel.getCShapeCurve(paramsGetCShapeCurve);
1725
+ return ifcCurve;
1726
+ }
1727
+ }
1728
+ /**
1729
+ * Extracts an I-shape curve from an IFC I-shape profile definition.
1730
+ *
1731
+ * @param from The IFC I-shape profile definition to extract the curve from.
1732
+ * @return {CurveObject} A CurveObject representing the I-shape curve,
1733
+ * or undefined if not extractable.
1734
+ */
1735
+ extractIShapeCurve(from) {
1736
+ if (from.Position !== null) {
1737
+ const placement2D = this.extractAxis2Placement2D(from.Position);
1738
+ const paramsGetIShapeCurve = {
1739
+ hasPlacement: true,
1740
+ placement: placement2D,
1741
+ hasFillet: (from.FilletRadius !== null),
1742
+ width: from.OverallWidth,
1743
+ depth: from.OverallDepth,
1744
+ webThickness: from.WebThickness,
1745
+ flangeThickness: from.FlangeThickness,
1746
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1747
+ };
1748
+ const ifcCurve = this.conwayModel.getIShapeCurve(paramsGetIShapeCurve);
1749
+ paramsGetIShapeCurve.placement.delete();
1750
+ return ifcCurve;
1751
+ }
1752
+ else {
1753
+ const paramsGetIShapeCurve = {
1754
+ hasPlacement: false,
1755
+ placement: this.identity2DNativeMatrix,
1756
+ hasFillet: (from.FilletRadius !== null),
1757
+ width: from.OverallWidth,
1758
+ depth: from.OverallDepth,
1759
+ webThickness: from.WebThickness,
1760
+ flangeThickness: from.FlangeThickness,
1761
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1762
+ };
1763
+ const ifcCurve = this.conwayModel.getIShapeCurve(paramsGetIShapeCurve);
1764
+ return ifcCurve;
1765
+ }
1766
+ }
1767
+ /**
1768
+ * Extracts an L-shape curve from an IFC L-shape profile definition.
1769
+ *
1770
+ * @param from The IFC L-shape profile definition to extract the curve from.
1771
+ * @return {CurveObject} A CurveObject representing the L-shape curve,
1772
+ * or undefined if not extractable.
1773
+ */
1774
+ extractLShapeCurve(from) {
1775
+ if (from.Position !== null) {
1776
+ const placement2D = this.extractAxis2Placement2D(from.Position);
1777
+ const paramsGetLShapeCurve = {
1778
+ hasPlacement: true,
1779
+ placement: placement2D,
1780
+ hasFillet: (from.FilletRadius !== null),
1781
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1782
+ depth: from.Depth,
1783
+ width: (from.Width !== null) ? from.Width : 0,
1784
+ thickness: from.Thickness,
1785
+ edgeRadius: (from.EdgeRadius !== null) ? from.EdgeRadius : 0,
1786
+ legSlope: (from.LegSlope !== null) ? from.LegSlope : 0,
1787
+ };
1788
+ const ifcCurve = this.conwayModel.getLShapeCurve(paramsGetLShapeCurve);
1789
+ paramsGetLShapeCurve.placement.delete();
1790
+ return ifcCurve;
1791
+ }
1792
+ else {
1793
+ const paramsGetLShapeCurve = {
1794
+ hasPlacement: false,
1795
+ placement: this.identity2DNativeMatrix,
1796
+ hasFillet: (from.FilletRadius !== null),
1797
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1798
+ depth: from.Depth,
1799
+ width: (from.Width !== null) ? from.Width : 0,
1800
+ thickness: from.Thickness,
1801
+ edgeRadius: (from.EdgeRadius !== null) ? from.EdgeRadius : 0,
1802
+ legSlope: (from.LegSlope !== null) ? from.LegSlope : 0,
1803
+ };
1804
+ const ifcCurve = this.conwayModel.getLShapeCurve(paramsGetLShapeCurve);
1805
+ return ifcCurve;
1806
+ }
1807
+ }
1808
+ /**
1809
+ * Extracts a T-shape curve from an IFC T-shape profile definition.
1810
+ *
1811
+ * @param from The IFC T-shape profile definition to extract the curve from.
1812
+ * @return {CurveObject} A CurveObject representing the T-shape curve,
1813
+ * or undefined if not extractable.
1814
+ */
1815
+ extractTShapeCurve(from) {
1816
+ if (from.Position !== null) {
1817
+ const placement2D = this.extractAxis2Placement2D(from.Position);
1818
+ const paramsGetTShapeCurve = {
1819
+ hasPlacement: true,
1820
+ placement: placement2D,
1821
+ hasFillet: (from.FilletRadius !== null),
1822
+ depth: from.Depth,
1823
+ width: from.FlangeWidth,
1824
+ webThickness: from.WebThickness,
1825
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1826
+ flangeEdgeRadius: (from.FlangeEdgeRadius !== null) ? from.FlangeEdgeRadius : 0,
1827
+ flangeScope: (from.FlangeSlope !== null) ? from.FlangeSlope : 0,
1828
+ };
1829
+ const ifcCurve = this.conwayModel.getTShapeCurve(paramsGetTShapeCurve);
1830
+ paramsGetTShapeCurve.placement.delete();
1831
+ return ifcCurve;
1832
+ }
1833
+ else {
1834
+ const paramsGetTShapeCurve = {
1835
+ hasPlacement: false,
1836
+ placement: this.identity2DNativeMatrix,
1837
+ hasFillet: (from.FilletRadius !== null),
1838
+ depth: from.Depth,
1839
+ width: from.FlangeWidth,
1840
+ webThickness: from.WebThickness,
1841
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1842
+ flangeEdgeRadius: (from.FlangeEdgeRadius !== null) ? from.FlangeEdgeRadius : 0,
1843
+ flangeScope: (from.FlangeSlope !== null) ? from.FlangeSlope : 0,
1844
+ };
1845
+ const ifcCurve = this.conwayModel.getTShapeCurve(paramsGetTShapeCurve);
1846
+ return ifcCurve;
1847
+ }
1848
+ }
1849
+ /**
1850
+ * Extracts a U-shape curve from an IFC U-shape profile definition.
1851
+ *
1852
+ * @param from The IFC U-shape profile definition to extract the curve from.
1853
+ * @return {CurveObject} A CurveObject representing the U-shape curve,
1854
+ * or undefined if not extractable.
1855
+ */
1856
+ extractUShapeCurve(from) {
1857
+ if (from.Position !== null) {
1858
+ const placement2D = this.extractAxis2Placement2D(from.Position);
1859
+ const paramsGetUShapeCurve = {
1860
+ hasPlacement: true,
1861
+ placement: placement2D,
1862
+ depth: from.Depth,
1863
+ flangeWidth: from.FlangeWidth,
1864
+ webThickness: from.WebThickness,
1865
+ flangeThickness: from.FlangeThickness,
1866
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1867
+ edgeRadius: (from.EdgeRadius !== null) ? from.EdgeRadius : 0,
1868
+ flangeScope: (from.FlangeSlope !== null) ? from.FlangeSlope : 0,
1869
+ };
1870
+ // TODO: Flesh out U Shape Curve, set to 0 for now
1871
+ paramsGetUShapeCurve.flangeScope = 0;
1872
+ const ifcCurve = this.conwayModel.getUShapeCurve(paramsGetUShapeCurve);
1873
+ paramsGetUShapeCurve.placement.delete();
1874
+ return ifcCurve;
1875
+ }
1876
+ else {
1877
+ const paramsGetUShapeCurve = {
1878
+ hasPlacement: false,
1879
+ placement: this.identity2DNativeMatrix,
1880
+ depth: from.Depth,
1881
+ flangeWidth: from.FlangeWidth,
1882
+ webThickness: from.WebThickness,
1883
+ flangeThickness: from.FlangeThickness,
1884
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1885
+ edgeRadius: (from.EdgeRadius !== null) ? from.EdgeRadius : 0,
1886
+ flangeScope: (from.FlangeSlope !== null) ? from.FlangeSlope : 0,
1887
+ };
1888
+ const ifcCurve = this.conwayModel.getUShapeCurve(paramsGetUShapeCurve);
1889
+ return ifcCurve;
1890
+ }
1891
+ }
1892
+ /**
1893
+ * Extracts a Z-shape curve from an IFC Z-shape profile definition.
1894
+ *
1895
+ * @param from The IFC Z-shape profile definition to extract the curve from.
1896
+ * @return {CurveObject} A CurveObject representing the Z-shape curve,
1897
+ * or undefined if not extractable.
1898
+ */
1899
+ extractZShapeCurve(from) {
1900
+ if (from.Position !== null) {
1901
+ const placement2D = this.extractAxis2Placement2D(from.Position);
1902
+ const paramsGetZShapeCurve = {
1903
+ hasPlacement: true,
1904
+ placement: placement2D,
1905
+ hasFillet: (from.FilletRadius !== null),
1906
+ depth: from.Depth,
1907
+ flangeWidth: from.FlangeWidth,
1908
+ webThickness: from.WebThickness,
1909
+ flangeThickness: from.FlangeThickness,
1910
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1911
+ edgeRadius: (from.EdgeRadius !== null) ? from.EdgeRadius : 0,
1912
+ };
1913
+ const ifcCurve = this.conwayModel.getZShapeCurve(paramsGetZShapeCurve);
1914
+ paramsGetZShapeCurve.placement.delete();
1915
+ return ifcCurve;
1916
+ }
1917
+ else {
1918
+ const paramsGetZShapeCurve = {
1919
+ hasPlacement: false,
1920
+ placement: this.identity2DNativeMatrix,
1921
+ hasFillet: (from.FilletRadius !== null),
1922
+ depth: from.Depth,
1923
+ flangeWidth: from.FlangeWidth,
1924
+ webThickness: from.WebThickness,
1925
+ flangeThickness: from.FlangeThickness,
1926
+ filletRadius: (from.FilletRadius !== null) ? from.FilletRadius : 0,
1927
+ edgeRadius: (from.EdgeRadius !== null) ? from.EdgeRadius : 0,
1928
+ };
1929
+ const ifcCurve = this.conwayModel.getZShapeCurve(paramsGetZShapeCurve);
1930
+ return ifcCurve;
1931
+ }
1932
+ }
1933
+ /**
1934
+ *
1935
+ * @param from
1936
+ * @return {CurveObject | undefined}
1937
+ */
1938
+ extractCompositeCurve(from, parentSense = true, close = false) {
1939
+ let compositeCurve;
1940
+ for (let i = 0; i < from.Segments.length; i++) {
1941
+ const parentCurve = from.Segments[i].ParentCurve;
1942
+ let currentCurveObject;
1943
+ const sameSense = from.Segments[i].SameSense === parentSense;
1944
+ if (parentCurve instanceof IfcCompositeCurve) {
1945
+ currentCurveObject = this.extractCompositeCurve(parentCurve, true);
1946
+ }
1947
+ else {
1948
+ currentCurveObject = this.extractCurve(from.Segments[i].ParentCurve, true);
1949
+ }
1950
+ if (currentCurveObject !== undefined) {
1951
+ if (!sameSense) {
1952
+ currentCurveObject = currentCurveObject.clone();
1953
+ currentCurveObject.invert();
1954
+ }
1955
+ if (i === 0) {
1956
+ compositeCurve = currentCurveObject;
1957
+ }
1958
+ else if (from.Segments[i].Dim === this.TWO_DIMENSIONS) {
1959
+ for (let j = 0; j < currentCurveObject.getPointsSize(); ++j) {
1960
+ compositeCurve.add2d(currentCurveObject.get2d(j));
1961
+ }
1962
+ }
1963
+ else if (from.Segments[i].Dim === this.THREE_DIMENSIONS) {
1964
+ for (let j = 0; j < currentCurveObject.getPointsSize(); ++j) {
1965
+ compositeCurve.add3d(currentCurveObject.get3d(j));
1966
+ }
1967
+ }
1968
+ }
1969
+ }
1970
+ if (close) {
1971
+ compositeCurve?.add3d(compositeCurve.get3d(0));
1972
+ }
1973
+ return compositeCurve;
1974
+ }
1975
+ /**
1976
+ *
1977
+ * @param from
1978
+ * @return {CurveObject | undefined}
1979
+ */
1980
+ extractCurve(from, parentSense = true, isEdge = false, trimmingArguments = void 0) {
1981
+ let ifcCurve;
1982
+ ifcCurve = this.curves.get(from.localID);
1983
+ if (ifcCurve !== void 0) {
1984
+ return ifcCurve;
1985
+ }
1986
+ if (from instanceof IfcBSplineCurve) {
1987
+ ifcCurve = this.extractBSplineCurve(from, parentSense, isEdge);
1988
+ if (trimmingArguments !== void 0) {
1989
+ // invert curve
1990
+ Logger.info('inverting curve');
1991
+ ifcCurve.invert();
1992
+ }
1993
+ // Logger.info(`Curve type: ${EntityTypesIfc[from.type]} - express ID: ${from.expressID}`)
1994
+ /* for (let i = 0; i < ifcCurve.getPointsSize(); ++i) {
1995
+ if (from.Degree === 2) {
1996
+ const pt_ = ifcCurve.get2d(i)
1997
+ Logger.info(`Point ${i}: x: ${pt_.x}, y: ${pt_.y}, z: ${pt_.z}`)
1998
+ }
1999
+ }*/
2000
+ }
2001
+ else if (from instanceof IfcTrimmedCurve) {
2002
+ ifcCurve = this.extractIfcTrimmedCurve(from, parentSense);
2003
+ if (ifcCurve !== void 0) {
2004
+ if (!ifcCurve.isCCW()) {
2005
+ ifcCurve.invert();
2006
+ }
2007
+ }
2008
+ }
2009
+ else if (from instanceof IfcPolyline) {
2010
+ ifcCurve = this.extractIfcPolyline(from, parentSense, isEdge);
2011
+ if (ifcCurve !== void 0) {
2012
+ if (trimmingArguments?.exist || !ifcCurve.isCCW()) {
2013
+ ifcCurve.invert();
2014
+ }
2015
+ }
2016
+ }
2017
+ else if (from instanceof IfcIndexedPolyCurve) {
2018
+ ifcCurve = this.extractIndexedPolyCurve(from);
2019
+ if (ifcCurve !== void 0) {
2020
+ if (!ifcCurve.isCCW()) {
2021
+ ifcCurve.invert();
2022
+ }
2023
+ }
2024
+ }
2025
+ else if (from instanceof IfcCircle) {
2026
+ ifcCurve = this.extractIfcCircle(from, parentSense);
2027
+ if (ifcCurve !== void 0) {
2028
+ if (!ifcCurve.isCCW()) {
2029
+ ifcCurve.invert();
2030
+ }
2031
+ }
2032
+ }
2033
+ else if (from instanceof IfcCompositeCurve) {
2034
+ ifcCurve = this.extractCompositeCurve(from, parentSense);
2035
+ if (ifcCurve !== void 0) {
2036
+ if (!ifcCurve.isCCW()) {
2037
+ ifcCurve.invert();
2038
+ }
2039
+ }
2040
+ }
2041
+ if (ifcCurve === void 0) {
2042
+ Logger.warning(`Unsupported Curve! Type: ${EntityTypesIfc[from.type]}`);
2043
+ return;
2044
+ }
2045
+ this.curves.add(from.localID, ifcCurve);
2046
+ return ifcCurve;
2047
+ }
2048
+ /**
2049
+ * Exctact a BSpline Curve
2050
+ *
2051
+ * @param from The bspline curve, potentially with knots/rational.
2052
+ * @return {CurveObject} The constructed curve object.
2053
+ */
2054
+ extractBSplineCurve(from, parentSense = true, isEdge = false) {
2055
+ // Logger.info(`express ID: ${from.expressID} degree === ${from.Degree}`)
2056
+ // degree is NOT dimensions (NC)
2057
+ let dimensions = 3;
2058
+ if (from.ControlPointsList.length > 0) {
2059
+ dimensions = from.ControlPointsList[0].Dim;
2060
+ }
2061
+ const params = {
2062
+ dimensions: dimensions,
2063
+ degree: from.Degree,
2064
+ points2: this.nativeVectorGlmdVec2(),
2065
+ points3: this.nativeVectorGlmdVec3(),
2066
+ knots: this.conwayModel.nativeVectorDouble(),
2067
+ weights: this.conwayModel.nativeVectorDouble(),
2068
+ senseAgreement: parentSense,
2069
+ isEdge: isEdge,
2070
+ };
2071
+ // eslint-disable-next-line no-magic-numbers
2072
+ if (dimensions === 2) {
2073
+ const outputPoints = params.points2;
2074
+ for (const point of from.ControlPointsList) {
2075
+ const coords = point.Coordinates;
2076
+ outputPoints.push_back({ x: coords[0], y: coords[1] });
2077
+ }
2078
+ }
2079
+ else {
2080
+ const outputPoints = params.points3;
2081
+ // Logger.info(`express ID: ${from.expressID} controlPointsList: ${from.ControlPointsList}`)
2082
+ for (const point of from.ControlPointsList) {
2083
+ // eslint-disable-next-line no-magic-numbers
2084
+ if (point.Dim !== 3) {
2085
+ continue;
2086
+ }
2087
+ const coords = point.Coordinates;
2088
+ // Logger.info(`express ID: ${from.expressID} - coords: ${coords}`)
2089
+ outputPoints.push_back({ x: coords[0], y: coords[1], z: coords[2] });
2090
+ }
2091
+ }
2092
+ if (from instanceof IfcBSplineCurveWithKnots) {
2093
+ const knots = params.knots;
2094
+ for (let knotIndex = 0; knotIndex < from.Knots.length; ++knotIndex) {
2095
+ const knot = from.Knots[knotIndex];
2096
+ for (let knotMultiplicityIndex = 0; knotMultiplicityIndex < from.KnotMultiplicities[knotIndex]; ++knotMultiplicityIndex) {
2097
+ knots.push_back(knot);
2098
+ }
2099
+ }
2100
+ if (from instanceof IfcRationalBSplineCurveWithKnots) {
2101
+ const outputWeights = params.weights;
2102
+ for (const weight of from.WeightsData) {
2103
+ outputWeights.push_back(weight);
2104
+ }
2105
+ }
2106
+ else {
2107
+ // create default weights
2108
+ const outputWeights = params.weights;
2109
+ if (dimensions === this.TWO_DIMENSIONS) {
2110
+ for (let weightIndex = 0; weightIndex < params.points2.size(); ++weightIndex) {
2111
+ outputWeights.push_back(1.0);
2112
+ }
2113
+ }
2114
+ else if (dimensions === this.THREE_DIMENSIONS) {
2115
+ for (let weightIndex = 0; weightIndex < params.points3.size(); ++weightIndex) {
2116
+ outputWeights.push_back(1.0);
2117
+ }
2118
+ }
2119
+ }
2120
+ }
2121
+ else {
2122
+ // This is just a IfcBsplineCurve, build default parameter lists
2123
+ // eslint-disable-next-line no-lonely-if
2124
+ if (dimensions === this.TWO_DIMENSIONS) {
2125
+ // build default knots
2126
+ const outputKnots = params.knots;
2127
+ for (let pointIndex = 0; pointIndex < params.points2.size() + params.degree + 1; ++pointIndex) {
2128
+ outputKnots.push_back(pointIndex);
2129
+ }
2130
+ const outputWeights = params.weights;
2131
+ for (let pointIndex = 0; pointIndex < params.points2.size(); ++pointIndex) {
2132
+ outputWeights.push_back(1.0);
2133
+ }
2134
+ }
2135
+ else if (dimensions === this.THREE_DIMENSIONS) {
2136
+ // build default knots
2137
+ const outputKnots = params.knots;
2138
+ for (let pointIndex = 0; pointIndex < params.points3.size() + params.degree + 1; ++pointIndex) {
2139
+ outputKnots.push_back(pointIndex);
2140
+ }
2141
+ const outputWeights = params.weights;
2142
+ for (let pointIndex = 0; pointIndex < params.points3.size(); ++pointIndex) {
2143
+ outputWeights.push_back(1.0);
2144
+ }
2145
+ }
2146
+ }
2147
+ const curveObject = this.conwayModel.getBSplineCurve(params);
2148
+ return curveObject;
2149
+ }
2150
+ /* eslint-disable default-param-last */
2151
+ /**
2152
+ * Extract a IfcLine curve
2153
+ *
2154
+ * @param from - IfcLine
2155
+ * @param parentSense - sense agreement
2156
+ * @param isEdge - is curve an edge curve
2157
+ * @param parametersTrimmedCurve - trimmed curve parameters
2158
+ * @return {CurveObject} The constructed curve object.
2159
+ */
2160
+ extractIfcLine(from, parentSense = true, isEdge = false, parametersTrimmedCurve) {
2161
+ parametersTrimmedCurve ??= {
2162
+ masterRepresentation: 0,
2163
+ dimensions: 0,
2164
+ senseAgreement: true,
2165
+ trim1Cartesian2D: undefined,
2166
+ trim1Cartesian3D: undefined,
2167
+ trim1Double: 0,
2168
+ trim2Cartesian2D: undefined,
2169
+ trim2Cartesian3D: undefined,
2170
+ trim2Double: 0,
2171
+ trimExists: false,
2172
+ };
2173
+ // This potentially mutates a paremeter, but the trimming parameters should always be
2174
+ // specific to this single curve. - CS
2175
+ parametersTrimmedCurve.senseAgreement = parametersTrimmedCurve.senseAgreement === parentSense;
2176
+ let cartesianPoint2D = { x: 0, y: 0 };
2177
+ let cartesianPoint3D = { x: 0, y: 0, z: 0 };
2178
+ let vectorOrientation = { x: 0, y: 0, z: 0 };
2179
+ const cartesianPointArray = from.Pnt.Coordinates;
2180
+ if (from.Dim === this.TWO_DIMENSIONS) {
2181
+ cartesianPoint2D = {
2182
+ x: cartesianPointArray[0],
2183
+ y: cartesianPointArray[1],
2184
+ };
2185
+ }
2186
+ else if (from.Dim === this.THREE_DIMENSIONS) {
2187
+ cartesianPoint3D = {
2188
+ x: cartesianPointArray[0],
2189
+ y: cartesianPointArray[1],
2190
+ z: cartesianPointArray[2],
2191
+ };
2192
+ }
2193
+ const vectorDirectionRatios = from.Dir.Orientation.DirectionRatios;
2194
+ vectorOrientation = {
2195
+ x: vectorDirectionRatios[0],
2196
+ y: vectorDirectionRatios[1],
2197
+ z: vectorDirectionRatios[2],
2198
+ };
2199
+ const vectorMagnitude = from.Dir.Magnitude;
2200
+ const parametersIfcCircle = {
2201
+ dimensions: from.Dim,
2202
+ cartesianPoint2D: cartesianPoint2D,
2203
+ cartesianPoint3D: cartesianPoint3D,
2204
+ vectorOrientation: vectorOrientation,
2205
+ vectorMagnitude: vectorMagnitude,
2206
+ isEdge: isEdge,
2207
+ paramsGetIfcTrimmedCurve: parametersTrimmedCurve,
2208
+ };
2209
+ parametersTrimmedCurve.trim1Cartesian2D ??= { x: 0, y: 0 };
2210
+ parametersTrimmedCurve.trim1Cartesian3D ??= { x: 0, y: 0, z: 0 };
2211
+ parametersTrimmedCurve.trim2Cartesian2D ??= { x: 0, y: 0 };
2212
+ parametersTrimmedCurve.trim2Cartesian3D ??= { x: 0, y: 0, z: 0 };
2213
+ const curve = this.conwayModel.getIfcLine(parametersIfcCircle);
2214
+ return curve;
2215
+ }
2216
+ /* eslint-enable default-param-last */
2217
+ /* eslint-disable default-param-last */
2218
+ /**
2219
+ *
2220
+ * @param from
2221
+ * @param parametersTrimmedCurve
2222
+ * @return {CurveObject | undefined}
2223
+ */
2224
+ extractIfcCircle(from, parentSense = true, parametersTrimmedCurve) {
2225
+ parametersTrimmedCurve ??= {
2226
+ masterRepresentation: 0,
2227
+ dimensions: 0,
2228
+ senseAgreement: true,
2229
+ trim1Cartesian2D: undefined,
2230
+ trim1Cartesian3D: undefined,
2231
+ trim1Double: 0,
2232
+ trim2Cartesian2D: undefined,
2233
+ trim2Cartesian3D: undefined,
2234
+ trim2Double: 0,
2235
+ trimExists: false,
2236
+ };
2237
+ // This potentially mutates a paremeter, but the trimming parameters should always be
2238
+ // specific to this single curve. - CS
2239
+ parametersTrimmedCurve.senseAgreement = parametersTrimmedCurve.senseAgreement === parentSense;
2240
+ let axis2Placement2D = void 0; // glmdmat3
2241
+ let axis2Placement3D = void 0; // glmdmat4
2242
+ if (from.Position instanceof IfcAxis2Placement2D) {
2243
+ axis2Placement2D = this.extractAxis2Placement2D(from.Position);
2244
+ axis2Placement3D = (new (this.wasmModule.Glmdmat4));
2245
+ }
2246
+ else {
2247
+ axis2Placement3D = this.conwayModel.getAxis2Placement3D(this.extractAxis2Placement3D(from.Position, from.localID, true));
2248
+ axis2Placement2D = (new (this.wasmModule.Glmdmat3));
2249
+ }
2250
+ const radius = from.Radius;
2251
+ const parametersIfcCircle = {
2252
+ dimensions: from.Dim,
2253
+ axis2Placement2D: axis2Placement2D,
2254
+ axis2Placement3D: axis2Placement3D,
2255
+ radius: radius,
2256
+ radius2: radius,
2257
+ paramsGetIfcTrimmedCurve: parametersTrimmedCurve,
2258
+ };
2259
+ parametersTrimmedCurve.trim1Cartesian2D ??= { x: 0, y: 0 };
2260
+ parametersTrimmedCurve.trim1Cartesian3D ??= { x: 0, y: 0, z: 0 };
2261
+ parametersTrimmedCurve.trim2Cartesian2D ??= { x: 0, y: 0 };
2262
+ parametersTrimmedCurve.trim2Cartesian3D ??= { x: 0, y: 0, z: 0 };
2263
+ const curve = this.conwayModel.getIfcCircle(parametersIfcCircle);
2264
+ return curve;
2265
+ }
2266
+ /* eslint-enable default-param-last */
2267
+ /* eslint-disable default-param-last */
2268
+ /**
2269
+ *
2270
+ * @param from
2271
+ * @param parametersTrimmedCurve
2272
+ * @return {CurveObject | undefined}
2273
+ */
2274
+ extractIfcEllipse(from, parentSense = true, parametersTrimmedCurve) {
2275
+ parametersTrimmedCurve ??= {
2276
+ masterRepresentation: 0,
2277
+ dimensions: 0,
2278
+ senseAgreement: true,
2279
+ trim1Cartesian2D: undefined,
2280
+ trim1Cartesian3D: undefined,
2281
+ trim1Double: 0,
2282
+ trim2Cartesian2D: undefined,
2283
+ trim2Cartesian3D: undefined,
2284
+ trim2Double: 0,
2285
+ trimExists: false,
2286
+ };
2287
+ // This potentially mutates a paremeter, but the trimming parameters should always be
2288
+ // specific to this single curve. - CS
2289
+ parametersTrimmedCurve.senseAgreement = parametersTrimmedCurve.senseAgreement === parentSense;
2290
+ let axis2Placement2D = void 0; // glmdmat3
2291
+ let axis2Placement3D = void 0; // glmdmat4
2292
+ if (from.Position instanceof IfcAxis2Placement2D) {
2293
+ axis2Placement2D = this.extractAxis2Placement2D(from.Position);
2294
+ axis2Placement3D = (new (this.wasmModule.Glmdmat4));
2295
+ }
2296
+ else {
2297
+ axis2Placement3D = this.conwayModel.getAxis2Placement3D(this.extractAxis2Placement3D(from.Position, from.localID, true));
2298
+ axis2Placement2D = (new (this.wasmModule.Glmdmat3));
2299
+ }
2300
+ const parametersIfcCircle = {
2301
+ dimensions: from.Dim,
2302
+ axis2Placement2D: axis2Placement2D,
2303
+ axis2Placement3D: axis2Placement3D,
2304
+ radius: from.SemiAxis1,
2305
+ radius2: from.SemiAxis2,
2306
+ paramsGetIfcTrimmedCurve: parametersTrimmedCurve,
2307
+ };
2308
+ parametersTrimmedCurve.trim1Cartesian2D ??= { x: 0, y: 0 };
2309
+ parametersTrimmedCurve.trim1Cartesian3D ??= { x: 0, y: 0, z: 0 };
2310
+ parametersTrimmedCurve.trim2Cartesian2D ??= { x: 0, y: 0 };
2311
+ parametersTrimmedCurve.trim2Cartesian3D ??= { x: 0, y: 0, z: 0 };
2312
+ const curve = this.conwayModel.getIfcCircle(parametersIfcCircle);
2313
+ return curve;
2314
+ }
2315
+ /* eslint-enable default-param-last */
2316
+ /**
2317
+ *
2318
+ * @param from
2319
+ * @return {CurveObject | undefined}
2320
+ */
2321
+ extractIfcTrimmedCurve(from, parentSense = true, isEdge = false) {
2322
+ let trim1Cartesian2D = { x: 0, y: 0 };
2323
+ let trim1Cartesian3D = { x: 0, y: 0, z: 0 };
2324
+ let trim1Double = 0;
2325
+ let trim2Cartesian2D = { x: 0, y: 0 };
2326
+ let trim2Cartesian3D = { x: 0, y: 0, z: 0 };
2327
+ let trim2Double = 0;
2328
+ // use Cartesian if unspecified
2329
+ if (from.MasterRepresentation === IfcTrimmingPreference.CARTESIAN ||
2330
+ from.MasterRepresentation === IfcTrimmingPreference.UNSPECIFIED) {
2331
+ for (let trimIndex = 0; trimIndex < from.Trim1.length; trimIndex++) {
2332
+ const trim1 = from.Trim1[trimIndex];
2333
+ if (trim1 instanceof IfcCartesianPoint) {
2334
+ if (from.Dim === this.TWO_DIMENSIONS) {
2335
+ trim1Cartesian2D = {
2336
+ x: trim1.Coordinates[0],
2337
+ y: trim1.Coordinates[1],
2338
+ };
2339
+ }
2340
+ else if (from.Dim === this.THREE_DIMENSIONS) {
2341
+ trim1Cartesian3D = {
2342
+ x: trim1.Coordinates[0],
2343
+ y: trim1.Coordinates[1],
2344
+ z: trim1.Coordinates[2],
2345
+ };
2346
+ }
2347
+ break;
2348
+ }
2349
+ }
2350
+ for (let trimIndex = 0; trimIndex < from.Trim2.length; trimIndex++) {
2351
+ const trim2 = from.Trim2[trimIndex];
2352
+ if (trim2 instanceof IfcCartesianPoint) {
2353
+ if (from.Dim === this.TWO_DIMENSIONS) {
2354
+ trim2Cartesian2D = {
2355
+ x: trim2.Coordinates[0],
2356
+ y: trim2.Coordinates[1],
2357
+ };
2358
+ }
2359
+ else if (from.Dim === this.THREE_DIMENSIONS) {
2360
+ trim2Cartesian3D = {
2361
+ x: trim2.Coordinates[0],
2362
+ y: trim2.Coordinates[1],
2363
+ z: trim2.Coordinates[2],
2364
+ };
2365
+ }
2366
+ break;
2367
+ }
2368
+ }
2369
+ }
2370
+ else {
2371
+ // use parameter value
2372
+ for (let trimIndex = 0; trimIndex < from.Trim1.length; trimIndex++) {
2373
+ const trim1 = from.Trim1[trimIndex];
2374
+ if (trim1 instanceof IfcParameterValue) {
2375
+ trim1Double = trim1.Value;
2376
+ break;
2377
+ }
2378
+ }
2379
+ for (let trimIndex = 0; trimIndex < from.Trim2.length; trimIndex++) {
2380
+ const trim2 = from.Trim2[trimIndex];
2381
+ if (trim2 instanceof IfcParameterValue) {
2382
+ trim2Double = trim2.Value;
2383
+ break;
2384
+ }
2385
+ }
2386
+ }
2387
+ const paramsGetIfcTrimmedCurve = {
2388
+ masterRepresentation: from.MasterRepresentation.valueOf(),
2389
+ dimensions: from.Dim,
2390
+ senseAgreement: from.SenseAgreement,
2391
+ trim1Cartesian2D: trim1Cartesian2D,
2392
+ trim1Cartesian3D: trim1Cartesian3D,
2393
+ trim1Double: trim1Double,
2394
+ trim2Cartesian2D: trim2Cartesian2D,
2395
+ trim2Cartesian3D: trim2Cartesian3D,
2396
+ trim2Double: trim2Double,
2397
+ trimExists: true,
2398
+ };
2399
+ const basisCurve = from.BasisCurve;
2400
+ if (basisCurve instanceof IfcCircle) {
2401
+ const curveObject = this.extractIfcCircle(basisCurve, parentSense, paramsGetIfcTrimmedCurve);
2402
+ if (curveObject !== void 0) {
2403
+ return curveObject;
2404
+ }
2405
+ }
2406
+ else if (basisCurve instanceof IfcLine) {
2407
+ const curveObject = this.extractIfcLine(basisCurve, parentSense, isEdge, paramsGetIfcTrimmedCurve);
2408
+ if (curveObject !== void 0) {
2409
+ return curveObject;
2410
+ }
2411
+ }
2412
+ else if (basisCurve instanceof IfcEllipse) {
2413
+ const curveObject = this.extractIfcEllipse(basisCurve, parentSense, paramsGetIfcTrimmedCurve);
2414
+ if (curveObject !== void 0) {
2415
+ return curveObject;
2416
+ }
2417
+ }
2418
+ else {
2419
+ Logger.warning(`Unsupported basis curve type: ${EntityTypesIfc[basisCurve.type]}`);
2420
+ }
2421
+ return undefined;
2422
+ }
2423
+ /**
2424
+ * Efficiently flatten the points into a Float32Array
2425
+ *
2426
+ * @param points - Array of IfcCartesianPoint
2427
+ * @param dimensions - dimensions of points
2428
+ * @return {Float32Array}
2429
+ */
2430
+ flattenPointsToFloat32Array(points, dimensions) {
2431
+ const totalCoordinates = points.length * dimensions;
2432
+ const flatCoordinates = new Float32Array(totalCoordinates);
2433
+ let offset = 0;
2434
+ points.forEach((point) => {
2435
+ flatCoordinates.set(point.Coordinates, offset);
2436
+ offset += point.Coordinates.length; // move the offset by the number of coordinates
2437
+ });
2438
+ return flatCoordinates;
2439
+ }
2440
+ /**
2441
+ *
2442
+ * @param from
2443
+ * @return {CurveObject | undefined }
2444
+ */
2445
+ extractIfcPolyline(from, parentSense = true, isEdge = false) {
2446
+ const points = from.Points;
2447
+ const pointsLength = from.Points.length;
2448
+ const dim = from.Dim;
2449
+ if (pointsLength > 0) {
2450
+ const pointsFlattened = this.flattenPointsToFloat32Array(points, dim);
2451
+ const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
2452
+ const parameters = this.paramsGetPolyCurvePool.acquire();
2453
+ parameters.points = pointsPtr;
2454
+ parameters.pointsLength = pointsLength;
2455
+ parameters.dimensions = dim;
2456
+ parameters.senseAgreement = parentSense;
2457
+ parameters.isEdge = isEdge;
2458
+ const curve = this.conwayModel.getPolyCurve(parameters);
2459
+ this.paramsGetPolyCurvePool.release(parameters);
2460
+ this.wasmModule._free(pointsPtr);
2461
+ return curve;
2462
+ }
2463
+ }
2464
+ /**
2465
+ *
2466
+ * @param from
2467
+ * @return {CurveObject | undefined}
2468
+ */
2469
+ extractRectangleCurve(from) {
2470
+ if (from.Position !== null) {
2471
+ const placement2D = this.extractAxis2Placement2D(from.Position);
2472
+ const paramsGetCircleCurve = {
2473
+ xDim: from.XDim,
2474
+ yDim: from.YDim,
2475
+ hasPlacement: true,
2476
+ matrix: placement2D,
2477
+ thickness: (from instanceof IfcRectangleHollowProfileDef) ? from.WallThickness : -1,
2478
+ };
2479
+ const ifcCurve = this.conwayModel.getRectangleProfileCurve(paramsGetCircleCurve);
2480
+ return ifcCurve;
2481
+ }
2482
+ else {
2483
+ const paramsGetCircleCurve = {
2484
+ xDim: from.XDim,
2485
+ yDim: from.YDim,
2486
+ hasPlacement: false,
2487
+ matrix: (new (this.wasmModule.Glmdmat3)),
2488
+ thickness: (from instanceof IfcRectangleHollowProfileDef) ? from.WallThickness : -1,
2489
+ };
2490
+ const ifcCurve = this.conwayModel.getRectangleProfileCurve(paramsGetCircleCurve);
2491
+ paramsGetCircleCurve.matrix.delete();
2492
+ return ifcCurve;
2493
+ }
2494
+ }
2495
+ /**
2496
+ *
2497
+ * @param from
2498
+ * @return {CurveObject | undefined}
2499
+ */
2500
+ extractRectangleHollowHoleCurve(from) {
2501
+ if (from.Position !== null) {
2502
+ const placement2D = this.extractAxis2Placement2D(from.Position);
2503
+ const paramsGetCircleCurve = {
2504
+ xDim: from.XDim,
2505
+ yDim: from.YDim,
2506
+ hasPlacement: true,
2507
+ matrix: placement2D,
2508
+ thickness: from.WallThickness,
2509
+ };
2510
+ const ifcCurve = this.conwayModel.getRectangleHollowProfileHole(paramsGetCircleCurve);
2511
+ return ifcCurve;
2512
+ }
2513
+ else {
2514
+ const paramsGetCircleCurve = {
2515
+ xDim: from.XDim,
2516
+ yDim: from.YDim,
2517
+ hasPlacement: false,
2518
+ matrix: (new (this.wasmModule.Glmdmat3)),
2519
+ thickness: from.WallThickness,
2520
+ };
2521
+ const ifcCurve = this.conwayModel.getRectangleHollowProfileHole(paramsGetCircleCurve);
2522
+ paramsGetCircleCurve.matrix.delete();
2523
+ return ifcCurve;
2524
+ }
2525
+ }
2526
+ /**
2527
+ * Extract a curve object from a circle profile.
2528
+ *
2529
+ * @param from The circle definition to extract from.
2530
+ * @return {CurveObject | undefined} The extracted circle curve,
2531
+ * or undefined if one cannot be extracted.
2532
+ */
2533
+ extractCircleCurve(from) {
2534
+ if (from.Position !== null) {
2535
+ const placement2D = this.extractAxis2Placement2D(from.Position);
2536
+ const paramsGetCircleCurve = {
2537
+ radius: from.Radius,
2538
+ hasPlacement: true,
2539
+ placement: placement2D,
2540
+ thickness: -1,
2541
+ };
2542
+ const ifcCurve = this.conwayModel.getCircleCurve(paramsGetCircleCurve);
2543
+ return ifcCurve;
2544
+ }
2545
+ else {
2546
+ const paramsGetCircleCurve = {
2547
+ radius: from.Radius,
2548
+ hasPlacement: false,
2549
+ placement: this.identity2DNativeMatrix,
2550
+ thickness: -1,
2551
+ };
2552
+ const ifcCurve = this.conwayModel.getCircleCurve(paramsGetCircleCurve);
2553
+ return ifcCurve;
2554
+ }
2555
+ }
2556
+ /**
2557
+ * Extracts the curve for a circle with a hollow hole from an
2558
+ * IFC circle hollow profile definition.
2559
+ *
2560
+ * @param from The IFC circle hollow profile definition to extract the curve from.
2561
+ * @return {CurveObject} A CurveObject representing the hollow circle curve.
2562
+ */
2563
+ extractCircleHollowHoleCurve(from) {
2564
+ if (from.Position !== null) {
2565
+ const placement2D = this.extractAxis2Placement2D(from.Position);
2566
+ const paramsGetCircleCurve = {
2567
+ radius: from.Radius,
2568
+ hasPlacement: true,
2569
+ placement: placement2D,
2570
+ thickness: from.WallThickness,
2571
+ };
2572
+ const ifcCurve = this.conwayModel.getCircleHoleCurve(paramsGetCircleCurve);
2573
+ return ifcCurve;
2574
+ }
2575
+ else {
2576
+ const paramsGetCircleCurve = {
2577
+ radius: from.Radius,
2578
+ hasPlacement: false,
2579
+ placement: this.identity2DNativeMatrix,
2580
+ thickness: from.WallThickness,
2581
+ };
2582
+ const ifcCurve = this.conwayModel.getCircleHoleCurve(paramsGetCircleCurve);
2583
+ return ifcCurve;
2584
+ }
2585
+ }
2586
+ /**
2587
+ * Extracts the curve for an ellipse from an IFC ellipse profile definition.
2588
+ *
2589
+ * @param from The IFC ellipse profile definition to extract the curve from.
2590
+ * @return {CurveObject} A CurveObject representing the ellipse curve,
2591
+ * or undefined if not extractable.
2592
+ */
2593
+ extractEllipseProfileCurve(from) {
2594
+ if (from.Position !== null) {
2595
+ const placement2D = this.extractAxis2Placement2D(from.Position);
2596
+ const paramsGetEllipseCurve = {
2597
+ radiusX: from.SemiAxis1,
2598
+ radiusY: from.SemiAxis2,
2599
+ hasPlacement: true,
2600
+ placement: placement2D,
2601
+ circleSegments: this.circleSegments,
2602
+ };
2603
+ const ifcCurve = this.conwayModel.getEllipseCurve(paramsGetEllipseCurve);
2604
+ return ifcCurve;
2605
+ }
2606
+ else {
2607
+ const paramsGetEllipseCurve = {
2608
+ radiusX: from.SemiAxis1,
2609
+ radiusY: from.SemiAxis2,
2610
+ hasPlacement: false,
2611
+ placement: this.identity2DNativeMatrix,
2612
+ circleSegments: this.circleSegments,
2613
+ };
2614
+ const ifcCurve = this.conwayModel.getEllipseCurve(paramsGetEllipseCurve);
2615
+ return ifcCurve;
2616
+ }
2617
+ }
2618
+ /**
2619
+ * Extract an indexed poly curve and turn it into a curve object.
2620
+ *
2621
+ * @param from - IfcIndexedPolyCurve to process
2622
+ * @return {CurveObject | undefined} The extracted curve or undefined if it
2623
+ * can't be extracted.
2624
+ */
2625
+ extractIndexedPolyCurve(from) {
2626
+ if (from.Points instanceof IfcCartesianPointList3D) {
2627
+ Logger.error('IfcCartesianPointList3D not supported in IfcIndexedPolycurve.');
2628
+ return;
2629
+ }
2630
+ // initialize new segment vector
2631
+ const segmentVector = this.nativeSegmentVector();
2632
+ if (from.Segments !== null) {
2633
+ for (let i = 0; i < from.Segments.length; i++) {
2634
+ const indexArray = this.createAndPopulateNativeIndices(from.Segments[i].Value);
2635
+ const segment = {
2636
+ isArcType: (from.Segments[i].type === EntityTypesIfc.IFCARCINDEX),
2637
+ indices: indexArray,
2638
+ };
2639
+ segmentVector.push_back(segment);
2640
+ }
2641
+ }
2642
+ const fromPoints = from.Points;
2643
+ if (fromPoints === null) {
2644
+ return;
2645
+ }
2646
+ // initialize new native glm::vec3 array object (free memory with delete())
2647
+ const pointsArray = this.nativeVectorGlmVec2(fromPoints.CoordList.length);
2648
+ if (fromPoints instanceof IfcCartesianPointList2D ||
2649
+ fromPoints instanceof IfcCartesianPointList3D) {
2650
+ const coords = fromPoints.CoordList;
2651
+ // populate points array
2652
+ for (let i = 0; i < coords.length; i++) {
2653
+ const coord = coords[i];
2654
+ pointsArray.set(i, { x: coord[0], y: coord[1] });
2655
+ }
2656
+ }
2657
+ const paramsGetIndexedPolyCurve = {
2658
+ dimensions: 2,
2659
+ segments: segmentVector,
2660
+ points: pointsArray,
2661
+ };
2662
+ const ifcCurve = this.conwayModel.getIndexedPolyCurve(paramsGetIndexedPolyCurve);
2663
+ segmentVector.delete();
2664
+ return ifcCurve;
2665
+ }
2666
+ /**
2667
+ * Extract a mapped item to add its transform to instance an item.
2668
+ *
2669
+ * @param from The mapped item to extract.
2670
+ */
2671
+ extractMappedItem(from, owningElement, isRelVoid = false, isSpace = false, parents = void 0) {
2672
+ const representationMap = from.MappingSource;
2673
+ const mappingTarget = from.MappingTarget;
2674
+ let popTransform = false;
2675
+ if (mappingTarget instanceof IfcCartesianTransformationOperator3D) {
2676
+ const nativeCartesianTransform = this.extractCartesianTransformOperator3D(mappingTarget);
2677
+ this.scene.addTransform(from.localID, nativeCartesianTransform.getValues(), nativeCartesianTransform, true);
2678
+ popTransform = true;
2679
+ }
2680
+ let relVoidsMeshVector;
2681
+ let relVoidLocalIDs;
2682
+ if (isRelVoid) {
2683
+ const extractRelVoidsResult = this.extractRelVoids(owningElement);
2684
+ if (extractRelVoidsResult !== void 0) {
2685
+ [relVoidsMeshVector, relVoidLocalIDs] = extractRelVoidsResult;
2686
+ }
2687
+ }
2688
+ for (const representationItem of representationMap.MappedRepresentation.Items) {
2689
+ if (representationItem instanceof IfcMappedItem) {
2690
+ this.extractMappedItem(representationItem, owningElement, isRelVoid, isSpace, parents !== void 0 ? [from, ...parents] : [from]);
2691
+ }
2692
+ else {
2693
+ this.extractRepresentationItem(representationItem, owningElement.localID, isRelVoid, isSpace, true);
2694
+ const styledItemLocalID = this.materials.styledItemMap.get(representationItem.localID) ??
2695
+ this.extractMaterialStyle(owningElement);
2696
+ let materialOverrideID = void 0;
2697
+ if (styledItemLocalID !== undefined) {
2698
+ const styledItem = this.model.getElementByLocalID(styledItemLocalID);
2699
+ this.extractStyledItem(styledItem);
2700
+ }
2701
+ else {
2702
+ // get material from parent
2703
+ let styledItemParentLocalID = this.materials.styledItemMap.get(from.localID);
2704
+ let styleParent = from;
2705
+ if (parents !== void 0) {
2706
+ for (const parent of parents) {
2707
+ if (styledItemParentLocalID !== void 0) {
2708
+ break;
2709
+ }
2710
+ styledItemParentLocalID = this.materials.styledItemMap.get(parent.localID);
2711
+ styleParent = parent;
2712
+ }
2713
+ }
2714
+ if (styledItemParentLocalID !== void 0) {
2715
+ const styledItemParent = this.model.getElementByLocalID(styledItemParentLocalID);
2716
+ this.extractStyledItem(styledItemParent, styleParent);
2717
+ materialOverrideID = styleParent.localID;
2718
+ }
2719
+ }
2720
+ if (isRelVoid) {
2721
+ this.applyRelVoidToRepresentation(representationItem, relVoidsMeshVector, owningElement.localID, relVoidLocalIDs, materialOverrideID, isSpace);
2722
+ }
2723
+ else {
2724
+ this.scene.addGeometry(representationItem.localID, owningElement.localID, isSpace, materialOverrideID);
2725
+ }
2726
+ }
2727
+ }
2728
+ relVoidsMeshVector?.delete();
2729
+ if (popTransform) {
2730
+ this.scene.popTransform();
2731
+ }
2732
+ }
2733
+ /**
2734
+ * Extract a representation item, including its geometry if necessary,
2735
+ * adding it to the current scene walk.
2736
+ *
2737
+ * Note - memoized result for instancing.
2738
+ *
2739
+ * @param from The representation to extract from.
2740
+ */
2741
+ extractRepresentationItem(from, owningElementLocalID, isRelVoid = false, isSpace = false, isMappedItem = false) {
2742
+ const addGeometry = !isRelVoid && !isMappedItem;
2743
+ let foundGeometry;
2744
+ if (!isRelVoid) {
2745
+ foundGeometry = this.model.geometry.getByLocalID(from.localID);
2746
+ }
2747
+ else {
2748
+ foundGeometry = this.model.voidGeometry.getByLocalID(from.localID);
2749
+ }
2750
+ if (foundGeometry !== void 0) {
2751
+ if (addGeometry) {
2752
+ this.scene.addGeometry(from.localID, owningElementLocalID, isSpace);
2753
+ }
2754
+ return;
2755
+ }
2756
+ if (from instanceof IfcMappedItem) {
2757
+ // mapped items are handled separately.
2758
+ return;
2759
+ }
2760
+ else if (from instanceof IfcPolygonalFaceSet) {
2761
+ const faceSetResult = this.extractPolygonalFaceSet(from, false, isRelVoid);
2762
+ if (faceSetResult !== ExtractResult.COMPLETE) {
2763
+ Logger.warning(`Face set express ID: ${from.expressID} extraction incomplete.`);
2764
+ }
2765
+ }
2766
+ else if (from instanceof IfcTriangulatedFaceSet) {
2767
+ this.extractTriangulatedFaceSet(from, false, isRelVoid);
2768
+ }
2769
+ else if (from instanceof IfcBooleanResult) {
2770
+ // also handles IfcBooleanClippingResult
2771
+ this.extractBooleanResult(from, isRelVoid);
2772
+ }
2773
+ else if (from instanceof IfcExtrudedAreaSolid) {
2774
+ this.extractExtrudedAreaSolid(from, false, isRelVoid);
2775
+ }
2776
+ else if (from instanceof IfcPolygonalBoundedHalfSpace) {
2777
+ this.extractPolygonalBoundedHalfSpace(from, false, isRelVoid);
2778
+ }
2779
+ else if (from instanceof IfcHalfSpaceSolid) {
2780
+ this.extractHalfspaceSolid(from, false, isRelVoid);
2781
+ }
2782
+ else if (from instanceof IfcSweptDiskSolid) {
2783
+ this.extractSweptDiskSolid(from, false, isRelVoid);
2784
+ }
2785
+ else if (from instanceof IfcFacetedBrep) {
2786
+ this.extractIfcFacetedBrep(from, false, isRelVoid);
2787
+ }
2788
+ else if (from instanceof IfcShellBasedSurfaceModel) {
2789
+ this.extractIfcShellBasedSurfaceModel(from, owningElementLocalID, isRelVoid);
2790
+ }
2791
+ else if (from instanceof IfcBoundingBox || from instanceof IfcPolyline) {
2792
+ // These types aren't meshes.
2793
+ return;
2794
+ }
2795
+ else if (from instanceof IfcFaceBasedSurfaceModel) {
2796
+ this.extractIfcFaceBasedSurfaceModel(from, isRelVoid);
2797
+ }
2798
+ else if (from instanceof IfcAdvancedBrep) {
2799
+ this.extractIfcAdvancedBrep(from, isRelVoid);
2800
+ }
2801
+ else {
2802
+ Logger.warning(`Unsupported type: ${EntityTypesIfc[from.type]} ` +
2803
+ `expressID: ${from.expressID}`);
2804
+ }
2805
+ if (addGeometry) {
2806
+ this.scene.addGeometry(from.localID, owningElementLocalID, isSpace);
2807
+ }
2808
+ }
2809
+ /**
2810
+ * Extract an advanced b-rep (NURBS)
2811
+ *
2812
+ * @param from The brep to extract
2813
+ * @param isRelVoid Is this b-rep a relative void?
2814
+ */
2815
+ extractIfcAdvancedBrep(from, isRelVoid) {
2816
+ const faces = from.Outer.CfsFaces;
2817
+ this.extractFaces(faces, from.localID, void 0, false, isRelVoid);
2818
+ }
2819
+ /**
2820
+ *
2821
+ * @param from array of IfcConnectedFaceSet
2822
+ * @param isRelVoid is from a relative void (default false)
2823
+ * @param parentLocalID parent element local ID
2824
+ */
2825
+ extractConnectedFaceSets(from, parentLocalID, isRelVoid = false) {
2826
+ let geometry = (new (this.wasmModule.IfcGeometry));
2827
+ for (let faceSetIndex = 0; faceSetIndex < from.length; ++faceSetIndex) {
2828
+ const faceSet = from[faceSetIndex];
2829
+ geometry = this.extractFaces(faceSet.CfsFaces, faceSet.localID, geometry, isRelVoid);
2830
+ }
2831
+ const canonicalMesh = {
2832
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
2833
+ geometry: geometry,
2834
+ localID: parentLocalID,
2835
+ model: this.model,
2836
+ temporary: false,
2837
+ };
2838
+ // add mesh to the list of mesh objects
2839
+ if (!isRelVoid) {
2840
+ this.model.geometry.add(canonicalMesh);
2841
+ }
2842
+ else {
2843
+ this.model.voidGeometry.add(canonicalMesh);
2844
+ }
2845
+ }
2846
+ /**
2847
+ *
2848
+ * @param from
2849
+ * @param isRelVoid
2850
+ */
2851
+ extractIfcFaceBasedSurfaceModel(from, isRelVoid = false) {
2852
+ const fbsmFaces = from.FbsmFaces;
2853
+ this.extractConnectedFaceSets(fbsmFaces, from.localID, isRelVoid);
2854
+ }
2855
+ /**
2856
+ *
2857
+ * @param from
2858
+ */
2859
+ extractIfcFacetedBrep(from, temporary = false, isRelVoid = false) {
2860
+ const faces = from.Outer.CfsFaces;
2861
+ this.extractFaces(faces, from.localID, void 0, temporary, isRelVoid);
2862
+ }
2863
+ /**
2864
+ *
2865
+ * @param from
2866
+ */
2867
+ extractIfcShellBasedSurfaceModel(from, owningElementLocalID, isRelVoid = false, isSpace = false) {
2868
+ const sbsmBoundary = from.SbsmBoundary;
2869
+ for (const currentBoundary of sbsmBoundary) {
2870
+ const faces = currentBoundary.CfsFaces;
2871
+ this.extractFaces(faces, currentBoundary.localID, undefined, false, isRelVoid);
2872
+ if (!isRelVoid) {
2873
+ this.scene.addGeometry(currentBoundary.localID, owningElementLocalID, isSpace, from.localID);
2874
+ }
2875
+ }
2876
+ }
2877
+ /**
2878
+ *
2879
+ * @param from
2880
+ * @param parentLocalID
2881
+ * @param geometry_
2882
+ * @param isRelVoid
2883
+ * @return {GeometryObject}
2884
+ */
2885
+ extractFaces(from, parentLocalID, geometry_, temporary = false, isRelVoid = false) {
2886
+ let passedGeometry = true;
2887
+ if (geometry_ === void 0) {
2888
+ passedGeometry = false;
2889
+ geometry_ = (new (this.wasmModule.IfcGeometry));
2890
+ }
2891
+ for (const face of from) {
2892
+ if (face instanceof IfcAdvancedFace) {
2893
+ this.extractAdvancedFace(face, geometry_);
2894
+ }
2895
+ else {
2896
+ this.extractFace(face, geometry_);
2897
+ }
2898
+ }
2899
+ if (!passedGeometry) {
2900
+ const canonicalMesh = {
2901
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
2902
+ geometry: geometry_,
2903
+ localID: parentLocalID,
2904
+ model: this.model,
2905
+ temporary: temporary,
2906
+ };
2907
+ // add mesh to the list of mesh objects
2908
+ if (!isRelVoid) {
2909
+ this.model.geometry.add(canonicalMesh);
2910
+ }
2911
+ else {
2912
+ this.model.voidGeometry.add(canonicalMesh);
2913
+ }
2914
+ }
2915
+ return geometry_;
2916
+ }
2917
+ /**
2918
+ * Extract an IFC plane.
2919
+ *
2920
+ * @param from The plane to extract from
2921
+ * @return {NativeTransform4x4} The transform matching the plane.
2922
+ */
2923
+ extractPlane(from) {
2924
+ const location = from.Position;
2925
+ const transform = this.extractAxis2Placement3D(location, from.localID, true);
2926
+ return this.conwayModel.getAxis2Placement3D(transform);
2927
+ }
2928
+ /**
2929
+ * Extract a pointlist to a native vector.
2930
+ *
2931
+ * @param from
2932
+ * @return {StdVector< Vector3 >} The native vector of 3D vectors.
2933
+ */
2934
+ extractPointList3D(from) {
2935
+ const result = this.nativeVectorGlmdVec3();
2936
+ for (const point of from) {
2937
+ const coords = point.Coordinates;
2938
+ if (coords.length !== this.THREE_DIMENSIONS) {
2939
+ continue;
2940
+ }
2941
+ result.push_back({ x: coords[0], y: coords[1], z: coords[2] });
2942
+ }
2943
+ return result;
2944
+ }
2945
+ /**
2946
+ * Extract a list of a list of points to a native object.
2947
+ *
2948
+ * @param from the list of lists of cartesian points
2949
+ * @param to {out} the native vector of vector of points.
2950
+ * @return {void}
2951
+ */
2952
+ extractPointListList3D(from, to) {
2953
+ for (const list of from) {
2954
+ to.push_back(this.extractPointList3D(list));
2955
+ }
2956
+ }
2957
+ /**
2958
+ * Extract a bspline surface
2959
+ *
2960
+ * @param from The bspline surface to extract
2961
+ * @return {BSplineSurface}
2962
+ */
2963
+ extractBSplineSurface(from) {
2964
+ const bsplineSurface = {
2965
+ active: true,
2966
+ uDegree: from.UDegree,
2967
+ vDegree: from.VDegree,
2968
+ closedU: from.UClosed ?? false,
2969
+ closedV: from.VClosed ?? false,
2970
+ controlPoints: this.nativeVectorVectorGlmdVec3(),
2971
+ uMultiplicity: this.conwayModel.nativeVectorDouble(),
2972
+ vMultiplicity: this.conwayModel.nativeVectorDouble(),
2973
+ uKnots: this.conwayModel.nativeVectorDouble(),
2974
+ vKnots: this.conwayModel.nativeVectorDouble(),
2975
+ weightPoints: this.conwayModel.nativeVectorVectorDouble(),
2976
+ };
2977
+ this.extractPointListList3D(from.ControlPointsList, bsplineSurface.controlPoints);
2978
+ return bsplineSurface;
2979
+ }
2980
+ /**
2981
+ * Extract a bspline surface
2982
+ *
2983
+ * @param from The bspline surface to extract
2984
+ * @param to The surface to extract to
2985
+ */
2986
+ extractToDoubleVector(from, to, start = 0, end = from.length) {
2987
+ to.resize(end - start, 0);
2988
+ for (let where = start; where < end; ++where) {
2989
+ to.set(where - start, from[where]);
2990
+ }
2991
+ }
2992
+ /**
2993
+ * Extract a bspline surface
2994
+ *
2995
+ * @param from The bspline surface to extract
2996
+ * @param to The surface to extract to
2997
+ */
2998
+ extractToDoubleVectorVector(from, to) {
2999
+ this.wasmModule.resizeVectorVectorDouble(to, from.length);
3000
+ // to.resize(from.length)
3001
+ for (let where = 0, end = from.length; where < end; ++where) {
3002
+ this.extractToDoubleVector(from[where], to.get(where));
3003
+ }
3004
+ }
3005
+ /**
3006
+ * Extract a bspline surface
3007
+ *
3008
+ * @param from The bspline surface to extract
3009
+ * @return {BSplineSurface}
3010
+ */
3011
+ extractBSplineSurfaceWithKnots(from) {
3012
+ const result = this.extractBSplineSurface(from);
3013
+ // Logger.info(`selfIntersect: ${from.SelfIntersect}` ? 'True' : 'False')
3014
+ /* from.UDegree // UDegree (0)
3015
+ from.VDegree // VDegree (1)
3016
+ from.ControlPoints //ControlPoints (2)
3017
+ from.SurfaceForm //curve type, unused (3)
3018
+ from.UClosed //closedU (4)
3019
+ from.VClosed //closedV (5)
3020
+ from.SelfIntersect //selfIntersect (6)
3021
+ from.UMultiplicities //knotSetU (7)
3022
+ from.VMultiplicities //knotSetV (8)
3023
+ from.UKnots //indexesSetU (9)
3024
+ from.VKnots //indexesSetV (10)*/
3025
+ this.extractToDoubleVector(from.UMultiplicities, result.uMultiplicity);
3026
+ this.extractToDoubleVector(from.VMultiplicities, result.vMultiplicity);
3027
+ this.extractToDoubleVector(from.UKnots, result.uKnots);
3028
+ this.extractToDoubleVector(from.VKnots, result.vKnots);
3029
+ return result;
3030
+ }
3031
+ /**
3032
+ * Extract a bspline surface
3033
+ *
3034
+ * @param from The bspline surface to extract
3035
+ * @return {BSplineSurface} The extracted surface
3036
+ */
3037
+ extractRationalBSplineSurfaceWithKnots(from) {
3038
+ const result = this.extractBSplineSurfaceWithKnots(from);
3039
+ this.extractToDoubleVectorVector(from.WeightsData, result.weightPoints);
3040
+ return result;
3041
+ }
3042
+ /**
3043
+ * Checks if a given point is not present in a collection of points.
3044
+ *
3045
+ * @param pt The point to check for presence.
3046
+ * @param points A collection of points to compare against.
3047
+ * @return {boolean} A boolean indicating whether the point
3048
+ * is not present in the collection.
3049
+ */
3050
+ notPresent(pt, points) {
3051
+ for (let pointIndex = 0; pointIndex < points.size(); ++pointIndex) {
3052
+ const pt2 = points.get(pointIndex);
3053
+ if (pt.x === pt2.x && pt.y === pt2.y && pt.z === pt2.z) {
3054
+ return false;
3055
+ }
3056
+ }
3057
+ return true;
3058
+ }
3059
+ /**
3060
+ * Extract an advanced (NURBS) b-rep face.
3061
+ *
3062
+ * @param from
3063
+ * @param geometry
3064
+ */
3065
+ extractAdvancedFace(from, geometry) {
3066
+ if (from.Bounds.length > 0) {
3067
+ const bound3DVector = this.nativeBound3DVector();
3068
+ for (const bound of from.Bounds) {
3069
+ const vec3Array = this.nativeVectorGlmdVec3();
3070
+ const innerBound = bound.Bound;
3071
+ const nativeEdgeCurves = this.nativeVectorCurve();
3072
+ if (innerBound instanceof IfcPolyLoop) {
3073
+ let prevLocalID = -1;
3074
+ for (const point of innerBound.Polygon) {
3075
+ const coords = point.Coordinates;
3076
+ const vec3 = {
3077
+ x: coords[0],
3078
+ y: coords[1],
3079
+ z: coords[2],
3080
+ };
3081
+ const currentLocalID = point.localID;
3082
+ if (currentLocalID !== prevLocalID) {
3083
+ vec3Array.push_back(vec3);
3084
+ prevLocalID = currentLocalID;
3085
+ }
3086
+ }
3087
+ }
3088
+ else if (innerBound instanceof IfcEdgeLoop) {
3089
+ // Logger.info("innerBound Ne: " + innerBound.Ne)
3090
+ for (const edge of innerBound.EdgeList) {
3091
+ // // Logger.info("IfcOrientedEdge expressID: " + edge.expressID)
3092
+ if (edge.EdgeElement instanceof IfcEdgeCurve) {
3093
+ const edgeCurve = edge.EdgeElement.EdgeGeometry;
3094
+ // Logger.info("curve type: " +
3095
+ // EntityTypesIfc[edgeCurve.type] + " express ID: " + edgeCurve.expressID)
3096
+ const edgeStart = edge.EdgeElement.EdgeStart;
3097
+ const edgeEnd = edge.EdgeElement.EdgeEnd;
3098
+ let trimmingStart;
3099
+ let trimmingEnd;
3100
+ if (edgeStart instanceof IfcVertexPoint) {
3101
+ const startPoint = edgeStart.VertexGeometry;
3102
+ // eslint-disable-next-line no-magic-numbers
3103
+ if (startPoint instanceof IfcCartesianPoint && startPoint.Dim === 3) {
3104
+ const startCoords = startPoint.Coordinates;
3105
+ trimmingStart = {
3106
+ hasParam: false,
3107
+ hasPos: true,
3108
+ hasLength: false,
3109
+ param: 0.0,
3110
+ pos: void 0,
3111
+ pos3D: {
3112
+ x: startCoords[0],
3113
+ y: startCoords[1],
3114
+ z: startCoords[2],
3115
+ },
3116
+ };
3117
+ }
3118
+ }
3119
+ if (edgeEnd instanceof IfcVertexPoint) {
3120
+ const endPoint = edgeEnd.VertexGeometry;
3121
+ // eslint-disable-next-line no-magic-numbers
3122
+ if (endPoint instanceof IfcCartesianPoint && endPoint.Dim === 3) {
3123
+ const endCoords = endPoint.Coordinates;
3124
+ trimmingEnd = {
3125
+ hasParam: false,
3126
+ hasPos: true,
3127
+ hasLength: false,
3128
+ param: 0.0,
3129
+ pos: void 0,
3130
+ pos3D: {
3131
+ x: endCoords[0],
3132
+ y: endCoords[1],
3133
+ z: endCoords[2],
3134
+ },
3135
+ };
3136
+ }
3137
+ }
3138
+ const trimmingArguments = {
3139
+ exist: !!((trimmingStart !== void 0 && trimmingEnd !== void 0)),
3140
+ start: trimmingStart,
3141
+ end: trimmingEnd,
3142
+ };
3143
+ let curve = this.extractCurve(edgeCurve, true, true, trimmingArguments);
3144
+ if (curve !== void 0) {
3145
+ if (edge.Orientation) {
3146
+ // reverse curve
3147
+ // Logger.info("edge orientation == true, inverting curve")
3148
+ curve = curve.clone();
3149
+ curve.invert();
3150
+ }
3151
+ // Logger.info("curve points size: " + curve.getPointsSize())
3152
+ /* for (let i = 0; i < curve.getPointsSize(); ++i) {
3153
+ if (edgeCurve.Dim === this.TWO_DIMENSIONS) {
3154
+ const pt__ = curve.get2d(i)
3155
+
3156
+ // Logger.info(`[${EntityTypesIfc[edge.type]}]:
3157
+ Point ${i}: x: ${pt__.x}, y: ${pt__.y}`)
3158
+ } else if (edgeCurve.Dim === this.TWO_DIMENSIONS) {
3159
+ const pt__ = curve.get3d(i)
3160
+
3161
+ // Logger.info(`[${EntityTypesIfc[edge.type]}]:
3162
+ Point ${i}: x: ${pt__.x}, y: ${pt__.y}, z: ${pt__.z}`)
3163
+ }
3164
+ }*/
3165
+ nativeEdgeCurves.push_back(curve);
3166
+ // Logger.info("nativeEdgeCurves size: " + nativeEdgeCurves.size())
3167
+ // Important not to repeat the last point otherwise triangulation fails
3168
+ // if the list has zero points this is initial, no repetition is possible,
3169
+ // otherwise we must check
3170
+ /* if (vec3Array.size() === 0) {
3171
+ for (
3172
+ let where = 0, pointCount = curve.getPointsSize();
3173
+ where < pointCount;
3174
+ ++where) {
3175
+
3176
+ vec3Array.push_back(curve.get3d(where))
3177
+ }
3178
+ } else {
3179
+ for (
3180
+ let where = 0, pointCount = curve.getPointsSize();
3181
+ where < pointCount;
3182
+ ++where) {
3183
+
3184
+ const pt3d = curve.get3d(where)
3185
+ if (this.notPresent(pt3d, vec3Array)) {
3186
+ vec3Array.push_back(pt3d)
3187
+ }
3188
+ }
3189
+ }*/
3190
+ }
3191
+ else {
3192
+ Logger.error(`curve === undefined, type: ${EntityTypesIfc[edgeCurve.type]}`);
3193
+ }
3194
+ }
3195
+ else {
3196
+ // Logger.info("curve === null")
3197
+ const start = edge.EdgeStart;
3198
+ if (start instanceof IfcVertexPoint) {
3199
+ const startPoint = start.VertexGeometry;
3200
+ // eslint-disable-next-line no-magic-numbers
3201
+ if (startPoint instanceof IfcCartesianPoint && startPoint.Dim === 3) {
3202
+ const startCoords = startPoint.Coordinates;
3203
+ vec3Array.push_back({
3204
+ x: startCoords[0],
3205
+ y: startCoords[1],
3206
+ z: startCoords[2],
3207
+ });
3208
+ }
3209
+ }
3210
+ }
3211
+ }
3212
+ }
3213
+ else {
3214
+ Logger.warning(`Unsupported bound ${bound.Bound}`);
3215
+ return;
3216
+ }
3217
+ // get curve
3218
+ const parameters = {
3219
+ points: vec3Array,
3220
+ edges: nativeEdgeCurves,
3221
+ };
3222
+ // Logger.info("isEdgeLoop: " + (isEdgeLoop) ? "TRUE" : "FALSE")
3223
+ const curve = this.conwayModel.getLoop(parameters);
3224
+ // create bound vector
3225
+ const parametersCreateBounds3D = {
3226
+ curve: curve,
3227
+ orientation: bound.Orientation,
3228
+ type: (bound.type === EntityTypesIfc.IFCFACEOUTERBOUND) ? 0 : 1,
3229
+ };
3230
+ const bound3D = this.conwayModel.createBound3D(parametersCreateBounds3D);
3231
+ bound3DVector.push_back(bound3D);
3232
+ vec3Array.delete();
3233
+ nativeEdgeCurves.delete();
3234
+ }
3235
+ const surface = from.FaceSurface;
3236
+ // add face to geometry
3237
+ const nativeSurface = (new (this.wasmModule.IfcSurface));
3238
+ this.extractSurface(surface, nativeSurface);
3239
+ const parameters = {
3240
+ boundsArray: bound3DVector,
3241
+ advancedBrep: true,
3242
+ surface: nativeSurface,
3243
+ scaling: this.getLinearScalingFactor(),
3244
+ };
3245
+ this.conwayModel.addFaceToGeometry(parameters, geometry);
3246
+ bound3DVector.delete();
3247
+ }
3248
+ }
3249
+ /**
3250
+ * Extract a surface
3251
+ *
3252
+ * @param surface
3253
+ * @param nativeSurface
3254
+ */
3255
+ extractSurface(surface, nativeSurface) {
3256
+ if (surface instanceof IfcPlane) {
3257
+ nativeSurface.transformation = this.extractPlane(surface);
3258
+ }
3259
+ else if (surface instanceof IfcRationalBSplineSurfaceWithKnots) {
3260
+ nativeSurface.bspline = this.extractRationalBSplineSurfaceWithKnots(surface);
3261
+ if (!nativeSurface.bspline.active) {
3262
+ Logger.warning('bspline surface not active, returning');
3263
+ }
3264
+ }
3265
+ else if (surface instanceof IfcBSplineSurfaceWithKnots) {
3266
+ nativeSurface.bspline = this.extractBSplineSurfaceWithKnots(surface);
3267
+ if (!nativeSurface.bspline.active) {
3268
+ Logger.warning('bspline surface with knots not active, returning');
3269
+ }
3270
+ }
3271
+ else if (surface instanceof IfcBSplineSurface) {
3272
+ nativeSurface.bspline = this.extractBSplineSurface(surface);
3273
+ if (!nativeSurface.bspline.active) {
3274
+ Logger.warning('bspline surface not active, returning');
3275
+ }
3276
+ }
3277
+ else if (surface instanceof IfcCylindricalSurface) {
3278
+ this.extractCylindricalSurface(surface, nativeSurface);
3279
+ if (!nativeSurface.cylinder.active) {
3280
+ Logger.warning('cylindrical surface not active, returning');
3281
+ }
3282
+ }
3283
+ else if (surface instanceof IfcSurfaceOfRevolution) {
3284
+ this.extractSurfaceOfRevolution(surface, nativeSurface);
3285
+ if (!nativeSurface.revolution.active) {
3286
+ Logger.warning('revolution surface not active, returning');
3287
+ }
3288
+ }
3289
+ else if (surface instanceof IfcSurfaceOfLinearExtrusion) {
3290
+ this.extractSurfaceOfLinearExtrusion(surface, nativeSurface);
3291
+ if (!nativeSurface.extrusion.active) {
3292
+ Logger.warning('linear extrusion surface not active, returning');
3293
+ }
3294
+ }
3295
+ else {
3296
+ Logger.warning(`Unknown surface type: ${surface}`);
3297
+ }
3298
+ }
3299
+ /**
3300
+ * Extract a linear extrusion/sweep surface
3301
+ *
3302
+ * @param from
3303
+ * @param nativeSurface
3304
+ */
3305
+ extractSurfaceOfLinearExtrusion(from, nativeSurface) {
3306
+ const profile = this.extractProfile(from.SweptCurve);
3307
+ if (profile?.nativeProfile === void 0) {
3308
+ Logger.error('Could not get curve profile for linear extrusion surface');
3309
+ return;
3310
+ }
3311
+ const directionCoords = from.ExtrudedDirection.DirectionRatios;
3312
+ nativeSurface.extrusion = {
3313
+ active: true,
3314
+ length: from.Depth,
3315
+ direction: {
3316
+ x: directionCoords[0],
3317
+ y: directionCoords[1],
3318
+ z: directionCoords[2],
3319
+ },
3320
+ profile: profile?.nativeProfile,
3321
+ };
3322
+ }
3323
+ /**
3324
+ * Extract a surface of revolution/rotational sweep surface
3325
+ *
3326
+ * @param from
3327
+ * @param nativeSurface
3328
+ */
3329
+ extractSurfaceOfRevolution(from, nativeSurface) {
3330
+ const sweptCurve = from.SweptCurve;
3331
+ if (!(sweptCurve instanceof IfcArbitraryOpenProfileDef)) {
3332
+ Logger.warning('Unexpected 3D profile type for surface of revolution');
3333
+ return;
3334
+ }
3335
+ const profile = this.extractProfile(sweptCurve);
3336
+ if (profile === void 0 || profile.curve === void 0) {
3337
+ Logger.warning('Missing profile type for surface of revolution');
3338
+ return;
3339
+ }
3340
+ const axisDirection = this.extractAxis1Placement3D(from.AxisPosition, from.localID, true);
3341
+ nativeSurface.revolution = {
3342
+ active: true,
3343
+ direction: this.conwayModel.getAxis1Placement3D(axisDirection),
3344
+ profile: profile.nativeProfile,
3345
+ };
3346
+ }
3347
+ /**
3348
+ * Extract a cylindrical surface.
3349
+ *
3350
+ * @param from The IFC object to extract from.
3351
+ * @param nativeSurface The native surface representation.
3352
+ */
3353
+ extractCylindricalSurface(from, nativeSurface) {
3354
+ const location = from.Position;
3355
+ const transform = this.extractAxis2Placement3D(location, from.localID, true);
3356
+ nativeSurface.transformation = this.conwayModel.getAxis2Placement3D(transform);
3357
+ nativeSurface.cylinder = { active: true, radius: from.Radius };
3358
+ }
3359
+ /**
3360
+ *
3361
+ * @param from
3362
+ * @param geometry
3363
+ */
3364
+ extractFace(from, geometry) {
3365
+ if (from.Bounds.length > 0) {
3366
+ const bound3DVector = this.nativeBound3DVector();
3367
+ for (let boundIndex = 0; boundIndex < from.Bounds.length; ++boundIndex) {
3368
+ const vec3Array = this.nativeVectorGlmdVec3();
3369
+ const bound = from.Bounds[boundIndex];
3370
+ if (bound.Bound instanceof IfcPolyLoop) {
3371
+ let prevLocalID = -1;
3372
+ for (let pointIndex = 0; pointIndex < bound.Bound.Polygon.length; ++pointIndex) {
3373
+ const vec3 = {
3374
+ x: bound.Bound.Polygon[pointIndex].Coordinates[0],
3375
+ y: bound.Bound.Polygon[pointIndex].Coordinates[1],
3376
+ z: bound.Bound.Polygon[pointIndex].Coordinates[2],
3377
+ };
3378
+ const currentLocalID = bound.Bound.Polygon[pointIndex].localID;
3379
+ if (currentLocalID !== prevLocalID) {
3380
+ vec3Array.push_back(vec3);
3381
+ prevLocalID = currentLocalID;
3382
+ }
3383
+ }
3384
+ }
3385
+ const edgesDummy = this.nativeVectorCurve();
3386
+ // get curve
3387
+ const parameters = {
3388
+ points: vec3Array,
3389
+ edges: edgesDummy,
3390
+ };
3391
+ const curve = this.conwayModel.getLoop(parameters);
3392
+ // create bound vector
3393
+ const parametersCreateBounds3D = {
3394
+ curve: curve,
3395
+ orientation: bound.Orientation,
3396
+ type: (bound.type === EntityTypesIfc.IFCFACEOUTERBOUND) ? 0 : 1,
3397
+ };
3398
+ const bound3D = this.conwayModel.createBound3D(parametersCreateBounds3D);
3399
+ bound3DVector.push_back(bound3D);
3400
+ vec3Array.delete();
3401
+ edgesDummy.delete();
3402
+ }
3403
+ // add face to geometry
3404
+ const defaultSurface = (new (this.wasmModule.IfcSurface));
3405
+ const parameters = {
3406
+ boundsArray: bound3DVector,
3407
+ advancedBrep: false,
3408
+ surface: defaultSurface,
3409
+ scaling: this.getLinearScalingFactor(),
3410
+ };
3411
+ this.conwayModel.addFaceToGeometry(parameters, geometry);
3412
+ bound3DVector.delete();
3413
+ defaultSurface.delete();
3414
+ }
3415
+ }
3416
+ /**
3417
+ * Extract an axis placement 2D native object.
3418
+ *
3419
+ * @param from The axis 2 placement to extract.
3420
+ * @return {any} The native placement transform.
3421
+ */
3422
+ extractAxis2Placement2D(from) {
3423
+ let normalizeX = false;
3424
+ const refDirection = from.RefDirection;
3425
+ if (refDirection !== null) {
3426
+ normalizeX = true;
3427
+ }
3428
+ const position2D = {
3429
+ x: from.Location.Coordinates[0],
3430
+ y: from.Location.Coordinates[1],
3431
+ };
3432
+ const xAxisRef = refDirection !== null ? {
3433
+ x: refDirection.DirectionRatios[0],
3434
+ y: refDirection.DirectionRatios[1],
3435
+ } : { x: 1, y: 0 };
3436
+ const axis2Placement2DParameters = {
3437
+ isAxis2Placement2D: true,
3438
+ isCartesianTransformationOperator2D: false,
3439
+ isCartesianTransformationOperator2DNonUniform: false,
3440
+ position2D: position2D,
3441
+ customAxis1Ref: normalizeX,
3442
+ axis1Ref: xAxisRef,
3443
+ customAxis2Ref: false,
3444
+ axis2Ref: xAxisRef,
3445
+ customScale: false,
3446
+ scale1: 0,
3447
+ customScale2: false,
3448
+ scale2: 0,
3449
+ };
3450
+ const axis2Placement2DTransform = this.conwayModel
3451
+ .getAxis2Placement2D(axis2Placement2DParameters);
3452
+ return axis2Placement2DTransform;
3453
+ }
3454
+ /**
3455
+ * Extracts a 2D Cartesian transformation operator from an IFC Cartesian
3456
+ * transformation operator definition. The transformation can be uniform or non-uniform.
3457
+ *
3458
+ * @param from The IFC Cartesian transformation operator definition,
3459
+ * which can be either uniform or non-uniform.
3460
+ * @return {any} The resulting transformation operator parameters.
3461
+ */
3462
+ extractCartesianTransformOperator2D(from) {
3463
+ let is2DNonUniform = false;
3464
+ let scale1 = 1.0;
3465
+ let scale2 = 1.0;
3466
+ if (from.Scale !== null) {
3467
+ scale1 = from.Scale;
3468
+ }
3469
+ if (from instanceof IfcCartesianTransformationOperator2DnonUniform) {
3470
+ is2DNonUniform = true;
3471
+ if (from.Scale2 !== null) {
3472
+ scale2 = from.Scale2;
3473
+ }
3474
+ }
3475
+ else {
3476
+ scale2 = scale1;
3477
+ }
3478
+ const position = {
3479
+ x: from.LocalOrigin.Coordinates[0],
3480
+ y: from.LocalOrigin.Coordinates[1],
3481
+ };
3482
+ const axis1Ref = IfcGeometryExtraction.extractDirection(from.Axis1) ?? { x: 1, y: 0, z: 0 };
3483
+ const axis2Ref = IfcGeometryExtraction.extractDirection(from.Axis2) ?? { x: 0, y: 1, z: 0 };
3484
+ const axis2Placement2DParameters = {
3485
+ isAxis2Placement2D: false,
3486
+ isCartesianTransformationOperator2D: !is2DNonUniform,
3487
+ isCartesianTransformationOperator2DNonUniform: is2DNonUniform,
3488
+ position2D: position,
3489
+ customAxis1Ref: true,
3490
+ axis1Ref: axis1Ref,
3491
+ customAxis2Ref: true,
3492
+ axis2Ref: axis2Ref,
3493
+ customScale: true,
3494
+ scale1: scale1,
3495
+ customScale2: true,
3496
+ scale2: scale2,
3497
+ };
3498
+ return this.conwayModel.getAxis2Placement2D(axis2Placement2DParameters);
3499
+ }
3500
+ // eslint-disable-next-line no-dupe-class-members, require-jsdoc
3501
+ extractAxis1Placement3D(from, parentLocalId, extractOnly = false) {
3502
+ if (from === null) {
3503
+ return;
3504
+ }
3505
+ const result = this.scene.getTransform(parentLocalId);
3506
+ if (result !== void 0) {
3507
+ this.scene.pushTransform(result);
3508
+ return;
3509
+ }
3510
+ let normalizeZ = false;
3511
+ if (from.Axis !== null) {
3512
+ normalizeZ = true;
3513
+ }
3514
+ const position = {
3515
+ x: from.Location.Coordinates[0],
3516
+ y: from.Location.Coordinates[1],
3517
+ z: from.Location.Coordinates[2],
3518
+ };
3519
+ const zAxisRef = {
3520
+ x: from.Axis?.DirectionRatios[0] ?? 0,
3521
+ y: from.Axis?.DirectionRatios[1] ?? 0,
3522
+ z: from.Axis?.DirectionRatios[2] ?? 1,
3523
+ };
3524
+ const axis1Placement3DParameters = {
3525
+ position: position,
3526
+ zAxisRef: zAxisRef,
3527
+ normalizeZ: normalizeZ,
3528
+ };
3529
+ if (extractOnly) {
3530
+ return axis1Placement3DParameters;
3531
+ }
3532
+ const axis1PlacementTransform = this.conwayModel
3533
+ .getAxis1Placement3D(axis1Placement3DParameters);
3534
+ this.scene.addTransform(parentLocalId, axis1PlacementTransform.getValues(), axis1PlacementTransform);
3535
+ }
3536
+ // eslint-disable-next-line no-dupe-class-members, require-jsdoc
3537
+ extractAxis2Placement3D(from, parentLocalId, extractOnly = false) {
3538
+ if (from === null) {
3539
+ return;
3540
+ }
3541
+ if (!extractOnly) {
3542
+ const result = this.scene.getTransform(parentLocalId);
3543
+ if (result !== void 0) {
3544
+ this.scene.pushTransform(result);
3545
+ return;
3546
+ }
3547
+ }
3548
+ let normalizeZ = false;
3549
+ let normalizeX = false;
3550
+ if (from.Axis !== null) {
3551
+ normalizeZ = true;
3552
+ }
3553
+ if (from.RefDirection !== null) {
3554
+ normalizeX = true;
3555
+ }
3556
+ const position = {
3557
+ x: from.Location.Coordinates[0],
3558
+ y: from.Location.Coordinates[1],
3559
+ z: from.Location.Coordinates[2],
3560
+ };
3561
+ const zAxisRef = {
3562
+ x: from.Axis?.DirectionRatios[0] ?? 0,
3563
+ y: from.Axis?.DirectionRatios[1] ?? 0,
3564
+ z: from.Axis?.DirectionRatios[2] ?? 1,
3565
+ };
3566
+ const xAxisRef = {
3567
+ x: from.RefDirection?.DirectionRatios[0] ?? 1,
3568
+ y: from.RefDirection?.DirectionRatios[1] ?? 0,
3569
+ z: from.RefDirection?.DirectionRatios[2] ?? 0,
3570
+ };
3571
+ const axis2Placement3DParameters = {
3572
+ position: position,
3573
+ zAxisRef: zAxisRef,
3574
+ xAxisRef: xAxisRef,
3575
+ normalizeZ: normalizeZ,
3576
+ normalizeX: normalizeX,
3577
+ };
3578
+ if (extractOnly) {
3579
+ return axis2Placement3DParameters;
3580
+ }
3581
+ const axis2PlacementTransform = this.conwayModel
3582
+ .getAxis2Placement3D(axis2Placement3DParameters);
3583
+ this.scene.addTransform(parentLocalId, axis2PlacementTransform.getValues(), axis2PlacementTransform);
3584
+ }
3585
+ // eslint-disable-next-line no-dupe-class-members, require-jsdoc
3586
+ extractAxis2Placement3DRelVoid(from, parentLocalId, extractOnly = false) {
3587
+ if (from === null) {
3588
+ return;
3589
+ }
3590
+ const result = this.voidScene.getTransform(parentLocalId);
3591
+ if (result !== void 0) {
3592
+ this.voidScene.pushTransform(result);
3593
+ return;
3594
+ }
3595
+ let normalizeZ = false;
3596
+ let normalizeX = false;
3597
+ if (from.Axis !== null) {
3598
+ normalizeZ = true;
3599
+ }
3600
+ if (from.RefDirection !== null) {
3601
+ normalizeX = true;
3602
+ }
3603
+ const position = {
3604
+ x: from.Location.Coordinates[0],
3605
+ y: from.Location.Coordinates[1],
3606
+ z: from.Location.Coordinates[2],
3607
+ };
3608
+ const zAxisRef = {
3609
+ x: from.Axis?.DirectionRatios[0] ?? 0,
3610
+ y: from.Axis?.DirectionRatios[1] ?? 0,
3611
+ z: from.Axis?.DirectionRatios[2] ?? 1,
3612
+ };
3613
+ const xAxisRef = {
3614
+ x: from.RefDirection?.DirectionRatios[0] ?? 1,
3615
+ y: from.RefDirection?.DirectionRatios[1] ?? 0,
3616
+ z: from.RefDirection?.DirectionRatios[2] ?? 0,
3617
+ };
3618
+ const axis2Placement3DParameters = {
3619
+ position: position,
3620
+ zAxisRef: zAxisRef,
3621
+ xAxisRef: xAxisRef,
3622
+ normalizeZ: normalizeZ,
3623
+ normalizeX: normalizeX,
3624
+ };
3625
+ if (extractOnly) {
3626
+ return axis2Placement3DParameters;
3627
+ }
3628
+ const axis2PlacementTransform = this.conwayModel
3629
+ .getAxis2Placement3D(axis2Placement3DParameters);
3630
+ this.voidScene.addTransform(parentLocalId, axis2PlacementTransform.getValues(), axis2PlacementTransform);
3631
+ }
3632
+ /**
3633
+ *
3634
+ * @param from
3635
+ */
3636
+ extractPlacement(from, isRelVoid = false) {
3637
+ let result;
3638
+ if (!isRelVoid) {
3639
+ result = this.scene.getTransform(from.localID);
3640
+ }
3641
+ else {
3642
+ result = this.voidScene.getTransform(from.localID);
3643
+ }
3644
+ if (result !== void 0) {
3645
+ if (!isRelVoid) {
3646
+ this.scene.pushTransform(result);
3647
+ }
3648
+ else {
3649
+ this.voidScene.pushTransform(result);
3650
+ }
3651
+ return;
3652
+ }
3653
+ if (from instanceof IfcLocalPlacement) {
3654
+ const relativeTo = from.PlacementRelTo;
3655
+ if (relativeTo !== null) {
3656
+ this.extractPlacement(relativeTo, isRelVoid);
3657
+ }
3658
+ const relativePlacement = from.RelativePlacement;
3659
+ if (relativePlacement instanceof IfcAxis2Placement3D) {
3660
+ if (!isRelVoid) {
3661
+ this.extractAxis2Placement3D(relativePlacement, from.localID);
3662
+ }
3663
+ else {
3664
+ this.extractAxis2Placement3DRelVoid(relativePlacement, from.localID);
3665
+ }
3666
+ }
3667
+ }
3668
+ else if (from instanceof IfcGridPlacement) {
3669
+ // TODO(nickcastel50) Implement IfcGridPlacement
3670
+ // Logger.warning('IfcGridPlacement: unimplemented.')
3671
+ }
3672
+ }
3673
+ /**
3674
+ *
3675
+ * @param from
3676
+ * @param relVoidMeshVector
3677
+ * @param flattenedGeometry
3678
+ * @param relVoidLocalID
3679
+ * @param geometryCount
3680
+ */
3681
+ applyRelVoidToRepresentation(from, relVoidMeshVector, owningElementLocalID, relVoidLocalIDs, materialOverrideId, isSpace = false) {
3682
+ // get geometry from product and flatten it
3683
+ let flattenedGeometry;
3684
+ const mesh = this.model.voidGeometry.getByLocalID(from.localID);
3685
+ const itemTransform = this.scene.currentTransform?.absoluteNativeTransform;
3686
+ if (mesh !== undefined && mesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
3687
+ flattenedGeometry = mesh.geometry.clone();
3688
+ if (itemTransform !== void 0) {
3689
+ flattenedGeometry.applyTransform(itemTransform);
3690
+ }
3691
+ if (relVoidMeshVector.size() === 0) {
3692
+ const canonicalMesh = {
3693
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
3694
+ geometry: mesh.geometry,
3695
+ localID: from.localID,
3696
+ model: this.model,
3697
+ temporary: false,
3698
+ };
3699
+ // add mesh to the list of mesh objects
3700
+ this.model.geometry.add(canonicalMesh);
3701
+ this.scene.addGeometry(from.localID, owningElementLocalID, isSpace, materialOverrideId);
3702
+ return;
3703
+ }
3704
+ // flatten the relvoid mesh vector
3705
+ /* const relVoidFlattenedMesh = relVoidMeshVector.get(0)
3706
+
3707
+ const _element = this.model.getElementByLocalID(relVoidLocalIDs[0])!
3708
+ const _outputFilePath = `${_element.expressID}_${EntityTypesIfc[_element.type]}.obj`
3709
+ this.dumpGeometry(_outputFilePath, relVoidFlattenedMesh)
3710
+
3711
+ for (let vectorIndex = 1; vectorIndex < relVoidMeshVector.size(); ++vectorIndex) {
3712
+ const _geom = relVoidMeshVector.get(vectorIndex)
3713
+ const __element = this.model.getElementByLocalID(relVoidLocalIDs[vectorIndex])!
3714
+ const __outputFilePath = `${__element.expressID}_${EntityTypesIfc[__element.type]}.obj`
3715
+ this.dumpGeometry(__outputFilePath, _geom)
3716
+ relVoidFlattenedMesh.appendGeometry(relVoidMeshVector.get(vectorIndex))
3717
+ }
3718
+
3719
+
3720
+ // set mesh back to vector
3721
+ const relVoidMeshVector_ = this.nativeVectorGeometry()
3722
+ relVoidMeshVector_.push_back(relVoidFlattenedMesh)*/
3723
+ const relatedBuildingElementMeshVector = this.nativeVectorGeometry(1);
3724
+ relatedBuildingElementMeshVector.set(0, flattenedGeometry);
3725
+ // const element_ = this.model.getElementByLocalID(mesh.localID)!
3726
+ // let outputFilePath = `${from.expressID}_${EntityTypesIfc[from.type]}.obj`
3727
+ // this.dumpGeometry(outputFilePath, flattenedGeometry)
3728
+ // console.log(
3729
+ // "from: ",
3730
+ // from.expressID,
3731
+ // "to: ",
3732
+ // relVoidLocalIDs.map( value => this.model.getElementByLocalID( value )!.expressID ) )
3733
+ const parameters = {
3734
+ flatFirstMesh: relatedBuildingElementMeshVector,
3735
+ flatSecondMesh: relVoidMeshVector,
3736
+ operatorType: 2,
3737
+ parentMatrix: itemTransform ?? this.identity3DNativeMatrix,
3738
+ };
3739
+ const booleanGeometryObject = this.conwayModel.relVoidSubtract(parameters);
3740
+ const canonicalMesh = {
3741
+ type: CanonicalMeshType.BUFFER_GEOMETRY,
3742
+ geometry: booleanGeometryObject,
3743
+ localID: from.localID,
3744
+ model: this.model,
3745
+ temporary: false,
3746
+ };
3747
+ this.model.geometry.add(canonicalMesh);
3748
+ this.scene.addGeometry(from.localID, owningElementLocalID, isSpace, materialOverrideId);
3749
+ relatedBuildingElementMeshVector.delete();
3750
+ // relVoidMeshVector_.delete()
3751
+ }
3752
+ }
3753
+ /**
3754
+ *
3755
+ * @param from
3756
+ * @return {[NativeVectorGeometry, number[]] | undefined}
3757
+ */
3758
+ extractRelVoids(from) {
3759
+ const relVoidLocalIDs = [];
3760
+ if (this.productToVoidGeometryMap.has(from.localID)) {
3761
+ // product has voids
3762
+ const voidsLocalIDMap = this.productToVoidGeometryMap.get(from.localID);
3763
+ const relVoidMeshVector = this.nativeVectorGeometry();
3764
+ if (voidsLocalIDMap !== void 0) {
3765
+ for (const relVoidLocalID of voidsLocalIDMap) {
3766
+ this.voidScene.clearParentStack();
3767
+ const relVoid = this.model.getElementByLocalID(relVoidLocalID);
3768
+ const relVoidObjectPlacement = relVoid.ObjectPlacement;
3769
+ let relVoidPlacementTransform;
3770
+ if (relVoidObjectPlacement !== null) {
3771
+ this.extractPlacement(relVoidObjectPlacement, true);
3772
+ relVoidPlacementTransform = this.voidScene.getTransform(relVoidObjectPlacement.localID);
3773
+ }
3774
+ if (relVoid.Representation !== null) {
3775
+ for (const representation of relVoid.Representation.Representations) {
3776
+ if (representation instanceof IfcShapeRepresentation) {
3777
+ // this check is essential -
3778
+ // if RepresentationIdentifier !== Body or Facetation we must skip it
3779
+ if (representation.RepresentationIdentifier !== 'Body' &&
3780
+ representation.RepresentationIdentifier !== 'Facetation') {
3781
+ continue;
3782
+ }
3783
+ }
3784
+ for (const item of representation.Items) {
3785
+ // extract geometry here and flatten
3786
+ this.extractRepresentationItem(item, undefined, true);
3787
+ const mesh = this.model.voidGeometry.getByLocalID(item.localID);
3788
+ if (mesh !== undefined && mesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
3789
+ const localGeometry = mesh.geometry.clone();
3790
+ if (relVoidPlacementTransform !== void 0) {
3791
+ localGeometry.applyTransform(relVoidPlacementTransform.absoluteNativeTransform);
3792
+ }
3793
+ relVoidMeshVector.push_back(localGeometry);
3794
+ relVoidLocalIDs.push(item.localID);
3795
+ }
3796
+ }
3797
+ }
3798
+ }
3799
+ }
3800
+ return [relVoidMeshVector, relVoidLocalIDs];
3801
+ }
3802
+ }
3803
+ }
3804
+ /**
3805
+ *
3806
+ * @param from
3807
+ * @return {number | undefined}
3808
+ */
3809
+ extractMaterial(from) {
3810
+ if (from instanceof IfcMaterial) {
3811
+ return this.materials.materialDefinitionsMap.get(from.localID);
3812
+ }
3813
+ else if (from instanceof IfcMaterialLayerSetUsage) {
3814
+ for (const layer of from.ForLayerSet.MaterialLayers) {
3815
+ if (layer.Material) {
3816
+ const styledItemID = this.extractMaterial(layer.Material);
3817
+ if (styledItemID !== void 0) {
3818
+ return styledItemID;
3819
+ }
3820
+ }
3821
+ }
3822
+ }
3823
+ else if (from instanceof IfcMaterialLayerSet) {
3824
+ for (const layer of from.MaterialLayers) {
3825
+ if (layer.Material) {
3826
+ const styledItemID = this.extractMaterial(layer.Material);
3827
+ if (styledItemID !== void 0) {
3828
+ return styledItemID;
3829
+ }
3830
+ }
3831
+ }
3832
+ }
3833
+ else if (from instanceof IfcMaterialList) {
3834
+ for (const _material of from.Materials) {
3835
+ if (_material instanceof IfcMaterial) {
3836
+ const styledItemID = this.extractMaterial(_material);
3837
+ if (styledItemID !== void 0) {
3838
+ return styledItemID;
3839
+ }
3840
+ }
3841
+ }
3842
+ }
3843
+ else if (from instanceof IfcMaterialProfile) {
3844
+ if (from.Material !== null) {
3845
+ const styledItemID = this.extractMaterial(from.Material);
3846
+ if (styledItemID !== void 0) {
3847
+ return styledItemID;
3848
+ }
3849
+ }
3850
+ else {
3851
+ Logger.warning(`from.Material === null`);
3852
+ }
3853
+ }
3854
+ else if (from instanceof IfcMaterialProfileSet) {
3855
+ for (const material of from.MaterialProfiles) {
3856
+ const styledItemID = this.extractMaterial(material);
3857
+ if (styledItemID !== undefined) {
3858
+ return styledItemID;
3859
+ }
3860
+ }
3861
+ }
3862
+ else if (from instanceof IfcMaterialConstituent) {
3863
+ const styledItemID = this.extractMaterial(from.Material);
3864
+ if (styledItemID !== undefined) {
3865
+ return styledItemID;
3866
+ }
3867
+ }
3868
+ else if (from instanceof IfcMaterialConstituentSet) {
3869
+ if (from.MaterialConstituents !== null) {
3870
+ for (const materialConstituents of from.MaterialConstituents) {
3871
+ const styledItemID = this.extractMaterial(materialConstituents);
3872
+ if (styledItemID !== undefined) {
3873
+ return styledItemID;
3874
+ }
3875
+ }
3876
+ }
3877
+ }
3878
+ }
3879
+ /**
3880
+ *
3881
+ * @param from
3882
+ * @return {number | undefined}
3883
+ */
3884
+ extractMaterialStyle(from) {
3885
+ let styledItemID;
3886
+ const materialID = this.materials.relMaterialsMap.get(from.localID);
3887
+ if (materialID !== void 0) {
3888
+ if (this.materials.materialDefinitionsMap.has(materialID)) {
3889
+ // found material for mesh
3890
+ styledItemID = this.materials.materialDefinitionsMap.get(materialID);
3891
+ }
3892
+ else {
3893
+ const material = this.model.getElementByLocalID(materialID);
3894
+ if (material) {
3895
+ if (material instanceof IfcMaterial) {
3896
+ styledItemID = this.extractMaterial(material);
3897
+ }
3898
+ else if (material instanceof IfcMaterialLayerSetUsage) {
3899
+ styledItemID = this.extractMaterial(material);
3900
+ }
3901
+ else if (material instanceof IfcMaterialLayerSet) {
3902
+ styledItemID = this.extractMaterial(material);
3903
+ }
3904
+ else if (material instanceof IfcMaterialList) {
3905
+ styledItemID = this.extractMaterial(material);
3906
+ }
3907
+ else if (material instanceof IfcMaterialProfile) {
3908
+ styledItemID = this.extractMaterial(material);
3909
+ }
3910
+ else if (material instanceof IfcMaterialProfileSet) {
3911
+ styledItemID = this.extractMaterial(material);
3912
+ }
3913
+ else if (material instanceof IfcMaterialConstituent) {
3914
+ styledItemID = this.extractMaterial(material);
3915
+ }
3916
+ else if (material instanceof IfcMaterialConstituentSet) {
3917
+ styledItemID = this.extractMaterial(material);
3918
+ }
3919
+ else {
3920
+ Logger.warning(`Material type not supported - type: ${EntityTypesIfc[material.type]}`);
3921
+ }
3922
+ }
3923
+ }
3924
+ }
3925
+ return styledItemID;
3926
+ }
3927
+ /**
3928
+ *
3929
+ */
3930
+ populateStyledItemsMap() {
3931
+ const styledItems = this.model.types(IfcStyledItem);
3932
+ for (const styledItem of styledItems) {
3933
+ if (styledItem.Item !== null) {
3934
+ this.materials.styledItemMap.set(styledItem.Item.localID, styledItem.localID);
3935
+ }
3936
+ }
3937
+ }
3938
+ /**
3939
+ *
3940
+ */
3941
+ populateMaterialDefinitionsMap() {
3942
+ // populate MaterialDefinitionsMap
3943
+ const materialDefinitionRepresentations = this.model.types(IfcMaterialDefinitionRepresentation);
3944
+ for (const materialDefinitionRep of materialDefinitionRepresentations) {
3945
+ for (const representation of materialDefinitionRep.Representations) {
3946
+ for (let itemIndex = 0; itemIndex < representation.Items.length; ++itemIndex) {
3947
+ // save mapping of IfcMaterial --> IfcStyledItem
3948
+ this.materials.materialDefinitionsMap.set(materialDefinitionRep.RepresentedMaterial.localID, representation.Items[itemIndex].localID);
3949
+ }
3950
+ }
3951
+ }
3952
+ }
3953
+ /**
3954
+ *
3955
+ */
3956
+ populateRelVoidsMap() {
3957
+ // populate relvoids map
3958
+ const relVoids = this.model.types(IfcRelVoidsElement);
3959
+ for (const relVoid of relVoids) {
3960
+ // map product --> relvoids opening elements
3961
+ const geometryLocalIDArray = this.productToVoidGeometryMap.get(relVoid.RelatingBuildingElement.localID);
3962
+ if (geometryLocalIDArray === void 0) {
3963
+ const localIDArray = [];
3964
+ localIDArray.push(relVoid.RelatedOpeningElement.localID);
3965
+ this.productToVoidGeometryMap.set(relVoid.RelatingBuildingElement.localID, localIDArray);
3966
+ }
3967
+ else {
3968
+ // append to it
3969
+ geometryLocalIDArray.push(relVoid.RelatedOpeningElement.localID);
3970
+ this.productToVoidGeometryMap.set(relVoid.RelatingBuildingElement.localID, geometryLocalIDArray);
3971
+ }
3972
+ }
3973
+ }
3974
+ /**
3975
+ * Extracts linear scaling factor
3976
+ */
3977
+ extractLinearScalingFactor() {
3978
+ const projects = this.model.types(IfcProject);
3979
+ const projectsArray = Array.from(projects);
3980
+ if (projectsArray.length <= 0) {
3981
+ Logger.error('No IfcProjects found?');
3982
+ return;
3983
+ }
3984
+ const project = projectsArray[0];
3985
+ this.ifcProjectName = project.Name;
3986
+ const unitsInContext = project.UnitsInContext;
3987
+ if (unitsInContext === null) {
3988
+ Logger.warning('No units defined.');
3989
+ return;
3990
+ }
3991
+ // Logger.info(`UnitsInContext expressID: ${unitsInContext.expressID}`)
3992
+ for (const unit of unitsInContext.Units) {
3993
+ // Logger.info(`Unit type: ${EntityTypesIfc[unit.type]}, expressID: ${unit.expressID}`)
3994
+ if (unit instanceof IfcSIUnit) {
3995
+ const unitType = unit.UnitType;
3996
+ const unitName = unit.Name;
3997
+ const unitPrefix = unit.Prefix;
3998
+ if (unitPrefix === null) {
3999
+ continue;
4000
+ }
4001
+ const unitPrefixVal = this.convertPrefix(unitPrefix);
4002
+ if (unitType === IfcUnitEnum.LENGTHUNIT &&
4003
+ unitName === IfcSIUnitName.METRE &&
4004
+ unitPrefixVal !== null) {
4005
+ this.linearScalingFactor *= unitPrefixVal;
4006
+ continue;
4007
+ }
4008
+ else {
4009
+ // Logger.info("linear scaling factor not set for IfcSIUnit")
4010
+ }
4011
+ }
4012
+ else if (unit instanceof IfcConversionBasedUnit) {
4013
+ // TODO: Linear scaling factor for IfcConversionBasedUnit
4014
+ /* const unitType = unit.UnitType
4015
+ unit.ConversionFactor.UnitComponent
4016
+ unit.Dimensions
4017
+ Logger.info("unit.Name: " + unit.Name)*/
4018
+ }
4019
+ }
4020
+ }
4021
+ /**
4022
+ *
4023
+ * @param prefix
4024
+ * @return {number | null}
4025
+ */
4026
+ convertPrefix(prefix) {
4027
+ /* eslint-disable no-magic-numbers */
4028
+ switch (prefix) {
4029
+ case IfcSIPrefix.EXA:
4030
+ return 1e18;
4031
+ case IfcSIPrefix.PETA:
4032
+ return 1e15;
4033
+ case IfcSIPrefix.TERA:
4034
+ return 1e12;
4035
+ case IfcSIPrefix.GIGA:
4036
+ return 1e9;
4037
+ case IfcSIPrefix.MEGA:
4038
+ return 1e6;
4039
+ case IfcSIPrefix.KILO:
4040
+ return 1e3;
4041
+ case IfcSIPrefix.HECTO:
4042
+ return 1e2;
4043
+ case IfcSIPrefix.DECA:
4044
+ return 1e1;
4045
+ case IfcSIPrefix.DECI:
4046
+ return 1e-1;
4047
+ case IfcSIPrefix.CENTI:
4048
+ return 1e-2;
4049
+ case IfcSIPrefix.MILLI:
4050
+ return 1e-3;
4051
+ case IfcSIPrefix.MICRO:
4052
+ return 1e-6;
4053
+ case IfcSIPrefix.NANO:
4054
+ return 1e-9;
4055
+ case IfcSIPrefix.PICO:
4056
+ return 1e-12;
4057
+ case IfcSIPrefix.FEMTO:
4058
+ return 1e-15;
4059
+ case IfcSIPrefix.ATTO:
4060
+ return 1e-18;
4061
+ default:
4062
+ return null;
4063
+ }
4064
+ /* eslint-enable no-case-declarations */
4065
+ }
4066
+ /**
4067
+ *
4068
+ * @param from
4069
+ * @param geometry
4070
+ */
4071
+ dumpGeometry(outputFilePath, geometry) {
4072
+ // Construct the full OBJ content
4073
+ if (Environment.environmentType === EnvironmentType.NODE) {
4074
+ // const objContent = this.conwayModel.toObj(geometry)
4075
+ // Write to the output file
4076
+ // fs.writeFileSync(outputFilePath, objContent, 'utf8')
4077
+ }
4078
+ }
4079
+ /**
4080
+ * Extract the geometry data from the IFC
4081
+ *
4082
+ * @param model - Input IfcStepModel to extract geometry data from
4083
+ * @param logTime boolean - print execution time (default no)
4084
+ * @return {[ExtractResult, IfcSceneBuilder]} - Enum indicating extraction result
4085
+ * + Geometry array
4086
+ */
4087
+ extractIFCGeometryData() {
4088
+ let result = ExtractResult.INCOMPLETE;
4089
+ this.extractLinearScalingFactor();
4090
+ const previousMemoizationState = this.model.elementMemoization;
4091
+ // populate relMaterialsMap
4092
+ const relAssociatesMaterials = this.model.types(IfcRelAssociatesMaterial);
4093
+ try {
4094
+ // 256 meg limit for memoization - smaller models get a big
4095
+ // win from memoization, but much larger models it uses far too much heap.
4096
+ const MEMOIZATION_THRESHOLD = 256 * 1024 * 1024;
4097
+ if (this.model.bufferBytesize > MEMOIZATION_THRESHOLD) {
4098
+ this.model.elementMemoization = false;
4099
+ }
4100
+ for (const relAssociateMaterial of relAssociatesMaterials) {
4101
+ const relatingMaterial = relAssociateMaterial.RelatingMaterial;
4102
+ try {
4103
+ const relatedObjects = relAssociateMaterial.RelatedObjects;
4104
+ for (const relatedObject of relatedObjects) {
4105
+ const product = relatedObject;
4106
+ if (product instanceof IfcProduct) {
4107
+ if (product instanceof IfcOpeningElement ||
4108
+ product instanceof IfcSpace ||
4109
+ product instanceof IfcOpeningStandardCase) {
4110
+ continue;
4111
+ }
4112
+ // save mapping of IfcProduct --> IfcMaterial
4113
+ this.materials.relMaterialsMap.set(product.localID, relatingMaterial.localID);
4114
+ }
4115
+ else {
4116
+ // Logger.warning(`type other than IfcProduct: ${EntityTypesIfc[product.type]}`)
4117
+ }
4118
+ }
4119
+ }
4120
+ catch (ex) {
4121
+ if (ex instanceof Error) {
4122
+ if (MATERIAL_RELATED_OBJECTS_PERMISSIVE) {
4123
+ Logger.error('Error processing relatingMaterial expressID: ' +
4124
+ `${relatingMaterial.expressID}, error: ${ex.message}`);
4125
+ }
4126
+ else {
4127
+ throw ex;
4128
+ }
4129
+ }
4130
+ else {
4131
+ Logger.error('Unknown exception processing IfcRelAssociateMaterials.');
4132
+ }
4133
+ }
4134
+ }
4135
+ // populate MaterialDefinitionsMap
4136
+ this.populateMaterialDefinitionsMap();
4137
+ // populate relvoids map
4138
+ this.populateRelVoidsMap();
4139
+ // populate styled items map
4140
+ this.populateStyledItemsMap();
4141
+ const products = this.model.types(IfcProduct);
4142
+ for (const product of products) {
4143
+ this.scene.clearParentStack();
4144
+ const isSpace = product instanceof IfcOpeningElement ||
4145
+ product instanceof IfcSpace ||
4146
+ product instanceof IfcOpeningStandardCase;
4147
+ const objectPlacement = product.ObjectPlacement;
4148
+ if (objectPlacement !== null) {
4149
+ this.extractPlacement(objectPlacement);
4150
+ }
4151
+ const representations = product.Representation;
4152
+ if (representations !== null) {
4153
+ // extract styledItem material
4154
+ const styledItemID = this.extractMaterialStyle(product);
4155
+ let hasRelVoid = false;
4156
+ const extractRelVoidsResult = this.extractRelVoids(product);
4157
+ let relVoidsMeshVector;
4158
+ let relVoidLocalIDs;
4159
+ if (extractRelVoidsResult !== void 0) {
4160
+ [relVoidsMeshVector, relVoidLocalIDs] = extractRelVoidsResult;
4161
+ }
4162
+ if (relVoidsMeshVector !== void 0) {
4163
+ hasRelVoid = true;
4164
+ }
4165
+ if (styledItemID !== void 0) {
4166
+ // optimization: extract the first representation item and cache
4167
+ // the styleID to apply to the rest of the product geometry
4168
+ const styledItem = this.model.getElementByLocalID(styledItemID);
4169
+ let reusableStyleID;
4170
+ for (const representation of representations.Representations) {
4171
+ if (representation instanceof IfcShapeRepresentation) {
4172
+ // this check is essential -
4173
+ // if RepresentationIdentifier !== Body or Facetation we must skip it
4174
+ if (representation.RepresentationIdentifier !== 'Body' &&
4175
+ representation.RepresentationIdentifier !== 'Facetation') {
4176
+ continue;
4177
+ }
4178
+ }
4179
+ for (const item of representation.Items) {
4180
+ if (item instanceof IfcMappedItem) {
4181
+ this.extractMappedItem(item, product, hasRelVoid, isSpace);
4182
+ }
4183
+ else {
4184
+ this.extractRepresentationItem(item, product.localID, hasRelVoid, isSpace);
4185
+ if (hasRelVoid) {
4186
+ this.applyRelVoidToRepresentation(item, relVoidsMeshVector, product.localID, relVoidLocalIDs, void 0, isSpace);
4187
+ }
4188
+ }
4189
+ const styledItemLocalID_ = this.materials.styledItemMap.get(item.localID);
4190
+ if (styledItemLocalID_ !== undefined) {
4191
+ const styledItem_ = this.model.getElementByLocalID(styledItemLocalID_);
4192
+ this.extractStyledItem(styledItem_);
4193
+ }
4194
+ else if (reusableStyleID !== void 0) {
4195
+ this.materials.addGeometryMapping(item.localID, reusableStyleID);
4196
+ }
4197
+ else if (styledItem instanceof IfcStyledItem) {
4198
+ // here we have the styled item, apply it to all geometry in this IfcProduct
4199
+ reusableStyleID = this.extractStyledItem(styledItem, item);
4200
+ }
4201
+ }
4202
+ }
4203
+ }
4204
+ else {
4205
+ for (const representation of representations.Representations) {
4206
+ if (representation instanceof IfcShapeRepresentation) {
4207
+ // this check is essential -
4208
+ // if RepresentationIdentifier !== Body or Facetation we must skip it
4209
+ if (representation.RepresentationIdentifier !== 'Body' &&
4210
+ representation.RepresentationIdentifier !== 'Facetation') {
4211
+ continue;
4212
+ }
4213
+ }
4214
+ for (const item of representation.Items) {
4215
+ if (item instanceof IfcMappedItem) {
4216
+ this.extractMappedItem(item, product, hasRelVoid, isSpace);
4217
+ }
4218
+ else {
4219
+ this.extractRepresentationItem(item, product.localID, hasRelVoid, isSpace);
4220
+ if (hasRelVoid) {
4221
+ this.applyRelVoidToRepresentation(item, relVoidsMeshVector, product.localID, relVoidLocalIDs, void 0, isSpace);
4222
+ }
4223
+ const styledItemLocalID_ = this.materials.styledItemMap.get(item.localID);
4224
+ if (styledItemLocalID_ !== void 0) {
4225
+ const styledItem_ = this.model.getElementByLocalID(styledItemLocalID_);
4226
+ this.extractStyledItem(styledItem_);
4227
+ }
4228
+ }
4229
+ }
4230
+ }
4231
+ }
4232
+ relVoidsMeshVector?.delete();
4233
+ }
4234
+ }
4235
+ const relAggregates = this.model.types(IfcRelAggregates);
4236
+ for (const relAggregate of relAggregates) {
4237
+ try {
4238
+ // Note, this is required because the relating object
4239
+ // can be where the rel-void is applied, so we
4240
+ // used this as a top level over-ride for a rel-void.
4241
+ // for all objects in the aggregate - CS
4242
+ const relatingObject = relAggregate.RelatingObject;
4243
+ const masterRelVoids = relatingObject instanceof IfcProduct ?
4244
+ this.extractRelVoids(relatingObject) :
4245
+ void 0;
4246
+ const relatedObjects = relAggregate.RelatedObjects;
4247
+ for (const productRepresentation of relatedObjects) {
4248
+ if (productRepresentation instanceof IfcProduct) {
4249
+ const isSpace = productRepresentation instanceof IfcOpeningElement ||
4250
+ productRepresentation instanceof IfcSpace ||
4251
+ productRepresentation instanceof IfcOpeningStandardCase;
4252
+ const product = productRepresentation;
4253
+ this.scene.clearParentStack();
4254
+ const objectPlacement = product.ObjectPlacement;
4255
+ if (objectPlacement !== null) {
4256
+ this.extractPlacement(objectPlacement);
4257
+ }
4258
+ const representations = product.Representation;
4259
+ if (representations !== null) {
4260
+ // extract styledItem material
4261
+ const styledItemID = this.extractMaterialStyle(product);
4262
+ const extractRelVoidsResult = masterRelVoids ?? this.extractRelVoids(product);
4263
+ let hasRelVoid = false;
4264
+ let relVoidsMeshVector;
4265
+ let relVoidLocalIDs;
4266
+ if (extractRelVoidsResult !== void 0) {
4267
+ [relVoidsMeshVector, relVoidLocalIDs] = extractRelVoidsResult;
4268
+ }
4269
+ if (relVoidsMeshVector !== void 0) {
4270
+ hasRelVoid = true;
4271
+ }
4272
+ if (styledItemID !== void 0) {
4273
+ // optimization: extract the first representation item and cache
4274
+ // the styleID to apply to the rest of the product geometry
4275
+ const styledItem = this.model.getElementByLocalID(styledItemID);
4276
+ let reusableStyleID;
4277
+ for (const representation of representations.Representations) {
4278
+ if (representation instanceof IfcShapeRepresentation) {
4279
+ // this check is essential -
4280
+ // if RepresentationIdentifier !== Body or Facetation we must skip it
4281
+ if (representation.RepresentationIdentifier !== 'Body' &&
4282
+ representation.RepresentationIdentifier !== 'Facetation') {
4283
+ continue;
4284
+ }
4285
+ }
4286
+ for (const item of representation.Items) {
4287
+ if (item instanceof IfcMappedItem) {
4288
+ this.extractMappedItem(item, product, hasRelVoid, isSpace);
4289
+ }
4290
+ else {
4291
+ this.extractRepresentationItem(item, product.localID, hasRelVoid, isSpace);
4292
+ if (hasRelVoid) {
4293
+ this.applyRelVoidToRepresentation(item, relVoidsMeshVector, product.localID, relVoidLocalIDs, void 0, isSpace);
4294
+ }
4295
+ }
4296
+ const styledItemLocalID_ = this.materials.styledItemMap.get(item.localID);
4297
+ if (styledItemLocalID_ !== undefined) {
4298
+ const styledItem_ = this.model.getElementByLocalID(styledItemLocalID_);
4299
+ this.extractStyledItem(styledItem_);
4300
+ }
4301
+ else if (reusableStyleID !== void 0) {
4302
+ this.materials.addGeometryMapping(item.localID, reusableStyleID);
4303
+ }
4304
+ else if (styledItem instanceof IfcStyledItem) {
4305
+ // here we have the styled item, apply it to all geometry in this IfcProduct
4306
+ reusableStyleID = this.extractStyledItem(styledItem, item);
4307
+ }
4308
+ }
4309
+ }
4310
+ }
4311
+ else {
4312
+ for (const representation of representations.Representations) {
4313
+ if (representation instanceof IfcShapeRepresentation) {
4314
+ // this check is essential -
4315
+ // if RepresentationIdentifier !== Body or Facetation we must skip it
4316
+ if (representation.RepresentationIdentifier !== 'Body' &&
4317
+ representation.RepresentationIdentifier !== 'Facetation') {
4318
+ continue;
4319
+ }
4320
+ }
4321
+ for (const item of representation.Items) {
4322
+ if (item instanceof IfcMappedItem) {
4323
+ this.extractMappedItem(item, product, hasRelVoid, isSpace);
4324
+ }
4325
+ else {
4326
+ this.extractRepresentationItem(item, product.localID, hasRelVoid, isSpace);
4327
+ if (hasRelVoid) {
4328
+ this.applyRelVoidToRepresentation(item, relVoidsMeshVector, product.localID, relVoidLocalIDs, void 0, isSpace);
4329
+ }
4330
+ const styledItemLocalID_ = this.materials.styledItemMap.get(item.localID);
4331
+ if (styledItemLocalID_ !== void 0) {
4332
+ const styledItem_ = this.model.getElementByLocalID(styledItemLocalID_);
4333
+ this.extractStyledItem(styledItem_);
4334
+ }
4335
+ }
4336
+ }
4337
+ }
4338
+ }
4339
+ if (masterRelVoids === void 0) {
4340
+ relVoidsMeshVector?.delete();
4341
+ }
4342
+ }
4343
+ }
4344
+ }
4345
+ if (masterRelVoids !== void 0) {
4346
+ masterRelVoids[0].delete();
4347
+ }
4348
+ }
4349
+ catch (ex) {
4350
+ if (ex instanceof Error) {
4351
+ if (MATERIAL_RELATED_OBJECTS_PERMISSIVE) {
4352
+ Logger.error('Error processing relAggregate expressID: ' +
4353
+ `${relAggregate.expressID}, error: ${ex.message}`);
4354
+ }
4355
+ else {
4356
+ throw ex;
4357
+ }
4358
+ }
4359
+ else {
4360
+ Logger.error('Unknown exception processing IfcRelAssociateMaterials.');
4361
+ }
4362
+ }
4363
+ }
4364
+ result = ExtractResult.COMPLETE;
4365
+ return [result, this.scene];
4366
+ }
4367
+ finally {
4368
+ this.model.elementMemoization = previousMemoizationState;
4369
+ }
4370
+ }
4371
+ }