@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,2467 @@
|
|
|
1
|
+
/* eslint-disable camelcase */
|
|
2
|
+
import { BlendMode, toAlphaMode, } from '../../dependencies/conway-geom';
|
|
3
|
+
import { CanonicalMeshType } from '../core/canonical_mesh';
|
|
4
|
+
import { ObjectPool } from '../core/native_pool';
|
|
5
|
+
import { ExtractResult } from '../core/shared_constants';
|
|
6
|
+
import { advanced_face, axis2_placement_2d, axis2_placement_3d, b_spline_curve, b_spline_curve_with_knots, b_spline_surface, b_spline_surface_with_knots, boolean_result, cartesian_point, cartesian_transformation_operator_3d, circle, colour_rgb, composite_curve, cylindrical_surface, edge_curve, edge_loop, extruded_area_solid, face_based_surface_model, faceted_brep, half_space_solid, line, loop, manifold_solid_brep, mapped_item, parameter_value, placement, plane, poly_loop, polyline, product, rational_b_spline_curve, rational_b_spline_surface, shape_definition_representation, shell_based_surface_model, si_prefix, styled_item, surface_curve, surface_of_linear_extrusion, surface_of_revolution, surface_side, surface_style_rendering, surface_style_usage, trimmed_curve, trimming_preference, vertex_point, } from './AP214E3_2010_gen';
|
|
7
|
+
import EntityTypesAP214 from './AP214E3_2010_gen/entity_types_ap214.gen';
|
|
8
|
+
import { AP214MaterialCache } from './ap214_material_cache';
|
|
9
|
+
import { AP214SceneBuilder } from './ap214_scene_builder';
|
|
10
|
+
/**
|
|
11
|
+
* Extract an AP214 Colour into our RGBA color, using premultiplied alpha.
|
|
12
|
+
*
|
|
13
|
+
* Transparency is usually handled via pre-multiplied alpha, and this is what
|
|
14
|
+
* gltf (for example) expects.
|
|
15
|
+
*
|
|
16
|
+
* @param from The color to extract.
|
|
17
|
+
* @param alpha The alpha value to be associated with the colour.
|
|
18
|
+
* @return {ColorRGBA} The created colour.
|
|
19
|
+
*/
|
|
20
|
+
export function extractColorRGBPremultiplied(from, alpha = 1) {
|
|
21
|
+
return [from.red * alpha, from.green * alpha, from.blue * alpha, alpha];
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Extract an AP214 Colour into our RGBA color.
|
|
25
|
+
*
|
|
26
|
+
* @param from The color to extract.
|
|
27
|
+
* @param alpha The alpha value to be associated with the colour.
|
|
28
|
+
* @return {ColorRGBA} The created colour.
|
|
29
|
+
*/
|
|
30
|
+
export function extractColorRGB(from, alpha = 1) {
|
|
31
|
+
return [from.red, from.green, from.blue, alpha];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Use to extract a color or a factor from a color/factor select.
|
|
35
|
+
*
|
|
36
|
+
* @param from The color or factor to extract this from.
|
|
37
|
+
* @param surfaceColor The surface color (if this is a factor), which will be used to
|
|
38
|
+
* create the factor.
|
|
39
|
+
* @param alpha The alpha to use for this.
|
|
40
|
+
* @return {ColorRGBA}
|
|
41
|
+
*/
|
|
42
|
+
export function extractColorOrFactor(from, surfaceColor, alpha = 1) {
|
|
43
|
+
if (from instanceof colour_rgb) {
|
|
44
|
+
return extractColorRGB(from, alpha);
|
|
45
|
+
}
|
|
46
|
+
else {
|
|
47
|
+
const factor = from.Value;
|
|
48
|
+
return [
|
|
49
|
+
factor * surfaceColor[0],
|
|
50
|
+
factor * surfaceColor[1],
|
|
51
|
+
factor * surfaceColor[2],
|
|
52
|
+
alpha * surfaceColor[3],
|
|
53
|
+
];
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Handles Geometry data extraction from a populated AP214StepModel
|
|
58
|
+
* Can export to OBJ, GLTF (Draco), GLB (Draco)
|
|
59
|
+
*/
|
|
60
|
+
export class AP214GeometryExtraction {
|
|
61
|
+
/**
|
|
62
|
+
* Construct a geometry extraction from an AP214 step model and conway model
|
|
63
|
+
*
|
|
64
|
+
* @param conwayModel
|
|
65
|
+
* @param model
|
|
66
|
+
*/
|
|
67
|
+
constructor(conwayModel, model) {
|
|
68
|
+
this.conwayModel = conwayModel;
|
|
69
|
+
this.model = model;
|
|
70
|
+
/* eslint-disable no-magic-numbers */
|
|
71
|
+
this.TWO_DIMENSIONS = 2;
|
|
72
|
+
this.THREE_DIMENSIONS = 3;
|
|
73
|
+
this.circleSegments = 12;
|
|
74
|
+
this.freeVectorPolygonalFaces_ = [];
|
|
75
|
+
this.materials = new AP214MaterialCache();
|
|
76
|
+
this.scene = new AP214SceneBuilder(model, conwayModel, this.materials);
|
|
77
|
+
this.linearScalingFactor = 1;
|
|
78
|
+
this.wasmModule = conwayModel.wasmModule;
|
|
79
|
+
this.getIdentityMatrices();
|
|
80
|
+
this.initializeMemoryPools();
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Get the product name for this.
|
|
84
|
+
*
|
|
85
|
+
* @return {string} The product name or an empty struct if none can be found.
|
|
86
|
+
*/
|
|
87
|
+
getAP214ProductName() {
|
|
88
|
+
for (const productValue of this.model.types(product)) {
|
|
89
|
+
if (productValue.name.length > 0) {
|
|
90
|
+
return productValue.name;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
return '';
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Initializes memory pools for various parameter objects.
|
|
97
|
+
*/
|
|
98
|
+
initializeMemoryPools() {
|
|
99
|
+
this.createParamsGetBooleanResultPool();
|
|
100
|
+
this.createParamsTransformProfilePool();
|
|
101
|
+
this.createParamsGetTriangulatedFaceSetPool();
|
|
102
|
+
this.createParamsGetPolyCurvePool();
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Creates a memory pool for `ParamsGetPolyCurve` objects if it does not exist.
|
|
106
|
+
*/
|
|
107
|
+
createParamsGetPolyCurvePool() {
|
|
108
|
+
if (this.paramsGetPolyCurvePool === void 0) {
|
|
109
|
+
// Create a pool for ParamsTransformProfile
|
|
110
|
+
this.paramsGetPolyCurvePool = new ObjectPool(() => new (this.wasmModule.ParamsGetPolyCurve)(), (obj) => obj.delete());
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Creates a memory pool for `ParamsGetTriangulatedFaceSet` objects if it does not exist.
|
|
115
|
+
*/
|
|
116
|
+
createParamsGetTriangulatedFaceSetPool() {
|
|
117
|
+
if (this.paramsGetTriangulatedFaceSetPool === void 0) {
|
|
118
|
+
// Create a pool for ParamsTransformProfile
|
|
119
|
+
this.paramsGetTriangulatedFaceSetPool = new ObjectPool(() => new (this.wasmModule.ParamsGetTriangulatedFaceSetGeometry)(), (obj) => obj.delete());
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Creates a memory pool for `ParamsTransformProfile` objects if it does not exist.
|
|
124
|
+
*/
|
|
125
|
+
createParamsTransformProfilePool() {
|
|
126
|
+
if (this.paramsTransformProfilePool === void 0) {
|
|
127
|
+
// Create a pool for ParamsTransformProfile
|
|
128
|
+
this.paramsTransformProfilePool = new ObjectPool(() => new (this.wasmModule.ParamsTransformProfile)(), (obj) => obj.delete());
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Creates a memory pool for `ParamsGetBooleanResult` objects if it does not exist.
|
|
133
|
+
*/
|
|
134
|
+
createParamsGetBooleanResultPool() {
|
|
135
|
+
if (this.paramsGetBooleanResultPool === void 0) {
|
|
136
|
+
// Create a pool for ParamsGetBooleanResult
|
|
137
|
+
this.paramsGetBooleanResultPool = new ObjectPool(() => new (this.wasmModule.ParamsGetBooleanResult)(), (obj) => obj.delete());
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Retrieves and stores identity matrices from the WebAssembly module.
|
|
142
|
+
*/
|
|
143
|
+
getIdentityMatrices() {
|
|
144
|
+
this.identity2DNativeMatrix = this.wasmModule.getIdentity2DMatrix();
|
|
145
|
+
this.identity3DNativeMatrix = this.wasmModule.getIdentity3DMatrix();
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
*
|
|
149
|
+
* @return {number} linear matrix scaling factor for geometry
|
|
150
|
+
*/
|
|
151
|
+
getLinearScalingFactor() {
|
|
152
|
+
// console.log(`linearScalingFactor: ${this.linearScalingFactor}`)
|
|
153
|
+
return this.linearScalingFactor;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @return {WasmModule} - A handle to the loaded wasm module
|
|
158
|
+
*/
|
|
159
|
+
getWasmModule() {
|
|
160
|
+
return this.wasmModule;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
165
|
+
* @return {StdVector<GeometryObject>} - a native std::vector<GeometryObject> from the wasm module
|
|
166
|
+
*/
|
|
167
|
+
nativeVectorGeometry(initialSize) {
|
|
168
|
+
const nativeVectorGeometry_ =
|
|
169
|
+
// eslint-disable-next-line new-cap
|
|
170
|
+
(new (this.wasmModule.geometryArray)());
|
|
171
|
+
if (initialSize) {
|
|
172
|
+
const defaultGeometry = (new (this.wasmModule.IfcGeometry));
|
|
173
|
+
// resize has a required second parameter to set default values
|
|
174
|
+
nativeVectorGeometry_.resize(initialSize, defaultGeometry);
|
|
175
|
+
}
|
|
176
|
+
return nativeVectorGeometry_;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Create a native vector of geometry collections.
|
|
180
|
+
*
|
|
181
|
+
* @return {NativeVectorGeometryCollection} A newly initialised native
|
|
182
|
+
* vector of geometry collections
|
|
183
|
+
*/
|
|
184
|
+
nativeVectorGeometryCollection() {
|
|
185
|
+
const nativeVectorGeometryCollection =
|
|
186
|
+
// eslint-disable-next-line new-cap
|
|
187
|
+
(new (this.wasmModule.geometryCollectionArray)());
|
|
188
|
+
return nativeVectorGeometryCollection;
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Create a native material from a canonical one.
|
|
192
|
+
*
|
|
193
|
+
* @param from The material to create the native material from
|
|
194
|
+
* @return {MaterialObject} The created canonical material.
|
|
195
|
+
*/
|
|
196
|
+
nativeMaterial(from) {
|
|
197
|
+
const native = {
|
|
198
|
+
alphaCutoff: 0,
|
|
199
|
+
alphaMode: toAlphaMode(this.wasmModule, from.blend),
|
|
200
|
+
base: {
|
|
201
|
+
x: from.baseColor[0],
|
|
202
|
+
y: from.baseColor[1],
|
|
203
|
+
z: from.baseColor[2],
|
|
204
|
+
w: from.baseColor[3],
|
|
205
|
+
},
|
|
206
|
+
doubleSided: from.doubleSided,
|
|
207
|
+
/* eslint-disable no-magic-numbers */
|
|
208
|
+
ior: from.ior ?? 1.4,
|
|
209
|
+
metallic: from.metalness ?? 1.0,
|
|
210
|
+
roughness: from.roughness ?? 1.0,
|
|
211
|
+
specular: from.specular !== void 0 ? {
|
|
212
|
+
x: from.specular[0],
|
|
213
|
+
y: from.specular[1],
|
|
214
|
+
z: from.specular[2],
|
|
215
|
+
w: from.specular[3],
|
|
216
|
+
} : void 0,
|
|
217
|
+
};
|
|
218
|
+
/* eslint-enable no-magic-numbers */
|
|
219
|
+
return native;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
*
|
|
223
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
224
|
+
* @return {NativeVectorGlmVec2} - a native std::vector<glm::vec2> from the wasm module
|
|
225
|
+
*/
|
|
226
|
+
nativeVectorGlmVec2(initialSize) {
|
|
227
|
+
// eslint-disable-next-line new-cap
|
|
228
|
+
const nativeVectorGlmVec2_ = new (this.wasmModule.vec2Array)();
|
|
229
|
+
if (initialSize) {
|
|
230
|
+
// resize has a required second parameter to set default values
|
|
231
|
+
nativeVectorGlmVec2_.resize(initialSize, { x: 0, y: 0 });
|
|
232
|
+
}
|
|
233
|
+
return nativeVectorGlmVec2_;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Create a native vector profile to pass across the boundary.
|
|
237
|
+
*
|
|
238
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
239
|
+
* @return {NativeVectorProfile} - a native std::vector<AP214Profile> from the wasm module
|
|
240
|
+
*/
|
|
241
|
+
nativeVectorProfile(initialSize) {
|
|
242
|
+
// eslint-disable-next-line new-cap
|
|
243
|
+
const nativeVectorProfile_ = new (this.wasmModule.profileArray)();
|
|
244
|
+
if (initialSize) {
|
|
245
|
+
// resize has a required second parameter to set default values
|
|
246
|
+
const defaultProfile = new this.wasmModule.AP214Profile;
|
|
247
|
+
nativeVectorProfile_.resize(initialSize, defaultProfile);
|
|
248
|
+
}
|
|
249
|
+
return nativeVectorProfile_;
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Create a native version of a vector curve to parse across the boundary.
|
|
253
|
+
*
|
|
254
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
255
|
+
* @return {NativeVectorCurve} - a native std::vector<AP214Curve> from the wasm module
|
|
256
|
+
*/
|
|
257
|
+
nativeVectorCurve(initialSize) {
|
|
258
|
+
// eslint-disable-next-line new-cap
|
|
259
|
+
const nativeVectorCurve_ = new (this.wasmModule.curveArray)();
|
|
260
|
+
if (initialSize) {
|
|
261
|
+
// resize has a required second parameter to set default values
|
|
262
|
+
const defaultCurve = new this.wasmModule.AP214Curve;
|
|
263
|
+
nativeVectorCurve_.resize(initialSize, defaultCurve);
|
|
264
|
+
}
|
|
265
|
+
return nativeVectorCurve_;
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
*
|
|
269
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
270
|
+
* @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
|
|
271
|
+
*/
|
|
272
|
+
nativeVectorGlmVec3(initialSize) {
|
|
273
|
+
const nativeVectorGlmVec3_ =
|
|
274
|
+
// eslint-disable-next-line new-cap
|
|
275
|
+
(new (this.wasmModule.glmVec3Array)());
|
|
276
|
+
if (initialSize) {
|
|
277
|
+
// resize has a required second parameter to set default values
|
|
278
|
+
nativeVectorGlmVec3_.resize(initialSize, { x: 0, y: 0, z: 0 });
|
|
279
|
+
}
|
|
280
|
+
return nativeVectorGlmVec3_;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
*
|
|
284
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
285
|
+
* @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
|
|
286
|
+
*/
|
|
287
|
+
nativeVectorVectorGlmdVec3() {
|
|
288
|
+
const nativeVectorVectorGlmdVec3_ =
|
|
289
|
+
// eslint-disable-next-line new-cap
|
|
290
|
+
(new (this.wasmModule.glmdVec3ArrayArray)());
|
|
291
|
+
return nativeVectorVectorGlmdVec3_;
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
*
|
|
295
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
296
|
+
* @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
|
|
297
|
+
*/
|
|
298
|
+
nativeVectorGlmdVec3(initialSize) {
|
|
299
|
+
const nativeVectorGlmdVec3_ =
|
|
300
|
+
// eslint-disable-next-line new-cap
|
|
301
|
+
(new (this.wasmModule.glmdVec3Array)());
|
|
302
|
+
if (initialSize) {
|
|
303
|
+
// resize has a required second parameter to set default values
|
|
304
|
+
nativeVectorGlmdVec3_.resize(initialSize, { x: 0, y: 0, z: 0 });
|
|
305
|
+
}
|
|
306
|
+
return nativeVectorGlmdVec3_;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
*
|
|
310
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
311
|
+
* @return {NativeVectorGlmVec3} - a native std::vector<glm::vec3> from the wasm module
|
|
312
|
+
*/
|
|
313
|
+
nativeVectorGlmdVec2(initialSize) {
|
|
314
|
+
const nativeVectorGlmdVec2_ =
|
|
315
|
+
// eslint-disable-next-line new-cap
|
|
316
|
+
(new (this.wasmModule.glmdVec2Array)());
|
|
317
|
+
if (initialSize) {
|
|
318
|
+
// resize has a required second parameter to set default values
|
|
319
|
+
nativeVectorGlmdVec2_.resize(initialSize, { x: 0, y: 0 });
|
|
320
|
+
}
|
|
321
|
+
return nativeVectorGlmdVec2_;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* Create a native 32bit uint vector.
|
|
325
|
+
*
|
|
326
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
327
|
+
* @return {NativeUintVector} - a native std::vector<uint32_t> from the wasm module
|
|
328
|
+
*/
|
|
329
|
+
nativeUintVector(initialize) {
|
|
330
|
+
const nativeUintVector_ = (new (this.wasmModule.UintVector)());
|
|
331
|
+
if (initialize) {
|
|
332
|
+
// resize has a required second parameter to set default values
|
|
333
|
+
nativeUintVector_.resize(initialize, 0);
|
|
334
|
+
}
|
|
335
|
+
return nativeUintVector_;
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Create a native 32bit size_t vector.
|
|
339
|
+
*
|
|
340
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
341
|
+
* @return {NativeULongVector} - a native std::vector<size_t> from the wasm module
|
|
342
|
+
*/
|
|
343
|
+
nativeULongVector(initialize) {
|
|
344
|
+
const nativeULongVector_ = new (this.wasmModule.ULongVector)();
|
|
345
|
+
if (initialize) {
|
|
346
|
+
// resize has a required second parameter to set default values
|
|
347
|
+
nativeULongVector_.resize(initialize, 0);
|
|
348
|
+
}
|
|
349
|
+
return nativeULongVector_;
|
|
350
|
+
}
|
|
351
|
+
/**
|
|
352
|
+
* Drop and delete all the indexed polygonal face vectors.
|
|
353
|
+
*/
|
|
354
|
+
dropAllNativeIndexedPolygonalFaceVector() {
|
|
355
|
+
while (this.freeVectorPolygonalFaces_.length > 0) {
|
|
356
|
+
this.freeVectorPolygonalFaces_.pop()?.delete();
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* Free the native indexed polygon face.
|
|
361
|
+
*
|
|
362
|
+
* @param nativeVectorIndexedPolygonalFace The native item to free.
|
|
363
|
+
*/
|
|
364
|
+
freeNativeIndexedPolygonalFaceVector(nativeVectorIndexedPolygonalFace) {
|
|
365
|
+
this.freeVectorPolygonalFaces_.push(nativeVectorIndexedPolygonalFace);
|
|
366
|
+
}
|
|
367
|
+
/**
|
|
368
|
+
* Create a native vector of indexed polygonal faces uint vector.
|
|
369
|
+
*
|
|
370
|
+
* @param initialSize number - initial size of the vector (optional)
|
|
371
|
+
* @return {NativeVectorIndexedPolygonalFace} - a native object from the wasm module
|
|
372
|
+
*/
|
|
373
|
+
nativeIndexedPolygonalFaceVector(initialize) {
|
|
374
|
+
let nativeVectorIndexedPolygonalFace;
|
|
375
|
+
if (this.freeVectorPolygonalFaces_.length > 0) {
|
|
376
|
+
nativeVectorIndexedPolygonalFace = this.freeVectorPolygonalFaces_.pop();
|
|
377
|
+
if (nativeVectorIndexedPolygonalFace.size() > 0) {
|
|
378
|
+
nativeVectorIndexedPolygonalFace.resize(0, nativeVectorIndexedPolygonalFace.get(0));
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
else {
|
|
382
|
+
nativeVectorIndexedPolygonalFace = new (this.wasmModule.VectorIndexedPolygonalFace)();
|
|
383
|
+
}
|
|
384
|
+
if (initialize) {
|
|
385
|
+
// resize has a required second parameter to set default values
|
|
386
|
+
nativeVectorIndexedPolygonalFace.resize(initialize);
|
|
387
|
+
}
|
|
388
|
+
return nativeVectorIndexedPolygonalFace;
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* Create a native vector of segments.
|
|
392
|
+
*
|
|
393
|
+
* @param initialize number - initial size of the vector (optional)
|
|
394
|
+
* @return {NativeVectorSegment} - a native object from the wasm module
|
|
395
|
+
*/
|
|
396
|
+
nativeSegmentVector(initialize) {
|
|
397
|
+
const nativeVectorSegment = new (this.wasmModule.VectorSegment)();
|
|
398
|
+
if (initialize) {
|
|
399
|
+
// resize has a required second parameter to set default values
|
|
400
|
+
nativeVectorSegment.resize(initialize);
|
|
401
|
+
}
|
|
402
|
+
return nativeVectorSegment;
|
|
403
|
+
}
|
|
404
|
+
/**
|
|
405
|
+
*
|
|
406
|
+
* @param initialize
|
|
407
|
+
* @return {NativeVectorBound3D}
|
|
408
|
+
*/
|
|
409
|
+
nativeBound3DVector(initialize) {
|
|
410
|
+
const nativeVectorBound3D = new (this.wasmModule.Bound3DArray)();
|
|
411
|
+
if (initialize) {
|
|
412
|
+
// resize has a required second parameter to set default values
|
|
413
|
+
nativeVectorBound3D.resize(initialize);
|
|
414
|
+
}
|
|
415
|
+
return nativeVectorBound3D;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Has the wasm module been initialised?
|
|
419
|
+
*
|
|
420
|
+
* @return {boolean} indicating if the wasm module has been initialized
|
|
421
|
+
*/
|
|
422
|
+
isInitialized() {
|
|
423
|
+
if (this.conwayModel !== void 0) {
|
|
424
|
+
return this.conwayModel.initialized;
|
|
425
|
+
}
|
|
426
|
+
return false;
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* Destroy geometry processor and deinitialize
|
|
430
|
+
*/
|
|
431
|
+
destroy(modelId = 0) {
|
|
432
|
+
if (this.conwayModel !== void 0) {
|
|
433
|
+
this.conwayModel.destroy();
|
|
434
|
+
this.conwayModel.initialized = false;
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
/**
|
|
438
|
+
*
|
|
439
|
+
* @param arr - a 2D number array
|
|
440
|
+
* @return {number} - total length of all 2D array elements
|
|
441
|
+
*/
|
|
442
|
+
getTotalLength(arr) {
|
|
443
|
+
return arr.reduce((totalLength, innerArray) => totalLength + innerArray.length, 0);
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
*
|
|
447
|
+
* @param indices
|
|
448
|
+
* @return {NativeUintVector}
|
|
449
|
+
*/
|
|
450
|
+
createAndPopulateNativeIndices(indices) {
|
|
451
|
+
// Create native indices array
|
|
452
|
+
const indexArray = this.nativeUintVector(indices.length);
|
|
453
|
+
// Populate the array
|
|
454
|
+
for (let j = 0; j < indices.length; j++) {
|
|
455
|
+
indexArray.set(j, indices[j]);
|
|
456
|
+
}
|
|
457
|
+
return indexArray;
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* Create and populate a list of native profiles from an array of canonical profiles.
|
|
461
|
+
*
|
|
462
|
+
* @param profiles The profiles to convert to native profiles.
|
|
463
|
+
* @return {NativeVectorProfile} The populated native profiles.
|
|
464
|
+
*/
|
|
465
|
+
createAndPopulateNativeProfiles(profiles) {
|
|
466
|
+
// Create native indices array
|
|
467
|
+
const profileArray = this.nativeVectorProfile(profiles.length);
|
|
468
|
+
// Populate the array
|
|
469
|
+
for (let j = 0; j < profiles.length; j++) {
|
|
470
|
+
profileArray.set(j, profiles[j].nativeProfile);
|
|
471
|
+
}
|
|
472
|
+
return profileArray;
|
|
473
|
+
}
|
|
474
|
+
/** @return {number} Pointer/memory address */
|
|
475
|
+
arrayToWasmHeap(array) {
|
|
476
|
+
// Allocate memory for the array within the Wasm module
|
|
477
|
+
const bytesPerElement = array.BYTES_PER_ELEMENT;
|
|
478
|
+
const numBytes = array.length * bytesPerElement;
|
|
479
|
+
const arrayPtr = this.wasmModule._malloc(numBytes);
|
|
480
|
+
// Create a new Uint8Array view on the Wasm memory buffer, then set the array to it
|
|
481
|
+
const arrayWasm = new Uint8Array(this.wasmModule.HEAPU8.buffer, arrayPtr, numBytes);
|
|
482
|
+
arrayWasm.set(new Uint8Array(array.buffer));
|
|
483
|
+
return arrayPtr;
|
|
484
|
+
}
|
|
485
|
+
/** @return {Uint8Array} */
|
|
486
|
+
arrayToSharedHeap(array) {
|
|
487
|
+
// Allocate memory for the array within the Wasm module
|
|
488
|
+
const bytesPerElement = array.BYTES_PER_ELEMENT;
|
|
489
|
+
const numBytes = array.length * bytesPerElement;
|
|
490
|
+
// const arrayPtr = this.wasmModule._malloc(numBytes);
|
|
491
|
+
const sharedBuffer = new SharedArrayBuffer(numBytes);
|
|
492
|
+
// Create a new Uint8Array view on the Wasm memory buffer, then set the array to it
|
|
493
|
+
const arrayWasm = new Uint8Array(sharedBuffer);
|
|
494
|
+
arrayWasm.set(new Uint8Array(array.buffer));
|
|
495
|
+
return arrayWasm;
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
* Extract a 3D direction vector from an AP214 direction.
|
|
499
|
+
*
|
|
500
|
+
* @param from The AP214 direction to extract the vector from.
|
|
501
|
+
* @return {Vector3 | undefined} The vector, or undefined if it can't be extracted.
|
|
502
|
+
*/
|
|
503
|
+
static extractDirection(from) {
|
|
504
|
+
if (from === null) {
|
|
505
|
+
return void 0;
|
|
506
|
+
}
|
|
507
|
+
return {
|
|
508
|
+
x: from.direction_ratios[0],
|
|
509
|
+
y: from.direction_ratios[1],
|
|
510
|
+
// eslint-disable-next-line no-magic-numbers
|
|
511
|
+
z: (from.direction_ratios.length > 2) ? from.direction_ratios[2] : 0,
|
|
512
|
+
};
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* Extract an AP214 3D cartesian transform operator as a transform matrix.
|
|
516
|
+
*
|
|
517
|
+
* @param from The AP214 cartesian transform to extract from.
|
|
518
|
+
* @return {any} The internal matrix type extract.
|
|
519
|
+
*/
|
|
520
|
+
extractCartesianTransformOperator3D(from) {
|
|
521
|
+
const conwayModel = this.conwayModel;
|
|
522
|
+
const position = {
|
|
523
|
+
x: from.local_origin.coordinates[0],
|
|
524
|
+
y: from.local_origin.coordinates[1],
|
|
525
|
+
z: from.local_origin.coordinates[2],
|
|
526
|
+
};
|
|
527
|
+
const axis1Ref = AP214GeometryExtraction.extractDirection(from.axis1) ?? { x: 1, y: 0, z: 0 };
|
|
528
|
+
const axis2Ref = AP214GeometryExtraction.extractDirection(from.axis2) ?? { x: 0, y: 1, z: 0 };
|
|
529
|
+
const axis3Ref = AP214GeometryExtraction.extractDirection(from.axis3) ?? { x: 0, y: 0, z: 1 };
|
|
530
|
+
const parameters = {
|
|
531
|
+
position: position,
|
|
532
|
+
axis1Ref: axis1Ref,
|
|
533
|
+
axis2Ref: axis2Ref,
|
|
534
|
+
axis3Ref: axis3Ref,
|
|
535
|
+
normalizeAxis1: true,
|
|
536
|
+
normalizeAxis2: true,
|
|
537
|
+
normalizeAxis3: true,
|
|
538
|
+
nonUniform: false,
|
|
539
|
+
realScale: true,
|
|
540
|
+
scale1_: from.scl,
|
|
541
|
+
scale2_: from.scl,
|
|
542
|
+
scale3_: from.scl,
|
|
543
|
+
};
|
|
544
|
+
return conwayModel.getCartesianTransformationOperator3D(parameters);
|
|
545
|
+
}
|
|
546
|
+
/**
|
|
547
|
+
* Drop geometry that isn't in the scene.
|
|
548
|
+
*
|
|
549
|
+
* @param localID The id of the mesh to drop.
|
|
550
|
+
*/
|
|
551
|
+
dropNonSceneGeometry(localID) {
|
|
552
|
+
if (!this.scene.hasGeometry(localID)) {
|
|
553
|
+
this.model.geometry.delete(localID);
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* Accepts AP214BooleanResult and AP214BooleanClippingResult
|
|
558
|
+
*
|
|
559
|
+
* @param from
|
|
560
|
+
*/
|
|
561
|
+
extractBooleanResult(from) {
|
|
562
|
+
const firstOperand = from.first_operand;
|
|
563
|
+
if (firstOperand instanceof extruded_area_solid ||
|
|
564
|
+
firstOperand instanceof boolean_result ||
|
|
565
|
+
firstOperand instanceof half_space_solid ||
|
|
566
|
+
firstOperand instanceof faceted_brep) {
|
|
567
|
+
this.extractBooleanOperand(firstOperand);
|
|
568
|
+
}
|
|
569
|
+
const secondOperand = from.second_operand;
|
|
570
|
+
if (secondOperand instanceof extruded_area_solid ||
|
|
571
|
+
secondOperand instanceof boolean_result ||
|
|
572
|
+
secondOperand instanceof half_space_solid ||
|
|
573
|
+
secondOperand instanceof faceted_brep) {
|
|
574
|
+
this.extractBooleanOperand(secondOperand);
|
|
575
|
+
}
|
|
576
|
+
// get geometry TODO(nickcastel50): eventually support flattening meshes
|
|
577
|
+
let flatFirstMeshVector; // = this.nativeVectorGeometry()
|
|
578
|
+
const firstMesh = this.model.geometry.getByLocalID(firstOperand.localID);
|
|
579
|
+
if (firstMesh !== void 0 && firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
|
|
580
|
+
flatFirstMeshVector = this.nativeVectorGeometry();
|
|
581
|
+
flatFirstMeshVector.push_back(firstMesh.geometry);
|
|
582
|
+
}
|
|
583
|
+
else {
|
|
584
|
+
console.log(`Error extracting firstOperand geometry for expressID:
|
|
585
|
+
${from.first_operand.expressID} - type:
|
|
586
|
+
${EntityTypesAP214[from.first_operand.type]}`);
|
|
587
|
+
return;
|
|
588
|
+
}
|
|
589
|
+
let flatSecondMeshVector; // = this.nativeVectorGeometry()
|
|
590
|
+
const secondMesh = this.model.geometry.getByLocalID(from.second_operand.localID);
|
|
591
|
+
if (secondMesh !== void 0 && secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
|
|
592
|
+
flatSecondMeshVector = this.nativeVectorGeometry();
|
|
593
|
+
flatSecondMeshVector.push_back(secondMesh.geometry);
|
|
594
|
+
}
|
|
595
|
+
else {
|
|
596
|
+
console.log(`Error extracting secondOperand geometry for expressID:
|
|
597
|
+
${from.second_operand.localID} - type:
|
|
598
|
+
${EntityTypesAP214[from.second_operand.type]}`);
|
|
599
|
+
return;
|
|
600
|
+
}
|
|
601
|
+
const parameters = this.paramsGetBooleanResultPool.acquire();
|
|
602
|
+
parameters.flatFirstMesh = flatFirstMeshVector;
|
|
603
|
+
parameters.flatSecondMesh = flatSecondMeshVector;
|
|
604
|
+
parameters.operatorType = from.operator.valueOf();
|
|
605
|
+
const booleanGeometryObject = this.conwayModel.getBooleanResult(parameters);
|
|
606
|
+
if (firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY &&
|
|
607
|
+
secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
|
|
608
|
+
const canonicalMesh = {
|
|
609
|
+
type: CanonicalMeshType.BUFFER_GEOMETRY,
|
|
610
|
+
geometry: booleanGeometryObject,
|
|
611
|
+
localID: from.localID,
|
|
612
|
+
model: this.model,
|
|
613
|
+
temporary: false,
|
|
614
|
+
};
|
|
615
|
+
this.dropNonSceneGeometry(firstMesh.localID);
|
|
616
|
+
this.dropNonSceneGeometry(secondMesh.localID);
|
|
617
|
+
this.model.geometry.add(canonicalMesh);
|
|
618
|
+
}
|
|
619
|
+
// console.log("deleting paramsGetBooleanResult...")
|
|
620
|
+
// this.wasmModule.deleteParamsGetBooleanResult(parameters)
|
|
621
|
+
this.paramsGetBooleanResultPool.release(parameters);
|
|
622
|
+
}
|
|
623
|
+
/**
|
|
624
|
+
* Extract a boolean operand from a boolean result.
|
|
625
|
+
*
|
|
626
|
+
* @param from The operand to extract.
|
|
627
|
+
* @return {void}
|
|
628
|
+
*/
|
|
629
|
+
extractBooleanOperand(from) {
|
|
630
|
+
if (from instanceof extruded_area_solid) {
|
|
631
|
+
// mark as temporary
|
|
632
|
+
this.extractExtrudedAreaSolid(from, true);
|
|
633
|
+
}
|
|
634
|
+
else if (from instanceof half_space_solid) {
|
|
635
|
+
this.extractHalfspaceSolid(from, true);
|
|
636
|
+
}
|
|
637
|
+
else if (from instanceof faceted_brep) {
|
|
638
|
+
this.extractAP214FacetedBrep(from, true);
|
|
639
|
+
}
|
|
640
|
+
else if (from instanceof boolean_result) {
|
|
641
|
+
if (from.first_operand instanceof extruded_area_solid ||
|
|
642
|
+
from.first_operand instanceof boolean_result ||
|
|
643
|
+
from.first_operand instanceof half_space_solid ||
|
|
644
|
+
from.first_operand instanceof faceted_brep) {
|
|
645
|
+
this.extractBooleanOperand(from.first_operand);
|
|
646
|
+
}
|
|
647
|
+
if (from.second_operand instanceof extruded_area_solid ||
|
|
648
|
+
from.second_operand instanceof boolean_result ||
|
|
649
|
+
from.second_operand instanceof half_space_solid ||
|
|
650
|
+
from.second_operand instanceof faceted_brep) {
|
|
651
|
+
this.extractBooleanOperand(from.second_operand);
|
|
652
|
+
}
|
|
653
|
+
// get geometry TODO(nickcastel50): eventually support flattening meshes
|
|
654
|
+
let flatFirstMeshVector; // = this.nativeVectorGeometry()
|
|
655
|
+
const flatFirstMeshVectorFromParts = false;
|
|
656
|
+
const firstMesh = this.model.geometry.getByLocalID(from.first_operand.localID);
|
|
657
|
+
if (firstMesh !== void 0 && firstMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
|
|
658
|
+
flatFirstMeshVector = this.nativeVectorGeometry();
|
|
659
|
+
flatFirstMeshVector.push_back(firstMesh.geometry);
|
|
660
|
+
}
|
|
661
|
+
else {
|
|
662
|
+
console.log(`(Operand) Error extracting firstOperand geometry for expressID:
|
|
663
|
+
${from.first_operand.expressID} - type:
|
|
664
|
+
${EntityTypesAP214[from.first_operand.type]}`);
|
|
665
|
+
return;
|
|
666
|
+
}
|
|
667
|
+
let flatSecondMeshVector; // = this.nativeVectorGeometry()
|
|
668
|
+
const flatSecondMeshVectorFromParts = false;
|
|
669
|
+
const secondMesh = this.model.geometry.getByLocalID(from.second_operand.localID);
|
|
670
|
+
if (secondMesh !== void 0 && secondMesh.type === CanonicalMeshType.BUFFER_GEOMETRY) {
|
|
671
|
+
flatSecondMeshVector = this.nativeVectorGeometry();
|
|
672
|
+
flatSecondMeshVector.push_back(secondMesh.geometry);
|
|
673
|
+
}
|
|
674
|
+
else {
|
|
675
|
+
console.log(`(Operand) Error extracting secondOperand geometry for expressID:
|
|
676
|
+
${from.second_operand.expressID} - type:
|
|
677
|
+
${EntityTypesAP214[from.second_operand.type]}`);
|
|
678
|
+
return;
|
|
679
|
+
}
|
|
680
|
+
const parameters = this.paramsGetBooleanResultPool.acquire();
|
|
681
|
+
parameters.flatFirstMesh = flatFirstMeshVector;
|
|
682
|
+
parameters.flatSecondMesh = flatSecondMeshVector;
|
|
683
|
+
parameters.operatorType = from.operator;
|
|
684
|
+
const booleanGeometryObject = this.conwayModel.getBooleanResult(parameters);
|
|
685
|
+
const canonicalMesh = {
|
|
686
|
+
type: CanonicalMeshType.BUFFER_GEOMETRY,
|
|
687
|
+
geometry: booleanGeometryObject,
|
|
688
|
+
localID: from.localID,
|
|
689
|
+
model: this.model,
|
|
690
|
+
temporary: true,
|
|
691
|
+
};
|
|
692
|
+
this.dropNonSceneGeometry(firstMesh.localID);
|
|
693
|
+
this.dropNonSceneGeometry(secondMesh.localID);
|
|
694
|
+
this.model.geometry.add(canonicalMesh);
|
|
695
|
+
if (!flatFirstMeshVectorFromParts) {
|
|
696
|
+
flatFirstMeshVector.delete();
|
|
697
|
+
}
|
|
698
|
+
if (!flatSecondMeshVectorFromParts) {
|
|
699
|
+
flatSecondMeshVector.delete();
|
|
700
|
+
}
|
|
701
|
+
// console.log("deleting params get boolean result [operand]...")
|
|
702
|
+
// this.wasmModule.deleteParamsGetBooleanResult(parameters)
|
|
703
|
+
this.paramsGetBooleanResultPool.release(parameters);
|
|
704
|
+
// console.log("element type: " +
|
|
705
|
+
// EntityTypesAP214[from.type] + " - expressID: " + from.expressID)
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
/* eslint-disable no-magic-numbers */ // No magic numbers disabled
|
|
709
|
+
// Cos we have *lots* of default material values.
|
|
710
|
+
/**
|
|
711
|
+
* Extract a canonical material from a surface style.
|
|
712
|
+
*
|
|
713
|
+
* @param from The surface style to extract a material from.
|
|
714
|
+
*/
|
|
715
|
+
extractSurfaceStyle(from) {
|
|
716
|
+
const materials = this.materials;
|
|
717
|
+
const material = materials.get(from.localID);
|
|
718
|
+
if (material === void 0) {
|
|
719
|
+
const readDoubleSided = from.side === surface_side.BOTH ||
|
|
720
|
+
from.side === surface_side.POSITIVE;
|
|
721
|
+
const newMaterial = {
|
|
722
|
+
name: `#${from.expressID}`,
|
|
723
|
+
baseColor: [0.8, 0.8, 0.8, 1],
|
|
724
|
+
legacyColor: [0.8, 0.8, 0.8, 1],
|
|
725
|
+
doubleSided: readDoubleSided,
|
|
726
|
+
blend: BlendMode.OPAQUE,
|
|
727
|
+
};
|
|
728
|
+
for (const style of from.style.styles) {
|
|
729
|
+
if (style instanceof surface_style_rendering) {
|
|
730
|
+
if (!(style.surface_colour instanceof colour_rgb)) {
|
|
731
|
+
continue;
|
|
732
|
+
}
|
|
733
|
+
const surfaceColor = extractColorRGBPremultiplied(style.surface_colour, 1);
|
|
734
|
+
newMaterial.legacyColor = surfaceColor;
|
|
735
|
+
newMaterial.roughness = 1;
|
|
736
|
+
}
|
|
737
|
+
/* TODO - other surface styles */
|
|
738
|
+
}
|
|
739
|
+
const isTransparent = newMaterial.baseColor[3] < 1.0;
|
|
740
|
+
newMaterial.metalness ??= 0;
|
|
741
|
+
newMaterial.roughness ??= 0;
|
|
742
|
+
newMaterial.ior ??= 1.4;
|
|
743
|
+
newMaterial.doubleSided = isTransparent || newMaterial.doubleSided;
|
|
744
|
+
newMaterial.blend = isTransparent ? BlendMode.BLEND : BlendMode.OPAQUE;
|
|
745
|
+
materials.add(from.localID, newMaterial);
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
/* eslint-enable no-magic-numbers */
|
|
749
|
+
/**
|
|
750
|
+
* Extract a style item.
|
|
751
|
+
*
|
|
752
|
+
* @param from The styled item to extract from
|
|
753
|
+
* @return {number | undefined}
|
|
754
|
+
*/
|
|
755
|
+
extractStyledItem(from, representationItem) {
|
|
756
|
+
let surfaceStyleID = void 0;
|
|
757
|
+
for (const style of from.styles) {
|
|
758
|
+
for (const innerStyle of style.styles) {
|
|
759
|
+
if (innerStyle instanceof surface_style_usage) {
|
|
760
|
+
surfaceStyleID = innerStyle.localID;
|
|
761
|
+
this.extractSurfaceStyle(innerStyle);
|
|
762
|
+
break;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
if (surfaceStyleID === void 0) {
|
|
767
|
+
return;
|
|
768
|
+
}
|
|
769
|
+
if (representationItem !== undefined) {
|
|
770
|
+
this.materials.addGeometryMapping(representationItem.localID, surfaceStyleID);
|
|
771
|
+
}
|
|
772
|
+
else if (from.item !== null) {
|
|
773
|
+
this.materials.addGeometryMapping(from.item.localID, surfaceStyleID);
|
|
774
|
+
}
|
|
775
|
+
return surfaceStyleID;
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
*
|
|
779
|
+
* @param from
|
|
780
|
+
* @param temporary
|
|
781
|
+
*/
|
|
782
|
+
extractHalfspaceSolid(from, temporary = false) {
|
|
783
|
+
if (from.base_surface instanceof plane) {
|
|
784
|
+
const paramsAxis2Placement3D = this.extractAxis2Placement3D(from.base_surface.position, from.localID, true);
|
|
785
|
+
const axis2PlacementTransform = this.conwayModel
|
|
786
|
+
.getAxis2Placement3D(paramsAxis2Placement3D);
|
|
787
|
+
// get geometry
|
|
788
|
+
const parameters = {
|
|
789
|
+
flipWinding: from.agreement_flag,
|
|
790
|
+
optionalLinearScalingFactor: this.linearScalingFactor,
|
|
791
|
+
};
|
|
792
|
+
const geometry = this.conwayModel.getHalfSpaceSolid(parameters);
|
|
793
|
+
// apply transform
|
|
794
|
+
if (axis2PlacementTransform !== void 0) {
|
|
795
|
+
geometry.applyTransform(axis2PlacementTransform);
|
|
796
|
+
}
|
|
797
|
+
const canonicalMesh = {
|
|
798
|
+
type: CanonicalMeshType.BUFFER_GEOMETRY,
|
|
799
|
+
geometry: geometry,
|
|
800
|
+
localID: from.localID,
|
|
801
|
+
model: this.model,
|
|
802
|
+
temporary: temporary,
|
|
803
|
+
};
|
|
804
|
+
this.model.geometry.add(canonicalMesh);
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
/**
|
|
808
|
+
*
|
|
809
|
+
* @param from
|
|
810
|
+
* @param temporary
|
|
811
|
+
*/
|
|
812
|
+
/* extractPolygonalBoundedHalfSpace(from: AP214PolygonalBoundedHalfSpace,
|
|
813
|
+
temporary: boolean = false) {
|
|
814
|
+
// TODO(nickcastel50):unfinished - not needed at the moment -
|
|
815
|
+
//also pass this.linearScalingFactor in parameters
|
|
816
|
+
// extract position
|
|
817
|
+
let axis2PlacementTransform: any | undefined = (void 0)
|
|
818
|
+
|
|
819
|
+
const paramsAxis2Placement3D: ParamsAxis2Placement3D =
|
|
820
|
+
this.extractAxis2Placement3D(from.Position, from.localID, true)
|
|
821
|
+
axis2PlacementTransform = this.conwayModel
|
|
822
|
+
.getAxis2Placement3D(paramsAxis2Placement3D)
|
|
823
|
+
}*/
|
|
824
|
+
/**
|
|
825
|
+
*
|
|
826
|
+
* @param from
|
|
827
|
+
* @param temporary
|
|
828
|
+
*/
|
|
829
|
+
extractExtrudedAreaSolid(from, temporary = false) {
|
|
830
|
+
const axis2PlacementTransform = (void 0);
|
|
831
|
+
const profile = this.extractProfile(from.swept_area);
|
|
832
|
+
if (profile !== void 0 && profile.nativeProfile !== void 0) {
|
|
833
|
+
const dir = {
|
|
834
|
+
x: from.extruded_direction.direction_ratios[0],
|
|
835
|
+
y: from.extruded_direction.direction_ratios[1],
|
|
836
|
+
z: from.extruded_direction.direction_ratios[2],
|
|
837
|
+
};
|
|
838
|
+
// get geometry
|
|
839
|
+
const parameters = {
|
|
840
|
+
depth: from.depth,
|
|
841
|
+
dir: dir,
|
|
842
|
+
profile: profile.nativeProfile,
|
|
843
|
+
};
|
|
844
|
+
const geometry = this.conwayModel.getExtrudedAreaSolid(parameters);
|
|
845
|
+
// apply transform
|
|
846
|
+
if (axis2PlacementTransform !== void 0) {
|
|
847
|
+
geometry.applyTransform(axis2PlacementTransform);
|
|
848
|
+
}
|
|
849
|
+
const canonicalMesh = {
|
|
850
|
+
type: CanonicalMeshType.BUFFER_GEOMETRY,
|
|
851
|
+
geometry: geometry,
|
|
852
|
+
localID: from.localID,
|
|
853
|
+
model: this.model,
|
|
854
|
+
temporary: temporary,
|
|
855
|
+
};
|
|
856
|
+
// add mesh to the list of mesh objects
|
|
857
|
+
this.model.geometry.add(canonicalMesh);
|
|
858
|
+
}
|
|
859
|
+
else {
|
|
860
|
+
console.log(`Couldn't parse profile,
|
|
861
|
+
expressID: ${from.swept_area.expressID} type: ${EntityTypesAP214[from.swept_area.type]}`);
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
/**
|
|
865
|
+
* Extract a canonical profile from a profile definition.
|
|
866
|
+
*
|
|
867
|
+
* @param from The profile definition to extract from.
|
|
868
|
+
* @return {CanonicalProfile | undefined} The extracted profile,
|
|
869
|
+
* or undefined if one cannot be extracted.
|
|
870
|
+
*/
|
|
871
|
+
extractProfile(from) {
|
|
872
|
+
const foundProfile = this.model.profiles.getByLocalID(from.localID);
|
|
873
|
+
if (foundProfile !== void 0) {
|
|
874
|
+
// we already have this profile, return it and exit
|
|
875
|
+
return foundProfile;
|
|
876
|
+
}
|
|
877
|
+
const profile = {
|
|
878
|
+
localID: from.localID,
|
|
879
|
+
curve: this.extractCurve(from),
|
|
880
|
+
holes: (void 0),
|
|
881
|
+
profiles: (void 0),
|
|
882
|
+
nativeProfile: (void 0),
|
|
883
|
+
};
|
|
884
|
+
this.model.profiles.add(profile);
|
|
885
|
+
return profile;
|
|
886
|
+
}
|
|
887
|
+
/**
|
|
888
|
+
*
|
|
889
|
+
* @param from
|
|
890
|
+
* @return {CurveObject | undefined}
|
|
891
|
+
*/
|
|
892
|
+
extractCompositeCurve(from) {
|
|
893
|
+
let compositeCurve;
|
|
894
|
+
for (let i = 0; i < from.segments.length; i++) {
|
|
895
|
+
const parentCurve = from.segments[i].parent_curve;
|
|
896
|
+
let currentCurveObject = void 0;
|
|
897
|
+
if (parentCurve instanceof composite_curve) {
|
|
898
|
+
currentCurveObject = this.extractCompositeCurve(parentCurve);
|
|
899
|
+
}
|
|
900
|
+
else {
|
|
901
|
+
currentCurveObject = this.extractCurve(from.segments[i].parent_curve);
|
|
902
|
+
}
|
|
903
|
+
if (currentCurveObject !== void 0) {
|
|
904
|
+
if (i === 0) {
|
|
905
|
+
compositeCurve = currentCurveObject;
|
|
906
|
+
}
|
|
907
|
+
else {
|
|
908
|
+
// Note, copying 3D points is fine here because 2D points are just 3D points with Z = 0
|
|
909
|
+
for (let j = 0; j < currentCurveObject.getPointsSize(); ++j) {
|
|
910
|
+
compositeCurve.add3d(currentCurveObject.get3d(j));
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
return compositeCurve;
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
*
|
|
919
|
+
* @param from
|
|
920
|
+
* @return {CurveObject | undefined}
|
|
921
|
+
*/
|
|
922
|
+
extractCurve(from, trimmingArguments = void 0) {
|
|
923
|
+
// console.log("[extractCurve]: curve express ID: "
|
|
924
|
+
// + from.expressID + " type: " + EntityTypesAP214[from.type])
|
|
925
|
+
if (from instanceof b_spline_curve) {
|
|
926
|
+
const bsplineCurve = this.extractBSplineCurve(from);
|
|
927
|
+
return bsplineCurve;
|
|
928
|
+
}
|
|
929
|
+
if (from instanceof trimmed_curve) {
|
|
930
|
+
const trimmedCurve = this.extractAP214TrimmedCurve(from);
|
|
931
|
+
return trimmedCurve;
|
|
932
|
+
}
|
|
933
|
+
if (from instanceof polyline) {
|
|
934
|
+
const polyCurve = this.extractPolyline(from);
|
|
935
|
+
return polyCurve;
|
|
936
|
+
}
|
|
937
|
+
if (from instanceof circle) {
|
|
938
|
+
const circleCurve = this.extractAP214Circle(from);
|
|
939
|
+
return circleCurve;
|
|
940
|
+
}
|
|
941
|
+
if (from instanceof surface_curve) {
|
|
942
|
+
return this.extractCurve(from.curve_3d, trimmingArguments);
|
|
943
|
+
}
|
|
944
|
+
if (from instanceof line) {
|
|
945
|
+
const lineCurve = this.extractLine(from, trimmingArguments);
|
|
946
|
+
return lineCurve;
|
|
947
|
+
}
|
|
948
|
+
console.log(`Unsupported Curve! Type: ${EntityTypesAP214[from.type]}`);
|
|
949
|
+
}
|
|
950
|
+
/**
|
|
951
|
+
*
|
|
952
|
+
* @param from
|
|
953
|
+
* @return {CurveObject | undefined}
|
|
954
|
+
*/
|
|
955
|
+
extractPScurve1(from) {
|
|
956
|
+
const surface = from.basis_surface;
|
|
957
|
+
if (!(surface instanceof plane)) {
|
|
958
|
+
console.log('not a plane');
|
|
959
|
+
return;
|
|
960
|
+
}
|
|
961
|
+
const point = surface.position.location.coordinates;
|
|
962
|
+
const dim = point.length;
|
|
963
|
+
const pointsFlattened = new Float32Array(dim * 1);
|
|
964
|
+
pointsFlattened[0] = point[0];
|
|
965
|
+
pointsFlattened[1] = point[1];
|
|
966
|
+
// eslint-disable-next-line no-magic-numbers
|
|
967
|
+
if (dim > 2) {
|
|
968
|
+
pointsFlattened[2] = point[2];
|
|
969
|
+
// pointsFlattened[ 3 ] = point[ 0 ] + ( dir[ 0 ] * mag )
|
|
970
|
+
// pointsFlattened[ 4 ] = point[ 1 ] + ( dir[ 1 ] * mag )
|
|
971
|
+
// pointsFlattened[ 5 ] = point[ 2 ] + ( dir[ 2 ] * mag )
|
|
972
|
+
}
|
|
973
|
+
else {
|
|
974
|
+
// pointsFlattened[ 2 ] = point[ 0 ] + ( dir[ 0 ] * mag )
|
|
975
|
+
// pointsFlattened[ 3 ] = point[ 1 ] + ( dir[ 1 ] * mag )
|
|
976
|
+
}
|
|
977
|
+
const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
|
|
978
|
+
const parameters = this.paramsGetPolyCurvePool.acquire();
|
|
979
|
+
parameters.points = pointsPtr;
|
|
980
|
+
parameters.pointsLength = 1;
|
|
981
|
+
parameters.dimensions = dim;
|
|
982
|
+
const curve_ = this.conwayModel.getPolyCurve(parameters);
|
|
983
|
+
this.paramsGetPolyCurvePool.release(parameters);
|
|
984
|
+
this.wasmModule._free(pointsPtr);
|
|
985
|
+
return curve_;
|
|
986
|
+
}
|
|
987
|
+
/**
|
|
988
|
+
* Extract a line
|
|
989
|
+
*
|
|
990
|
+
* @param from The line to extract.
|
|
991
|
+
* @return {CurveObject | undefined} The curve object for the line.
|
|
992
|
+
*/
|
|
993
|
+
extractLine(from, trimmingArguments) {
|
|
994
|
+
if (trimmingArguments === void 0) {
|
|
995
|
+
const point = from.pnt.coordinates;
|
|
996
|
+
const dim = point.length;
|
|
997
|
+
const pointsFlattened = new Float32Array(dim * 1);
|
|
998
|
+
pointsFlattened[0] = point[0];
|
|
999
|
+
pointsFlattened[1] = point[1];
|
|
1000
|
+
// eslint-disable-next-line no-magic-numbers
|
|
1001
|
+
if (dim > 2) {
|
|
1002
|
+
pointsFlattened[2] = point[2];
|
|
1003
|
+
}
|
|
1004
|
+
const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
|
|
1005
|
+
const parameters = this.paramsGetPolyCurvePool.acquire();
|
|
1006
|
+
parameters.points = pointsPtr;
|
|
1007
|
+
parameters.pointsLength = 1;
|
|
1008
|
+
parameters.dimensions = dim;
|
|
1009
|
+
const curve_ = this.conwayModel.getPolyCurve(parameters);
|
|
1010
|
+
this.paramsGetPolyCurvePool.release(parameters);
|
|
1011
|
+
this.wasmModule._free(pointsPtr);
|
|
1012
|
+
return curve_;
|
|
1013
|
+
}
|
|
1014
|
+
else {
|
|
1015
|
+
// eslint-disable-next-line no-magic-numbers
|
|
1016
|
+
const pointsFlattened = new Float32Array(6);
|
|
1017
|
+
pointsFlattened[0] = trimmingArguments.start?.pos3D?.x ?? 0;
|
|
1018
|
+
pointsFlattened[1] = trimmingArguments.start?.pos3D?.y ?? 0;
|
|
1019
|
+
pointsFlattened[2] = trimmingArguments.start?.pos3D?.z ?? 0;
|
|
1020
|
+
pointsFlattened[3] = trimmingArguments.end?.pos3D?.x ?? 0;
|
|
1021
|
+
pointsFlattened[4] = trimmingArguments.end?.pos3D?.y ?? 0;
|
|
1022
|
+
pointsFlattened[5] = trimmingArguments.end?.pos3D?.z ?? 0;
|
|
1023
|
+
const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
|
|
1024
|
+
const parameters = this.paramsGetPolyCurvePool.acquire();
|
|
1025
|
+
parameters.points = pointsPtr;
|
|
1026
|
+
parameters.pointsLength = 2;
|
|
1027
|
+
parameters.dimensions = 3;
|
|
1028
|
+
const curve_ = this.conwayModel.getPolyCurve(parameters);
|
|
1029
|
+
this.paramsGetPolyCurvePool.release(parameters);
|
|
1030
|
+
this.wasmModule._free(pointsPtr);
|
|
1031
|
+
return curve_;
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
/**
|
|
1035
|
+
* Exctact a BSpline Curve
|
|
1036
|
+
*
|
|
1037
|
+
* @param from The bspline curve, potentially with knots/rational.
|
|
1038
|
+
* @return {CurveObject} The constructed curve object.
|
|
1039
|
+
*/
|
|
1040
|
+
extractBSplineCurve(from) {
|
|
1041
|
+
// degree is NOT dimensions (NC)
|
|
1042
|
+
let dimensions = 3;
|
|
1043
|
+
if (from.control_points_list.length > 0) {
|
|
1044
|
+
dimensions = from.control_points_list[0].coordinates.length;
|
|
1045
|
+
}
|
|
1046
|
+
const params = {
|
|
1047
|
+
dimensions: dimensions,
|
|
1048
|
+
degree: from.degree,
|
|
1049
|
+
points2: this.nativeVectorGlmdVec2(),
|
|
1050
|
+
points3: this.nativeVectorGlmdVec3(),
|
|
1051
|
+
knots: this.conwayModel.nativeVectorDouble(),
|
|
1052
|
+
weights: this.conwayModel.nativeVectorDouble(),
|
|
1053
|
+
senseAgreement: true,
|
|
1054
|
+
isEdge: false,
|
|
1055
|
+
};
|
|
1056
|
+
// eslint-disable-next-line no-magic-numbers
|
|
1057
|
+
if (dimensions === 2) {
|
|
1058
|
+
const outputPoints = params.points2;
|
|
1059
|
+
for (const point of from.control_points_list) {
|
|
1060
|
+
const coords = point.coordinates;
|
|
1061
|
+
outputPoints.push_back({ x: coords[0], y: coords[1] });
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
else {
|
|
1065
|
+
const outputPoints = params.points3;
|
|
1066
|
+
for (const point of from.control_points_list) {
|
|
1067
|
+
// eslint-disable-next-line no-magic-numbers
|
|
1068
|
+
if (point.coordinates.length !== 3) {
|
|
1069
|
+
continue;
|
|
1070
|
+
}
|
|
1071
|
+
const coords = point.coordinates;
|
|
1072
|
+
// console.log(`express ID: ${from.expressID} - coords: ${coords}`)
|
|
1073
|
+
outputPoints.push_back({ x: coords[0], y: coords[1], z: coords[2] });
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
if (from instanceof rational_b_spline_curve) {
|
|
1077
|
+
const outputWeights = params.weights;
|
|
1078
|
+
for (const weight of from.weights_data) {
|
|
1079
|
+
outputWeights.push_back(weight);
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
else {
|
|
1083
|
+
// create default weights
|
|
1084
|
+
const outputWeights = params.weights;
|
|
1085
|
+
if (dimensions === this.TWO_DIMENSIONS) {
|
|
1086
|
+
for (let weightIndex = 0; weightIndex < params.points2.size(); ++weightIndex) {
|
|
1087
|
+
outputWeights.push_back(1.0);
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
else if (dimensions === this.THREE_DIMENSIONS) {
|
|
1091
|
+
for (let weightIndex = 0; weightIndex < params.points3.size(); ++weightIndex) {
|
|
1092
|
+
outputWeights.push_back(1.0);
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
if (from instanceof b_spline_curve_with_knots) {
|
|
1097
|
+
const knots = params.knots;
|
|
1098
|
+
for (let knotIndex = 0; knotIndex < from.knots.length; ++knotIndex) {
|
|
1099
|
+
const knot = from.knots[knotIndex];
|
|
1100
|
+
for (let knotMultiplicityIndex = 0; knotMultiplicityIndex < from.knot_multiplicities[knotIndex]; ++knotMultiplicityIndex) {
|
|
1101
|
+
knots.push_back(knot);
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
else {
|
|
1106
|
+
// This is just a AP214BsplineCurve, build default parameter lists
|
|
1107
|
+
// eslint-disable-next-line no-lonely-if
|
|
1108
|
+
if (dimensions === this.TWO_DIMENSIONS) {
|
|
1109
|
+
// build default knots
|
|
1110
|
+
const outputKnots = params.knots;
|
|
1111
|
+
for (let pointIndex = 0; pointIndex < params.points2.size() + params.degree + 1; ++pointIndex) {
|
|
1112
|
+
outputKnots.push_back(pointIndex);
|
|
1113
|
+
}
|
|
1114
|
+
const outputWeights = params.weights;
|
|
1115
|
+
for (let pointIndex = 0; pointIndex < params.points2.size(); ++pointIndex) {
|
|
1116
|
+
outputWeights.push_back(1.0);
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
else if (dimensions === this.THREE_DIMENSIONS) {
|
|
1120
|
+
// build default knots
|
|
1121
|
+
const outputKnots = params.knots;
|
|
1122
|
+
for (let pointIndex = 0; pointIndex < params.points3.size() + params.degree + 1; ++pointIndex) {
|
|
1123
|
+
outputKnots.push_back(pointIndex);
|
|
1124
|
+
}
|
|
1125
|
+
const outputWeights = params.weights;
|
|
1126
|
+
for (let pointIndex = 0; pointIndex < params.points3.size(); ++pointIndex) {
|
|
1127
|
+
outputWeights.push_back(1.0);
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
return this.conwayModel.getBSplineCurve(params);
|
|
1132
|
+
}
|
|
1133
|
+
/**
|
|
1134
|
+
*
|
|
1135
|
+
* @param from
|
|
1136
|
+
* @param parametersTrimmedCurve
|
|
1137
|
+
* @return {CurveObject | undefined}
|
|
1138
|
+
*/
|
|
1139
|
+
extractAP214Circle(from, parametersTrimmedCurve = {
|
|
1140
|
+
masterRepresentation: 0,
|
|
1141
|
+
dimensions: 0,
|
|
1142
|
+
senseAgreement: true,
|
|
1143
|
+
trim1Cartesian2D: undefined,
|
|
1144
|
+
trim1Cartesian3D: undefined,
|
|
1145
|
+
trim1Double: 0,
|
|
1146
|
+
trim2Cartesian2D: undefined,
|
|
1147
|
+
trim2Cartesian3D: undefined,
|
|
1148
|
+
trim2Double: 0,
|
|
1149
|
+
trimExists: false,
|
|
1150
|
+
}) {
|
|
1151
|
+
let axis2Placement2D = void 0; // glmdmat3
|
|
1152
|
+
let axis2Placement3D = void 0; // glmdmat4
|
|
1153
|
+
let dimension;
|
|
1154
|
+
if (from.position instanceof axis2_placement_2d) {
|
|
1155
|
+
axis2Placement2D = this.extractAxis2Placement2D(from.position);
|
|
1156
|
+
axis2Placement3D = (new (this.wasmModule.Glmdmat4));
|
|
1157
|
+
dimension = this.TWO_DIMENSIONS;
|
|
1158
|
+
}
|
|
1159
|
+
else {
|
|
1160
|
+
axis2Placement3D = this.conwayModel.getAxis2Placement3D(this.extractAxis2Placement3D(from.position, from.localID, true));
|
|
1161
|
+
axis2Placement2D = (new (this.wasmModule.Glmdmat3));
|
|
1162
|
+
dimension = this.THREE_DIMENSIONS;
|
|
1163
|
+
}
|
|
1164
|
+
parametersTrimmedCurve.trim1Cartesian2D ??= { x: 0, y: 0 };
|
|
1165
|
+
parametersTrimmedCurve.trim1Cartesian3D ??= { x: 0, y: 0, z: 0 };
|
|
1166
|
+
parametersTrimmedCurve.trim2Cartesian2D ??= { x: 0, y: 0 };
|
|
1167
|
+
parametersTrimmedCurve.trim2Cartesian3D ??= { x: 0, y: 0, z: 0 };
|
|
1168
|
+
const radius = from.radius;
|
|
1169
|
+
const parametersCircle = {
|
|
1170
|
+
dimensions: dimension,
|
|
1171
|
+
axis2Placement2D: axis2Placement2D,
|
|
1172
|
+
axis2Placement3D: axis2Placement3D,
|
|
1173
|
+
radius: radius,
|
|
1174
|
+
radius2: radius,
|
|
1175
|
+
paramsGetIfcTrimmedCurve: parametersTrimmedCurve,
|
|
1176
|
+
};
|
|
1177
|
+
return this.conwayModel.getIfcCircle(parametersCircle);
|
|
1178
|
+
}
|
|
1179
|
+
/**
|
|
1180
|
+
*
|
|
1181
|
+
* @param from
|
|
1182
|
+
* @return {CurveObject | undefined}
|
|
1183
|
+
*/
|
|
1184
|
+
extractAP214TrimmedCurve(from) {
|
|
1185
|
+
let trim1Cartesian2D = { x: 0, y: 0 };
|
|
1186
|
+
let trim1Cartesian3D = { x: 0, y: 0, z: 0 };
|
|
1187
|
+
let trim1Double = 0;
|
|
1188
|
+
let trim2Cartesian2D = { x: 0, y: 0 };
|
|
1189
|
+
let trim2Cartesian3D = { x: 0, y: 0, z: 0 };
|
|
1190
|
+
let trim2Double = 0;
|
|
1191
|
+
let dimension = void 0;
|
|
1192
|
+
// use Cartesian if unspecified
|
|
1193
|
+
if (from.master_representation === trimming_preference.CARTESIAN ||
|
|
1194
|
+
from.master_representation === trimming_preference.UNSPECIFIED) {
|
|
1195
|
+
for (let trimIndex = 0; trimIndex < from.trim_1.length; trimIndex++) {
|
|
1196
|
+
const trim1 = from.trim_1[trimIndex];
|
|
1197
|
+
if (trim1 instanceof cartesian_point) {
|
|
1198
|
+
dimension = trim1.coordinates.length;
|
|
1199
|
+
if (dimension === this.TWO_DIMENSIONS) {
|
|
1200
|
+
trim1Cartesian2D = {
|
|
1201
|
+
x: trim1.coordinates[0],
|
|
1202
|
+
y: trim1.coordinates[1],
|
|
1203
|
+
};
|
|
1204
|
+
}
|
|
1205
|
+
else if (dimension === this.THREE_DIMENSIONS) {
|
|
1206
|
+
trim1Cartesian3D = {
|
|
1207
|
+
x: trim1.coordinates[0],
|
|
1208
|
+
y: trim1.coordinates[1],
|
|
1209
|
+
z: trim1.coordinates[2],
|
|
1210
|
+
};
|
|
1211
|
+
}
|
|
1212
|
+
break;
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
for (let trimIndex = 0; trimIndex < from.trim_2.length; trimIndex++) {
|
|
1216
|
+
const trim2 = from.trim_2[trimIndex];
|
|
1217
|
+
if (trim2 instanceof cartesian_point) {
|
|
1218
|
+
dimension ??= trim2.coordinates.length;
|
|
1219
|
+
if (dimension === this.TWO_DIMENSIONS) {
|
|
1220
|
+
trim2Cartesian2D = {
|
|
1221
|
+
x: trim2.coordinates[0],
|
|
1222
|
+
y: trim2.coordinates[1],
|
|
1223
|
+
};
|
|
1224
|
+
}
|
|
1225
|
+
else if (dimension === this.THREE_DIMENSIONS) {
|
|
1226
|
+
trim2Cartesian3D = {
|
|
1227
|
+
x: trim2.coordinates[0],
|
|
1228
|
+
y: trim2.coordinates[1],
|
|
1229
|
+
z: trim2.coordinates[2],
|
|
1230
|
+
};
|
|
1231
|
+
}
|
|
1232
|
+
break;
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
else {
|
|
1237
|
+
// use parameter value
|
|
1238
|
+
for (let trimIndex = 0; trimIndex < from.trim_1.length; trimIndex++) {
|
|
1239
|
+
const trim1 = from.trim_1[trimIndex];
|
|
1240
|
+
if (trim1 instanceof parameter_value) {
|
|
1241
|
+
trim1Double = trim1.Value;
|
|
1242
|
+
break;
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
for (let trimIndex = 0; trimIndex < from.trim_2.length; trimIndex++) {
|
|
1246
|
+
const trim2 = from.trim_2[trimIndex];
|
|
1247
|
+
if (trim2 instanceof parameter_value) {
|
|
1248
|
+
trim2Double = trim2.Value;
|
|
1249
|
+
break;
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
const paramsGetAP214TrimmedCurve = {
|
|
1254
|
+
masterRepresentation: from.master_representation.valueOf(),
|
|
1255
|
+
dimensions: dimension ?? 0,
|
|
1256
|
+
senseAgreement: from.sense_agreement,
|
|
1257
|
+
trim1Cartesian2D: trim1Cartesian2D,
|
|
1258
|
+
trim1Cartesian3D: trim1Cartesian3D,
|
|
1259
|
+
trim1Double: trim1Double,
|
|
1260
|
+
trim2Cartesian2D: trim2Cartesian2D,
|
|
1261
|
+
trim2Cartesian3D: trim2Cartesian3D,
|
|
1262
|
+
trim2Double: trim2Double,
|
|
1263
|
+
trimExists: true,
|
|
1264
|
+
};
|
|
1265
|
+
if (from.basis_curve instanceof circle) {
|
|
1266
|
+
const curveObject = this.extractAP214Circle(from.basis_curve, paramsGetAP214TrimmedCurve);
|
|
1267
|
+
if (curveObject !== void 0) {
|
|
1268
|
+
return curveObject;
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
return undefined;
|
|
1272
|
+
}
|
|
1273
|
+
/**
|
|
1274
|
+
* Efficiently flatten the points into a Float32Array
|
|
1275
|
+
*
|
|
1276
|
+
* @param points - Array of AP214CartesianPoint
|
|
1277
|
+
* @param dimensions - dimensions of points
|
|
1278
|
+
* @return {Float32Array}
|
|
1279
|
+
*/
|
|
1280
|
+
flattenPointsToFloat32Array(points, dimensions) {
|
|
1281
|
+
const totalCoordinates = points.length * dimensions;
|
|
1282
|
+
const flatCoordinates = new Float32Array(totalCoordinates);
|
|
1283
|
+
let offset = 0;
|
|
1284
|
+
points.forEach((point) => {
|
|
1285
|
+
flatCoordinates.set(point.coordinates, offset);
|
|
1286
|
+
offset += point.coordinates.length; // move the offset by the number of coordinates
|
|
1287
|
+
});
|
|
1288
|
+
return flatCoordinates;
|
|
1289
|
+
}
|
|
1290
|
+
/**
|
|
1291
|
+
*
|
|
1292
|
+
* @param from
|
|
1293
|
+
* @return {CurveObject | undefined }
|
|
1294
|
+
*/
|
|
1295
|
+
extractPolyline(from) {
|
|
1296
|
+
const points = from.points;
|
|
1297
|
+
const pointsLength = points.length;
|
|
1298
|
+
const dim = pointsLength > 0 ? points[0].coordinates.length : this.THREE_DIMENSIONS;
|
|
1299
|
+
if (pointsLength > 0) {
|
|
1300
|
+
const pointsFlattened = this.flattenPointsToFloat32Array(points, dim);
|
|
1301
|
+
const pointsPtr = this.arrayToWasmHeap(pointsFlattened);
|
|
1302
|
+
const parameters = this.paramsGetPolyCurvePool.acquire();
|
|
1303
|
+
parameters.points = pointsPtr;
|
|
1304
|
+
parameters.pointsLength = pointsLength;
|
|
1305
|
+
parameters.dimensions = dim;
|
|
1306
|
+
const curve_ = this.conwayModel.getPolyCurve(parameters);
|
|
1307
|
+
this.paramsGetPolyCurvePool.release(parameters);
|
|
1308
|
+
this.wasmModule._free(pointsPtr);
|
|
1309
|
+
return curve_;
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
/**
|
|
1313
|
+
* Extract a curve object from a circle profile.
|
|
1314
|
+
*
|
|
1315
|
+
* @param from The circle definition to extract from.
|
|
1316
|
+
* @return {CurveObject | undefined} The extracted circle curve,
|
|
1317
|
+
* or undefined if one cannot be extracted.
|
|
1318
|
+
*/
|
|
1319
|
+
extractCircleCurve(from) {
|
|
1320
|
+
const position = from.position;
|
|
1321
|
+
if (position !== null) {
|
|
1322
|
+
// if ( position instanceof axis2_placement_2d ) {
|
|
1323
|
+
const placement2D = this.extractAxis2Placement2D(position);
|
|
1324
|
+
const paramsGetCircleCurve = {
|
|
1325
|
+
radius: from.radius,
|
|
1326
|
+
hasPlacement: true,
|
|
1327
|
+
placement: placement2D,
|
|
1328
|
+
thickness: -1,
|
|
1329
|
+
};
|
|
1330
|
+
// Note - we may need to handle the 3D case for STEP that we don't for IFC
|
|
1331
|
+
return this.conwayModel.getCircleCurve(paramsGetCircleCurve);
|
|
1332
|
+
}
|
|
1333
|
+
else {
|
|
1334
|
+
const paramsGetCircleCurve = {
|
|
1335
|
+
radius: from.radius,
|
|
1336
|
+
hasPlacement: false,
|
|
1337
|
+
placement: this.identity2DNativeMatrix,
|
|
1338
|
+
thickness: -1,
|
|
1339
|
+
};
|
|
1340
|
+
return this.conwayModel.getCircleCurve(paramsGetCircleCurve);
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
/**
|
|
1344
|
+
* Extracts the curve for an ellipse from an AP214 ellipse profile definition.
|
|
1345
|
+
*
|
|
1346
|
+
* @param from The AP214 ellipse profile definition to extract the curve from.
|
|
1347
|
+
* @return {CurveObject} A CurveObject representing the ellipse curve,
|
|
1348
|
+
* or undefined if not extractable.
|
|
1349
|
+
*/
|
|
1350
|
+
extractEllipseProfileCurve(from) {
|
|
1351
|
+
const position = from.position;
|
|
1352
|
+
if (position !== null) {
|
|
1353
|
+
// if ( position instanceof axis2_placement_2d ) {
|
|
1354
|
+
const placement2D = this.extractAxis2Placement2D(position);
|
|
1355
|
+
const paramsGetEllipseCurve = {
|
|
1356
|
+
radiusX: from.semi_axis_1,
|
|
1357
|
+
radiusY: from.semi_axis_2,
|
|
1358
|
+
hasPlacement: true,
|
|
1359
|
+
placement: placement2D,
|
|
1360
|
+
circleSegments: this.circleSegments,
|
|
1361
|
+
};
|
|
1362
|
+
return this.conwayModel.getEllipseCurve(paramsGetEllipseCurve);
|
|
1363
|
+
// Note - we may need to handle the 3D case for STEP that we don't for IFC
|
|
1364
|
+
}
|
|
1365
|
+
else {
|
|
1366
|
+
const paramsGetEllipseCurve = {
|
|
1367
|
+
radiusX: from.semi_axis_1,
|
|
1368
|
+
radiusY: from.semi_axis_2,
|
|
1369
|
+
hasPlacement: false,
|
|
1370
|
+
placement: this.identity2DNativeMatrix,
|
|
1371
|
+
circleSegments: this.circleSegments,
|
|
1372
|
+
};
|
|
1373
|
+
return this.conwayModel.getEllipseCurve(paramsGetEllipseCurve);
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
/**
|
|
1377
|
+
* Extract a mapped item to add its transform to instance an item.
|
|
1378
|
+
*
|
|
1379
|
+
* @param from The mapped item to extract.
|
|
1380
|
+
*/
|
|
1381
|
+
extractMappedItem(from, owningElementLocalID) {
|
|
1382
|
+
const representationMap = from.mapping_source;
|
|
1383
|
+
const mappingTarget = from.mapping_target;
|
|
1384
|
+
let popTransform = false;
|
|
1385
|
+
if (mappingTarget instanceof cartesian_transformation_operator_3d) {
|
|
1386
|
+
const nativeCartesianTransform = this.extractCartesianTransformOperator3D(mappingTarget);
|
|
1387
|
+
this.scene.addTransform(from.localID, nativeCartesianTransform.getValues(), nativeCartesianTransform);
|
|
1388
|
+
popTransform = true;
|
|
1389
|
+
}
|
|
1390
|
+
for (const representationItem of representationMap.mapped_representation.items) {
|
|
1391
|
+
this.extractRepresentationItem(representationItem, owningElementLocalID);
|
|
1392
|
+
const styledItemLocalID_ = this.materials.styledItemMap.get(representationItem.localID);
|
|
1393
|
+
if (styledItemLocalID_ !== void 0) {
|
|
1394
|
+
const styledItem_ = this.model.getElementByLocalID(styledItemLocalID_);
|
|
1395
|
+
this.extractStyledItem(styledItem_);
|
|
1396
|
+
}
|
|
1397
|
+
else {
|
|
1398
|
+
// get material from parent
|
|
1399
|
+
const styledItemParentLocalID = this.materials.styledItemMap.get(from.localID);
|
|
1400
|
+
if (styledItemParentLocalID !== void 0) {
|
|
1401
|
+
const styledItemParent = this.model.getElementByLocalID(styledItemParentLocalID);
|
|
1402
|
+
this.extractStyledItem(styledItemParent, representationItem);
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
if (popTransform) {
|
|
1407
|
+
this.scene.popTransform();
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
/**
|
|
1411
|
+
* Extract a representation item, including its geometry if necessary,
|
|
1412
|
+
* adding it to the current scene walk.
|
|
1413
|
+
*
|
|
1414
|
+
* Note - memoized result for instancing.
|
|
1415
|
+
*
|
|
1416
|
+
* @param from The representation to extract from.
|
|
1417
|
+
*/
|
|
1418
|
+
extractRepresentationItem(from, owningElementLocalID) {
|
|
1419
|
+
const foundGeometry = this.model.geometry.getByLocalID(from.localID);
|
|
1420
|
+
if (foundGeometry !== void 0) {
|
|
1421
|
+
this.scene.addGeometry(from.localID, owningElementLocalID);
|
|
1422
|
+
return;
|
|
1423
|
+
}
|
|
1424
|
+
if (from instanceof boolean_result) {
|
|
1425
|
+
// also handles AP214BooleanClippingResult
|
|
1426
|
+
this.extractBooleanResult(from);
|
|
1427
|
+
this.scene.addGeometry(from.localID, owningElementLocalID);
|
|
1428
|
+
}
|
|
1429
|
+
else if (from instanceof extruded_area_solid) {
|
|
1430
|
+
this.extractExtrudedAreaSolid(from, false);
|
|
1431
|
+
this.scene.addGeometry(from.localID, owningElementLocalID);
|
|
1432
|
+
}
|
|
1433
|
+
else if (from instanceof half_space_solid) {
|
|
1434
|
+
this.extractHalfspaceSolid(from, false);
|
|
1435
|
+
this.scene.addGeometry(from.localID, owningElementLocalID);
|
|
1436
|
+
}
|
|
1437
|
+
else if (from instanceof mapped_item) {
|
|
1438
|
+
this.extractMappedItem(from, owningElementLocalID);
|
|
1439
|
+
}
|
|
1440
|
+
else if (from instanceof polyline) {
|
|
1441
|
+
// web-AP214 ignores AP214Polylines as meshes
|
|
1442
|
+
// //console.log(`AP214POLYLINE, expressID: ${from.expressID}`)
|
|
1443
|
+
}
|
|
1444
|
+
else if (from instanceof faceted_brep) {
|
|
1445
|
+
this.extractAP214FacetedBrep(from, false);
|
|
1446
|
+
this.scene.addGeometry(from.localID, owningElementLocalID);
|
|
1447
|
+
}
|
|
1448
|
+
else if (from instanceof shell_based_surface_model) {
|
|
1449
|
+
this.extractAP214ShellBasedSurfaceModel(from, owningElementLocalID);
|
|
1450
|
+
this.scene.addGeometry(from.localID, owningElementLocalID);
|
|
1451
|
+
}
|
|
1452
|
+
else if (from instanceof face_based_surface_model) {
|
|
1453
|
+
this.extractAP214FaceBasedSurfaceModel(from);
|
|
1454
|
+
this.scene.addGeometry(from.localID, owningElementLocalID);
|
|
1455
|
+
}
|
|
1456
|
+
else if (from instanceof manifold_solid_brep) {
|
|
1457
|
+
this.extractManifoldSolidBrep(from);
|
|
1458
|
+
this.scene.addGeometry(from.localID, owningElementLocalID);
|
|
1459
|
+
}
|
|
1460
|
+
else {
|
|
1461
|
+
console.log(`Unsupported type: ${EntityTypesAP214[from.type]}
|
|
1462
|
+
expressID: ${from.expressID}`);
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
/**
|
|
1466
|
+
* Extract geometry from a manifold solid brep.
|
|
1467
|
+
*
|
|
1468
|
+
* @param from The brep to extract from.
|
|
1469
|
+
*/
|
|
1470
|
+
extractManifoldSolidBrep(from) {
|
|
1471
|
+
const faces = from.outer.cfs_faces;
|
|
1472
|
+
this.extractFaces(faces, from.localID);
|
|
1473
|
+
}
|
|
1474
|
+
/**
|
|
1475
|
+
*
|
|
1476
|
+
* @param from array of AP214ConnectedFaceSet
|
|
1477
|
+
* @param isRelVoid is from a relative void (default false)
|
|
1478
|
+
* @param parentLocalID parent element local ID
|
|
1479
|
+
*/
|
|
1480
|
+
extractConnectedFaceSets(from, parentLocalID) {
|
|
1481
|
+
let geometry = (new (this.wasmModule.IfcGeometry));
|
|
1482
|
+
for (let faceSetIndex = 0; faceSetIndex < from.length; ++faceSetIndex) {
|
|
1483
|
+
const faceSet = from[faceSetIndex];
|
|
1484
|
+
geometry = this.extractFaces(faceSet.cfs_faces, faceSet.localID, geometry);
|
|
1485
|
+
}
|
|
1486
|
+
const canonicalMesh = {
|
|
1487
|
+
type: CanonicalMeshType.BUFFER_GEOMETRY,
|
|
1488
|
+
geometry: geometry,
|
|
1489
|
+
localID: parentLocalID,
|
|
1490
|
+
model: this.model,
|
|
1491
|
+
temporary: false,
|
|
1492
|
+
};
|
|
1493
|
+
this.model.geometry.add(canonicalMesh);
|
|
1494
|
+
}
|
|
1495
|
+
/**
|
|
1496
|
+
*
|
|
1497
|
+
* @param from
|
|
1498
|
+
* @param isRelVoid
|
|
1499
|
+
*/
|
|
1500
|
+
extractAP214FaceBasedSurfaceModel(from) {
|
|
1501
|
+
const fbsmFaces = from.fbsm_faces;
|
|
1502
|
+
this.extractConnectedFaceSets(fbsmFaces, from.localID);
|
|
1503
|
+
}
|
|
1504
|
+
/**
|
|
1505
|
+
*
|
|
1506
|
+
* @param from
|
|
1507
|
+
*/
|
|
1508
|
+
extractAP214FacetedBrep(from, temporary = false) {
|
|
1509
|
+
const faces = from.outer.cfs_faces;
|
|
1510
|
+
this.extractFaces(faces, from.localID, void 0, temporary);
|
|
1511
|
+
}
|
|
1512
|
+
/**
|
|
1513
|
+
*
|
|
1514
|
+
* @param from
|
|
1515
|
+
*/
|
|
1516
|
+
extractAP214ShellBasedSurfaceModel(from, owningElementLocalID) {
|
|
1517
|
+
const sbsmBoundary = from.sbsm_boundary;
|
|
1518
|
+
for (const currentBoundary of sbsmBoundary) {
|
|
1519
|
+
const faces = currentBoundary.cfs_faces;
|
|
1520
|
+
this.extractFaces(faces, currentBoundary.localID, undefined, false);
|
|
1521
|
+
this.scene.addGeometry(currentBoundary.localID, owningElementLocalID);
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
/**
|
|
1525
|
+
*
|
|
1526
|
+
* @param from
|
|
1527
|
+
* @param parentLocalID
|
|
1528
|
+
* @param geometry_
|
|
1529
|
+
* @param isRelVoid
|
|
1530
|
+
* @return {GeometryObject}
|
|
1531
|
+
*/
|
|
1532
|
+
extractFaces(from, parentLocalID, geometry_, temporary = false) {
|
|
1533
|
+
let passedGeometry = true;
|
|
1534
|
+
if (geometry_ === void 0) {
|
|
1535
|
+
passedGeometry = false;
|
|
1536
|
+
geometry_ = (new (this.wasmModule.IfcGeometry));
|
|
1537
|
+
}
|
|
1538
|
+
for (const face_ of from) {
|
|
1539
|
+
// console.log(`face express ID: ${face.expressID} - type: ${EntityTypesAP214[face.type]}`)
|
|
1540
|
+
if (face_ instanceof advanced_face) {
|
|
1541
|
+
this.extractAdvancedFace(face_, geometry_);
|
|
1542
|
+
}
|
|
1543
|
+
else {
|
|
1544
|
+
this.extractFace(face_, geometry_);
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
if (!passedGeometry) {
|
|
1548
|
+
const canonicalMesh = {
|
|
1549
|
+
type: CanonicalMeshType.BUFFER_GEOMETRY,
|
|
1550
|
+
geometry: geometry_,
|
|
1551
|
+
localID: parentLocalID,
|
|
1552
|
+
model: this.model,
|
|
1553
|
+
temporary: temporary,
|
|
1554
|
+
};
|
|
1555
|
+
this.model.geometry.add(canonicalMesh);
|
|
1556
|
+
}
|
|
1557
|
+
return geometry_;
|
|
1558
|
+
}
|
|
1559
|
+
/**
|
|
1560
|
+
* Extract an AP214 plane.
|
|
1561
|
+
*
|
|
1562
|
+
* @param from The plane to extract from
|
|
1563
|
+
* @return {NativeTransform4x4} The transform matching the plane.
|
|
1564
|
+
*/
|
|
1565
|
+
extractPlane(from) {
|
|
1566
|
+
const location = from.position;
|
|
1567
|
+
const transform = this.extractAxis2Placement3D(location, from.localID, true);
|
|
1568
|
+
return this.conwayModel.getAxis2Placement3D(transform);
|
|
1569
|
+
}
|
|
1570
|
+
/**
|
|
1571
|
+
* Extract a pointlist to a native vector.
|
|
1572
|
+
*
|
|
1573
|
+
* @param from
|
|
1574
|
+
* @return {StdVector< Vector3 >} The native vector of 3D vectors.
|
|
1575
|
+
*/
|
|
1576
|
+
extractPointList3D(from) {
|
|
1577
|
+
const result = this.nativeVectorGlmdVec3();
|
|
1578
|
+
for (const point of from) {
|
|
1579
|
+
const coords = point.coordinates;
|
|
1580
|
+
if (coords.length !== this.THREE_DIMENSIONS) {
|
|
1581
|
+
continue;
|
|
1582
|
+
}
|
|
1583
|
+
result.push_back({ x: coords[0], y: coords[1], z: coords[2] });
|
|
1584
|
+
}
|
|
1585
|
+
return result;
|
|
1586
|
+
}
|
|
1587
|
+
/**
|
|
1588
|
+
* Extract a list of a list of points to a native object.
|
|
1589
|
+
*
|
|
1590
|
+
* @param from the list of lists of cartesian points
|
|
1591
|
+
* @param to {out} the native vector of vector of points.
|
|
1592
|
+
* @return {void}
|
|
1593
|
+
*/
|
|
1594
|
+
extractPointListList3D(from, to) {
|
|
1595
|
+
for (const list of from) {
|
|
1596
|
+
to.push_back(this.extractPointList3D(list));
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
/**
|
|
1600
|
+
* Extract a bspline surface
|
|
1601
|
+
*
|
|
1602
|
+
* @param from The bspline surface to extract
|
|
1603
|
+
* @return {BSplineSurface}
|
|
1604
|
+
*/
|
|
1605
|
+
extractBSplineSurface(from) {
|
|
1606
|
+
const bsplineSurface = {
|
|
1607
|
+
active: true,
|
|
1608
|
+
uDegree: from.u_degree,
|
|
1609
|
+
vDegree: from.v_degree,
|
|
1610
|
+
closedU: from.u_closed ?? false,
|
|
1611
|
+
closedV: from.v_closed ?? false,
|
|
1612
|
+
controlPoints: this.nativeVectorVectorGlmdVec3(),
|
|
1613
|
+
uMultiplicity: this.conwayModel.nativeVectorDouble(),
|
|
1614
|
+
vMultiplicity: this.conwayModel.nativeVectorDouble(),
|
|
1615
|
+
uKnots: this.conwayModel.nativeVectorDouble(),
|
|
1616
|
+
vKnots: this.conwayModel.nativeVectorDouble(),
|
|
1617
|
+
weightPoints: this.conwayModel.nativeVectorVectorDouble(),
|
|
1618
|
+
};
|
|
1619
|
+
this.extractPointListList3D(from.control_points_list, bsplineSurface.controlPoints);
|
|
1620
|
+
return bsplineSurface;
|
|
1621
|
+
}
|
|
1622
|
+
/**
|
|
1623
|
+
* Extract a bspline surface
|
|
1624
|
+
*
|
|
1625
|
+
* @param from The bspline surface to extract
|
|
1626
|
+
* @param to The surface to extract to
|
|
1627
|
+
*/
|
|
1628
|
+
extractToDoubleVector(from, to, start = 0, end = from.length) {
|
|
1629
|
+
to.resize(end - start, 0);
|
|
1630
|
+
for (let where = start; where < end; ++where) {
|
|
1631
|
+
to.set(where - start, from[where]);
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
/**
|
|
1635
|
+
* Extract a bspline surface
|
|
1636
|
+
*
|
|
1637
|
+
* @param from The bspline surface to extract
|
|
1638
|
+
* @param to The surface to extract to
|
|
1639
|
+
*/
|
|
1640
|
+
extractToDoubleVectorVector(from, to) {
|
|
1641
|
+
to.resize(from.length);
|
|
1642
|
+
for (let where = 0, end = from.length; where < end; ++where) {
|
|
1643
|
+
this.extractToDoubleVector(from[where], to.get(where));
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
/**
|
|
1647
|
+
* Extract a bspline surface
|
|
1648
|
+
*
|
|
1649
|
+
* @param from The bspline surface to extract
|
|
1650
|
+
* @return {BSplineSurface}
|
|
1651
|
+
*/
|
|
1652
|
+
extractBSplineSurfaceWithKnots(from) {
|
|
1653
|
+
const result = this.extractBSplineSurface(from);
|
|
1654
|
+
// console.log(`selfIntersect: ${from.SelfIntersect}` ? 'True' : 'False')
|
|
1655
|
+
/* from.UDegree // UDegree (0)
|
|
1656
|
+
from.VDegree // VDegree (1)
|
|
1657
|
+
from.ControlPoints //ControlPoints (2)
|
|
1658
|
+
from.SurfaceForm //curve type, unused (3)
|
|
1659
|
+
from.UClosed //closedU (4)
|
|
1660
|
+
from.VClosed //closedV (5)
|
|
1661
|
+
from.SelfIntersect //selfIntersect (6)
|
|
1662
|
+
from.UMultiplicities //knotSetU (7)
|
|
1663
|
+
from.VMultiplicities //knotSetV (8)
|
|
1664
|
+
from.UKnots //indexesSetU (9)
|
|
1665
|
+
from.VKnots //indexesSetV (10)*/
|
|
1666
|
+
this.extractToDoubleVector(from.u_multiplicities, result.uMultiplicity);
|
|
1667
|
+
this.extractToDoubleVector(from.v_multiplicities, result.vMultiplicity);
|
|
1668
|
+
this.extractToDoubleVector(from.u_knots, result.uKnots);
|
|
1669
|
+
this.extractToDoubleVector(from.v_knots, result.vKnots);
|
|
1670
|
+
return result;
|
|
1671
|
+
}
|
|
1672
|
+
/**
|
|
1673
|
+
* Extract a bspline surface
|
|
1674
|
+
*
|
|
1675
|
+
* @param from The bspline surface to extract
|
|
1676
|
+
* @return {BSplineSurface} The extracted surface
|
|
1677
|
+
*/
|
|
1678
|
+
extractRationalBSplineSurface(from) {
|
|
1679
|
+
const result = this.extractBSplineSurface(from);
|
|
1680
|
+
this.extractToDoubleVectorVector(from.weights_data, result.weightPoints);
|
|
1681
|
+
return result;
|
|
1682
|
+
}
|
|
1683
|
+
/**
|
|
1684
|
+
* Checks if a given point is not present in a collection of points.
|
|
1685
|
+
*
|
|
1686
|
+
* @param pt The point to check for presence.
|
|
1687
|
+
* @param points A collection of points to compare against.
|
|
1688
|
+
* @return {boolean} A boolean indicating whether the point
|
|
1689
|
+
* is not present in the collection.
|
|
1690
|
+
*/
|
|
1691
|
+
notPresent(pt, points) {
|
|
1692
|
+
for (let pointIndex = 0; pointIndex < points.size(); ++pointIndex) {
|
|
1693
|
+
const pt2 = points.get(pointIndex);
|
|
1694
|
+
if (pt.x === pt2.x && pt.y === pt2.y && pt.z === pt2.z) {
|
|
1695
|
+
return false;
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1698
|
+
return true;
|
|
1699
|
+
}
|
|
1700
|
+
/**
|
|
1701
|
+
*
|
|
1702
|
+
* @param from
|
|
1703
|
+
* @param points
|
|
1704
|
+
* @param curves
|
|
1705
|
+
*/
|
|
1706
|
+
extractLoop(from, points, curves) {
|
|
1707
|
+
if (from instanceof poly_loop) {
|
|
1708
|
+
console.log('poly _loop');
|
|
1709
|
+
let prevLocalID = -1;
|
|
1710
|
+
for (const point of from.polygon) {
|
|
1711
|
+
const coords = point.coordinates;
|
|
1712
|
+
const vec3 = {
|
|
1713
|
+
x: coords[0],
|
|
1714
|
+
y: coords[1],
|
|
1715
|
+
z: coords[2],
|
|
1716
|
+
};
|
|
1717
|
+
const currentLocalID = point.localID;
|
|
1718
|
+
if (currentLocalID !== prevLocalID) {
|
|
1719
|
+
points.push_back(vec3);
|
|
1720
|
+
prevLocalID = currentLocalID;
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
else if (from instanceof edge_loop) {
|
|
1725
|
+
for (const edge of from.edge_list) {
|
|
1726
|
+
if (edge.edge_element instanceof edge_curve) {
|
|
1727
|
+
const edgeCurve = edge.edge_element.edge_geometry;
|
|
1728
|
+
// console.log("curve type: " +
|
|
1729
|
+
// EntityTypesAP214[edgeCurve.type] + " express ID: " + edgeCurve.expressID)
|
|
1730
|
+
const edgeStart = edge.edge_element.edge_start;
|
|
1731
|
+
const edgeEnd = edge.edge_element.edge_end;
|
|
1732
|
+
let trimmingStart;
|
|
1733
|
+
let trimmingEnd;
|
|
1734
|
+
if (edgeStart instanceof vertex_point) {
|
|
1735
|
+
const startPoint = edgeStart.vertex_geometry;
|
|
1736
|
+
// eslint-disable-next-line no-magic-numbers
|
|
1737
|
+
if (startPoint instanceof cartesian_point && startPoint.coordinates.length === 3) {
|
|
1738
|
+
const startCoords = startPoint.coordinates;
|
|
1739
|
+
trimmingStart = {
|
|
1740
|
+
hasParam: false,
|
|
1741
|
+
hasPos: true,
|
|
1742
|
+
hasLength: false,
|
|
1743
|
+
param: 0.0,
|
|
1744
|
+
pos: void 0,
|
|
1745
|
+
pos3D: {
|
|
1746
|
+
x: startCoords[0],
|
|
1747
|
+
y: startCoords[1],
|
|
1748
|
+
z: startCoords[2],
|
|
1749
|
+
},
|
|
1750
|
+
};
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
if (edgeEnd instanceof vertex_point) {
|
|
1754
|
+
const endPoint = edgeEnd.vertex_geometry;
|
|
1755
|
+
// eslint-disable-next-line no-magic-numbers
|
|
1756
|
+
if (endPoint instanceof cartesian_point && endPoint.coordinates.length === 3) {
|
|
1757
|
+
const endCoords = endPoint.coordinates;
|
|
1758
|
+
trimmingEnd = {
|
|
1759
|
+
hasParam: false,
|
|
1760
|
+
hasPos: true,
|
|
1761
|
+
hasLength: false,
|
|
1762
|
+
param: 0.0,
|
|
1763
|
+
pos: void 0,
|
|
1764
|
+
pos3D: {
|
|
1765
|
+
x: endCoords[0],
|
|
1766
|
+
y: endCoords[1],
|
|
1767
|
+
z: endCoords[2],
|
|
1768
|
+
},
|
|
1769
|
+
};
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
const trimmingArguments = {
|
|
1773
|
+
exist: !!((trimmingStart !== void 0 && trimmingEnd !== void 0)),
|
|
1774
|
+
start: trimmingStart,
|
|
1775
|
+
end: trimmingEnd,
|
|
1776
|
+
};
|
|
1777
|
+
const curveValue = this.extractCurve(edgeCurve, trimmingArguments);
|
|
1778
|
+
if (curveValue !== void 0) {
|
|
1779
|
+
if (!edge.orientation) {
|
|
1780
|
+
// reverse curve
|
|
1781
|
+
curveValue.invert();
|
|
1782
|
+
}
|
|
1783
|
+
curves.push_back(curveValue);
|
|
1784
|
+
}
|
|
1785
|
+
else {
|
|
1786
|
+
console.log(`curve === undefined, type: ${EntityTypesAP214[edgeCurve.type]}`);
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
else {
|
|
1790
|
+
console.log('oriented_edge case');
|
|
1791
|
+
// console.log("curve === null")
|
|
1792
|
+
const start = edge.edge_start;
|
|
1793
|
+
if (start instanceof vertex_point) {
|
|
1794
|
+
const startPoint = start.vertex_geometry;
|
|
1795
|
+
// eslint-disable-next-line no-magic-numbers
|
|
1796
|
+
if (startPoint instanceof cartesian_point && startPoint.coordinates.length === 3) {
|
|
1797
|
+
const startCoords = startPoint.coordinates;
|
|
1798
|
+
points.push_back({
|
|
1799
|
+
x: startCoords[0],
|
|
1800
|
+
y: startCoords[1],
|
|
1801
|
+
z: startCoords[2],
|
|
1802
|
+
});
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
else {
|
|
1809
|
+
console.log(`Unsupported bound ${loop}`);
|
|
1810
|
+
}
|
|
1811
|
+
}
|
|
1812
|
+
/**
|
|
1813
|
+
* Extract an advanced (NURBS) b-rep face.
|
|
1814
|
+
*
|
|
1815
|
+
* @param from
|
|
1816
|
+
* @param geometry
|
|
1817
|
+
*/
|
|
1818
|
+
extractAdvancedFace(from, geometry) {
|
|
1819
|
+
if (from.bounds.length > 0) {
|
|
1820
|
+
const bound3DVector = this.nativeBound3DVector();
|
|
1821
|
+
for (const bound of from.bounds) {
|
|
1822
|
+
const vec3Array = this.nativeVectorGlmdVec3();
|
|
1823
|
+
const innerBound = bound.bound;
|
|
1824
|
+
const nativeEdgeCurves = this.nativeVectorCurve();
|
|
1825
|
+
// console.log("innerBound type: " + EntityTypesAP214[innerBound.type])
|
|
1826
|
+
this.extractLoop(innerBound, vec3Array, nativeEdgeCurves);
|
|
1827
|
+
// get curve
|
|
1828
|
+
const parameters = {
|
|
1829
|
+
points: vec3Array,
|
|
1830
|
+
edges: nativeEdgeCurves,
|
|
1831
|
+
};
|
|
1832
|
+
// console.log("isEdgeLoop: " + (isEdgeLoop) ? "TRUE" : "FALSE")
|
|
1833
|
+
const curve_ = this.conwayModel.getLoop(parameters);
|
|
1834
|
+
// create bound vector
|
|
1835
|
+
const parametersCreateBounds3D = {
|
|
1836
|
+
curve: curve_,
|
|
1837
|
+
orientation: bound.orientation,
|
|
1838
|
+
type: (bound.type === EntityTypesAP214.FACE_OUTER_BOUND) ? 0 : 1,
|
|
1839
|
+
};
|
|
1840
|
+
const bound3D = this.conwayModel.createBound3D(parametersCreateBounds3D);
|
|
1841
|
+
bound3DVector.push_back(bound3D);
|
|
1842
|
+
vec3Array.delete();
|
|
1843
|
+
nativeEdgeCurves.delete();
|
|
1844
|
+
}
|
|
1845
|
+
const surface = from.face_geometry;
|
|
1846
|
+
// add face to geometry
|
|
1847
|
+
const nativeSurface = (new (this.wasmModule.IfcSurface));
|
|
1848
|
+
if (surface instanceof plane) {
|
|
1849
|
+
nativeSurface.transformation = this.extractPlane(surface);
|
|
1850
|
+
}
|
|
1851
|
+
else if (surface instanceof rational_b_spline_surface) {
|
|
1852
|
+
nativeSurface.bspline = this.extractRationalBSplineSurface(surface);
|
|
1853
|
+
if (!nativeSurface.bspline.active) {
|
|
1854
|
+
return;
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
else if (surface instanceof b_spline_surface_with_knots) {
|
|
1858
|
+
nativeSurface.bspline = this.extractBSplineSurfaceWithKnots(surface);
|
|
1859
|
+
if (!nativeSurface.bspline.active) {
|
|
1860
|
+
return;
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
else if (surface instanceof b_spline_surface) {
|
|
1864
|
+
nativeSurface.bspline = this.extractBSplineSurface(surface);
|
|
1865
|
+
if (!nativeSurface.bspline.active) {
|
|
1866
|
+
return;
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
else if (surface instanceof cylindrical_surface) {
|
|
1870
|
+
this.extractCylindricalSurface(surface, nativeSurface);
|
|
1871
|
+
if (!nativeSurface.cylinder.active) {
|
|
1872
|
+
return;
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
else if (surface instanceof surface_of_revolution) {
|
|
1876
|
+
this.extractSurfaceOfRevolution(surface, nativeSurface);
|
|
1877
|
+
if (!nativeSurface.revolution.active) {
|
|
1878
|
+
return;
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
else if (surface instanceof surface_of_linear_extrusion) {
|
|
1882
|
+
this.extractSurfaceOfLinearExtrusion(surface, nativeSurface);
|
|
1883
|
+
if (!nativeSurface.extrusion.active) {
|
|
1884
|
+
return;
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
else {
|
|
1888
|
+
console.log(`Unknown surface type: ${surface}`);
|
|
1889
|
+
}
|
|
1890
|
+
const parameters = {
|
|
1891
|
+
boundsArray: bound3DVector,
|
|
1892
|
+
advancedBrep: true,
|
|
1893
|
+
surface: nativeSurface,
|
|
1894
|
+
scaling: this.getLinearScalingFactor(),
|
|
1895
|
+
};
|
|
1896
|
+
this.conwayModel.addFaceToGeometry(parameters, geometry);
|
|
1897
|
+
bound3DVector.delete();
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
/**
|
|
1901
|
+
* Extract a linear extrusion/sweep surface
|
|
1902
|
+
*
|
|
1903
|
+
* @param from
|
|
1904
|
+
* @param nativeSurface
|
|
1905
|
+
*/
|
|
1906
|
+
extractSurfaceOfLinearExtrusion(from, nativeSurface) {
|
|
1907
|
+
const profile = this.extractProfile(from.swept_curve);
|
|
1908
|
+
if (profile?.nativeProfile === void 0) {
|
|
1909
|
+
console.log('Couldn\'t get curve profile for linear extrusion surface');
|
|
1910
|
+
return;
|
|
1911
|
+
}
|
|
1912
|
+
const extrusionAxis = from.extrusion_axis;
|
|
1913
|
+
const depth = extrusionAxis.magnitude;
|
|
1914
|
+
const directionCoords = extrusionAxis.orientation.direction_ratios;
|
|
1915
|
+
nativeSurface.extrusion = {
|
|
1916
|
+
active: true,
|
|
1917
|
+
length: depth,
|
|
1918
|
+
direction: {
|
|
1919
|
+
x: directionCoords[0],
|
|
1920
|
+
y: directionCoords[1],
|
|
1921
|
+
z: directionCoords[2],
|
|
1922
|
+
},
|
|
1923
|
+
profile: profile?.nativeProfile,
|
|
1924
|
+
};
|
|
1925
|
+
}
|
|
1926
|
+
/**
|
|
1927
|
+
* Extract a surface of revolution/rotational sweep surface
|
|
1928
|
+
*
|
|
1929
|
+
* @param from
|
|
1930
|
+
* @param nativeSurface
|
|
1931
|
+
*/
|
|
1932
|
+
extractSurfaceOfRevolution(from, nativeSurface) {
|
|
1933
|
+
const sweptCurve = from.swept_curve;
|
|
1934
|
+
const nativeCurve = this.extractCurve(sweptCurve);
|
|
1935
|
+
if (nativeCurve === void 0) {
|
|
1936
|
+
return;
|
|
1937
|
+
}
|
|
1938
|
+
const axisDirection = this.extractAxis1Placement3D(from.axis_position, from.localID, true);
|
|
1939
|
+
// create native IfcProfile vector
|
|
1940
|
+
const parameters = {
|
|
1941
|
+
curve: nativeCurve,
|
|
1942
|
+
// TODO(nickcastel50): support profiles with holes (out of scope at the moment)
|
|
1943
|
+
holes: void 0,
|
|
1944
|
+
isConvex: false,
|
|
1945
|
+
isComposite: false,
|
|
1946
|
+
profiles: void 0,
|
|
1947
|
+
};
|
|
1948
|
+
const nativeProfile = this.conwayModel.createNativeIfcProfile(parameters);
|
|
1949
|
+
nativeSurface.revolution = {
|
|
1950
|
+
active: true,
|
|
1951
|
+
direction: this.conwayModel.getAxis1Placement3D(axisDirection),
|
|
1952
|
+
profile: nativeProfile,
|
|
1953
|
+
};
|
|
1954
|
+
}
|
|
1955
|
+
/**
|
|
1956
|
+
* Extract a cylindrical surface.
|
|
1957
|
+
*
|
|
1958
|
+
* @param from The AP214 object to extract from.
|
|
1959
|
+
* @param nativeSurface The native surface representation.
|
|
1960
|
+
*/
|
|
1961
|
+
extractCylindricalSurface(from, nativeSurface) {
|
|
1962
|
+
const location = from.position;
|
|
1963
|
+
const transform = this.extractAxis2Placement3D(location, from.localID, true);
|
|
1964
|
+
nativeSurface.transformation = this.conwayModel.getAxis2Placement3D(transform);
|
|
1965
|
+
nativeSurface.cylinder = { active: true, radius: from.radius };
|
|
1966
|
+
}
|
|
1967
|
+
/**
|
|
1968
|
+
*
|
|
1969
|
+
* @param from
|
|
1970
|
+
* @param geometry
|
|
1971
|
+
*/
|
|
1972
|
+
extractFace(from, geometry) {
|
|
1973
|
+
if (from.bounds.length > 0) {
|
|
1974
|
+
const bound3DVector = this.nativeBound3DVector();
|
|
1975
|
+
for (let boundIndex = 0; boundIndex < from.bounds.length; ++boundIndex) {
|
|
1976
|
+
const vec3Array = this.nativeVectorGlmdVec3();
|
|
1977
|
+
const bound = from.bounds[boundIndex];
|
|
1978
|
+
if (bound.bound instanceof poly_loop) {
|
|
1979
|
+
let prevLocalID = -1;
|
|
1980
|
+
for (let pointIndex = 0; pointIndex < bound.bound.polygon.length; ++pointIndex) {
|
|
1981
|
+
const vec3 = {
|
|
1982
|
+
x: bound.bound.polygon[pointIndex].coordinates[0],
|
|
1983
|
+
y: bound.bound.polygon[pointIndex].coordinates[1],
|
|
1984
|
+
z: bound.bound.polygon[pointIndex].coordinates[2],
|
|
1985
|
+
};
|
|
1986
|
+
const currentLocalID = bound.bound.polygon[pointIndex].localID;
|
|
1987
|
+
if (currentLocalID !== prevLocalID) {
|
|
1988
|
+
vec3Array.push_back(vec3);
|
|
1989
|
+
prevLocalID = currentLocalID;
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
const edgesDummy = this.nativeVectorCurve();
|
|
1994
|
+
// get curve
|
|
1995
|
+
const parameters = {
|
|
1996
|
+
points: vec3Array,
|
|
1997
|
+
edges: edgesDummy,
|
|
1998
|
+
};
|
|
1999
|
+
const curve_ = this.conwayModel.getLoop(parameters);
|
|
2000
|
+
// create bound vector
|
|
2001
|
+
const parametersCreateBounds3D = {
|
|
2002
|
+
curve: curve_,
|
|
2003
|
+
orientation: bound.orientation,
|
|
2004
|
+
type: (bound.type === EntityTypesAP214.FACE_OUTER_BOUND) ? 0 : 1,
|
|
2005
|
+
};
|
|
2006
|
+
const bound3D = this.conwayModel.createBound3D(parametersCreateBounds3D);
|
|
2007
|
+
bound3DVector.push_back(bound3D);
|
|
2008
|
+
vec3Array.delete();
|
|
2009
|
+
edgesDummy.delete();
|
|
2010
|
+
}
|
|
2011
|
+
// add face to geometry
|
|
2012
|
+
const defaultSurface = (new (this.wasmModule.IfcSurface));
|
|
2013
|
+
const parameters = {
|
|
2014
|
+
boundsArray: bound3DVector,
|
|
2015
|
+
advancedBrep: false,
|
|
2016
|
+
surface: defaultSurface,
|
|
2017
|
+
scaling: this.getLinearScalingFactor(),
|
|
2018
|
+
};
|
|
2019
|
+
this.conwayModel.addFaceToGeometry(parameters, geometry);
|
|
2020
|
+
bound3DVector.delete();
|
|
2021
|
+
defaultSurface.delete();
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
/**
|
|
2025
|
+
* Extract an axis placement 2D native object.
|
|
2026
|
+
*
|
|
2027
|
+
* @param from The axis 2 placement to extract.
|
|
2028
|
+
* @return {any} The native placement transform.
|
|
2029
|
+
*/
|
|
2030
|
+
extractAxis2Placement2D(from) {
|
|
2031
|
+
let normalizeX = false;
|
|
2032
|
+
const refDirection = from.ref_direction;
|
|
2033
|
+
if (refDirection !== null) {
|
|
2034
|
+
normalizeX = true;
|
|
2035
|
+
}
|
|
2036
|
+
const position2D = {
|
|
2037
|
+
x: from.location.coordinates[0],
|
|
2038
|
+
y: from.location.coordinates[1],
|
|
2039
|
+
};
|
|
2040
|
+
const xAxisRef = refDirection !== null ? {
|
|
2041
|
+
x: refDirection.direction_ratios[0],
|
|
2042
|
+
y: refDirection.direction_ratios[1],
|
|
2043
|
+
} : { x: 1, y: 0 };
|
|
2044
|
+
const axis2Placement2DParameters = {
|
|
2045
|
+
isAxis2Placement2D: true,
|
|
2046
|
+
isCartesianTransformationOperator2D: false,
|
|
2047
|
+
isCartesianTransformationOperator2DNonUniform: false,
|
|
2048
|
+
position2D: position2D,
|
|
2049
|
+
customAxis1Ref: normalizeX,
|
|
2050
|
+
axis1Ref: xAxisRef,
|
|
2051
|
+
customAxis2Ref: false,
|
|
2052
|
+
axis2Ref: xAxisRef,
|
|
2053
|
+
customScale: false,
|
|
2054
|
+
scale1: 0,
|
|
2055
|
+
customScale2: false,
|
|
2056
|
+
scale2: 0,
|
|
2057
|
+
};
|
|
2058
|
+
const axis2Placement2DTransform = this.conwayModel
|
|
2059
|
+
.getAxis2Placement2D(axis2Placement2DParameters);
|
|
2060
|
+
return axis2Placement2DTransform;
|
|
2061
|
+
}
|
|
2062
|
+
/**
|
|
2063
|
+
* Extracts a 2D Cartesian transformation operator from an AP214 Cartesian
|
|
2064
|
+
* transformation operator definition. The transformation can be uniform or non-uniform.
|
|
2065
|
+
*
|
|
2066
|
+
* @param from The AP214 Cartesian transformation operator definition,
|
|
2067
|
+
* which can be either uniform or non-uniform.
|
|
2068
|
+
* @return {any} The resulting transformation operator parameters.
|
|
2069
|
+
*/
|
|
2070
|
+
extractCartesianTransformOperator2D(from) {
|
|
2071
|
+
let scale1 = 1.0;
|
|
2072
|
+
let scale2 = 1.0;
|
|
2073
|
+
if (from.scale !== null) {
|
|
2074
|
+
scale1 = from.scale;
|
|
2075
|
+
scale2 = scale1;
|
|
2076
|
+
}
|
|
2077
|
+
const position = {
|
|
2078
|
+
x: from.local_origin.coordinates[0],
|
|
2079
|
+
y: from.local_origin.coordinates[1],
|
|
2080
|
+
};
|
|
2081
|
+
const axis1Ref = AP214GeometryExtraction.extractDirection(from.axis1) ?? { x: 1, y: 0, z: 0 };
|
|
2082
|
+
const axis2Ref = AP214GeometryExtraction.extractDirection(from.axis2) ?? { x: 0, y: 1, z: 0 };
|
|
2083
|
+
const axis2Placement2DParameters = {
|
|
2084
|
+
isAxis2Placement2D: false,
|
|
2085
|
+
isCartesianTransformationOperator2D: true,
|
|
2086
|
+
isCartesianTransformationOperator2DNonUniform: false,
|
|
2087
|
+
position2D: position,
|
|
2088
|
+
customAxis1Ref: true,
|
|
2089
|
+
axis1Ref: axis1Ref,
|
|
2090
|
+
customAxis2Ref: true,
|
|
2091
|
+
axis2Ref: axis2Ref,
|
|
2092
|
+
customScale: true,
|
|
2093
|
+
scale1: scale1,
|
|
2094
|
+
customScale2: true,
|
|
2095
|
+
scale2: scale2,
|
|
2096
|
+
};
|
|
2097
|
+
return this.conwayModel.getAxis2Placement2D(axis2Placement2DParameters);
|
|
2098
|
+
}
|
|
2099
|
+
// eslint-disable-next-line no-dupe-class-members, require-jsdoc
|
|
2100
|
+
extractAxis1Placement3D(from, parentLocalId, extractOnly = false) {
|
|
2101
|
+
if (from === null) {
|
|
2102
|
+
return;
|
|
2103
|
+
}
|
|
2104
|
+
const result = this.scene.getTransform(parentLocalId);
|
|
2105
|
+
if (result !== void 0) {
|
|
2106
|
+
this.scene.pushTransform(result);
|
|
2107
|
+
return;
|
|
2108
|
+
}
|
|
2109
|
+
let normalizeZ = false;
|
|
2110
|
+
if (from.axis !== null) {
|
|
2111
|
+
normalizeZ = true;
|
|
2112
|
+
}
|
|
2113
|
+
const position = {
|
|
2114
|
+
x: from.location.coordinates[0],
|
|
2115
|
+
y: from.location.coordinates[1],
|
|
2116
|
+
z: from.location.coordinates[2],
|
|
2117
|
+
};
|
|
2118
|
+
const zAxisRef = {
|
|
2119
|
+
x: from.axis?.direction_ratios[0] ?? 0,
|
|
2120
|
+
y: from.axis?.direction_ratios[1] ?? 0,
|
|
2121
|
+
z: from.axis?.direction_ratios[2] ?? 1,
|
|
2122
|
+
};
|
|
2123
|
+
const axis1Placement3DParameters = {
|
|
2124
|
+
position: position,
|
|
2125
|
+
zAxisRef: zAxisRef,
|
|
2126
|
+
normalizeZ: normalizeZ,
|
|
2127
|
+
};
|
|
2128
|
+
if (extractOnly) {
|
|
2129
|
+
return axis1Placement3DParameters;
|
|
2130
|
+
}
|
|
2131
|
+
const axis1PlacementTransform = this.conwayModel
|
|
2132
|
+
.getAxis1Placement3D(axis1Placement3DParameters);
|
|
2133
|
+
this.scene.addTransform(parentLocalId, axis1PlacementTransform.getValues(), axis1PlacementTransform);
|
|
2134
|
+
}
|
|
2135
|
+
// eslint-disable-next-line no-dupe-class-members, require-jsdoc
|
|
2136
|
+
extractAxis2Placement3D(from, parentLocalId, extractOnly = false) {
|
|
2137
|
+
if (from === null) {
|
|
2138
|
+
return;
|
|
2139
|
+
}
|
|
2140
|
+
const result = this.scene.getTransform(parentLocalId);
|
|
2141
|
+
if (result !== void 0) {
|
|
2142
|
+
this.scene.pushTransform(result);
|
|
2143
|
+
return;
|
|
2144
|
+
}
|
|
2145
|
+
let normalizeZ = false;
|
|
2146
|
+
let normalizeX = false;
|
|
2147
|
+
if (from.axis !== null) {
|
|
2148
|
+
normalizeZ = true;
|
|
2149
|
+
}
|
|
2150
|
+
if (from.ref_direction !== null) {
|
|
2151
|
+
normalizeX = true;
|
|
2152
|
+
}
|
|
2153
|
+
const position = {
|
|
2154
|
+
x: from.location.coordinates[0],
|
|
2155
|
+
y: from.location.coordinates[1],
|
|
2156
|
+
z: from.location.coordinates[2],
|
|
2157
|
+
};
|
|
2158
|
+
const zAxisRef = {
|
|
2159
|
+
x: from.axis?.direction_ratios[0] ?? 0,
|
|
2160
|
+
y: from.axis?.direction_ratios[1] ?? 0,
|
|
2161
|
+
z: from.axis?.direction_ratios[2] ?? 1,
|
|
2162
|
+
};
|
|
2163
|
+
const xAxisRef = {
|
|
2164
|
+
x: from.ref_direction?.direction_ratios[0] ?? 1,
|
|
2165
|
+
y: from.ref_direction?.direction_ratios[1] ?? 0,
|
|
2166
|
+
z: from.ref_direction?.direction_ratios[2] ?? 0,
|
|
2167
|
+
};
|
|
2168
|
+
const axis2Placement3DParameters = {
|
|
2169
|
+
position: position,
|
|
2170
|
+
zAxisRef: zAxisRef,
|
|
2171
|
+
xAxisRef: xAxisRef,
|
|
2172
|
+
normalizeZ: normalizeZ,
|
|
2173
|
+
normalizeX: normalizeX,
|
|
2174
|
+
};
|
|
2175
|
+
if (extractOnly) {
|
|
2176
|
+
return axis2Placement3DParameters;
|
|
2177
|
+
}
|
|
2178
|
+
const axis2PlacementTransform = this.conwayModel
|
|
2179
|
+
.getAxis2Placement3D(axis2Placement3DParameters);
|
|
2180
|
+
this.scene.addTransform(parentLocalId, axis2PlacementTransform.getValues(), axis2PlacementTransform);
|
|
2181
|
+
}
|
|
2182
|
+
/**
|
|
2183
|
+
*
|
|
2184
|
+
* @param from
|
|
2185
|
+
*/
|
|
2186
|
+
extractPlacement(from) {
|
|
2187
|
+
const result = this.scene.getTransform(from.localID);
|
|
2188
|
+
if (result !== void 0) {
|
|
2189
|
+
this.scene.pushTransform(result);
|
|
2190
|
+
return;
|
|
2191
|
+
}
|
|
2192
|
+
if (from instanceof axis2_placement_3d) {
|
|
2193
|
+
this.extractAxis2Placement3D(from, from.localID);
|
|
2194
|
+
}
|
|
2195
|
+
}
|
|
2196
|
+
/**
|
|
2197
|
+
*
|
|
2198
|
+
* @param from
|
|
2199
|
+
* @return {number | undefined}
|
|
2200
|
+
*/
|
|
2201
|
+
// extractMaterial(
|
|
2202
|
+
// from: AP214Material |
|
|
2203
|
+
// AP214MaterialList |
|
|
2204
|
+
// AP214MaterialProfile |
|
|
2205
|
+
// AP214MaterialProfileSet |
|
|
2206
|
+
// AP214MaterialConstituent |
|
|
2207
|
+
// AP214MaterialLayerSetUsage |
|
|
2208
|
+
// AP214MaterialConstituentSet): number | undefined {
|
|
2209
|
+
// if (from instanceof AP214Material) {
|
|
2210
|
+
// return this.materials.materialDefinitionsMap.get(from.localID)
|
|
2211
|
+
// } else if (from instanceof AP214MaterialLayerSetUsage) {
|
|
2212
|
+
// for (const layer of from.ForLayerSet.MaterialLayers) {
|
|
2213
|
+
// if (layer.Material) {
|
|
2214
|
+
// const styledItemID = this.extractMaterial(layer.Material)
|
|
2215
|
+
// if (styledItemID !== undefined) {
|
|
2216
|
+
// return styledItemID
|
|
2217
|
+
// }
|
|
2218
|
+
// }
|
|
2219
|
+
// }
|
|
2220
|
+
// } else if (from instanceof AP214MaterialList) {
|
|
2221
|
+
// for (const _material of from.Materials) {
|
|
2222
|
+
// if (_material instanceof AP214Material) {
|
|
2223
|
+
// const styledItemID = this.extractMaterial(_material)
|
|
2224
|
+
// if (styledItemID !== undefined) {
|
|
2225
|
+
// return styledItemID
|
|
2226
|
+
// }
|
|
2227
|
+
// }
|
|
2228
|
+
// }
|
|
2229
|
+
// } else if (from instanceof AP214MaterialProfile) {
|
|
2230
|
+
// if (from.Material !== null) {
|
|
2231
|
+
// const styledItemID = this.extractMaterial(from.Material)
|
|
2232
|
+
// if (styledItemID !== undefined) {
|
|
2233
|
+
// return styledItemID
|
|
2234
|
+
// }
|
|
2235
|
+
// } else {
|
|
2236
|
+
// console.log(`from.Material === null`)
|
|
2237
|
+
// }
|
|
2238
|
+
// } else if (from instanceof AP214MaterialProfileSet) {
|
|
2239
|
+
// for (const material of from.MaterialProfiles) {
|
|
2240
|
+
// const styledItemID = this.extractMaterial(material)
|
|
2241
|
+
// if (styledItemID !== undefined) {
|
|
2242
|
+
// return styledItemID
|
|
2243
|
+
// }
|
|
2244
|
+
// }
|
|
2245
|
+
// } else if (from instanceof AP214MaterialConstituent) {
|
|
2246
|
+
// const styledItemID = this.extractMaterial(from.Material)
|
|
2247
|
+
// if (styledItemID !== undefined) {
|
|
2248
|
+
// return styledItemID
|
|
2249
|
+
// }
|
|
2250
|
+
// } else if (from instanceof AP214MaterialConstituentSet) {
|
|
2251
|
+
// if (from.MaterialConstituents !== null) {
|
|
2252
|
+
// for (const materialConstituents of from.MaterialConstituents) {
|
|
2253
|
+
// const styledItemID = this.extractMaterial(materialConstituents)
|
|
2254
|
+
// if (styledItemID !== undefined) {
|
|
2255
|
+
// return styledItemID
|
|
2256
|
+
// }
|
|
2257
|
+
// }
|
|
2258
|
+
// }
|
|
2259
|
+
// }
|
|
2260
|
+
// }
|
|
2261
|
+
/**
|
|
2262
|
+
*
|
|
2263
|
+
* @param from
|
|
2264
|
+
* @return {number | undefined}
|
|
2265
|
+
*/
|
|
2266
|
+
// extractMaterialStyle(from: AP214Product): number | undefined {
|
|
2267
|
+
// let styledItemID: number | undefined
|
|
2268
|
+
// const materialID = this.materials.relMaterialsMap.get(from.localID)
|
|
2269
|
+
// if ( materialID !== void 0 ) {
|
|
2270
|
+
// if (this.materials.materialDefinitionsMap.has(materialID)) {
|
|
2271
|
+
// // found material for mesh
|
|
2272
|
+
// styledItemID = this.materials.materialDefinitionsMap.get(materialID)
|
|
2273
|
+
// } else {
|
|
2274
|
+
// const material = this.model.getElementByLocalID(materialID)
|
|
2275
|
+
// if (material) {
|
|
2276
|
+
// if (material instanceof AP214Material) {
|
|
2277
|
+
// styledItemID = this.extractMaterial(material)
|
|
2278
|
+
// } else if (material instanceof AP214MaterialLayerSetUsage) {
|
|
2279
|
+
// styledItemID = this.extractMaterial(material)
|
|
2280
|
+
// } else if (material instanceof AP214MaterialList) {
|
|
2281
|
+
// styledItemID = this.extractMaterial(material)
|
|
2282
|
+
// } else if (material instanceof AP214MaterialProfile) {
|
|
2283
|
+
// styledItemID = this.extractMaterial(material)
|
|
2284
|
+
// } else if (material instanceof AP214MaterialProfileSet) {
|
|
2285
|
+
// styledItemID = this.extractMaterial(material)
|
|
2286
|
+
// } else if (material instanceof AP214MaterialConstituent) {
|
|
2287
|
+
// styledItemID = this.extractMaterial(material)
|
|
2288
|
+
// } else if (material instanceof AP214MaterialConstituentSet) {
|
|
2289
|
+
// styledItemID = this.extractMaterial(material)
|
|
2290
|
+
// } else {
|
|
2291
|
+
// console.log(`Material type not supported - type: ${EntityTypesAP214[material.type]}`)
|
|
2292
|
+
// }
|
|
2293
|
+
// }
|
|
2294
|
+
// }
|
|
2295
|
+
// }
|
|
2296
|
+
// return styledItemID
|
|
2297
|
+
// }
|
|
2298
|
+
/**
|
|
2299
|
+
*
|
|
2300
|
+
*/
|
|
2301
|
+
populateStyledItemsMap() {
|
|
2302
|
+
const styledItems = this.model.types(styled_item);
|
|
2303
|
+
for (const styledItem of styledItems) {
|
|
2304
|
+
if (styledItem.item !== null) {
|
|
2305
|
+
this.materials.styledItemMap.set(styledItem.item.localID, styledItem.localID);
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
/**
|
|
2310
|
+
*
|
|
2311
|
+
*/
|
|
2312
|
+
// populateMaterialDefinitionsMap() {
|
|
2313
|
+
// // populate MaterialDefinitionsMap
|
|
2314
|
+
// const materialDefinitionRepresentations =
|
|
2315
|
+
// this.model.types(AP214MaterialDefinitionRepresentation)
|
|
2316
|
+
// for (const materialDefinitionRep of materialDefinitionRepresentations) {
|
|
2317
|
+
// for (const representation of materialDefinitionRep.Representations) {
|
|
2318
|
+
// for (let itemIndex = 0; itemIndex < representation.Items.length; ++itemIndex) {
|
|
2319
|
+
// // save mapping of AP214Material --> AP214StyledItem
|
|
2320
|
+
// this.materials.materialDefinitionsMap.set(
|
|
2321
|
+
// materialDefinitionRep.RepresentedMaterial.localID,
|
|
2322
|
+
// representation.Items[itemIndex].localID)
|
|
2323
|
+
// }
|
|
2324
|
+
// }
|
|
2325
|
+
// }
|
|
2326
|
+
// }
|
|
2327
|
+
/**
|
|
2328
|
+
* Extracts linear scaling factor
|
|
2329
|
+
*/
|
|
2330
|
+
// extractLinearScalingFactor() {
|
|
2331
|
+
// const projects = this.model.types(AP214Project)
|
|
2332
|
+
// const projectsArray = Array.from(projects)
|
|
2333
|
+
// if (projectsArray.length <= 0) {
|
|
2334
|
+
// console.log('No AP214Projects found?')
|
|
2335
|
+
// return
|
|
2336
|
+
// }
|
|
2337
|
+
// const project = projectsArray[0]
|
|
2338
|
+
// const unitsInContext = project.UnitsInContext
|
|
2339
|
+
// if (unitsInContext === null) {
|
|
2340
|
+
// console.log('No units defined.')
|
|
2341
|
+
// return
|
|
2342
|
+
// }
|
|
2343
|
+
// // console.log(`UnitsInContext expressID: ${unitsInContext.expressID}`)
|
|
2344
|
+
// for (const unit of unitsInContext.Units) {
|
|
2345
|
+
// // console.log(`Unit type: ${EntityTypesAP214[unit.type]}, expressID: ${unit.expressID}`)
|
|
2346
|
+
// if (unit instanceof AP214SIUnit) {
|
|
2347
|
+
// const unitType = unit.UnitType
|
|
2348
|
+
// const unitName = unit.Name
|
|
2349
|
+
// const unitPrefix = unit.Prefix
|
|
2350
|
+
// if (unitPrefix === null) {
|
|
2351
|
+
// // console.log("Unit prefix not found")
|
|
2352
|
+
// continue
|
|
2353
|
+
// }
|
|
2354
|
+
// const unitPrefixVal = this.convertPrefix(unitPrefix)
|
|
2355
|
+
// if (unitType === AP214UnitEnum.LENGTHUNIT &&
|
|
2356
|
+
// unitName === AP214SIUnitName.METRE &&
|
|
2357
|
+
// unitPrefixVal !== null) {
|
|
2358
|
+
// this.linearScalingFactor *= unitPrefixVal
|
|
2359
|
+
// continue
|
|
2360
|
+
// } else {
|
|
2361
|
+
// // console.log("linear scaling factor not set for AP214SIUnit")
|
|
2362
|
+
// }
|
|
2363
|
+
// } else if (unit instanceof AP214ConversionBasedUnit) {
|
|
2364
|
+
// // TODO: Linear scaling factor for AP214ConversionBasedUnit
|
|
2365
|
+
// /* const unitType = unit.UnitType
|
|
2366
|
+
// unit.ConversionFactor.UnitComponent
|
|
2367
|
+
// unit.Dimensions
|
|
2368
|
+
// console.log("unit.Name: " + unit.Name)*/
|
|
2369
|
+
// }
|
|
2370
|
+
// }
|
|
2371
|
+
// }
|
|
2372
|
+
/**
|
|
2373
|
+
*
|
|
2374
|
+
* @param prefix
|
|
2375
|
+
* @return {number | null}
|
|
2376
|
+
*/
|
|
2377
|
+
convertPrefix(prefix) {
|
|
2378
|
+
/* eslint-disable no-magic-numbers */
|
|
2379
|
+
switch (prefix) {
|
|
2380
|
+
case si_prefix.EXA:
|
|
2381
|
+
return 1e18;
|
|
2382
|
+
case si_prefix.PETA:
|
|
2383
|
+
return 1e15;
|
|
2384
|
+
case si_prefix.TERA:
|
|
2385
|
+
return 1e12;
|
|
2386
|
+
case si_prefix.GIGA:
|
|
2387
|
+
return 1e9;
|
|
2388
|
+
case si_prefix.MEGA:
|
|
2389
|
+
return 1e6;
|
|
2390
|
+
case si_prefix.KILO:
|
|
2391
|
+
return 1e3;
|
|
2392
|
+
case si_prefix.HECTO:
|
|
2393
|
+
return 1e2;
|
|
2394
|
+
case si_prefix.DECA:
|
|
2395
|
+
return 1e1;
|
|
2396
|
+
case si_prefix.DECI:
|
|
2397
|
+
return 1e-1;
|
|
2398
|
+
case si_prefix.CENTI:
|
|
2399
|
+
return 1e-2;
|
|
2400
|
+
case si_prefix.MILLI:
|
|
2401
|
+
return 1e-3;
|
|
2402
|
+
case si_prefix.MICRO:
|
|
2403
|
+
return 1e-6;
|
|
2404
|
+
case si_prefix.NANO:
|
|
2405
|
+
return 1e-9;
|
|
2406
|
+
case si_prefix.PICO:
|
|
2407
|
+
return 1e-12;
|
|
2408
|
+
case si_prefix.FEMTO:
|
|
2409
|
+
return 1e-15;
|
|
2410
|
+
case si_prefix.ATTO:
|
|
2411
|
+
return 1e-18;
|
|
2412
|
+
default:
|
|
2413
|
+
return null;
|
|
2414
|
+
}
|
|
2415
|
+
/* eslint-enable no-case-declarations */
|
|
2416
|
+
}
|
|
2417
|
+
/**
|
|
2418
|
+
* Extract the geometry data from the AP214
|
|
2419
|
+
*
|
|
2420
|
+
* @param model - Input AP214StepModel to extract geometry data from
|
|
2421
|
+
* @param logTime boolean - print execution time (default no)
|
|
2422
|
+
* @return {[ExtractResult, AP214SceneBuilder]} - Enum indicating extraction result
|
|
2423
|
+
* + Geometry array
|
|
2424
|
+
*/
|
|
2425
|
+
extractAP214GeometryData(logTime = false) {
|
|
2426
|
+
let result = ExtractResult.INCOMPLETE;
|
|
2427
|
+
const startTime = Date.now();
|
|
2428
|
+
// this.extractLinearScalingFactor()
|
|
2429
|
+
const previousMemoizationState = this.model.elementMemoization;
|
|
2430
|
+
// populate relMaterialsMap
|
|
2431
|
+
// const relAssociatesMaterials = this.model.types(AP214RelAssociatesMaterial)
|
|
2432
|
+
try {
|
|
2433
|
+
this.model.elementMemoization = false;
|
|
2434
|
+
const shapeDefinitions = this.model.types(shape_definition_representation);
|
|
2435
|
+
for (const shapeDefinition of shapeDefinitions) {
|
|
2436
|
+
this.scene.clearParentStack();
|
|
2437
|
+
const representation = shapeDefinition.used_representation;
|
|
2438
|
+
const representationItems = representation.items;
|
|
2439
|
+
const objectPlacement = representationItems.find((where) => where instanceof placement);
|
|
2440
|
+
if (objectPlacement !== void 0) {
|
|
2441
|
+
this.extractPlacement(objectPlacement);
|
|
2442
|
+
}
|
|
2443
|
+
for (const item of representationItems) {
|
|
2444
|
+
if (item instanceof placement) {
|
|
2445
|
+
continue;
|
|
2446
|
+
}
|
|
2447
|
+
this.extractRepresentationItem(item, shapeDefinition.localID);
|
|
2448
|
+
const styledItemLocalID = this.materials.styledItemMap.get(item.localID);
|
|
2449
|
+
if (styledItemLocalID !== void 0) {
|
|
2450
|
+
const styledItem = this.model.getElementByLocalID(styledItemLocalID);
|
|
2451
|
+
this.extractStyledItem(styledItem);
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
}
|
|
2455
|
+
result = ExtractResult.COMPLETE;
|
|
2456
|
+
const endTime = Date.now();
|
|
2457
|
+
const executionTimeInMs = endTime - startTime;
|
|
2458
|
+
if (logTime) {
|
|
2459
|
+
console.log(`Geometry Extraction took ${executionTimeInMs} milliseconds to execute.`);
|
|
2460
|
+
}
|
|
2461
|
+
return [result, this.scene];
|
|
2462
|
+
}
|
|
2463
|
+
finally {
|
|
2464
|
+
this.model.elementMemoization = previousMemoizationState;
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
}
|