@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.
- package/LICENSE.md +660 -0
- package/README.md +158 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js +19 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js +16 -0
- package/compiled/dependencies/conway-geom/index.d.ts +60 -0
- package/compiled/dependencies/conway-geom/index.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/index.js +63 -0
- package/compiled/dependencies/conway-geom/interface/AABB.d.ts +1 -0
- package/compiled/dependencies/conway-geom/interface/AABB.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/AABB.js +11 -0
- package/compiled/dependencies/conway-geom/interface/bound_3D_object.d.ts +4 -0
- package/compiled/dependencies/conway-geom/interface/bound_3D_object.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/bound_3D_object.js +1 -0
- package/compiled/dependencies/conway-geom/interface/conway_geometry.d.ts +343 -0
- package/compiled/dependencies/conway-geom/interface/conway_geometry.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/conway_geometry.js +479 -0
- package/compiled/dependencies/conway-geom/interface/curve_object.d.ts +27 -0
- package/compiled/dependencies/conway-geom/interface/curve_object.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/curve_object.js +1 -0
- package/compiled/dependencies/conway-geom/interface/deletable.d.ts +5 -0
- package/compiled/dependencies/conway-geom/interface/deletable.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/deletable.js +1 -0
- package/compiled/dependencies/conway-geom/interface/geometry_collection.d.ts +13 -0
- package/compiled/dependencies/conway-geom/interface/geometry_collection.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/geometry_collection.js +1 -0
- package/compiled/dependencies/conway-geom/interface/geometry_object.d.ts +21 -0
- package/compiled/dependencies/conway-geom/interface/geometry_object.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/geometry_object.js +1 -0
- package/compiled/dependencies/conway-geom/interface/ifc_profile_3D.d.ts +8 -0
- package/compiled/dependencies/conway-geom/interface/ifc_profile_3D.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/ifc_profile_3D.js +1 -0
- package/compiled/dependencies/conway-geom/interface/material_object.d.ts +25 -0
- package/compiled/dependencies/conway-geom/interface/material_object.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/material_object.js +21 -0
- package/compiled/dependencies/conway-geom/interface/native_transform.d.ts +28 -0
- package/compiled/dependencies/conway-geom/interface/native_transform.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/native_transform.js +1 -0
- package/compiled/dependencies/conway-geom/interface/outline_dumpable.d.ts +6 -0
- package/compiled/dependencies/conway-geom/interface/outline_dumpable.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/outline_dumpable.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/bspline_surface.d.ts +17 -0
- package/compiled/dependencies/conway-geom/interface/parameters/bspline_surface.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/bspline_surface.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/cylinder_surface.d.ts +8 -0
- package/compiled/dependencies/conway-geom/interface/parameters/cylinder_surface.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/cylinder_surface.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/extrusion_surface.d.ts +10 -0
- package/compiled/dependencies/conway-geom/interface/parameters/extrusion_surface.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/extrusion_surface.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/indexed_polygonal_face.d.ts +8 -0
- package/compiled/dependencies/conway-geom/interface/parameters/indexed_polygonal_face.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/indexed_polygonal_face.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry.d.ts +13 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_axis_1_placement_3D.d.ts +8 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_axis_1_placement_3D.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_axis_1_placement_3D.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_axis_2_placement_3D.d.ts +10 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_axis_2_placement_3D.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_axis_2_placement_3D.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_cartesian_transform_operator_3D.d.ts +17 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_cartesian_transform_operator_3D.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_cartesian_transform_operator_3D.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_create_bound_3D.d.ts +8 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_create_bound_3D.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_create_bound_3D.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_create_native_ifc_profile.d.ts +12 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_create_native_ifc_profile.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_create_native_ifc_profile.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_axis_2_placement_2D.d.ts +17 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_axis_2_placement_2D.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_axis_2_placement_2D.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_boolean_result.d.ts +10 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_boolean_result.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_boolean_result.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_bspline_curve.d.ts +15 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_bspline_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_bspline_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_c_shape_curve.d.ts +13 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_c_shape_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_c_shape_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_circle_curve.d.ts +9 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_circle_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_circle_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ellipse_curve.d.ts +10 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ellipse_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ellipse_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_extruded_area_solid.d.ts +9 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_extruded_area_solid.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_extruded_area_solid.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_half_space_solid.d.ts +6 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_half_space_solid.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_half_space_solid.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_i_shape_curve.d.ts +13 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_i_shape_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_i_shape_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_circle.d.ts +12 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_circle.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_circle.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_indexed_poly_curve.d.ts +10 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_indexed_poly_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_indexed_poly_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_line.d.ts +14 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_line.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_line.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_trimmed_curve.d.ts +16 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_trimmed_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_ifc_trimmed_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_l_shape_curve.d.ts +14 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_l_shape_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_l_shape_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_loop.d.ts +9 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_loop.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_loop.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_poly_curve.d.ts +12 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_poly_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_poly_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_polygonal_bounded_halfspace.d.ts +12 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_polygonal_bounded_halfspace.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_polygonal_bounded_halfspace.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_rectangle_profile_curve.d.ts +10 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_rectangle_profile_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_rectangle_profile_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_swept_disk_solid.d.ts +13 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_swept_disk_solid.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_swept_disk_solid.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_t_shape_curve.d.ts +14 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_t_shape_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_t_shape_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_triangulated_face_set_geometry.d.ts +9 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_triangulated_face_set_geometry.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_triangulated_face_set_geometry.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_u_shape_curve.d.ts +14 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_u_shape_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_u_shape_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_z_shape_curve.d.ts +14 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_z_shape_curve.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_get_z_shape_curve.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_local_placement.d.ts +8 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_local_placement.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_local_placement.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_polygonal_face_set.d.ts +10 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_polygonal_face_set.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_polygonal_face_set.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_rel_void_subtract.d.ts +11 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_rel_void_subtract.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_rel_void_subtract.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_transform_profile.d.ts +9 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_transform_profile.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_transform_profile.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/revolution_surface.d.ts +9 -0
- package/compiled/dependencies/conway-geom/interface/parameters/revolution_surface.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/revolution_surface.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/segment.d.ts +7 -0
- package/compiled/dependencies/conway-geom/interface/parameters/segment.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/segment.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/surface_object.d.ts +20 -0
- package/compiled/dependencies/conway-geom/interface/parameters/surface_object.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/surface_object.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/trimming_arguments.d.ts +8 -0
- package/compiled/dependencies/conway-geom/interface/parameters/trimming_arguments.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/trimming_arguments.js +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/trimming_select.d.ts +11 -0
- package/compiled/dependencies/conway-geom/interface/parameters/trimming_select.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/parameters/trimming_select.js +1 -0
- package/compiled/dependencies/conway-geom/interface/profile_object.d.ts +17 -0
- package/compiled/dependencies/conway-geom/interface/profile_object.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/profile_object.js +1 -0
- package/compiled/dependencies/conway-geom/interface/results_gltf.d.ts +19 -0
- package/compiled/dependencies/conway-geom/interface/results_gltf.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/results_gltf.js +1 -0
- package/compiled/dependencies/conway-geom/interface/std_vector.d.ts +14 -0
- package/compiled/dependencies/conway-geom/interface/std_vector.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/std_vector.js +1 -0
- package/compiled/dependencies/conway-geom/interface/vector2.d.ts +6 -0
- package/compiled/dependencies/conway-geom/interface/vector2.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/vector2.js +1 -0
- package/compiled/dependencies/conway-geom/interface/vector3.d.ts +7 -0
- package/compiled/dependencies/conway-geom/interface/vector3.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/vector3.js +1 -0
- package/compiled/dependencies/conway-geom/interface/vector4.d.ts +10 -0
- package/compiled/dependencies/conway-geom/interface/vector4.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/vector4.js +1 -0
- package/compiled/dependencies/conway-geom/interface/wavefront_dumpable.d.ts +5 -0
- package/compiled/dependencies/conway-geom/interface/wavefront_dumpable.d.ts.map +1 -0
- package/compiled/dependencies/conway-geom/interface/wavefront_dumpable.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/abs_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/abs_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/abs_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/acos_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/acos_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/acos_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action.gen.js +38 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_assignment.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_directive.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_directive.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_directive.gen.js +66 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_method_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property_representation.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_property_representation.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_assignment.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_solution.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_solution.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_solution.gen.js +36 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_status.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_status.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_request_status.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource.gen.js +67 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_requirement.gen.d.ts +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_requirement.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_requirement.gen.js +68 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_type.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_resource_type.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_status.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_status.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/action_status.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/address.gen.d.ts +37 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/address.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/address.gen.js +94 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_brep_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_brep_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_brep_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_face.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_face.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/advanced_face.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ahead_or_behind.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ahead_or_behind.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ahead_or_behind.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/alternate_product_relationship.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/alternate_product_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/alternate_product_relationship.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/amount_of_substance_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/and_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/and_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/and_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angle_relator.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angle_relator.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angle_relator.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_dimension.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_dimension.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_dimension.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_location.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_location.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_location.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_size.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_size.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angular_size.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angularity_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angularity_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/angularity_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_curve_occurrence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_curve_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_curve_occurrence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area_occurrence.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_fill_area_occurrence.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_associativity.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_associativity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_associativity.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_occurrence_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane.gen.js +51 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane_element.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane_element.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_plane_element.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_subfigure_occurrence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_subfigure_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_subfigure_occurrence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_symbol_occurrence_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_character.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_character.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_character.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/annotation_text_occurrence_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/apex.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/apex.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/apex.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_element.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_element.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_element.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_context_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_protocol_definition.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_protocol_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/application_protocol_definition.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_assignment.gen.d.ts +63 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_assignment.gen.js +94 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_request_assignment.gen.d.ts +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_request_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_action_request_assignment.gen.js +77 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_approval_assignment.gen.d.ts +52 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_approval_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_approval_assignment.gen.js +83 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_area.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_area.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_area.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_certification_assignment.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_certification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_certification_assignment.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_classification_assignment.gen.d.ts +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_classification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_classification_assignment.gen.js +78 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_contract_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_contract_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_contract_assignment.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_and_time_assignment.gen.d.ts +66 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_and_time_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_and_time_assignment.gen.js +97 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_assignment.gen.d.ts +66 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_date_assignment.gen.js +97 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_reference.gen.d.ts +55 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_reference.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_reference.gen.js +86 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_usage_constraint_assignment.gen.d.ts +55 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_usage_constraint_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_document_usage_constraint_assignment.gen.js +86 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_effectivity_assignment.gen.d.ts +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_effectivity_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_effectivity_assignment.gen.js +80 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_event_occurrence_assignment.gen.d.ts +63 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_event_occurrence_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_event_occurrence_assignment.gen.js +94 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_external_identification_assignment.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_external_identification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_external_identification_assignment.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_group_assignment.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_group_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_group_assignment.gen.js +51 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_identification_assignment.gen.d.ts +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_identification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_identification_assignment.gen.js +78 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_ineffectivity_assignment.gen.d.ts +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_ineffectivity_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_ineffectivity_assignment.gen.js +80 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_name_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_name_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_name_assignment.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organization_assignment.gen.d.ts +69 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organization_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organization_assignment.gen.js +100 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organizational_project_assignment.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organizational_project_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_organizational_project_assignment.gen.js +52 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_person_and_organization_assignment.gen.d.ts +66 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_person_and_organization_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_person_and_organization_assignment.gen.js +97 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_presented_item.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_presented_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_presented_item.gen.js +54 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_security_classification_assignment.gen.d.ts +43 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_security_classification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_security_classification_assignment.gen.js +74 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_time_interval_assignment.gen.d.ts +63 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_time_interval_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/applied_time_interval_assignment.gen.js +94 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_assignment.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_date_time.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_date_time.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_date_time.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_person_organization.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_person_organization.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_person_organization.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_role.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_role.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_status.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_status.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approval_status.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_method.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_method.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_method.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_deviation.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_deviation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_deviation.gen.js +61 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_parameter.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_parameter.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/approximation_tolerance_parameter.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_in_set.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_in_set.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_in_set.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_or_view.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_or_view.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_or_view.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/area_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/asin_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/asin_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/asin_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage_substitute.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage_substitute.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/assembly_component_usage_substitute.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/atan_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/atan_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/atan_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_classification_assignment.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_classification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_classification_assignment.gen.js +35 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_assignment.gen.d.ts +84 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_assignment.gen.js +115 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_language_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_type.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_type.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_assignment.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_assignment.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/attribute_value_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis1_placement.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis1_placement.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis1_placement.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_2d.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_2d.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_2d.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_3d.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_3d.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/axis2_placement_3d.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve.gen.d.ts +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve.gen.js +74 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_form.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_form.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_form.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_with_knots.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_with_knots.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_curve_with_knots.gen.js +76 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface.gen.d.ts +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface.gen.js +97 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_form.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_form.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_form.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_with_knots.gen.d.ts +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_with_knots.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/b_spline_surface_with_knots.gen.js +129 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/background_colour.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/background_colour.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/background_colour.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/barring_hole.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/barring_hole.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/barring_hole.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead_end.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead_end.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bead_end.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_surface.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bezier_surface.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_boolean_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_boolean_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_boolean_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_function_call.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_function_call.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_function_call.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_generic_expression.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_generic_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_generic_expression.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_numeric_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_numeric_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/binary_numeric_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/block.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/block.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/block.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_defined_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_defined_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_defined_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_literal.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_literal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_literal.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operand.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operand.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operand.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operator.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operator.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_operator.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_result.gen.d.ts +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_result.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_result.gen.js +50 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boolean_variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss_top.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss_top.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boss_top.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boundary_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boundary_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boundary_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_pcurve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_pcurve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_pcurve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/bounded_surface_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_characteristic_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_characteristic_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_characteristic_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_domain.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_domain.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_domain.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_height.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_height.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_height.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_rotate_angle.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_rotate_angle.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_rotate_angle.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_slant_angle.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_slant_angle.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_slant_angle.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_width.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_width.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/box_width.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boxed_half_space.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boxed_half_space.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/boxed_half_space.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/brep_with_voids.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/brep_with_voids.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/brep_with_voids.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/calendar_date.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/calendar_date.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/calendar_date.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_2d_with_scale.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_2d_with_scale.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_2d_with_scale.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_3d_with_scale.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_3d_with_scale.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_image_3d_with_scale.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d2.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d2.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d2.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3_with_hlhsr.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3_with_hlhsr.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_model_d3_with_hlhsr.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_usage.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/camera_usage.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_point.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_point.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_point.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator.gen.d.ts +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator.gen.js +51 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_2d.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_2d.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_2d.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_3d.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_3d.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cartesian_transformation_operator_3d.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/category_usage_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/category_usage_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/category_usage_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/celsius_temperature_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/central_or_parallel.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/central_or_parallel.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/central_or_parallel.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/centre_of_symmetry.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/centre_of_symmetry.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/centre_of_symmetry.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_assignment.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_type.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/certification_type.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer_offset.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer_offset.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/chamfer_offset.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_glyph_symbol.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_glyph_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_glyph_symbol.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_spacing_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_spacing_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_spacing_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_style_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_style_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/character_style_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_action_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_action_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_action_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_class.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_class.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_class.gen.js +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_material_property.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_material_property.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_material_property.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_object.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_object.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_object.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_product_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_product_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_product_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_resource_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_resource_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/characterized_resource_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circle.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circle.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circle.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_closed_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_closed_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_closed_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_pattern.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_pattern.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_pattern.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_runout_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_runout_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/circular_runout_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_system.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_system.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_system.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_assignment.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_assignment.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/class_usage_effectivity_context_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/classification_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_path_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_path_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_path_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_shell.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_shell.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/closed_shell.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coaxiality_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coaxiality_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coaxiality_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_rgb.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_rgb.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_rgb.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_specification.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_specification.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/colour_specification.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/common_datum.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/common_datum.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/common_datum.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_equal.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_equal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_equal.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater_equal.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater_equal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_greater_equal.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less_equal.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less_equal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_less_equal.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_not_equal.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_not_equal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/comparison_not_equal.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve.gen.js +51 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_on_surface.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_on_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_on_surface.gen.js +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_segment.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_segment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_curve_segment.gen.js +35 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_hole.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_hole.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_hole.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_shape_aspect.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_shape_aspect.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_shape_aspect.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_associated_curves.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_associated_curves.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_associated_curves.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_blanking_box.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_blanking_box.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_blanking_box.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_extent.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_extent.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/composite_text_with_extent.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_item_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_item_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_item_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_representation_item.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_representation_item.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/compound_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concat_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concat_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concat_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concentricity_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concentricity_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concentricity_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_operator.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_operator.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_operator.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship_with_condition.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship_with_condition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/concept_feature_relationship_with_condition.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conditional_concept_feature.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conditional_concept_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conditional_concept_feature.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configurable_item.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configurable_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configurable_item.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_definition.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_definition.gen.js +54 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_design_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_effectivity.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_effectivity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_effectivity.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_interpolation.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_interpolation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_interpolation.gen.js +35 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_item.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configuration_item.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_assignment.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_assignment.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_assignment.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_assignment.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_context_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/configured_effectivity_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conic.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conic.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conic.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conical_surface.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conical_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conical_surface.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_edge_set.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_edge_set.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_edge_set.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_set.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_set.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_set.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_sub_set.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_sub_set.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/connected_face_sub_set.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation_relationship.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/constructive_geometry_representation_relationship.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contact_ratio_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contact_ratio_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contact_ratio_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_invisibility.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_invisibility.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_invisibility.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_over_riding_styled_item.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_over_riding_styled_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_over_riding_styled_item.gen.js +51 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_shape_representation.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_shape_representation.gen.js +36 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_unit.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/context_dependent_unit.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_assignment.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_type.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/contract_type.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conversion_based_unit.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conversion_based_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/conversion_based_unit.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coordinated_universal_time_offset.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coordinated_universal_time_offset.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/coordinated_universal_time_offset.gen.js +38 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cos_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cos_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cos_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/count_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/count_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/count_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_primitive.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_primitive.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_primitive.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_solid.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/csg_solid.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_bounded_surface.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_bounded_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_bounded_surface.gen.js +55 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_dimension.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_dimension.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_dimension.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_font_or_scaled_curve_font_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_font_or_scaled_curve_font_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_font_or_scaled_curve_font_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_on_surface.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_on_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_on_surface.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_or_render.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_or_render.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_or_render.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_replica.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_replica.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_replica.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style.gen.d.ts +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style.gen.js +54 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_pattern.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_pattern.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_pattern.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_font_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_rendering.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_rendering.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_style_rendering.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_swept_solid_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_swept_solid_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_swept_solid_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_deviation.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_deviation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_deviation.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_parameter.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_parameter.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/curve_tolerance_parameter.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_range.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_range.gen.js +66 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_value.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_pair_value.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_surface.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindrical_surface.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindricity_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindricity_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/cylindricity_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/data_environment.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/data_environment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/data_environment.gen.js +54 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_and_time_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_role.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_role.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_or_event_occurrence.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_or_event_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_or_event_occurrence.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_role.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_role.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/date_time_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dated_effectivity.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dated_effectivity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dated_effectivity.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_feature_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_reference.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_reference.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_reference.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/datum_target_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/day_in_month_number.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/day_in_month_number.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/day_in_month_number.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table_cell.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table_cell.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/default_tolerance_table_cell.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_character_glyph.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_character_glyph.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_character_glyph.gen.js +38 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_function.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_glyph_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_glyph_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_glyph_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/defined_symbol_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/definitional_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/definitional_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/definitional_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_pcurve.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_pcurve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_pcurve.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_toroidal_surface.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_toroidal_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/degenerate_toroidal_surface.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_property_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_property_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_property_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_shape_aspect.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_shape_aspect.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_shape_aspect.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_element.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_element.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_element.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/derived_unit_variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute.gen.d.ts +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute.gen.js +45 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/description_attribute_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_representation_item.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/descriptive_representation_item.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/diameter_dimension.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/diameter_dimension.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/diameter_dimension.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_component_relationship.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_component_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_component_relationship.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_relationship.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_callout_relationship.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_count.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_count.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_count.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_directed_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_directed_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_directed_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_terminator.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_terminator.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_curve_terminator.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_extent_usage.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_extent_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_extent_usage.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_related_tolerance_zone_element.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_related_tolerance_zone_element.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_related_tolerance_zone_element.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_text_associativity.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_text_associativity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimension_text_associativity.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic_representation.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_characteristic_representation.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_exponents.gen.d.ts +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_exponents.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_exponents.gen.js +57 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location_with_path.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location_with_path.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_location_with_path.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size_with_path.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size_with_path.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/dimensional_size_with_path.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_action.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_action.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_action.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_angle.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_angle.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_angle.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_dimensional_location.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_dimensional_location.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/directed_dimensional_location.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_count_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_count_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_count_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/direction_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/div_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/div_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/div_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_file.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_file.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_file.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_association.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_association.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_equivalence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_equivalence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_product_equivalence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_reference_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_representation_type.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_representation_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_representation_type.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_type.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_type.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_constraint_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/document_usage_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_annotation_occurrence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_annotation_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_annotation_occurrence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_element.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_element.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_element.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_callout_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_elements.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_elements.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_elements.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_model_item_association_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_colour.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_colour.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_colour.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_curve_font.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_curve_font.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_curve_font.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_text_font.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_text_font.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_pre_defined_text_font.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_specification_reference.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_specification_reference.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_specification_reference.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_subfigure_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_subfigure_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_subfigure_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_symbol_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_symbol_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_symbol_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_text_literal_with_delineation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_text_literal_with_delineation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_text_literal_with_delineation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_title.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_title.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_title.gen.js +59 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_titled_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_titled_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/draughting_titled_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_definition.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_definition.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision_sequence.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision_sequence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_revision_sequence.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_layout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_layout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_layout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision_usage.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/drawing_sheet_revision_usage.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_model.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_model.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_model.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_based_wireframe_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_curve.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_curve.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_loop.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_loop.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_loop.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_round.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_round.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/edge_round.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_assignment.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_context_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/effectivity_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/electric_current_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/element_delivery.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/element_delivery.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/element_delivery.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/elementary_surface.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/elementary_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/elementary_surface.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ellipse.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ellipse.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ellipse.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_ap214.gen.d.ts +972 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_ap214.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_ap214.gen.js +973 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_search.gen.d.ts +5 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_search.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/entity_types_search.gen.js +8 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/environment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/environment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/environment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/equals_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/equals_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/equals_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/evaluated_degenerate_pcurve.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/evaluated_degenerate_pcurve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/evaluated_degenerate_pcurve.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_context_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/event_occurrence_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exclusive_product_concept_feature_category.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exclusive_product_concept_feature_category.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exclusive_product_concept_feature_category.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/executed_action.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/executed_action.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/executed_action.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exp_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exp_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/exp_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression_conversion_based_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression_conversion_based_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/expression_conversion_based_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extension.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extension.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extension.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_assignment.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_assignment.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_identification_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_source.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_source.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/external_source.gen.js +30 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_character_glyph.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_character_glyph.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_character_glyph.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_class.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_class.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_class.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_curve_font.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_curve_font.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_curve_font.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_dimension_definition.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_dimension_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_dimension_definition.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_feature_definition.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_feature_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_feature_definition.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_general_property.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_general_property.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_general_property.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_hatch_style.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_hatch_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_hatch_style.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_item_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_style.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_style.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_text_font.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_text_font.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_text_font.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_tile_style.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_tile_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/externally_defined_tile_style.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_area_solid.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_area_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_area_solid.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_face_solid.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_face_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/extruded_face_solid.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_based_surface_model.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_based_surface_model.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_based_surface_model.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_bound.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_bound.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_bound.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_outer_bound.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_outer_bound.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_outer_bound.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_surface.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/face_surface.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/faceted_brep_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_definition.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_definition.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_relationship.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_component_relationship.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_definition.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_definition.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_in_panel.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_in_panel.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_in_panel.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_pattern.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_pattern.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/feature_pattern.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/featured_shape.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/featured_shape.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/featured_shape.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style.gen.js +56 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_colour.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_colour.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_colour.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_hatching.gen.d.ts +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_hatching.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_hatching.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_shape_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_shape_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_shape_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_symbol_with_style.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_symbol_with_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tile_symbol_with_style.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tiles.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tiles.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_area_style_tiles.gen.js +59 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_style_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_style_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fill_style_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fillet.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fillet.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fillet.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/flatness_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/flatness_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/flatness_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/font_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/font_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/font_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/format_function.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/format_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/format_function.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_item_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_kinematic_path.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_kinematic_path.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/founded_kinematic_path.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fully_constrained_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fully_constrained_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/fully_constrained_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/functionally_defined_transformation.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/functionally_defined_transformation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/functionally_defined_transformation.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair.gen.js +45 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_range.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_range.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_value.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/gear_pair_value.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_material_property.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_material_property.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_material_property.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_association.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_association.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/general_property_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_character_glyph_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_character_glyph_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_character_glyph_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_expression.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_literal.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_literal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_literal.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/generic_variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_alignment.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_alignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_alignment.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_curve_set.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_curve_set.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_curve_set.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_intersection.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_intersection.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_intersection.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_item_specific_usage.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_item_specific_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_item_specific_usage.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_context.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_context.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_item.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_representation_item.gen.js +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_set_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_datum_reference.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_datum_reference.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_datum_reference.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_defined_unit.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_defined_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometric_tolerance_with_defined_unit.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrical_tolerance_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrical_tolerance_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrical_tolerance_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_2d_wireframe_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_2d_wireframe_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_2d_wireframe_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_surface_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_surface_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_surface_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_wireframe_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_wireframe_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/geometrically_bounded_wireframe_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_uncertainty_assigned_context.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_uncertainty_assigned_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_uncertainty_assigned_context.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_unit_assigned_context.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_unit_assigned_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/global_unit_assigned_context.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_assignment.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/group_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/half_space_solid.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/half_space_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/half_space_solid.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hardness_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hardness_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hardness_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hidden_element_over_riding_styled_item.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hidden_element_over_riding_styled_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hidden_element_over_riding_styled_item.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_bottom.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_bottom.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_bottom.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_in_panel.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_in_panel.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hole_in_panel.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/homokinetic_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/homokinetic_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/homokinetic_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hour_in_day.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hour_in_day.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hour_in_day.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hyperbola.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hyperbola.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/hyperbola.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute.gen.d.ts +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/id_attribute_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_assignment.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identification_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identifier.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identifier.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/identifier.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/inclusion_product_concept_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/inclusion_product_concept_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/inclusion_product_concept_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index.d.ts +992 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index.js +991 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/index_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/initial_state.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/initial_state.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/initial_state.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/instanced_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/instanced_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/instanced_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_literal.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_literal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_literal.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_numeric_variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_numeric_variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_numeric_variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_value_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_value_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/int_value_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/integer_defined_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/integer_defined_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/integer_defined_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolated_configuration_sequence.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolated_configuration_sequence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolated_configuration_sequence.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolation_type.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolation_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interpolation_type.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/intersection_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/intersection_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/intersection_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interval_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interval_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/interval_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility_context.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisibility_context.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisible_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisible_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/invisible_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_defined_transformation.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_defined_transformation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_defined_transformation.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_identified_representation_usage.gen.d.ts +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_identified_representation_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/item_identified_representation_usage.gen.js +56 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle_termination.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle_termination.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/joggle_termination.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_consistency.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_consistency.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_consistency.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_result.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_result.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_analysis_result.gen.js +54 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_control.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_control.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_control.gen.js +53 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation_association.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_background_representation_association.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_based_transformation.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_based_transformation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_frame_based_transformation.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_ground_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_ground_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_ground_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_joint.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_joint.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_joint.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_association.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_association.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_relation.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_relation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_link_representation_relation.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_pair.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_pair.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_path.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_path.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_path.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_definition.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_definition.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_representation_relation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_representation_relation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_property_representation_relation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_result.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_result.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_result.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_structure.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_structure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/kinematic_structure.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/knot_type.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/knot_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/knot_type.gen.js +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/known_source.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/known_source.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/known_source.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/label.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/label.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/label.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_assignment.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_assignment.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/language_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/layered_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/layered_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/layered_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_dimension.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_dimension.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_directed_dimension.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_terminator.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_terminator.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/leader_terminator.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_function.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_function.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/length_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_ambient.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_ambient.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_ambient.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_directional.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_directional.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_directional.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_positional.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_positional.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_positional.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_spot.gen.d.ts +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_spot.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/light_source_spot.gen.js +53 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/like_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/like_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/like_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limit_condition.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limit_condition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limit_condition.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limits_and_fits.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limits_and_fits.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/limits_and_fits.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line_profile_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line_profile_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/line_profile_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/linear_dimension.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/linear_dimension.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/linear_dimension.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_of_reversible_topology_item.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_of_reversible_topology_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_of_reversible_topology_item.gen.js +51 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_representation_item.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/list_representation_item.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/literal_number.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/literal_number.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/literal_number.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/local_time.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/local_time.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/local_time.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/location_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/location_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/location_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/locator.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/locator.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/locator.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log10_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log10_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log10_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log2_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log2_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log2_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/log_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/loop.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/loop.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/loop.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/lot_effectivity.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/lot_effectivity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/lot_effectivity.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/luminous_intensity_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/make_from_usage_option.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/make_from_usage_option.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/make_from_usage_option.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_solid_brep.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_solid_brep.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_solid_brep.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_subsurface_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_subsurface_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_subsurface_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_surface_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_surface_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/manifold_surface_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mapped_item.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mapped_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mapped_item.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_type.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/marker_type.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mass_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation.gen.js +57 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation_characterization.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation_characterization.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_designation_characterization.gen.js +45 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property_representation.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/material_property_representation.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/maximum_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/maximum_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/maximum_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_qualification.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_qualification.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_qualification.gen.js +67 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_representation_item.gen.d.ts +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_representation_item.gen.js +59 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_value.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_value.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_with_unit.gen.d.ts +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/measure_with_unit.gen.js +59 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_area.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_area.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_area.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanical_design_geometric_presentation_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism.gen.js +36 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism_base_placement.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism_base_placement.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mechanism_base_placement.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minimum_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minimum_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minimum_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minus_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minute_in_hour.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minute_in_hour.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/minute_in_hour.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mod_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mod_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mod_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_geometric_tolerance.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_geometric_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_geometric_tolerance.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_pattern.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_pattern.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/modified_pattern.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/moments_of_inertia_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/moments_of_inertia_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/moments_of_inertia_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/month_in_year_number.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/month_in_year_number.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/month_in_year_number.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_link_relationship.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_link_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_link_relationship.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_parameter_measure.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_parameter_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/motion_parameter_measure.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mult_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mult_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/mult_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_assignment.gen.d.ts +84 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_assignment.gen.js +118 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multi_language_attribute_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_boolean_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_boolean_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_boolean_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_function_call.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_function_call.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_function_call.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_generic_expression.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_generic_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_generic_expression.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_numeric_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_numeric_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/multiple_arity_numeric_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_assignment.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_assignment.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute.gen.d.ts +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_attribute_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/name_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit_variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit_variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/named_unit_variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/next_assembly_usage_occurrence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/next_assembly_usage_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/next_assembly_usage_occurrence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ngon_closed_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ngon_closed_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ngon_closed_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_manifold_surface_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_manifold_surface_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_manifold_surface_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_negative_length_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_negative_length_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/non_negative_length_measure.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/not_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/not_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/not_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/null_style.gen.d.ts +10 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/null_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/null_style.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_defined_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_defined_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_defined_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_expression.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_expression.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/numeric_variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/object_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/object_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/object_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/odd_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/odd_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/odd_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_2d.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_2d.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_2d.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_3d.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_3d.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_curve_3d.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_surface.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/offset_surface.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/one_direction_repeat_factor.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/one_direction_repeat_factor.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/one_direction_repeat_factor.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_path_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_path_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_path_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_shell.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_shell.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/open_shell.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/or_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/or_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/or_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ordinate_dimension.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ordinate_dimension.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ordinate_dimension.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_role.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organization_role.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_address.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_address.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_address.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project.gen.js +58 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/organizational_project_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_closed_shell.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_closed_shell.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_closed_shell.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_edge.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_edge.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_edge.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_face.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_face.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_face.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_open_shell.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_open_shell.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_open_shell.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_path.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_path.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_path.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_surface.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/oriented_surface.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/outer_boundary_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/outer_boundary_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/outer_boundary_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/over_riding_styled_item.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/over_riding_styled_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/over_riding_styled_item.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/package_product_concept_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/package_product_concept_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/package_product_concept_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_actuator.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_actuator.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_actuator.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_value.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pair_value.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parabola.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parabola.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parabola.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallel_offset.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallel_offset.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallel_offset.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallelism_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallelism_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parallelism_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parameter_value.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parameter_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parameter_value.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parametric_representation_context.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parametric_representation_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/parametric_representation_context.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/partial_circular_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/partial_circular_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/partial_circular_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_feature_component.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_feature_component.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_feature_component.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/path_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_offset_membership.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_offset_membership.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_offset_membership.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_omit_membership.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_omit_membership.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pattern_omit_membership.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve_or_surface.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve_or_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pcurve_or_surface.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicular_to.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicular_to.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicular_to.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicularity_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicularity_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/perpendicularity_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person.gen.js +109 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization.gen.js +36 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_address.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_address.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_address.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_role.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_and_organization_role.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_organization_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_organization_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/person_organization_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/personal_address.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/personal_address.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/personal_address.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/physically_modelled_product_definition.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/physically_modelled_product_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/physically_modelled_product_definition.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_datum_target_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_datum_target_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_datum_target_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placed_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placement.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placement.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/placement.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_box.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_box.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_box.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair_range.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_curve_pair_range.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_extent.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_extent.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_extent.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_range.gen.d.ts +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_range.gen.js +90 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_value.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_pair_value.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/planar_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_angle_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_or_planar_box.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_or_planar_box.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plane_or_planar_box.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_minus_tolerance.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_minus_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/plus_minus_tolerance.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket_bottom.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket_bottom.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pocket_bottom.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_curve.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_curve.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_range.gen.d.ts +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_range.gen.js +96 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_value.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_planar_curve_pair_value.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_range.gen.d.ts +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_range.gen.js +96 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_value.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_on_surface_pair_value.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_placement_shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_placement_shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_placement_shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_replica.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_replica.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_replica.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_style.gen.d.ts +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/point_style.gen.js +55 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/poly_loop.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/poly_loop.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/poly_loop.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/polyline.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/polyline.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/polyline.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/position_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/position_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/position_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_length_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_length_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_length_measure.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_plane_angle_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_plane_angle_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_plane_angle_measure.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_ratio_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_ratio_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/positive_ratio_measure.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/power_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/power_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/power_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_colour.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_colour.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_colour.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_curve_font.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_curve_font.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_curve_font.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_dimension_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_dimension_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_dimension_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_geometrical_tolerance_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_geometrical_tolerance_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_geometrical_tolerance_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_item.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_item.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_marker.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_marker.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_marker.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_point_marker_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_point_marker_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_point_marker_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_presentation_style.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_presentation_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_presentation_style.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_surface_condition_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_surface_condition_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_surface_condition_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_terminator_symbol.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_terminator_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_terminator_symbol.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_text_font.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_text_font.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/pre_defined_text_font.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/precision_qualifier.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/precision_qualifier.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/precision_qualifier.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/preferred_surface_curve_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/preferred_surface_curve_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/preferred_surface_curve_representation.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentable_text.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentable_text.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentable_text.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_area.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_area.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_area.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_layer_assignment.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_layer_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_layer_assignment.gen.js +59 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_representation_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_set.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_set.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_set.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size.gen.js +35 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size_assignment_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size_assignment_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_size_assignment_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_assignment.gen.d.ts +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_assignment.gen.js +55 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_by_context.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_by_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_by_context.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_style_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_view.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_view.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presentation_view.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_representation.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_representation.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/presented_item_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_range.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_range.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_value.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/prismatic_pair_value.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_operation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_operation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_operation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_plan.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_plan.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_plan.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_product_association.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_product_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_product_association.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_property_association.gen.d.ts +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_property_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/process_property_association.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product.gen.js +60 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category.gen.js +31 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_category_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_class.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_class.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_class.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_context.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_context.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_association.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_association.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category_usage.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_feature_category_usage.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_concept_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_context.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_context.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition.gen.js +45 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_association.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_association.gen.js +36 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_context_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_effectivity.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_effectivity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_effectivity.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_relationship.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_relationship.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_with_specified_source.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_with_specified_source.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_formation_with_specified_source.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_occurrence_relationship.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_occurrence_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_occurrence_relationship.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_process.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_process.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_process.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_relationship.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_relationship.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_resource.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_resource.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_resource.gen.js +35 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_shape.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_shape.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_shape.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_substitute.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_substitute.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_substitute.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_usage.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_usage.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_with_associated_documents.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_with_associated_documents.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_definition_with_associated_documents.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_identification.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_identification.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_identification.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_formation_or_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_formation_or_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_formation_or_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_presentation_space.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_presentation_space.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_or_presentation_space.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_process_plan.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_process_plan.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_process_plan.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_related_product_category.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_related_product_category.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_related_product_category.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_specification.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_specification.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/product_specification.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projected_zone_definition.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projected_zone_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projected_zone_definition.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_directed_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_directed_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/projection_directed_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/promissory_usage_occurrence.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/promissory_usage_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/promissory_usage_occurrence.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition.gen.d.ts +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_representation.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_definition_representation.gen.js +44 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_or_shape_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_or_shape_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_or_shape_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_process.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_process.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/property_process.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualified_representation_item.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualified_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualified_representation_item.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualitative_uncertainty.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualitative_uncertainty.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/qualitative_uncertainty.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quantified_assembly_component_usage.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quantified_assembly_component_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quantified_assembly_component_usage.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_surface.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/quasi_uniform_surface.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_range.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_range.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_value.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rack_and_pinion_pair_value.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/radius_dimension.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/radius_dimension.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/radius_dimension.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ratio_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_curve.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_curve.gen.js +45 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_surface.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rational_b_spline_surface.gen.js +53 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_defined_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_defined_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_defined_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_literal.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_literal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_literal.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_numeric_variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_numeric_variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/real_numeric_variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_closed_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_closed_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_closed_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_composite_surface.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_composite_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_composite_surface.gen.js +56 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_pattern.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_pattern.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_pattern.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_trimmed_surface.gen.d.ts +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_trimmed_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rectangular_trimmed_surface.gen.js +58 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/referenced_modified_datum.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/referenced_modified_datum.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/referenced_modified_datum.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/relative_event_occurrence.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/relative_event_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/relative_event_occurrence.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rendering_properties_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rendering_properties_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rendering_properties_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rep_item_group.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rep_item_group.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rep_item_group.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reparametrised_composite_curve_segment.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reparametrised_composite_curve_segment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reparametrised_composite_curve_segment.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/replicate_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/replicate_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/replicate_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation.gen.js +62 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_context.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_context.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_context.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_item.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_item.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_map.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_map.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_map.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship_with_transformation.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship_with_transformation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/representation_relationship_with_transformation.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/represented_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/represented_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/represented_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/requirement_for_action_resource.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/requirement_for_action_resource.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/requirement_for_action_resource.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property_representation.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_property_representation.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_requirement_type.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_requirement_type.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resource_requirement_type.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resulting_path.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resulting_path.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/resulting_path.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/retention.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/retention.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/retention.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/reversible_topology_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_range.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_range.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_value.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolute_pair_value.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_area_solid.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_area_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_area_solid.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_face_solid.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_face_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/revolved_face_solid.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rib.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rib.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rib.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_angular_wedge.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_angular_wedge.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_angular_wedge.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cone.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cone.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cone.gen.js +40 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cylinder.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cylinder.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/right_circular_cylinder.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rigid_placement.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rigid_placement.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rigid_placement.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_association.gen.d.ts +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_association.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_association.gen.js +43 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/role_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair_value.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_curve_pair_value.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair_value.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rolling_surface_pair_value.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotation_about_direction.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotation_about_direction.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotation_about_direction.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotational_range_measure.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotational_range_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rotational_range_measure.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/round_hole.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/round_hole.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/round_hole.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rounded_u_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rounded_u_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/rounded_u_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/roundness_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/roundness_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/roundness_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ruled_surface_swept_area_solid.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ruled_surface_swept_area_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ruled_surface_swept_area_solid.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_definition.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_definition.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation_reference_direction.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation_reference_direction.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/runout_zone_orientation_reference_direction.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/schema_ap214.gen.d.ts +6 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/schema_ap214.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/schema_ap214.gen.js +26495 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_range.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_range.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_value.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/screw_pair_value.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_edge.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_edge.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/seam_edge.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/second_in_minute.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/second_in_minute.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/second_in_minute.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_assignment.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_assignment.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_level.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_level.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/security_classification_level.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/serial_numbered_effectivity.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/serial_numbered_effectivity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/serial_numbered_effectivity.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_of_reversible_topology_item.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_of_reversible_topology_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_of_reversible_topology_item.gen.js +51 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_representation_item.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/set_representation_item.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_curve_method.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_curve_method.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_curve_method.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_surface_method.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_surface_method.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shading_surface_method.gen.js +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect.gen.js +44 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_associativity.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_associativity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_associativity.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_deriving_relationship.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_deriving_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_deriving_relationship.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_relationship.gen.d.ts +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_relationship.gen.js +44 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_transition.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_transition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_aspect_transition.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_defining_relationship.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_defining_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_defining_relationship.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_definition_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_dimension_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_dimension_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_dimension_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_relationship.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_relationship.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_with_parameters.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_with_parameters.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shape_representation_with_parameters.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell_based_surface_model.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell_based_surface_model.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/shell_based_surface_model.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_prefix.gen.d.ts +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_prefix.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_prefix.gen.js +36 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit_name.gen.d.ts +37 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit_name.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/si_unit_name.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_boolean_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_boolean_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_boolean_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_generic_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_generic_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_generic_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_numeric_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_numeric_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_numeric_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_pair_range.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_pair_range.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_string_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_string_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/simple_string_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sin_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sin_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sin_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/size_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/size_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/size_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slash_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slash_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slash_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair_value.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_curve_pair_value.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair_value.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sliding_surface_pair_value.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot_end.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot_end.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/slot_end.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_angle_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_model.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_model.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_model.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_replica.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_replica.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/solid_replica.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/source_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spatial_rotation.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spatial_rotation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spatial_rotation.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_higher_usage_occurrence.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_higher_usage_occurrence.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_higher_usage_occurrence.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/specified_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sphere.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sphere.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sphere.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_range.gen.d.ts +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_range.gen.js +89 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_value.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_pair_value.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_surface.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/spherical_surface.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sql_mappable_defined_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sql_mappable_defined_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/sql_mappable_defined_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_root_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_root_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_root_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_u_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_u_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/square_u_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/standard_uncertainty.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/standard_uncertainty.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/standard_uncertainty.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/straightness_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/straightness_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/straightness_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_defined_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_defined_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_defined_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_literal.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_literal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_literal.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/string_variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/structured_dimension_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/structured_dimension_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/structured_dimension_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/style_context_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/style_context_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/style_context_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/styled_item.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/styled_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/styled_item.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subedge.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subedge.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subedge.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subface.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/subface.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/substring_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/substring_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/substring_expression.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/supported_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/supported_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/supported_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_condition_callout.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_condition_callout.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_condition_callout.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve.gen.js +64 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve_swept_area_solid.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve_swept_area_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_curve_swept_area_solid.gen.js +41 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_linear_extrusion.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_linear_extrusion.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_linear_extrusion.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_revolution.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_revolution.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_of_revolution.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair_range.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_pair_range.gen.js +54 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_patch.gen.d.ts +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_patch.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_patch.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_profile_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_profile_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_profile_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_rendering_properties.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_rendering_properties.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_rendering_properties.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_replica.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_replica.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_replica.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style.gen.js +58 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_side_style_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_boundary.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_boundary.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_boundary.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_control_grid.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_control_grid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_control_grid.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_element_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_element_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_element_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_fill_area.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_fill_area.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_fill_area.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_parameter_line.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_parameter_line.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_parameter_line.gen.js +59 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse_specular.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse_specular.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_reflectance_ambient_diffuse_specular.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering_with_properties.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering_with_properties.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_rendering_with_properties.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_segmentation_curve.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_segmentation_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_segmentation_curve.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_silhouette.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_silhouette.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_silhouette.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_transparent.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_transparent.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_transparent.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_usage.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_usage.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_style_usage.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_texture_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_texture_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_texture_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_deviation.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_deviation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_deviation.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_parameter.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_parameter.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/surface_tolerance_parameter.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_area_solid.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_area_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_area_solid.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_disk_solid.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_disk_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_disk_solid.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_face_solid.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_face_solid.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_face_solid.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_surface.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/swept_surface.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_colour.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_colour.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_colour.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation_map.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation_map.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_representation_map.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_style_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_target.gen.d.ts +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_target.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symbol_target.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetric_shape_aspect.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetric_shape_aspect.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetric_shape_aspect.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetry_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetry_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/symmetry_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tactile_appearance_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tactile_appearance_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tactile_appearance_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tan_function.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tan_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tan_function.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tangent.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tangent.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tangent.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/taper.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/taper.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/taper.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tee_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tee_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tee_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/terminator_symbol.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/terminator_symbol.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/terminator_symbol.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_alignment.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_alignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_alignment.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_delineation.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_delineation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_delineation.gen.js +20 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal.gen.d.ts +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal.gen.js +58 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_associated_curves.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_associated_curves.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_associated_curves.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_blanking_box.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_blanking_box.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_blanking_box.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_delineation.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_delineation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_delineation.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_extent.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_extent.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_literal_with_extent.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_or_character.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_or_character.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_or_character.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_path.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_path.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_path.gen.js +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_string_representation_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style.gen.js +32 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_for_defined_font.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_for_defined_font.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_for_defined_font.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_box_characteristics.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_box_characteristics.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_box_characteristics.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_mirror.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_mirror.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_mirror.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_spacing.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_spacing.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/text_style_with_spacing.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thermodynamic_temperature_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thread.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thread.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/thread.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval.gen.js +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_assignment.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_assignment.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_assignment.gen.js +29 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_based_effectivity.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_based_effectivity.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_based_effectivity.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_item.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_item.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_role.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_role.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_role.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_with_bounds.gen.d.ts +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_with_bounds.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_interval_with_bounds.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/time_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_deviation_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_deviation_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_deviation_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_method_definition.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_method_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_method_definition.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_parameter_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_parameter_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_parameter_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_value.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_value.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone.gen.d.ts +18 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_definition.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_definition.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_definition.gen.js +49 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_form.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_form.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/tolerance_zone_form.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/topological_representation_item.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/topological_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/topological_representation_item.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/toroidal_surface.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/toroidal_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/toroidal_surface.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/torus.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/torus.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/torus.gen.js +34 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/total_runout_tolerance.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/total_runout_tolerance.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/total_runout_tolerance.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transformation.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transformation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transformation.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_code.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_code.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_code.gen.js +24 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_feature.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_feature.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/transition_feature.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/translational_range_measure.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/translational_range_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/translational_range_measure.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimmed_curve.gen.d.ts +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimmed_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimmed_curve.gen.js +96 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_preference.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_preference.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_preference.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_select.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_select.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/trimming_select.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/two_direction_repeat_factor.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/two_direction_repeat_factor.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/two_direction_repeat_factor.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/type_qualifier.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/type_qualifier.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/type_qualifier.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/u_direction_count.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/u_direction_count.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/u_direction_count.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_boolean_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_boolean_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_boolean_expression.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_function_call.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_function_call.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_function_call.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_generic_expression.gen.d.ts +14 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_generic_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_generic_expression.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_numeric_expression.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_numeric_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unary_numeric_expression.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_assigned_representation.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_assigned_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_assigned_representation.gen.js +42 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_measure_with_unit.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_measure_with_unit.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_qualifier.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_qualifier.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uncertainty_qualifier.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair_value.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unconstrained_pair_value.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_curve.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_curve.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_curve.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_surface.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_surface.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/uniform_surface.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unit.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unit.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair.gen.js +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_range.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_range.gen.js +65 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_value.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_value.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/universal_pair_value.gen.js +27 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unlimited_range.gen.d.ts +10 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unlimited_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/unlimited_range.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/v_direction_count.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/v_direction_count.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/v_direction_count.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_function.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_function.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_function.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_qualifier.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_qualifier.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_qualifier.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_range.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_range.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_range.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_representation_item.gen.d.ts +36 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_representation_item.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/value_representation_item.gen.js +47 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable_semantics.gen.d.ts +11 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable_semantics.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/variable_semantics.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector.gen.d.ts +17 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector.gen.js +28 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_or_direction.gen.d.ts +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_or_direction.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_or_direction.gen.js +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_style.gen.d.ts +25 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_style.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vector_style.gen.js +48 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vee_profile.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vee_profile.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vee_profile.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request.gen.d.ts +19 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request.gen.js +39 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request_relationship.gen.d.ts +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request_relationship.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/versioned_action_request_relationship.gen.js +46 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_loop.gen.d.ts +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_loop.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_loop.gen.js +22 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_point.gen.d.ts +16 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_point.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/vertex_point.gen.js +26 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/view_volume.gen.d.ts +33 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/view_volume.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/view_volume.gen.js +72 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/visual_appearance_representation.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/visual_appearance_representation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/visual_appearance_representation.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure_with_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure_with_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_measure_with_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_unit.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_unit.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/volume_unit.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/xor_expression.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/xor_expression.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/xor_expression.gen.js +15 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/year_number.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/year_number.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/year_number.gen.js +21 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_enumeration.gen.d.ts +12 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_enumeration.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_enumeration.gen.js +23 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_rotation.gen.d.ts +13 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_rotation.gen.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/AP214E3_2010_gen/ypr_rotation.gen.js +41 -0
- package/compiled/src/AP214E3_2010/ap214_command_line_main.d.ts +2 -0
- package/compiled/src/AP214E3_2010/ap214_command_line_main.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_command_line_main.js +360 -0
- package/compiled/src/AP214E3_2010/ap214_functions.d.ts +113 -0
- package/compiled/src/AP214E3_2010/ap214_functions.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_functions.js +155 -0
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts +648 -0
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.js +2467 -0
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.test.d.ts +2 -0
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.test.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.test.js +115 -0
- package/compiled/src/AP214E3_2010/ap214_material_cache.d.ts +84 -0
- package/compiled/src/AP214E3_2010/ap214_material_cache.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_material_cache.js +105 -0
- package/compiled/src/AP214E3_2010/ap214_model_geometry.d.ts +40 -0
- package/compiled/src/AP214E3_2010/ap214_model_geometry.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_model_geometry.js +71 -0
- package/compiled/src/AP214E3_2010/ap214_model_profile.d.ts +34 -0
- package/compiled/src/AP214E3_2010/ap214_model_profile.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_model_profile.js +41 -0
- package/compiled/src/AP214E3_2010/ap214_scene_builder.d.ts +159 -0
- package/compiled/src/AP214E3_2010/ap214_scene_builder.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_scene_builder.js +311 -0
- package/compiled/src/AP214E3_2010/ap214_step_external_mapping.d.ts +20 -0
- package/compiled/src/AP214E3_2010/ap214_step_external_mapping.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_step_external_mapping.js +20 -0
- package/compiled/src/AP214E3_2010/ap214_step_model.d.ts +25 -0
- package/compiled/src/AP214E3_2010/ap214_step_model.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_step_model.js +27 -0
- package/compiled/src/AP214E3_2010/ap214_step_model.test.d.ts +2 -0
- package/compiled/src/AP214E3_2010/ap214_step_model.test.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_step_model.test.js +46 -0
- package/compiled/src/AP214E3_2010/ap214_step_parser.d.ts +29 -0
- package/compiled/src/AP214E3_2010/ap214_step_parser.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_step_parser.js +32 -0
- package/compiled/src/core/canonical_material.d.ts +86 -0
- package/compiled/src/core/canonical_material.d.ts.map +1 -0
- package/compiled/src/core/canonical_material.js +122 -0
- package/compiled/src/core/canonical_mesh.d.ts +34 -0
- package/compiled/src/core/canonical_mesh.d.ts.map +1 -0
- package/compiled/src/core/canonical_mesh.js +7 -0
- package/compiled/src/core/canonical_profile.d.ts +12 -0
- package/compiled/src/core/canonical_profile.d.ts.map +1 -0
- package/compiled/src/core/canonical_profile.js +1 -0
- package/compiled/src/core/csg_operations.d.ts +59 -0
- package/compiled/src/core/csg_operations.d.ts.map +1 -0
- package/compiled/src/core/csg_operations.js +23 -0
- package/compiled/src/core/entity.d.ts +6 -0
- package/compiled/src/core/entity.d.ts.map +1 -0
- package/compiled/src/core/entity.js +1 -0
- package/compiled/src/core/entity_description.d.ts +18 -0
- package/compiled/src/core/entity_description.d.ts.map +1 -0
- package/compiled/src/core/entity_description.js +1 -0
- package/compiled/src/core/entity_field_description.d.ts +119 -0
- package/compiled/src/core/entity_field_description.d.ts.map +1 -0
- package/compiled/src/core/entity_field_description.js +11 -0
- package/compiled/src/core/geometry_aggregator.d.ts +55 -0
- package/compiled/src/core/geometry_aggregator.d.ts.map +1 -0
- package/compiled/src/core/geometry_aggregator.js +111 -0
- package/compiled/src/core/geometry_aggregator.test.d.ts +2 -0
- package/compiled/src/core/geometry_aggregator.test.d.ts.map +1 -0
- package/compiled/src/core/geometry_aggregator.test.js +86 -0
- package/compiled/src/core/geometry_convertor.d.ts +45 -0
- package/compiled/src/core/geometry_convertor.d.ts.map +1 -0
- package/compiled/src/core/geometry_convertor.js +68 -0
- package/compiled/src/core/i_index_set_cursor.d.ts +30 -0
- package/compiled/src/core/i_index_set_cursor.d.ts.map +1 -0
- package/compiled/src/core/i_index_set_cursor.js +1 -0
- package/compiled/src/core/model.d.ts +26 -0
- package/compiled/src/core/model.d.ts.map +1 -0
- package/compiled/src/core/model.js +1 -0
- package/compiled/src/core/native_pool.d.ts +32 -0
- package/compiled/src/core/native_pool.d.ts.map +1 -0
- package/compiled/src/core/native_pool.js +46 -0
- package/compiled/src/core/native_types.d.ts +15 -0
- package/compiled/src/core/native_types.d.ts.map +1 -0
- package/compiled/src/core/native_types.js +1 -0
- package/compiled/src/core/packed_mesh.d.ts +45 -0
- package/compiled/src/core/packed_mesh.d.ts.map +1 -0
- package/compiled/src/core/packed_mesh.js +66 -0
- package/compiled/src/core/packed_mesh.test.d.ts +2 -0
- package/compiled/src/core/packed_mesh.test.d.ts.map +1 -0
- package/compiled/src/core/packed_mesh.test.js +96 -0
- package/compiled/src/core/readonly_typed_array.d.ts +26 -0
- package/compiled/src/core/readonly_typed_array.d.ts.map +1 -0
- package/compiled/src/core/readonly_typed_array.js +1 -0
- package/compiled/src/core/regression_capture_state.d.ts +11 -0
- package/compiled/src/core/regression_capture_state.d.ts.map +1 -0
- package/compiled/src/core/regression_capture_state.js +14 -0
- package/compiled/src/core/scene.d.ts +18 -0
- package/compiled/src/core/scene.d.ts.map +1 -0
- package/compiled/src/core/scene.js +1 -0
- package/compiled/src/core/scene_node.d.ts +37 -0
- package/compiled/src/core/scene_node.d.ts.map +1 -0
- package/compiled/src/core/scene_node.js +7 -0
- package/compiled/src/core/shared_constants.d.ts +11 -0
- package/compiled/src/core/shared_constants.d.ts.map +1 -0
- package/compiled/src/core/shared_constants.js +14 -0
- package/compiled/src/core/simple_memoization.d.ts +54 -0
- package/compiled/src/core/simple_memoization.d.ts.map +1 -0
- package/compiled/src/core/simple_memoization.js +70 -0
- package/compiled/src/core/triangle_element_map.d.ts +48 -0
- package/compiled/src/core/triangle_element_map.d.ts.map +1 -0
- package/compiled/src/core/triangle_element_map.js +105 -0
- package/compiled/src/format_detection/model_format_detector.d.ts +21 -0
- package/compiled/src/format_detection/model_format_detector.d.ts.map +1 -0
- package/compiled/src/format_detection/model_format_detector.js +42 -0
- package/compiled/src/format_detection/model_format_detector.test.d.ts +2 -0
- package/compiled/src/format_detection/model_format_detector.test.d.ts.map +1 -0
- package/compiled/src/format_detection/model_format_detector.test.js +61 -0
- package/compiled/src/ifc/ifc4_gen/IfcAbsorbedDoseMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcAbsorbedDoseMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAbsorbedDoseMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcAccelerationMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcAccelerationMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAccelerationMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionRequest.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionRequest.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionRequest.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionRequestTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionRequestTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionRequestTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionSourceTypeEnum.gen.d.ts +36 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionSourceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionSourceTypeEnum.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActionTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcActor.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcActor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActor.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcActorRole.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcActorRole.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActorRole.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcActorSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActorSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActorSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuator.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuator.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuator.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuatorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuatorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuatorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuatorTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuatorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcActuatorTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcAddress.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcAddress.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAddress.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcAddressTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcAddressTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAddressTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrep.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrep.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrep.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrepWithVoids.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrepWithVoids.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedBrepWithVoids.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedFace.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedFace.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAdvancedFace.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminal.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminal.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminal.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBox.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBox.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBox.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalBoxTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirTerminalTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecovery.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecovery.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecovery.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryTypeEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAirToAirHeatRecoveryTypeEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarm.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarm.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarm.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarmType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarmType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarmType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarmTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarmTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAlarmTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcAmountOfSubstanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcAmountOfSubstanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAmountOfSubstanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnalysisModelTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnalysisModelTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnalysisModelTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnalysisTheoryTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnalysisTheoryTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnalysisTheoryTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcAngularVelocityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcAngularVelocityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAngularVelocityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnnotation.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnnotation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnnotation.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnnotationFillArea.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnnotationFillArea.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAnnotationFillArea.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcApplication.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcApplication.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcApplication.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcAppliedValue.gen.d.ts +142 -0
- package/compiled/src/ifc/ifc4_gen/IfcAppliedValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAppliedValue.gen.js +210 -0
- package/compiled/src/ifc/ifc4_gen/IfcAppliedValueSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAppliedValueSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAppliedValueSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcApproval.gen.d.ts +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcApproval.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcApproval.gen.js +80 -0
- package/compiled/src/ifc/ifc4_gen/IfcApprovalRelationship.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcApprovalRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcApprovalRelationship.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryClosedProfileDef.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryClosedProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryClosedProfileDef.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryOpenProfileDef.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryOpenProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryOpenProfileDef.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryProfileDefWithVoids.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryProfileDefWithVoids.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcArbitraryProfileDefWithVoids.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcArcIndex.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcArcIndex.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcArcIndex.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcAreaDensityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcAreaDensityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAreaDensityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcAreaMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcAreaMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAreaMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcArithmeticOperatorEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcArithmeticOperatorEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcArithmeticOperatorEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcAssemblyPlaceEnum.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcAssemblyPlaceEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAssemblyPlaceEnum.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcAsset.gen.d.ts +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcAsset.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAsset.gen.js +81 -0
- package/compiled/src/ifc/ifc4_gen/IfcAsymmetricIShapeProfileDef.gen.d.ts +36 -0
- package/compiled/src/ifc/ifc4_gen/IfcAsymmetricIShapeProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAsymmetricIShapeProfileDef.gen.js +87 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualAppliance.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualAppliance.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualAppliance.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceTypeEnum.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAudioVisualApplianceTypeEnum.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis1Placement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis1Placement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis1Placement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement2D.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement2D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement2D.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement3D.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement3D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcAxis2Placement3D.gen.js +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurve.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurve.gen.js +74 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveForm.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveForm.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveForm.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveWithKnots.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveWithKnots.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineCurveWithKnots.gen.js +76 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurface.gen.d.ts +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurface.gen.js +97 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceForm.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceForm.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceForm.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceWithKnots.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceWithKnots.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBSplineSurfaceWithKnots.gen.js +129 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeam.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeam.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeam.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBeamTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcBenchmarkEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcBenchmarkEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBenchmarkEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcBendingParameterSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBendingParameterSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBendingParameterSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBinary.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcBinary.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBinary.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcBlobTexture.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcBlobTexture.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBlobTexture.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcBlock.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcBlock.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBlock.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoiler.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoiler.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoiler.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoilerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoilerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoilerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoilerTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoilerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoilerTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoolean.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoolean.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoolean.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanClippingResult.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanClippingResult.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanClippingResult.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanOperand.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanOperand.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanOperand.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanOperator.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanOperator.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanOperator.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanResult.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanResult.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBooleanResult.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryCondition.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryCondition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryCondition.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryCurve.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryCurve.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryEdgeCondition.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryEdgeCondition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryEdgeCondition.gen.js +78 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryFaceCondition.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryFaceCondition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryFaceCondition.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeCondition.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeCondition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeCondition.gen.js +78 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeConditionWarping.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeConditionWarping.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundaryNodeConditionWarping.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundedCurve.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundedCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundedCurve.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundedSurface.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundedSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundedSurface.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundingBox.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundingBox.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoundingBox.gen.js +43 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoxAlignment.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoxAlignment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoxAlignment.gen.js +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoxedHalfSpace.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoxedHalfSpace.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBoxedHalfSpace.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuilding.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuilding.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuilding.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPart.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPart.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPart.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementPartTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxy.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxy.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxy.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementProxyTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingElementType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingStorey.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingStorey.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingStorey.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingSystem.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingSystem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingSystem.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingSystemTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingSystemTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBuildingSystemTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurner.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurner.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurner.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurnerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurnerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurnerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurnerTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurnerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcBurnerTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCShapeProfileDef.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCShapeProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCShapeProfileDef.gen.js +45 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFitting.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFitting.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFitting.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierFittingTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegment.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegment.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableCarrierSegmentTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFitting.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFitting.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFitting.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFittingType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFittingType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFittingType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFittingTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFittingTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableFittingTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegment.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegment.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegmentType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegmentType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegmentType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegmentTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegmentTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCableSegmentTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcCardinalPointReference.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCardinalPointReference.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCardinalPointReference.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPoint.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPoint.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPoint.gen.js +44 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList.gen.js +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList2D.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList2D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList2D.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList3D.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList3D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianPointList3D.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2D.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2D.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2DnonUniform.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2DnonUniform.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator2DnonUniform.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3D.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3D.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3DnonUniform.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3DnonUniform.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCartesianTransformationOperator3DnonUniform.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcCenterLineProfileDef.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCenterLineProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCenterLineProfileDef.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcChangeActionEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcChangeActionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcChangeActionEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcChiller.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcChiller.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcChiller.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcChillerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcChillerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcChillerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcChillerTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcChillerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcChillerTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimney.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimney.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimney.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimneyType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimneyType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimneyType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimneyTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimneyTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcChimneyTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircle.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircle.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircleHollowProfileDef.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircleHollowProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircleHollowProfileDef.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircleProfileDef.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircleProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCircleProfileDef.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCivilElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcCivilElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCivilElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCivilElementType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcCivilElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCivilElementType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassification.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassification.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassification.gen.js +77 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationReference.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationReference.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationReference.gen.js +38 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationReferenceSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationReferenceSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationReferenceSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClassificationSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClosedShell.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcClosedShell.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcClosedShell.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoil.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoil.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoil.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoilType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoilType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoilType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoilTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoilTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoilTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcColour.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColour.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColour.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourOrFactor.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourOrFactor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourOrFactor.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourRgb.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourRgb.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourRgb.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourRgbList.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourRgbList.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourRgbList.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourSpecification.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourSpecification.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColourSpecification.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumn.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumn.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumn.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcColumnTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsAppliance.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsAppliance.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsAppliance.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceTypeEnum.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCommunicationsApplianceTypeEnum.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexNumber.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexNumber.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexNumber.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexProperty.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexProperty.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexProperty.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplate.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplate.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplate.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplateTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplateTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcComplexPropertyTemplateTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurve.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurve.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveOnSurface.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveOnSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveOnSurface.gen.js +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveSegment.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveSegment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeCurveSegment.gen.js +38 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeProfileDef.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompositeProfileDef.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompoundPlaneAngleMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompoundPlaneAngleMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompoundPlaneAngleMeasure.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressor.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressor.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressorTypeEnum.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCompressorTypeEnum.gen.js +37 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenser.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenser.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenser.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenserType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenserType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenserType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenserTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenserTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCondenserTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcConic.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcConic.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConic.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectedFaceSet.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectedFaceSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectedFaceSet.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionCurveGeometry.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionCurveGeometry.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionCurveGeometry.gen.js +37 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionGeometry.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionGeometry.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionGeometry.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionPointEccentricity.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionPointEccentricity.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionPointEccentricity.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionPointGeometry.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionPointGeometry.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionPointGeometry.gen.js +37 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionSurfaceGeometry.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionSurfaceGeometry.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionSurfaceGeometry.gen.js +38 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionVolumeGeometry.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionVolumeGeometry.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConnectionVolumeGeometry.gen.js +37 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstraint.gen.d.ts +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstraint.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstraint.gen.js +65 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstraintEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstraintEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstraintEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResource.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResource.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceTypeEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionEquipmentResourceTypeEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResource.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResource.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceTypeEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionMaterialResourceTypeEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResource.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResource.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionProductResourceTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionResource.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionResource.gen.js +56 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionResourceType.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionResourceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConstructionResourceType.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcContext.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcContext.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcContext.gen.js +67 -0
- package/compiled/src/ifc/ifc4_gen/IfcContextDependentMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcContextDependentMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcContextDependentMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcContextDependentUnit.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcContextDependentUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcContextDependentUnit.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcControl.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcControl.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcControl.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcController.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcController.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcController.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcControllerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcControllerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcControllerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcControllerTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcControllerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcControllerTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnit.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnit.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnitWithOffset.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnitWithOffset.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcConversionBasedUnitWithOffset.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeam.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeam.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeam.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeamType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeamType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeamType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeamTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeamTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCooledBeamTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTower.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTower.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTower.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoolingTowerTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateOperation.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateOperation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateOperation.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystem.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystem.gen.js +39 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystemSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystemSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoordinateReferenceSystemSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostItem.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostItem.gen.js +75 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostItemTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostItemTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostItemTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostSchedule.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostSchedule.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostSchedule.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostScheduleTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostScheduleTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostScheduleTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostValue.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCostValue.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCountMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCountMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCountMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCovering.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCovering.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCovering.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoveringType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoveringType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoveringType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoveringTypeEnum.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoveringTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCoveringTypeEnum.gen.js +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResource.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResource.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResourceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResourceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResourceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResourceTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResourceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCrewResourceTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgPrimitive3D.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgPrimitive3D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgPrimitive3D.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgSolid.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgSolid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCsgSolid.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurrencyRelationship.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurrencyRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurrencyRelationship.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWall.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWall.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWall.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWallType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWallType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWallType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWallTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWallTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurtainWallTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurvatureMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurvatureMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurvatureMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurve.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurve.gen.js +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedPlane.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedPlane.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedPlane.gen.js +55 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedSurface.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveBoundedSurface.gen.js +55 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveFontOrScaledCurveFontSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveFontOrScaledCurveFontSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveFontOrScaledCurveFontSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveInterpolationEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveInterpolationEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveInterpolationEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveOnSurface.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveOnSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveOnSurface.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveOrEdgeCurve.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveOrEdgeCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveOrEdgeCurve.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyle.gen.d.ts +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyle.gen.js +62 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFont.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFont.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFont.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontAndScaling.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontAndScaling.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontAndScaling.gen.js +39 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontPattern.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontPattern.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontPattern.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCurveStyleFontSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCylindricalSurface.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcCylindricalSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcCylindricalSurface.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamper.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamper.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamper.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamperType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamperType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamperType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamperTypeEnum.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamperTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDamperTypeEnum.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcDataOriginEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcDataOriginEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDataOriginEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcDate.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDate.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDate.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDateTime.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDateTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDateTime.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDayInMonthNumber.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDayInMonthNumber.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDayInMonthNumber.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDayInWeekNumber.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDayInWeekNumber.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDayInWeekNumber.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDefinitionSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDefinitionSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDefinitionSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedMeasureValue.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedMeasureValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedMeasureValue.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedProfileDef.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedProfileDef.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnit.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnit.gen.js +59 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitElement.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitElement.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitEnum.gen.d.ts +62 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDerivedUnitEnum.gen.js +73 -0
- package/compiled/src/ifc/ifc4_gen/IfcDescriptiveMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDescriptiveMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDescriptiveMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDimensionCount.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDimensionCount.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDimensionCount.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDimensionalExponents.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcDimensionalExponents.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDimensionalExponents.gen.js +57 -0
- package/compiled/src/ifc/ifc4_gen/IfcDirection.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDirection.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDirection.gen.js +44 -0
- package/compiled/src/ifc/ifc4_gen/IfcDirectionSenseEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcDirectionSenseEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDirectionSenseEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessory.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessory.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessory.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDiscreteAccessoryTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementTypeEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionChamberElementTypeEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionCircuit.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionCircuit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionCircuit.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElementType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionControlElementType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionElementType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionElementType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElementType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionFlowElementType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionPort.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionPort.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionPort.gen.js +36 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionPortTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionPortTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionPortTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionSystem.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionSystem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionSystem.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionSystemEnum.gen.d.ts +53 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionSystemEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDistributionSystemEnum.gen.js +64 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentConfidentialityEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentConfidentialityEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentConfidentialityEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentInformation.gen.d.ts +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentInformation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentInformation.gen.js +150 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentInformationRelationship.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentInformationRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentInformationRelationship.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentReference.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentReference.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentReference.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentStatusEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentStatusEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDocumentStatusEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoor.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoor.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorLiningProperties.gen.d.ts +39 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorLiningProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorLiningProperties.gen.js +94 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelOperationEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelOperationEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelOperationEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelPositionEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelPositionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelPositionEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelProperties.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorPanelProperties.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyle.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyle.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyleConstructionEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyleConstructionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyleConstructionEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyleOperationEnum.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyleOperationEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorStyleOperationEnum.gen.js +38 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorType.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorType.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorTypeOperationEnum.gen.d.ts +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorTypeOperationEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoorTypeOperationEnum.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoseEquivalentMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoseEquivalentMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDoseEquivalentMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedColour.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedColour.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedColour.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedCurveFont.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedCurveFont.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDraughtingPreDefinedCurveFont.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFitting.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFitting.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFitting.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFittingType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFittingType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFittingType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFittingTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFittingTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctFittingTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegment.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegment.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSegmentTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencer.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencer.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencer.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuctSilencerTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuration.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuration.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDuration.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcDynamicViscosityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcDynamicViscosityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcDynamicViscosityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdge.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdge.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdge.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdgeCurve.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdgeCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdgeCurve.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdgeLoop.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdgeLoop.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEdgeLoop.gen.js +45 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricAppliance.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricAppliance.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricAppliance.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceTypeEnum.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricApplianceTypeEnum.gen.js +38 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricCapacitanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricCapacitanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricCapacitanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricChargeMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricChargeMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricChargeMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricConductanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricConductanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricConductanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricCurrentMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricCurrentMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricCurrentMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoard.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoard.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoard.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionBoardTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPoint.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPoint.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPoint.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPointFunctionEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPointFunctionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricDistributionPointFunctionEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDevice.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDevice.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricFlowStorageDeviceTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGenerator.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGenerator.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGenerator.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricGeneratorTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotor.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotor.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotorTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricMotorTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricResistanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricResistanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricResistanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControl.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControl.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControl.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricTimeControlTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricVoltageMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricVoltageMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElectricVoltageMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcElement.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElement.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssembly.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssembly.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssembly.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyTypeEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementAssemblyTypeEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementComponent.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementComponent.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementComponent.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementComponentType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementComponentType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementComponentType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementCompositionEnum.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementCompositionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementCompositionEnum.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementQuantity.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementQuantity.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementQuantity.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementType.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementType.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementarySurface.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementarySurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcElementarySurface.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcEllipse.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcEllipse.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEllipse.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcEllipseProfileDef.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcEllipseProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEllipseProfileDef.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDevice.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDevice.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDeviceType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyConversionDeviceType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEnergyMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngine.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngine.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngine.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngineType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngineType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngineType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngineTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngineTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEngineTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCooler.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCooler.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCooler.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerTypeEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporativeCoolerTypeEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporator.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporator.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporator.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporatorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporatorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporatorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporatorTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporatorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvaporatorTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvent.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvent.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEvent.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTime.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTime.gen.js +39 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTriggerTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTriggerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTriggerTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventType.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventType.gen.js +35 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcEventTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtendedProperties.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtendedProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtendedProperties.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalInformation.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalInformation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalInformation.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalReference.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalReference.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalReference.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalReferenceRelationship.gen.d.ts +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalReferenceRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalReferenceRelationship.gen.js +67 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElementTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElementTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialElementTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialStructureElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialStructureElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternalSpatialStructureElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedHatchStyle.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedHatchStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedHatchStyle.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedSurfaceStyle.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedSurfaceStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedSurfaceStyle.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedTextFont.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedTextFont.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExternallyDefinedTextFont.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolid.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolid.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolidTapered.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolidTapered.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcExtrudedAreaSolidTapered.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFace.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFace.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFace.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceBasedSurfaceModel.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceBasedSurfaceModel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceBasedSurfaceModel.gen.js +45 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceBound.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceBound.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceBound.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceOuterBound.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceOuterBound.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceOuterBound.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceSurface.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFaceSurface.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcFacetedBrep.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFacetedBrep.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFacetedBrep.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFacetedBrepWithVoids.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFacetedBrepWithVoids.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFacetedBrepWithVoids.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcFailureConnectionCondition.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcFailureConnectionCondition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFailureConnectionCondition.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcFan.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFan.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFan.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFanType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFanType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFanType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFanTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcFanTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFanTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastener.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastener.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastener.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastenerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastenerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastenerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastenerTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastenerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFastenerTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElementAddition.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElementAddition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElementAddition.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElementSubtraction.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElementSubtraction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFeatureElementSubtraction.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyle.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyle.gen.js +56 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleHatching.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleHatching.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleHatching.gen.js +53 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleTiles.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleTiles.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillAreaStyleTiles.gen.js +74 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillStyleSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillStyleSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFillStyleSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilter.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilter.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilter.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilterType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilterType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilterType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilterTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilterTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFilterTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminal.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminal.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminal.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFireSuppressionTerminalTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcFixedReferenceSweptAreaSolid.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFixedReferenceSweptAreaSolid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFixedReferenceSweptAreaSolid.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowController.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowController.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowController.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowControllerType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowControllerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowControllerType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowDirectionEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowDirectionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowDirectionEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowFitting.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowFitting.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowFitting.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowFittingType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowFittingType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowFittingType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrument.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrument.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrument.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentTypeEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowInstrumentTypeEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeter.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeter.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeter.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeterType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeterType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeterType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeterTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeterTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMeterTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDevice.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDevice.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDeviceType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowMovingDeviceType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowSegment.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowSegment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowSegment.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowSegmentType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowSegmentType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowSegmentType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDevice.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDevice.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDeviceType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowStorageDeviceType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTerminal.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTerminal.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTerminal.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTerminalType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTerminalType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTerminalType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDevice.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDevice.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDeviceType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFlowTreatmentDeviceType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontStyle.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontStyle.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontVariant.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontVariant.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontVariant.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontWeight.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontWeight.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFontWeight.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcFooting.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFooting.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFooting.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFootingType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFootingType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFootingType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFootingTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcFootingTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFootingTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcForceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcForceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcForceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcFrequencyMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcFrequencyMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFrequencyMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnishingElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnishingElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnishingElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnishingElementType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnishingElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnishingElementType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurniture.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurniture.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurniture.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnitureType.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnitureType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnitureType.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnitureTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnitureTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcFurnitureTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElementType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElementType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElementTypeEnum.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElementTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeographicElementTypeEnum.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricCurveSet.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricCurveSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricCurveSet.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricProjectionEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricProjectionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricProjectionEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationContext.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationContext.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationContext.gen.js +46 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationItem.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationItem.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationSubContext.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationSubContext.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricRepresentationSubContext.gen.js +50 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricSet.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricSet.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricSetSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricSetSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGeometricSetSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGlobalOrLocalEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcGlobalOrLocalEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGlobalOrLocalEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcGloballyUniqueId.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcGloballyUniqueId.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGloballyUniqueId.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcGrid.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcGrid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGrid.gen.js +99 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridAxis.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridAxis.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridAxis.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridPlacement.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridPlacement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridPlacement.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridPlacementDirectionSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridPlacementDirectionSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridPlacementDirectionSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGridTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcGroup.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcGroup.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcGroup.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcHalfSpaceSolid.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcHalfSpaceSolid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHalfSpaceSolid.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcHatchLineDistanceSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHatchLineDistanceSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHatchLineDistanceSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchanger.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchanger.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchanger.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatExchangerTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatFluxDensityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatFluxDensityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatFluxDensityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatingValueMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatingValueMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHeatingValueMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifier.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifier.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifier.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifierType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifierType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifierType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifierTypeEnum.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifierTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcHumidifierTypeEnum.gen.js +35 -0
- package/compiled/src/ifc/ifc4_gen/IfcIShapeProfileDef.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcIShapeProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIShapeProfileDef.gen.js +57 -0
- package/compiled/src/ifc/ifc4_gen/IfcIdentifier.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcIdentifier.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIdentifier.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcIlluminanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcIlluminanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIlluminanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcImageTexture.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcImageTexture.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcImageTexture.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedColourMap.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedColourMap.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedColourMap.gen.js +61 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolyCurve.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolyCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolyCurve.gen.js +60 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFace.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFace.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFace.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFaceWithVoids.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFaceWithVoids.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedPolygonalFaceWithVoids.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedTextureMap.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedTextureMap.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedTextureMap.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedTriangleTextureMap.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedTriangleTextureMap.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIndexedTriangleTextureMap.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcInductanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcInductanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcInductanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcInteger.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcInteger.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcInteger.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcIntegerCountRateMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcIntegerCountRateMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIntegerCountRateMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptor.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptor.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptorTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcInterceptorTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcInternalOrExternalEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcInternalOrExternalEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcInternalOrExternalEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcIntersectionCurve.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcIntersectionCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIntersectionCurve.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcInventory.gen.d.ts +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcInventory.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcInventory.gen.js +80 -0
- package/compiled/src/ifc/ifc4_gen/IfcInventoryTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcInventoryTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcInventoryTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcIonConcentrationMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcIonConcentrationMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIonConcentrationMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeries.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeries.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeries.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeriesValue.gen.d.ts +123 -0
- package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeriesValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIrregularTimeSeriesValue.gen.js +159 -0
- package/compiled/src/ifc/ifc4_gen/IfcIsothermalMoistureCapacityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcIsothermalMoistureCapacityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcIsothermalMoistureCapacityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBox.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBox.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBox.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcJunctionBoxTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcKinematicViscosityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcKinematicViscosityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcKinematicViscosityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcKnotType.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcKnotType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcKnotType.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcLShapeProfileDef.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcLShapeProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLShapeProfileDef.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcLabel.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLabel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLabel.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResource.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResource.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResourceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResourceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResourceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResourceTypeEnum.gen.d.ts +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResourceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLaborResourceTypeEnum.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcLagTime.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcLagTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLagTime.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcLamp.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLamp.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLamp.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcLampType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLampType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLampType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcLampTypeEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcLampTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLampTypeEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcLanguageId.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLanguageId.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLanguageId.gen.js +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcLayerSetDirectionEnum.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcLayerSetDirectionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLayerSetDirectionEnum.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcLayeredItem.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLayeredItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLayeredItem.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLengthMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLengthMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLengthMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibraryInformation.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibraryInformation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibraryInformation.gen.js +58 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibraryReference.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibraryReference.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibraryReference.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibrarySelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibrarySelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLibrarySelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionCurveEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionCurveEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionCurveEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionData.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionData.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionData.gen.js +72 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionDataSourceSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionDataSourceSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightDistributionDataSourceSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightEmissionSourceEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightEmissionSourceEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightEmissionSourceEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixture.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixture.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixture.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixtureType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixtureType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixtureType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixtureTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixtureTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightFixtureTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightIntensityDistribution.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightIntensityDistribution.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightIntensityDistribution.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSource.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSource.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceAmbient.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceAmbient.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceAmbient.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceDirectional.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceDirectional.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceDirectional.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceGoniometric.gen.d.ts +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceGoniometric.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceGoniometric.gen.js +60 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourcePositional.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourcePositional.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourcePositional.gen.js +46 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceSpot.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceSpot.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLightSourceSpot.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcLine.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcLine.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLine.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcLineIndex.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLineIndex.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLineIndex.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearForceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearForceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearForceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearMomentMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearMomentMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearMomentMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearStiffnessMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearStiffnessMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearStiffnessMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearVelocityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearVelocityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLinearVelocityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLoadGroupTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcLoadGroupTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLoadGroupTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcLocalPlacement.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcLocalPlacement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLocalPlacement.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcLogical.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLogical.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLogical.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLogicalOperatorEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcLogicalOperatorEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLogicalOperatorEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcLoop.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcLoop.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLoop.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousFluxMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousFluxMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousFluxMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityDistributionMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityDistributionMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityDistributionMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcLuminousIntensityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxDensityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxDensityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxDensityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMagneticFluxMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcManifoldSolidBrep.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcManifoldSolidBrep.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcManifoldSolidBrep.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMapConversion.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcMapConversion.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMapConversion.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcMappedItem.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcMappedItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMappedItem.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassDensityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassDensityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassDensityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassFlowRateMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassFlowRateMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassFlowRateMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassPerLengthMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassPerLengthMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMassPerLengthMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterial.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterial.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterial.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialClassificationRelationship.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialClassificationRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialClassificationRelationship.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituent.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituent.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituent.gen.js +46 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituentSet.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituentSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialConstituentSet.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinition.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinition.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinitionRepresentation.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinitionRepresentation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialDefinitionRepresentation.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayer.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayer.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayer.gen.js +58 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSet.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSet.gen.js +58 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSetUsage.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSetUsage.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerSetUsage.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerWithOffsets.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerWithOffsets.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialLayerWithOffsets.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialList.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialList.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialList.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfile.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfile.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfile.gen.js +53 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSet.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSet.gen.js +61 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsage.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsage.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsage.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsageTapering.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsageTapering.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileSetUsageTapering.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileWithOffsets.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileWithOffsets.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProfileWithOffsets.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProperties.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialProperties.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialRelationship.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialRelationship.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialUsageDefinition.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialUsageDefinition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMaterialUsageDefinition.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMeasureValue.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMeasureValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMeasureValue.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMeasureWithUnit.gen.d.ts +126 -0
- package/compiled/src/ifc/ifc4_gen/IfcMeasureWithUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMeasureWithUnit.gen.js +146 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastener.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastener.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastener.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerType.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerType.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerTypeEnum.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMechanicalFastenerTypeEnum.gen.js +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDevice.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDevice.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMedicalDeviceTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcMember.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMember.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMember.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberTypeEnum.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMemberTypeEnum.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcMetric.gen.d.ts +134 -0
- package/compiled/src/ifc/ifc4_gen/IfcMetric.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMetric.gen.js +157 -0
- package/compiled/src/ifc/ifc4_gen/IfcMetricValueSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMetricValueSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMetricValueSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMirroredProfileDef.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcMirroredProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMirroredProfileDef.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfElasticityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfElasticityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfElasticityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfLinearSubgradeReactionMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfLinearSubgradeReactionMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfLinearSubgradeReactionMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfRotationalSubgradeReactionSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfSubgradeReactionSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfTranslationalSubgradeReactionSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfTranslationalSubgradeReactionSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcModulusOfTranslationalSubgradeReactionSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMoistureDiffusivityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMoistureDiffusivityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMoistureDiffusivityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMolecularWeightMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMolecularWeightMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMolecularWeightMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMomentOfInertiaMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMomentOfInertiaMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMomentOfInertiaMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonetaryMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonetaryMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonetaryMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonetaryUnit.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonetaryUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonetaryUnit.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonthInYearNumber.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonthInYearNumber.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMonthInYearNumber.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnection.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnection.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnection.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcMotorConnectionTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcNamedUnit.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcNamedUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcNamedUnit.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcNonNegativeLengthMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcNonNegativeLengthMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcNonNegativeLengthMeasure.gen.js +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcNormalisedRatioMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcNormalisedRatioMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcNormalisedRatioMeasure.gen.js +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcNullStyle.gen.d.ts +10 -0
- package/compiled/src/ifc/ifc4_gen/IfcNullStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcNullStyle.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcNumericMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcNumericMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcNumericMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcObject.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcObject.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObject.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectDefinition.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectDefinition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectDefinition.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectPlacement.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectPlacement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectPlacement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectReferenceSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectReferenceSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectReferenceSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjective.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjective.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjective.gen.js +61 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectiveEnum.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectiveEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcObjectiveEnum.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcOccupant.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcOccupant.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOccupant.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcOccupantTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcOccupantTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOccupantTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve2D.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve2D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve2D.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve3D.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve3D.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOffsetCurve3D.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpenShell.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpenShell.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpenShell.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningElementTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningElementTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningElementTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOpeningStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrganization.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrganization.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrganization.gen.js +86 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrganizationRelationship.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrganizationRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrganizationRelationship.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrientedEdge.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrientedEdge.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOrientedEdge.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcOuterBoundaryCurve.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcOuterBoundaryCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOuterBoundaryCurve.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutlet.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutlet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutlet.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutletType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutletType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutletType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutletTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutletTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOutletTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcOwnerHistory.gen.d.ts +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcOwnerHistory.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcOwnerHistory.gen.js +67 -0
- package/compiled/src/ifc/ifc4_gen/IfcPHMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPHMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPHMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcParameterValue.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcParameterValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcParameterValue.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcParameterizedProfileDef.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcParameterizedProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcParameterizedProfileDef.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPath.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPath.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPath.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcPcurve.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcPcurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPcurve.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistory.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistory.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistory.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistoryTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistoryTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerformanceHistoryTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringOperationEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringOperationEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringOperationEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringProperties.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermeableCoveringProperties.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermit.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermit.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermitTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermitTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPermitTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerson.gen.d.ts +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerson.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPerson.gen.js +161 -0
- package/compiled/src/ifc/ifc4_gen/IfcPersonAndOrganization.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPersonAndOrganization.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPersonAndOrganization.gen.js +56 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalComplexQuantity.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalComplexQuantity.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalComplexQuantity.gen.js +59 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalOrVirtualEnum.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalOrVirtualEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalOrVirtualEnum.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalQuantity.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalQuantity.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalQuantity.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalSimpleQuantity.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalSimpleQuantity.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPhysicalSimpleQuantity.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPile.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcPile.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPile.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileConstructionEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileConstructionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileConstructionEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPileTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFitting.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFitting.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFitting.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFittingType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFittingType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFittingType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFittingTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFittingTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeFittingTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegment.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegment.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPipeSegmentTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcPixelTexture.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPixelTexture.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPixelTexture.gen.js +59 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlacement.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlacement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlacement.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarBox.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarBox.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarBox.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarExtent.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarExtent.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarExtent.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarForceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarForceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlanarForceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlane.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlane.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlane.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlaneAngleMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlaneAngleMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlaneAngleMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlate.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlate.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlate.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPlateTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcPoint.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPoint.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPoint.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOnCurve.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOnCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOnCurve.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOnSurface.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOnSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOnSurface.gen.js +37 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOrVertexPoint.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOrVertexPoint.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPointOrVertexPoint.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolyLoop.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolyLoop.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolyLoop.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolygonalBoundedHalfSpace.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolygonalBoundedHalfSpace.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolygonalBoundedHalfSpace.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolygonalFaceSet.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolygonalFaceSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolygonalFaceSet.gen.js +73 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolyline.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolyline.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPolyline.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcPort.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPort.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPort.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveInteger.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveInteger.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveInteger.gen.js +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveLengthMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveLengthMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveLengthMeasure.gen.js +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositivePlaneAngleMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositivePlaneAngleMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositivePlaneAngleMeasure.gen.js +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveRatioMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveRatioMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPositiveRatioMeasure.gen.js +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPostalAddress.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcPostalAddress.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPostalAddress.gen.js +77 -0
- package/compiled/src/ifc/ifc4_gen/IfcPowerMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPowerMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPowerMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedColour.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedColour.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedColour.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedCurveFont.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedCurveFont.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedCurveFont.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedItem.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedItem.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedProperties.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedProperties.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedPropertySet.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedPropertySet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedPropertySet.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedTextFont.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedTextFont.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreDefinedTextFont.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreferredSurfaceCurveRepresentation.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreferredSurfaceCurveRepresentation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPreferredSurfaceCurveRepresentation.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentableText.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentableText.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentableText.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationItem.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationItem.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerAssignment.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerAssignment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerAssignment.gen.js +65 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerWithStyle.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerWithStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationLayerWithStyle.gen.js +60 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyle.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyle.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleAssignment.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleAssignment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleAssignment.gen.js +50 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPresentationStyleSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPressureMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcPressureMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPressureMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedure.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedure.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedureType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedureType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedureType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedureTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedureTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcedureTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcess.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcess.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcess.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcessSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcessSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProcessSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProduct.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcProduct.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProduct.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductDefinitionShape.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductDefinitionShape.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductDefinitionShape.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductRepresentation.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductRepresentation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductRepresentation.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductRepresentationSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductRepresentationSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductRepresentationSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProductSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileDef.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileDef.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileProperties.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileProperties.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProfileTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProject.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcProject.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProject.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectLibrary.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectLibrary.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectLibrary.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectOrder.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectOrder.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectOrder.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectOrderTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectOrderTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectOrderTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectedCRS.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectedCRS.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectedCRS.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectedOrTrueLengthEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectedOrTrueLengthEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectedOrTrueLengthEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectionElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectionElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectionElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectionElementTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectionElementTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProjectionElementTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProperty.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcProperty.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProperty.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyAbstraction.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyAbstraction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyAbstraction.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyBoundedValue.gen.d.ts +131 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyBoundedValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyBoundedValue.gen.js +166 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyDefinition.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyDefinition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyDefinition.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyDependencyRelationship.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyDependencyRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyDependencyRelationship.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeratedValue.gen.d.ts +125 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeratedValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeratedValue.gen.js +160 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeration.gen.d.ts +129 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeration.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyEnumeration.gen.js +172 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyListValue.gen.d.ts +127 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyListValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyListValue.gen.js +166 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyReferenceValue.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyReferenceValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyReferenceValue.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySet.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySet.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinition.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinition.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSet.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetDefinitionSet.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplate.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplate.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplate.gen.js +55 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplateTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplateTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySetTemplateTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySingleValue.gen.d.ts +127 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySingleValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertySingleValue.gen.js +146 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTableValue.gen.d.ts +136 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTableValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTableValue.gen.js +218 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplate.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplate.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplate.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplateDefinition.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplateDefinition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPropertyTemplateDefinition.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDevice.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDevice.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnit.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnit.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTrippingUnitTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProtectiveDeviceTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcProxy.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcProxy.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcProxy.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcPump.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPump.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPump.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPumpType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcPumpType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPumpType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcPumpTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcPumpTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcPumpTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityArea.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityArea.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityArea.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityCount.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityCount.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityCount.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityLength.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityLength.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityLength.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantitySet.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantitySet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantitySet.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityTime.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityTime.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityVolume.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityVolume.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityVolume.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityWeight.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityWeight.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcQuantityWeight.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRadioActivityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcRadioActivityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRadioActivityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailing.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailing.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailing.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailingType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailingType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailingType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailingTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailingTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRailingTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcRamp.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRamp.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRamp.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlight.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlight.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlight.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlightType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlightType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlightType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlightTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlightTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampFlightTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRampTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcRatioMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcRatioMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRatioMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineCurveWithKnots.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineCurveWithKnots.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineCurveWithKnots.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineSurfaceWithKnots.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineSurfaceWithKnots.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRationalBSplineSurfaceWithKnots.gen.js +53 -0
- package/compiled/src/ifc/ifc4_gen/IfcReal.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcReal.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReal.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangleHollowProfileDef.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangleHollowProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangleHollowProfileDef.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangleProfileDef.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangleProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangleProfileDef.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangularPyramid.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangularPyramid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangularPyramid.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangularTrimmedSurface.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangularTrimmedSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRectangularTrimmedSurface.gen.js +58 -0
- package/compiled/src/ifc/ifc4_gen/IfcRecurrencePattern.gen.d.ts +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcRecurrencePattern.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRecurrencePattern.gen.js +142 -0
- package/compiled/src/ifc/ifc4_gen/IfcRecurrenceTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRecurrenceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRecurrenceTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcReference.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcReference.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReference.gen.js +65 -0
- package/compiled/src/ifc/ifc4_gen/IfcReflectanceMethodEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcReflectanceMethodEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReflectanceMethodEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcRegularTimeSeries.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRegularTimeSeries.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRegularTimeSeries.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcementBarProperties.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcementBarProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcementBarProperties.gen.js +52 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcementDefinitionProperties.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcementDefinitionProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcementDefinitionProperties.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBar.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBar.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBar.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarRoleEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarRoleEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarRoleEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarSurfaceEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarSurfaceEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarSurfaceEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarType.gen.d.ts +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarType.gen.js +85 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarTypeEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingBarTypeEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingElement.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingElement.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingElementType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingElementType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMesh.gen.d.ts +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMesh.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMesh.gen.js +70 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshType.gen.d.ts +37 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshType.gen.js +108 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReinforcingMeshTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAggregates.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAggregates.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAggregates.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssigns.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssigns.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssigns.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToActor.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToActor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToActor.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToControl.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToControl.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToControl.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroup.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroup.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroup.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroupByFactor.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroupByFactor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToGroupByFactor.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProcess.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProcess.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProcess.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProduct.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProduct.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToProduct.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToResource.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssignsToResource.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociates.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociates.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociates.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesApproval.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesApproval.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesApproval.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesClassification.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesClassification.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesClassification.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesConstraint.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesConstraint.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesConstraint.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesDocument.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesDocument.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesDocument.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesLibrary.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesLibrary.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesLibrary.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesMaterial.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesMaterial.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelAssociatesMaterial.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnects.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnects.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnects.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsElements.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsElements.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsElements.gen.js +35 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPathElements.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPathElements.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPathElements.gen.js +79 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPortToElement.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPortToElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPortToElement.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPorts.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPorts.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsPorts.gen.js +35 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralActivity.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralActivity.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralActivity.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralMember.gen.d.ts +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralMember.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsStructuralMember.gen.js +56 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithEccentricity.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithEccentricity.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithEccentricity.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithRealizingElements.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithRealizingElements.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelConnectsWithRealizingElements.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelContainedInSpatialStructure.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelContainedInSpatialStructure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelContainedInSpatialStructure.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelCoversBldgElements.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelCoversBldgElements.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelCoversBldgElements.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelCoversSpaces.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelCoversSpaces.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelCoversSpaces.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDeclares.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDeclares.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDeclares.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDecomposes.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDecomposes.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDecomposes.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefines.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefines.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefines.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByObject.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByObject.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByObject.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByProperties.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByProperties.gen.js +54 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByTemplate.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByTemplate.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByTemplate.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByType.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelDefinesByType.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelFillsElement.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelFillsElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelFillsElement.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelFlowControlElements.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelFlowControlElements.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelFlowControlElements.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelInterferesElements.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelInterferesElements.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelInterferesElements.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelNests.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelNests.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelNests.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelProjectsElement.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelProjectsElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelProjectsElement.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelReferencedInSpatialStructure.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelReferencedInSpatialStructure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelReferencedInSpatialStructure.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSequence.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSequence.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSequence.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelServicesBuildings.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelServicesBuildings.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelServicesBuildings.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary.gen.d.ts +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary.gen.js +55 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary1stLevel.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary1stLevel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary1stLevel.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary2ndLevel.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary2ndLevel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelSpaceBoundary2ndLevel.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelVoidsElement.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelVoidsElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelVoidsElement.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelationship.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRelationship.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcReparametrisedCompositeCurveSegment.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcReparametrisedCompositeCurveSegment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcReparametrisedCompositeCurveSegment.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentation.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentation.gen.js +61 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationContext.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationContext.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationContext.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationItem.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationItem.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationMap.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationMap.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRepresentationMap.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcResource.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResource.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceApprovalRelationship.gen.d.ts +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceApprovalRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceApprovalRelationship.gen.js +67 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceConstraintRelationship.gen.d.ts +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceConstraintRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceConstraintRelationship.gen.js +67 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceLevelRelationship.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceLevelRelationship.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceLevelRelationship.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceObjectSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceObjectSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceObjectSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceTime.gen.d.ts +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcResourceTime.gen.js +105 -0
- package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolid.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolid.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolidTapered.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolidTapered.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRevolvedAreaSolidTapered.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRightCircularCone.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRightCircularCone.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRightCircularCone.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRightCircularCylinder.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcRightCircularCylinder.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRightCircularCylinder.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoleEnum.gen.d.ts +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoleEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoleEnum.gen.js +43 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoof.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoof.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoof.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoofType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoofType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoofType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoofTypeEnum.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoofTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoofTypeEnum.gen.js +35 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoot.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoot.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoot.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalFrequencyMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalFrequencyMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalFrequencyMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalMassMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalMassMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalMassMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRotationalStiffnessSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoundedRectangleProfileDef.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoundedRectangleProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcRoundedRectangleProfileDef.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIPrefix.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIPrefix.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIPrefix.gen.js +36 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIUnit.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIUnit.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIUnitName.gen.d.ts +39 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIUnitName.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSIUnitName.gen.js +50 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminal.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminal.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminal.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalTypeEnum.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSanitaryTerminalTypeEnum.gen.js +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcSchedulingTime.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcSchedulingTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSchedulingTime.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcSeamCurve.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcSeamCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSeamCurve.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionModulusMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionModulusMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionModulusMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionProperties.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionProperties.gen.js +35 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionReinforcementProperties.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionReinforcementProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionReinforcementProperties.gen.js +74 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionTypeEnum.gen.d.ts +11 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionTypeEnum.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionalAreaIntegralMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionalAreaIntegralMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionalAreaIntegralMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionedSpine.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionedSpine.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSectionedSpine.gen.js +78 -0
- package/compiled/src/ifc/ifc4_gen/IfcSegmentIndexSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSegmentIndexSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSegmentIndexSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensor.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensor.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensorTypeEnum.gen.d.ts +35 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSensorTypeEnum.gen.js +46 -0
- package/compiled/src/ifc/ifc4_gen/IfcSequenceEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSequenceEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSequenceEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDevice.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDevice.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShadingDeviceTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeAspect.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeAspect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeAspect.gen.js +72 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeModel.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeModel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeModel.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeRepresentation.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeRepresentation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShapeRepresentation.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcShearModulusMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcShearModulusMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShearModulusMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcShell.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShell.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShell.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShellBasedSurfaceModel.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcShellBasedSurfaceModel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcShellBasedSurfaceModel.gen.js +50 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimpleProperty.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimpleProperty.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimpleProperty.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplate.gen.d.ts +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplate.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplate.gen.js +77 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplateTypeEnum.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplateTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimplePropertyTemplateTypeEnum.gen.js +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimpleValue.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimpleValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSimpleValue.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSite.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcSite.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSite.gen.js +85 -0
- package/compiled/src/ifc/ifc4_gen/IfcSizeSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSizeSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSizeSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlab.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlab.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlab.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabElementedCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabElementedCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabElementedCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlabTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlippageConnectionCondition.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlippageConnectionCondition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSlippageConnectionCondition.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDevice.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDevice.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolarDeviceTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidAngleMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidAngleMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidAngleMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidModel.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidModel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidModel.gen.js +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidOrShell.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidOrShell.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSolidOrShell.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPowerLevelMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPowerLevelMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPowerLevelMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPowerMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPowerMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPowerMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPressureLevelMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPressureLevelMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPressureLevelMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPressureMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPressureMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSoundPressureMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpace.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpace.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpace.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceBoundarySelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceBoundarySelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceBoundarySelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeater.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeater.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeater.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceHeaterTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceType.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceType.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpaceTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialElement.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialElement.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialElementType.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialElementType.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElementType.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialStructureElementType.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZone.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZone.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZone.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneType.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneType.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneTypeEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpatialZoneTypeEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecificHeatCapacityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecificHeatCapacityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecificHeatCapacityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularExponent.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularExponent.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularExponent.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularHighlightSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularHighlightSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularHighlightSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularRoughness.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularRoughness.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSpecularRoughness.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSphere.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcSphere.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSphere.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSphericalSurface.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcSphericalSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSphericalSurface.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminal.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminal.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminal.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminalType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminalType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminalType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminalTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminalTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStackTerminalTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcStair.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStair.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStair.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlight.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlight.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlight.gen.js +46 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlightType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlightType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlightType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlightTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlightTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairFlightTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairTypeEnum.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStairTypeEnum.gen.js +36 -0
- package/compiled/src/ifc/ifc4_gen/IfcStateEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcStateEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStateEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcStrippedOptional.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcStrippedOptional.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStrippedOptional.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralAction.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralAction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralAction.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralActivity.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralActivity.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralActivity.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralActivityAssignmentSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralActivityAssignmentSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralActivityAssignmentSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralAnalysisModel.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralAnalysisModel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralAnalysisModel.gen.js +89 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralConnection.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralConnection.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralConnection.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralConnectionCondition.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralConnectionCondition.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralConnectionCondition.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveAction.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveAction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveAction.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveActivityTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveActivityTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveActivityTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveConnection.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveConnection.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveConnection.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMember.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMember.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMember.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberVarying.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberVarying.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveMemberVarying.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveReaction.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveReaction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralCurveReaction.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralItem.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralItem.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLinearAction.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLinearAction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLinearAction.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoad.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoad.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoad.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadCase.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadCase.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadConfiguration.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadConfiguration.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadConfiguration.gen.js +75 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadGroup.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadGroup.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadGroup.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadLinearForce.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadLinearForce.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadLinearForce.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadOrResult.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadOrResult.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadOrResult.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadPlanarForce.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadPlanarForce.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadPlanarForce.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacement.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacement.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacementDistortion.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacementDistortion.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleDisplacementDistortion.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForce.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForce.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForce.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForceWarping.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForceWarping.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadSingleForceWarping.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadStatic.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadStatic.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadStatic.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadTemperature.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadTemperature.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralLoadTemperature.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralMember.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralMember.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralMember.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPlanarAction.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPlanarAction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPlanarAction.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointAction.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointAction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointAction.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointConnection.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointConnection.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointConnection.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointReaction.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointReaction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralPointReaction.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralReaction.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralReaction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralReaction.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralResultGroup.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralResultGroup.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralResultGroup.gen.js +35 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceAction.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceAction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceAction.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceActivityTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceActivityTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceActivityTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceConnection.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceConnection.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceConnection.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMember.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMember.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMember.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberVarying.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberVarying.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceMemberVarying.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceReaction.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceReaction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStructuralSurfaceReaction.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyleAssignmentSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyleAssignmentSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyleAssignmentSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyleModel.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyleModel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyleModel.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyledItem.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyledItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyledItem.gen.js +59 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyledRepresentation.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyledRepresentation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcStyledRepresentation.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResource.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResource.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubContractResourceTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubedge.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubedge.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSubedge.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurface.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurface.gen.js +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurve.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurve.gen.js +59 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurveSweptAreaSolid.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurveSweptAreaSolid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceCurveSweptAreaSolid.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeature.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeature.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeature.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeatureTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeatureTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceFeatureTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfLinearExtrusion.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfLinearExtrusion.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfLinearExtrusion.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfRevolution.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfRevolution.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOfRevolution.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOrFaceSurface.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOrFaceSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceOrFaceSurface.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceReinforcementArea.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceReinforcementArea.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceReinforcementArea.gen.js +72 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceSide.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceSide.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceSide.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyle.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyle.gen.js +57 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleElementSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleElementSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleElementSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleLighting.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleLighting.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleLighting.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRefraction.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRefraction.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRefraction.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRendering.gen.d.ts +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRendering.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleRendering.gen.js +86 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleShading.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleShading.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleShading.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleWithTextures.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleWithTextures.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceStyleWithTextures.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceTexture.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceTexture.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSurfaceTexture.gen.js +66 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptAreaSolid.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptAreaSolid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptAreaSolid.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolid.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolid.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolid.gen.js +46 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolidPolygonal.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolidPolygonal.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptDiskSolidPolygonal.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptSurface.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSweptSurface.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDevice.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDevice.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDevice.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceTypeEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSwitchingDeviceTypeEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystem.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystem.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcSystemFurnitureElementTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcTShapeProfileDef.gen.d.ts +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcTShapeProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTShapeProfileDef.gen.js +69 -0
- package/compiled/src/ifc/ifc4_gen/IfcTable.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcTable.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTable.gen.js +77 -0
- package/compiled/src/ifc/ifc4_gen/IfcTableColumn.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcTableColumn.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTableColumn.gen.js +53 -0
- package/compiled/src/ifc/ifc4_gen/IfcTableRow.gen.d.ts +123 -0
- package/compiled/src/ifc/ifc4_gen/IfcTableRow.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTableRow.gen.js +159 -0
- package/compiled/src/ifc/ifc4_gen/IfcTank.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTank.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTank.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTankType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTankType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTankType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTankTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcTankTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTankTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcTask.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcTask.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTask.gen.js +53 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskDurationEnum.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskDurationEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskDurationEnum.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTime.gen.d.ts +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTime.gen.js +118 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTimeRecurring.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTimeRecurring.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTimeRecurring.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskType.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskType.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTypeEnum.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTaskTypeEnum.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcTelecomAddress.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcTelecomAddress.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTelecomAddress.gen.js +128 -0
- package/compiled/src/ifc/ifc4_gen/IfcTemperatureGradientMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTemperatureGradientMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTemperatureGradientMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTemperatureRateOfChangeMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTemperatureRateOfChangeMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTemperatureRateOfChangeMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendon.gen.d.ts +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendon.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendon.gen.js +64 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchor.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchor.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchor.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonAnchorTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonType.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonType.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonTypeEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTendonTypeEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcTessellatedFaceSet.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcTessellatedFaceSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTessellatedFaceSet.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcTessellatedItem.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcTessellatedItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTessellatedItem.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcText.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcText.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcText.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextAlignment.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextAlignment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextAlignment.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextDecoration.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextDecoration.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextDecoration.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextFontName.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextFontName.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextFontName.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextFontSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextFontSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextFontSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextLiteral.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextLiteral.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextLiteral.gen.js +40 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextLiteralWithExtent.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextLiteralWithExtent.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextLiteralWithExtent.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextPath.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextPath.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextPath.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyle.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyle.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleFontModel.gen.d.ts +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleFontModel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleFontModel.gen.js +75 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleForDefinedFont.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleForDefinedFont.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleForDefinedFont.gen.js +37 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleTextModel.gen.d.ts +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleTextModel.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextStyleTextModel.gen.js +79 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextTransformation.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextTransformation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextTransformation.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinate.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinate.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinate.gen.js +42 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinateGenerator.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinateGenerator.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureCoordinateGenerator.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureMap.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureMap.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureMap.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureVertex.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureVertex.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureVertex.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureVertexList.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureVertexList.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTextureVertexList.gen.js +49 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalAdmittanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalAdmittanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalAdmittanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalConductivityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalConductivityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalConductivityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalExpansionCoefficientMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalExpansionCoefficientMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalExpansionCoefficientMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalResistanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalResistanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalResistanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalTransmittanceMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalTransmittanceMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermalTransmittanceMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermodynamicTemperatureMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermodynamicTemperatureMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcThermodynamicTemperatureMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTime.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTime.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeOrRatioSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeOrRatioSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeOrRatioSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimePeriod.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimePeriod.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimePeriod.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeries.gen.d.ts +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeries.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeries.gen.js +72 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesDataTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesDataTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesDataTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesValue.gen.d.ts +121 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeSeriesValue.gen.js +153 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeStamp.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeStamp.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTimeStamp.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTopologicalRepresentationItem.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcTopologicalRepresentationItem.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTopologicalRepresentationItem.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTopologyRepresentation.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcTopologyRepresentation.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTopologyRepresentation.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcToroidalSurface.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcToroidalSurface.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcToroidalSurface.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcTorqueMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTorqueMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTorqueMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformer.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformer.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformer.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformerType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformerType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformerType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformerTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformerTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransformerTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransitionCode.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransitionCode.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransitionCode.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcTranslationalStiffnessSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTranslationalStiffnessSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTranslationalStiffnessSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElementType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElementType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElementTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElementTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTransportElementTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrapeziumProfileDef.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrapeziumProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrapeziumProfileDef.gen.js +39 -0
- package/compiled/src/ifc/ifc4_gen/IfcTriangulatedFaceSet.gen.d.ts +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcTriangulatedFaceSet.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTriangulatedFaceSet.gen.js +116 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmedCurve.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmedCurve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmedCurve.gen.js +96 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmingPreference.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmingPreference.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmingPreference.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmingSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmingSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTrimmingSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundle.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundle.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundleType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundleType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundleType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundleTypeEnum.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundleTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTubeBundleTypeEnum.gen.js +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeObject.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeObject.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeObject.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeProcess.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeProcess.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeProcess.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeProduct.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeProduct.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeProduct.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeResource.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeResource.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcTypeResource.gen.js +33 -0
- package/compiled/src/ifc/ifc4_gen/IfcURIReference.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcURIReference.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcURIReference.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcUShapeProfileDef.gen.d.ts +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcUShapeProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUShapeProfileDef.gen.js +57 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnit.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnit.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnit.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitAssignment.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitAssignment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitAssignment.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitEnum.gen.d.ts +39 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitEnum.gen.js +50 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElement.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElement.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementTypeEnum.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryControlElementTypeEnum.gen.js +30 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipment.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipment.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipment.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentTypeEnum.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcUnitaryEquipmentTypeEnum.gen.js +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcValue.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcValue.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcValue.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcValve.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcValve.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcValve.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcValveType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcValveType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcValveType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcValveTypeEnum.gen.d.ts +32 -0
- package/compiled/src/ifc/ifc4_gen/IfcValveTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcValveTypeEnum.gen.js +43 -0
- package/compiled/src/ifc/ifc4_gen/IfcVaporPermeabilityMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcVaporPermeabilityMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVaporPermeabilityMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcVector.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcVector.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVector.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcVectorOrDirection.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVectorOrDirection.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVectorOrDirection.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertex.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertex.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertex.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertexLoop.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertexLoop.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertexLoop.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertexPoint.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertexPoint.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVertexPoint.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolator.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolator.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolator.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorTypeEnum.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVibrationIsolatorTypeEnum.gen.js +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcVirtualElement.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcVirtualElement.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVirtualElement.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcVirtualGridIntersection.gen.d.ts +16 -0
- package/compiled/src/ifc/ifc4_gen/IfcVirtualGridIntersection.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVirtualGridIntersection.gen.js +67 -0
- package/compiled/src/ifc/ifc4_gen/IfcVoidingFeature.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcVoidingFeature.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVoidingFeature.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcVoidingFeatureTypeEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcVoidingFeatureTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVoidingFeatureTypeEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcVolumeMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcVolumeMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVolumeMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcVolumetricFlowRateMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcVolumetricFlowRateMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcVolumetricFlowRateMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcWall.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWall.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWall.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallElementedCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallElementedCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallElementedCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallTypeEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWallTypeEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingConstantMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingConstantMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingConstantMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingMomentMeasure.gen.d.ts +13 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingMomentMeasure.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingMomentMeasure.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingStiffnessSelect.gen.d.ts +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingStiffnessSelect.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWarpingStiffnessSelect.gen.js +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminal.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminal.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminal.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalType.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalType.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalTypeEnum.gen.d.ts +18 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWasteTerminalTypeEnum.gen.js +29 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindow.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindow.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindow.gen.js +47 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowLiningProperties.gen.d.ts +37 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowLiningProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowLiningProperties.gen.js +88 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelOperationEnum.gen.d.ts +23 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelOperationEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelOperationEnum.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelPositionEnum.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelPositionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelPositionEnum.gen.js +26 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelProperties.gen.d.ts +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelProperties.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowPanelProperties.gen.js +48 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStandardCase.gen.d.ts +12 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStandardCase.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStandardCase.gen.js +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyle.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyle.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyle.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyleConstructionEnum.gen.d.ts +17 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyleConstructionEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyleConstructionEnum.gen.js +28 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyleOperationEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyleOperationEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowStyleOperationEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowType.gen.d.ts +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowType.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowType.gen.js +41 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowTypePartitioningEnum.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowTypePartitioningEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWindowTypePartitioningEnum.gen.js +31 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkCalendar.gen.d.ts +20 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkCalendar.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkCalendar.gen.js +74 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkCalendarTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkCalendarTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkCalendarTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkControl.gen.d.ts +27 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkControl.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkControl.gen.js +78 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkPlan.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkPlan.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkPlan.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkPlanTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkPlanTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkPlanTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkSchedule.gen.d.ts +15 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkSchedule.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkSchedule.gen.js +22 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkScheduleTypeEnum.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkScheduleTypeEnum.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkScheduleTypeEnum.gen.js +25 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkTime.gen.d.ts +19 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkTime.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcWorkTime.gen.js +34 -0
- package/compiled/src/ifc/ifc4_gen/IfcZShapeProfileDef.gen.d.ts +24 -0
- package/compiled/src/ifc/ifc4_gen/IfcZShapeProfileDef.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcZShapeProfileDef.gen.js +51 -0
- package/compiled/src/ifc/ifc4_gen/IfcZone.gen.d.ts +14 -0
- package/compiled/src/ifc/ifc4_gen/IfcZone.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/IfcZone.gen.js +21 -0
- package/compiled/src/ifc/ifc4_gen/entity_types_ifc.gen.d.ts +915 -0
- package/compiled/src/ifc/ifc4_gen/entity_types_ifc.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/entity_types_ifc.gen.js +916 -0
- package/compiled/src/ifc/ifc4_gen/entity_types_search.gen.d.ts +5 -0
- package/compiled/src/ifc/ifc4_gen/entity_types_search.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/entity_types_search.gen.js +8 -0
- package/compiled/src/ifc/ifc4_gen/index.d.ts +1117 -0
- package/compiled/src/ifc/ifc4_gen/index.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/index.js +1116 -0
- package/compiled/src/ifc/ifc4_gen/schema_ifc.gen.d.ts +6 -0
- package/compiled/src/ifc/ifc4_gen/schema_ifc.gen.d.ts.map +1 -0
- package/compiled/src/ifc/ifc4_gen/schema_ifc.gen.js +34319 -0
- package/compiled/src/ifc/ifc_command_line_main.d.ts +2 -0
- package/compiled/src/ifc/ifc_command_line_main.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_command_line_main.js +464 -0
- package/compiled/src/ifc/ifc_constants.d.ts +3 -0
- package/compiled/src/ifc/ifc_constants.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_constants.js +2 -0
- package/compiled/src/ifc/ifc_functions.d.ts +203 -0
- package/compiled/src/ifc/ifc_functions.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_functions.js +327 -0
- package/compiled/src/ifc/ifc_geometry_extraction.d.ts +815 -0
- package/compiled/src/ifc/ifc_geometry_extraction.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_geometry_extraction.js +4371 -0
- package/compiled/src/ifc/ifc_geometry_extraction.test.d.ts +2 -0
- package/compiled/src/ifc/ifc_geometry_extraction.test.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_geometry_extraction.test.js +101 -0
- package/compiled/src/ifc/ifc_material_cache.d.ts +101 -0
- package/compiled/src/ifc/ifc_material_cache.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_material_cache.js +131 -0
- package/compiled/src/ifc/ifc_material_cache_node.d.ts +18 -0
- package/compiled/src/ifc/ifc_material_cache_node.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_material_cache_node.js +45 -0
- package/compiled/src/ifc/ifc_model_curves.d.ts +21 -0
- package/compiled/src/ifc/ifc_model_curves.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_model_curves.js +30 -0
- package/compiled/src/ifc/ifc_model_curves_node.d.ts +16 -0
- package/compiled/src/ifc/ifc_model_curves_node.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_model_curves_node.js +44 -0
- package/compiled/src/ifc/ifc_model_geometry.d.ts +67 -0
- package/compiled/src/ifc/ifc_model_geometry.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_model_geometry.js +118 -0
- package/compiled/src/ifc/ifc_model_geometry_node.d.ts +17 -0
- package/compiled/src/ifc/ifc_model_geometry_node.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_model_geometry_node.js +50 -0
- package/compiled/src/ifc/ifc_model_profile.d.ts +49 -0
- package/compiled/src/ifc/ifc_model_profile.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_model_profile.js +65 -0
- package/compiled/src/ifc/ifc_model_profile_node.d.ts +16 -0
- package/compiled/src/ifc/ifc_model_profile_node.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_model_profile_node.js +44 -0
- package/compiled/src/ifc/ifc_parser_quirks.d.ts +3 -0
- package/compiled/src/ifc/ifc_parser_quirks.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_parser_quirks.js +3 -0
- package/compiled/src/ifc/ifc_property_extraction.d.ts +66 -0
- package/compiled/src/ifc/ifc_property_extraction.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_property_extraction.js +140 -0
- package/compiled/src/ifc/ifc_property_extraction.test.d.ts +2 -0
- package/compiled/src/ifc/ifc_property_extraction.test.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_property_extraction.test.js +28 -0
- package/compiled/src/ifc/ifc_regression_batch_main.d.ts +2 -0
- package/compiled/src/ifc/ifc_regression_batch_main.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_regression_batch_main.js +250 -0
- package/compiled/src/ifc/ifc_regression_main.d.ts +2 -0
- package/compiled/src/ifc/ifc_regression_main.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_regression_main.js +262 -0
- package/compiled/src/ifc/ifc_scene_builder.d.ts +174 -0
- package/compiled/src/ifc/ifc_scene_builder.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_scene_builder.js +336 -0
- package/compiled/src/ifc/ifc_scene_builder.test.d.ts +2 -0
- package/compiled/src/ifc/ifc_scene_builder.test.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_scene_builder.test.js +103 -0
- package/compiled/src/ifc/ifc_step_external_mapping.d.ts +20 -0
- package/compiled/src/ifc/ifc_step_external_mapping.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_step_external_mapping.js +20 -0
- package/compiled/src/ifc/ifc_step_model.d.ts +33 -0
- package/compiled/src/ifc/ifc_step_model.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_step_model.js +35 -0
- package/compiled/src/ifc/ifc_step_model.test.d.ts +2 -0
- package/compiled/src/ifc/ifc_step_model.test.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_step_model.test.js +500 -0
- package/compiled/src/ifc/ifc_step_parser.d.ts +29 -0
- package/compiled/src/ifc/ifc_step_parser.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_step_parser.js +32 -0
- package/compiled/src/ifc/ifc_step_parser.test.d.ts +2 -0
- package/compiled/src/ifc/ifc_step_parser.test.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_step_parser.test.js +39 -0
- package/compiled/src/index.d.ts +11 -0
- package/compiled/src/index.d.ts.map +1 -0
- package/compiled/src/index.js +11 -0
- package/compiled/src/indexing/bit_operations.d.ts +90 -0
- package/compiled/src/indexing/bit_operations.d.ts.map +1 -0
- package/compiled/src/indexing/bit_operations.js +177 -0
- package/compiled/src/indexing/bit_operations.test.d.ts +2 -0
- package/compiled/src/indexing/bit_operations.test.d.ts.map +1 -0
- package/compiled/src/indexing/bit_operations.test.js +14 -0
- package/compiled/src/indexing/cursor_utilities.d.ts +23 -0
- package/compiled/src/indexing/cursor_utilities.d.ts.map +1 -0
- package/compiled/src/indexing/cursor_utilities.js +50 -0
- package/compiled/src/indexing/cursor_utilities.test.d.ts +2 -0
- package/compiled/src/indexing/cursor_utilities.test.d.ts.map +1 -0
- package/compiled/src/indexing/cursor_utilities.test.js +64 -0
- package/compiled/src/indexing/dynamic_single_index_set.d.ts +59 -0
- package/compiled/src/indexing/dynamic_single_index_set.d.ts.map +1 -0
- package/compiled/src/indexing/dynamic_single_index_set.js +201 -0
- package/compiled/src/indexing/dynamic_single_index_set.test.d.ts +2 -0
- package/compiled/src/indexing/dynamic_single_index_set.test.d.ts.map +1 -0
- package/compiled/src/indexing/dynamic_single_index_set.test.js +143 -0
- package/compiled/src/indexing/dynamic_single_index_set_cursor.d.ts +47 -0
- package/compiled/src/indexing/dynamic_single_index_set_cursor.d.ts.map +1 -0
- package/compiled/src/indexing/dynamic_single_index_set_cursor.js +104 -0
- package/compiled/src/indexing/dynamic_single_index_set_cursor.test.d.ts +2 -0
- package/compiled/src/indexing/dynamic_single_index_set_cursor.test.d.ts.map +1 -0
- package/compiled/src/indexing/dynamic_single_index_set_cursor.test.js +124 -0
- package/compiled/src/indexing/hashing.d.ts +34 -0
- package/compiled/src/indexing/hashing.d.ts.map +1 -0
- package/compiled/src/indexing/hashing.js +69 -0
- package/compiled/src/indexing/index_set_constants.d.ts +9 -0
- package/compiled/src/indexing/index_set_constants.d.ts.map +1 -0
- package/compiled/src/indexing/index_set_constants.js +9 -0
- package/compiled/src/indexing/interpolation_search_table_32.d.ts +76 -0
- package/compiled/src/indexing/interpolation_search_table_32.d.ts.map +1 -0
- package/compiled/src/indexing/interpolation_search_table_32.js +247 -0
- package/compiled/src/indexing/interpolation_search_table_32.test.d.ts +2 -0
- package/compiled/src/indexing/interpolation_search_table_32.test.d.ts.map +1 -0
- package/compiled/src/indexing/interpolation_search_table_32.test.js +110 -0
- package/compiled/src/indexing/minimal_perfect_hash.d.ts +82 -0
- package/compiled/src/indexing/minimal_perfect_hash.d.ts.map +1 -0
- package/compiled/src/indexing/minimal_perfect_hash.js +154 -0
- package/compiled/src/indexing/multi_index_set.d.ts +36 -0
- package/compiled/src/indexing/multi_index_set.d.ts.map +1 -0
- package/compiled/src/indexing/multi_index_set.js +65 -0
- package/compiled/src/indexing/multi_index_set_cursor_or.d.ts +57 -0
- package/compiled/src/indexing/multi_index_set_cursor_or.d.ts.map +1 -0
- package/compiled/src/indexing/multi_index_set_cursor_or.js +129 -0
- package/compiled/src/indexing/multi_index_set_cursor_xor.d.ts +58 -0
- package/compiled/src/indexing/multi_index_set_cursor_xor.d.ts.map +1 -0
- package/compiled/src/indexing/multi_index_set_cursor_xor.js +134 -0
- package/compiled/src/indexing/search_operations.d.ts +21 -0
- package/compiled/src/indexing/search_operations.d.ts.map +1 -0
- package/compiled/src/indexing/search_operations.js +48 -0
- package/compiled/src/indexing/single_index_set.d.ts +56 -0
- package/compiled/src/indexing/single_index_set.d.ts.map +1 -0
- package/compiled/src/indexing/single_index_set.js +87 -0
- package/compiled/src/indexing/single_index_set.test.d.ts +2 -0
- package/compiled/src/indexing/single_index_set.test.d.ts.map +1 -0
- package/compiled/src/indexing/single_index_set.test.js +38 -0
- package/compiled/src/indexing/single_index_set_cursor.d.ts +48 -0
- package/compiled/src/indexing/single_index_set_cursor.d.ts.map +1 -0
- package/compiled/src/indexing/single_index_set_cursor.js +84 -0
- package/compiled/src/indexing/type_index.d.ts +4 -0
- package/compiled/src/indexing/type_index.d.ts.map +1 -0
- package/compiled/src/indexing/type_index.js +1 -0
- package/compiled/src/logging/logger.d.ts +99 -0
- package/compiled/src/logging/logger.d.ts.map +1 -0
- package/compiled/src/logging/logger.js +177 -0
- package/compiled/src/logging/sentry_logging_proxy.d.ts +2 -0
- package/compiled/src/logging/sentry_logging_proxy.d.ts.map +1 -0
- package/compiled/src/logging/sentry_logging_proxy.js +25 -0
- package/compiled/src/memory/memory.d.ts +30 -0
- package/compiled/src/memory/memory.d.ts.map +1 -0
- package/compiled/src/memory/memory.js +57 -0
- package/compiled/src/parsing/char_bit_set.d.ts +40 -0
- package/compiled/src/parsing/char_bit_set.d.ts.map +1 -0
- package/compiled/src/parsing/char_bit_set.js +83 -0
- package/compiled/src/parsing/hex_parser.d.ts +48 -0
- package/compiled/src/parsing/hex_parser.d.ts.map +1 -0
- package/compiled/src/parsing/hex_parser.js +137 -0
- package/compiled/src/parsing/hex_parser.test.d.ts +2 -0
- package/compiled/src/parsing/hex_parser.test.d.ts.map +1 -0
- package/compiled/src/parsing/hex_parser.test.js +97 -0
- package/compiled/src/parsing/integer_parser.d.ts +32 -0
- package/compiled/src/parsing/integer_parser.d.ts.map +1 -0
- package/compiled/src/parsing/integer_parser.js +54 -0
- package/compiled/src/parsing/integer_parser.test.d.ts +2 -0
- package/compiled/src/parsing/integer_parser.test.d.ts.map +1 -0
- package/compiled/src/parsing/integer_parser.test.js +83 -0
- package/compiled/src/parsing/parsing_buffer.d.ts +235 -0
- package/compiled/src/parsing/parsing_buffer.d.ts.map +1 -0
- package/compiled/src/parsing/parsing_buffer.js +580 -0
- package/compiled/src/parsing/parsing_constants.d.ts +51 -0
- package/compiled/src/parsing/parsing_constants.d.ts.map +1 -0
- package/compiled/src/parsing/parsing_constants.js +57 -0
- package/compiled/src/parsing/parsing_dfa_16table.d.ts +61 -0
- package/compiled/src/parsing/parsing_dfa_16table.d.ts.map +1 -0
- package/compiled/src/parsing/parsing_dfa_16table.js +114 -0
- package/compiled/src/parsing/parsing_dfa_4table.d.ts +61 -0
- package/compiled/src/parsing/parsing_dfa_4table.d.ts.map +1 -0
- package/compiled/src/parsing/parsing_dfa_4table.js +114 -0
- package/compiled/src/parsing/real_parser.d.ts +30 -0
- package/compiled/src/parsing/real_parser.d.ts.map +1 -0
- package/compiled/src/parsing/real_parser.js +71 -0
- package/compiled/src/parsing/real_parser.test.d.ts +2 -0
- package/compiled/src/parsing/real_parser.test.d.ts.map +1 -0
- package/compiled/src/parsing/real_parser.test.js +163 -0
- package/compiled/src/parsing/token_parsing.d.ts +39 -0
- package/compiled/src/parsing/token_parsing.d.ts.map +1 -0
- package/compiled/src/parsing/token_parsing.js +54 -0
- package/compiled/src/statistics/statistics.d.ts +120 -0
- package/compiled/src/statistics/statistics.d.ts.map +1 -0
- package/compiled/src/statistics/statistics.js +195 -0
- package/compiled/src/step/indexing/step_type_indexer.d.ts +22 -0
- package/compiled/src/step/indexing/step_type_indexer.d.ts.map +1 -0
- package/compiled/src/step/indexing/step_type_indexer.js +53 -0
- package/compiled/src/step/parsing/step_attribute_map.d.ts +34 -0
- package/compiled/src/step/parsing/step_attribute_map.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_attribute_map.js +50 -0
- package/compiled/src/step/parsing/step_comment_parser.d.ts +21 -0
- package/compiled/src/step/parsing/step_comment_parser.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_comment_parser.js +56 -0
- package/compiled/src/step/parsing/step_comment_parser.test.d.ts +2 -0
- package/compiled/src/step/parsing/step_comment_parser.test.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_comment_parser.test.js +44 -0
- package/compiled/src/step/parsing/step_deserialization_functions.d.ts +133 -0
- package/compiled/src/step/parsing/step_deserialization_functions.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_deserialization_functions.js +435 -0
- package/compiled/src/step/parsing/step_entity_identifier_parser.d.ts +22 -0
- package/compiled/src/step/parsing/step_entity_identifier_parser.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_entity_identifier_parser.js +40 -0
- package/compiled/src/step/parsing/step_entity_identifier_parser.test.d.ts +2 -0
- package/compiled/src/step/parsing/step_entity_identifier_parser.test.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_entity_identifier_parser.test.js +57 -0
- package/compiled/src/step/parsing/step_enum_parser.d.ts +34 -0
- package/compiled/src/step/parsing/step_enum_parser.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_enum_parser.js +68 -0
- package/compiled/src/step/parsing/step_enum_parser.test.d.ts +2 -0
- package/compiled/src/step/parsing/step_enum_parser.test.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_enum_parser.test.js +70 -0
- package/compiled/src/step/parsing/step_parser.d.ts +102 -0
- package/compiled/src/step/parsing/step_parser.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_parser.js +878 -0
- package/compiled/src/step/parsing/step_string_parser.d.ts +23 -0
- package/compiled/src/step/parsing/step_string_parser.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_string_parser.js +310 -0
- package/compiled/src/step/parsing/step_string_parser.test.d.ts +2 -0
- package/compiled/src/step/parsing/step_string_parser.test.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_string_parser.test.js +70 -0
- package/compiled/src/step/parsing/step_vtable_builder.d.ts +45 -0
- package/compiled/src/step/parsing/step_vtable_builder.d.ts.map +1 -0
- package/compiled/src/step/parsing/step_vtable_builder.js +66 -0
- package/compiled/src/step/step_entity_base.d.ts +308 -0
- package/compiled/src/step/step_entity_base.d.ts.map +1 -0
- package/compiled/src/step/step_entity_base.js +483 -0
- package/compiled/src/step/step_entity_constructor.d.ts +40 -0
- package/compiled/src/step/step_entity_constructor.d.ts.map +1 -0
- package/compiled/src/step/step_entity_constructor.js +1 -0
- package/compiled/src/step/step_entity_internal_reference.d.ts +20 -0
- package/compiled/src/step/step_entity_internal_reference.d.ts.map +1 -0
- package/compiled/src/step/step_entity_internal_reference.js +1 -0
- package/compiled/src/step/step_entity_schema.d.ts +22 -0
- package/compiled/src/step/step_entity_schema.d.ts.map +1 -0
- package/compiled/src/step/step_entity_schema.js +21 -0
- package/compiled/src/step/step_external_mapping.d.ts +32 -0
- package/compiled/src/step/step_external_mapping.d.ts.map +1 -0
- package/compiled/src/step/step_external_mapping.js +48 -0
- package/compiled/src/step/step_external_mapping.test.d.ts +2 -0
- package/compiled/src/step/step_external_mapping.test.d.ts.map +1 -0
- package/compiled/src/step/step_external_mapping.test.js +44 -0
- package/compiled/src/step/step_model_base.d.ts +173 -0
- package/compiled/src/step/step_model_base.d.ts.map +1 -0
- package/compiled/src/step/step_model_base.js +333 -0
- package/compiled/src/utilities/environment.d.ts +17 -0
- package/compiled/src/utilities/environment.d.ts.map +1 -0
- package/compiled/src/utilities/environment.js +41 -0
- package/compiled/src/version/version.d.ts +3 -0
- package/compiled/src/version/version.d.ts.map +1 -0
- package/compiled/src/version/version.js +2 -0
- package/compiled/tsconfig.tsbuildinfo +1 -0
- 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
|
+
}
|