@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
package/LICENSE.md
ADDED
|
@@ -0,0 +1,660 @@
|
|
|
1
|
+
# GNU AFFERO GENERAL PUBLIC LICENSE
|
|
2
|
+
|
|
3
|
+
Version 3, 19 November 2007
|
|
4
|
+
|
|
5
|
+
Copyright (C) 2007 Free Software Foundation, Inc.
|
|
6
|
+
<https://fsf.org/>
|
|
7
|
+
|
|
8
|
+
Everyone is permitted to copy and distribute verbatim copies of this
|
|
9
|
+
license document, but changing it is not allowed.
|
|
10
|
+
|
|
11
|
+
## Preamble
|
|
12
|
+
|
|
13
|
+
The GNU Affero General Public License is a free, copyleft license for
|
|
14
|
+
software and other kinds of works, specifically designed to ensure
|
|
15
|
+
cooperation with the community in the case of network server software.
|
|
16
|
+
|
|
17
|
+
The licenses for most software and other practical works are designed
|
|
18
|
+
to take away your freedom to share and change the works. By contrast,
|
|
19
|
+
our General Public Licenses are intended to guarantee your freedom to
|
|
20
|
+
share and change all versions of a program--to make sure it remains
|
|
21
|
+
free software for all its users.
|
|
22
|
+
|
|
23
|
+
When we speak of free software, we are referring to freedom, not
|
|
24
|
+
price. Our General Public Licenses are designed to make sure that you
|
|
25
|
+
have the freedom to distribute copies of free software (and charge for
|
|
26
|
+
them if you wish), that you receive source code or can get it if you
|
|
27
|
+
want it, that you can change the software or use pieces of it in new
|
|
28
|
+
free programs, and that you know you can do these things.
|
|
29
|
+
|
|
30
|
+
Developers that use our General Public Licenses protect your rights
|
|
31
|
+
with two steps: (1) assert copyright on the software, and (2) offer
|
|
32
|
+
you this License which gives you legal permission to copy, distribute
|
|
33
|
+
and/or modify the software.
|
|
34
|
+
|
|
35
|
+
A secondary benefit of defending all users' freedom is that
|
|
36
|
+
improvements made in alternate versions of the program, if they
|
|
37
|
+
receive widespread use, become available for other developers to
|
|
38
|
+
incorporate. Many developers of free software are heartened and
|
|
39
|
+
encouraged by the resulting cooperation. However, in the case of
|
|
40
|
+
software used on network servers, this result may fail to come about.
|
|
41
|
+
The GNU General Public License permits making a modified version and
|
|
42
|
+
letting the public access it on a server without ever releasing its
|
|
43
|
+
source code to the public.
|
|
44
|
+
|
|
45
|
+
The GNU Affero General Public License is designed specifically to
|
|
46
|
+
ensure that, in such cases, the modified source code becomes available
|
|
47
|
+
to the community. It requires the operator of a network server to
|
|
48
|
+
provide the source code of the modified version running there to the
|
|
49
|
+
users of that server. Therefore, public use of a modified version, on
|
|
50
|
+
a publicly accessible server, gives the public access to the source
|
|
51
|
+
code of the modified version.
|
|
52
|
+
|
|
53
|
+
An older license, called the Affero General Public License and
|
|
54
|
+
published by Affero, was designed to accomplish similar goals. This is
|
|
55
|
+
a different license, not a version of the Affero GPL, but Affero has
|
|
56
|
+
released a new version of the Affero GPL which permits relicensing
|
|
57
|
+
under this license.
|
|
58
|
+
|
|
59
|
+
The precise terms and conditions for copying, distribution and
|
|
60
|
+
modification follow.
|
|
61
|
+
|
|
62
|
+
## TERMS AND CONDITIONS
|
|
63
|
+
|
|
64
|
+
### 0. Definitions.
|
|
65
|
+
|
|
66
|
+
"This License" refers to version 3 of the GNU Affero General Public
|
|
67
|
+
License.
|
|
68
|
+
|
|
69
|
+
"Copyright" also means copyright-like laws that apply to other kinds
|
|
70
|
+
of works, such as semiconductor masks.
|
|
71
|
+
|
|
72
|
+
"The Program" refers to any copyrightable work licensed under this
|
|
73
|
+
License. Each licensee is addressed as "you". "Licensees" and
|
|
74
|
+
"recipients" may be individuals or organizations.
|
|
75
|
+
|
|
76
|
+
To "modify" a work means to copy from or adapt all or part of the work
|
|
77
|
+
in a fashion requiring copyright permission, other than the making of
|
|
78
|
+
an exact copy. The resulting work is called a "modified version" of
|
|
79
|
+
the earlier work or a work "based on" the earlier work.
|
|
80
|
+
|
|
81
|
+
A "covered work" means either the unmodified Program or a work based
|
|
82
|
+
on the Program.
|
|
83
|
+
|
|
84
|
+
To "propagate" a work means to do anything with it that, without
|
|
85
|
+
permission, would make you directly or secondarily liable for
|
|
86
|
+
infringement under applicable copyright law, except executing it on a
|
|
87
|
+
computer or modifying a private copy. Propagation includes copying,
|
|
88
|
+
distribution (with or without modification), making available to the
|
|
89
|
+
public, and in some countries other activities as well.
|
|
90
|
+
|
|
91
|
+
To "convey" a work means any kind of propagation that enables other
|
|
92
|
+
parties to make or receive copies. Mere interaction with a user
|
|
93
|
+
through a computer network, with no transfer of a copy, is not
|
|
94
|
+
conveying.
|
|
95
|
+
|
|
96
|
+
An interactive user interface displays "Appropriate Legal Notices" to
|
|
97
|
+
the extent that it includes a convenient and prominently visible
|
|
98
|
+
feature that (1) displays an appropriate copyright notice, and (2)
|
|
99
|
+
tells the user that there is no warranty for the work (except to the
|
|
100
|
+
extent that warranties are provided), that licensees may convey the
|
|
101
|
+
work under this License, and how to view a copy of this License. If
|
|
102
|
+
the interface presents a list of user commands or options, such as a
|
|
103
|
+
menu, a prominent item in the list meets this criterion.
|
|
104
|
+
|
|
105
|
+
### 1. Source Code.
|
|
106
|
+
|
|
107
|
+
The "source code" for a work means the preferred form of the work for
|
|
108
|
+
making modifications to it. "Object code" means any non-source form of
|
|
109
|
+
a work.
|
|
110
|
+
|
|
111
|
+
A "Standard Interface" means an interface that either is an official
|
|
112
|
+
standard defined by a recognized standards body, or, in the case of
|
|
113
|
+
interfaces specified for a particular programming language, one that
|
|
114
|
+
is widely used among developers working in that language.
|
|
115
|
+
|
|
116
|
+
The "System Libraries" of an executable work include anything, other
|
|
117
|
+
than the work as a whole, that (a) is included in the normal form of
|
|
118
|
+
packaging a Major Component, but which is not part of that Major
|
|
119
|
+
Component, and (b) serves only to enable use of the work with that
|
|
120
|
+
Major Component, or to implement a Standard Interface for which an
|
|
121
|
+
implementation is available to the public in source code form. A
|
|
122
|
+
"Major Component", in this context, means a major essential component
|
|
123
|
+
(kernel, window system, and so on) of the specific operating system
|
|
124
|
+
(if any) on which the executable work runs, or a compiler used to
|
|
125
|
+
produce the work, or an object code interpreter used to run it.
|
|
126
|
+
|
|
127
|
+
The "Corresponding Source" for a work in object code form means all
|
|
128
|
+
the source code needed to generate, install, and (for an executable
|
|
129
|
+
work) run the object code and to modify the work, including scripts to
|
|
130
|
+
control those activities. However, it does not include the work's
|
|
131
|
+
System Libraries, or general-purpose tools or generally available free
|
|
132
|
+
programs which are used unmodified in performing those activities but
|
|
133
|
+
which are not part of the work. For example, Corresponding Source
|
|
134
|
+
includes interface definition files associated with source files for
|
|
135
|
+
the work, and the source code for shared libraries and dynamically
|
|
136
|
+
linked subprograms that the work is specifically designed to require,
|
|
137
|
+
such as by intimate data communication or control flow between those
|
|
138
|
+
subprograms and other parts of the work.
|
|
139
|
+
|
|
140
|
+
The Corresponding Source need not include anything that users can
|
|
141
|
+
regenerate automatically from other parts of the Corresponding Source.
|
|
142
|
+
|
|
143
|
+
The Corresponding Source for a work in source code form is that same
|
|
144
|
+
work.
|
|
145
|
+
|
|
146
|
+
### 2. Basic Permissions.
|
|
147
|
+
|
|
148
|
+
All rights granted under this License are granted for the term of
|
|
149
|
+
copyright on the Program, and are irrevocable provided the stated
|
|
150
|
+
conditions are met. This License explicitly affirms your unlimited
|
|
151
|
+
permission to run the unmodified Program. The output from running a
|
|
152
|
+
covered work is covered by this License only if the output, given its
|
|
153
|
+
content, constitutes a covered work. This License acknowledges your
|
|
154
|
+
rights of fair use or other equivalent, as provided by copyright law.
|
|
155
|
+
|
|
156
|
+
You may make, run and propagate covered works that you do not convey,
|
|
157
|
+
without conditions so long as your license otherwise remains in force.
|
|
158
|
+
You may convey covered works to others for the sole purpose of having
|
|
159
|
+
them make modifications exclusively for you, or provide you with
|
|
160
|
+
facilities for running those works, provided that you comply with the
|
|
161
|
+
terms of this License in conveying all material for which you do not
|
|
162
|
+
control copyright. Those thus making or running the covered works for
|
|
163
|
+
you must do so exclusively on your behalf, under your direction and
|
|
164
|
+
control, on terms that prohibit them from making any copies of your
|
|
165
|
+
copyrighted material outside their relationship with you.
|
|
166
|
+
|
|
167
|
+
Conveying under any other circumstances is permitted solely under the
|
|
168
|
+
conditions stated below. Sublicensing is not allowed; section 10 makes
|
|
169
|
+
it unnecessary.
|
|
170
|
+
|
|
171
|
+
### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
172
|
+
|
|
173
|
+
No covered work shall be deemed part of an effective technological
|
|
174
|
+
measure under any applicable law fulfilling obligations under article
|
|
175
|
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
176
|
+
similar laws prohibiting or restricting circumvention of such
|
|
177
|
+
measures.
|
|
178
|
+
|
|
179
|
+
When you convey a covered work, you waive any legal power to forbid
|
|
180
|
+
circumvention of technological measures to the extent such
|
|
181
|
+
circumvention is effected by exercising rights under this License with
|
|
182
|
+
respect to the covered work, and you disclaim any intention to limit
|
|
183
|
+
operation or modification of the work as a means of enforcing, against
|
|
184
|
+
the work's users, your or third parties' legal rights to forbid
|
|
185
|
+
circumvention of technological measures.
|
|
186
|
+
|
|
187
|
+
### 4. Conveying Verbatim Copies.
|
|
188
|
+
|
|
189
|
+
You may convey verbatim copies of the Program's source code as you
|
|
190
|
+
receive it, in any medium, provided that you conspicuously and
|
|
191
|
+
appropriately publish on each copy an appropriate copyright notice;
|
|
192
|
+
keep intact all notices stating that this License and any
|
|
193
|
+
non-permissive terms added in accord with section 7 apply to the code;
|
|
194
|
+
keep intact all notices of the absence of any warranty; and give all
|
|
195
|
+
recipients a copy of this License along with the Program.
|
|
196
|
+
|
|
197
|
+
You may charge any price or no price for each copy that you convey,
|
|
198
|
+
and you may offer support or warranty protection for a fee.
|
|
199
|
+
|
|
200
|
+
### 5. Conveying Modified Source Versions.
|
|
201
|
+
|
|
202
|
+
You may convey a work based on the Program, or the modifications to
|
|
203
|
+
produce it from the Program, in the form of source code under the
|
|
204
|
+
terms of section 4, provided that you also meet all of these
|
|
205
|
+
conditions:
|
|
206
|
+
|
|
207
|
+
- a) The work must carry prominent notices stating that you modified
|
|
208
|
+
it, and giving a relevant date.
|
|
209
|
+
- b) The work must carry prominent notices stating that it is
|
|
210
|
+
released under this License and any conditions added under
|
|
211
|
+
section 7. This requirement modifies the requirement in section 4
|
|
212
|
+
to "keep intact all notices".
|
|
213
|
+
- c) You must license the entire work, as a whole, under this
|
|
214
|
+
License to anyone who comes into possession of a copy. This
|
|
215
|
+
License will therefore apply, along with any applicable section 7
|
|
216
|
+
additional terms, to the whole of the work, and all its parts,
|
|
217
|
+
regardless of how they are packaged. This License gives no
|
|
218
|
+
permission to license the work in any other way, but it does not
|
|
219
|
+
invalidate such permission if you have separately received it.
|
|
220
|
+
- d) If the work has interactive user interfaces, each must display
|
|
221
|
+
Appropriate Legal Notices; however, if the Program has interactive
|
|
222
|
+
interfaces that do not display Appropriate Legal Notices, your
|
|
223
|
+
work need not make them do so.
|
|
224
|
+
|
|
225
|
+
A compilation of a covered work with other separate and independent
|
|
226
|
+
works, which are not by their nature extensions of the covered work,
|
|
227
|
+
and which are not combined with it such as to form a larger program,
|
|
228
|
+
in or on a volume of a storage or distribution medium, is called an
|
|
229
|
+
"aggregate" if the compilation and its resulting copyright are not
|
|
230
|
+
used to limit the access or legal rights of the compilation's users
|
|
231
|
+
beyond what the individual works permit. Inclusion of a covered work
|
|
232
|
+
in an aggregate does not cause this License to apply to the other
|
|
233
|
+
parts of the aggregate.
|
|
234
|
+
|
|
235
|
+
### 6. Conveying Non-Source Forms.
|
|
236
|
+
|
|
237
|
+
You may convey a covered work in object code form under the terms of
|
|
238
|
+
sections 4 and 5, provided that you also convey the machine-readable
|
|
239
|
+
Corresponding Source under the terms of this License, in one of these
|
|
240
|
+
ways:
|
|
241
|
+
|
|
242
|
+
- a) Convey the object code in, or embodied in, a physical product
|
|
243
|
+
(including a physical distribution medium), accompanied by the
|
|
244
|
+
Corresponding Source fixed on a durable physical medium
|
|
245
|
+
customarily used for software interchange.
|
|
246
|
+
- b) Convey the object code in, or embodied in, a physical product
|
|
247
|
+
(including a physical distribution medium), accompanied by a
|
|
248
|
+
written offer, valid for at least three years and valid for as
|
|
249
|
+
long as you offer spare parts or customer support for that product
|
|
250
|
+
model, to give anyone who possesses the object code either (1) a
|
|
251
|
+
copy of the Corresponding Source for all the software in the
|
|
252
|
+
product that is covered by this License, on a durable physical
|
|
253
|
+
medium customarily used for software interchange, for a price no
|
|
254
|
+
more than your reasonable cost of physically performing this
|
|
255
|
+
conveying of source, or (2) access to copy the Corresponding
|
|
256
|
+
Source from a network server at no charge.
|
|
257
|
+
- c) Convey individual copies of the object code with a copy of the
|
|
258
|
+
written offer to provide the Corresponding Source. This
|
|
259
|
+
alternative is allowed only occasionally and noncommercially, and
|
|
260
|
+
only if you received the object code with such an offer, in accord
|
|
261
|
+
with subsection 6b.
|
|
262
|
+
- d) Convey the object code by offering access from a designated
|
|
263
|
+
place (gratis or for a charge), and offer equivalent access to the
|
|
264
|
+
Corresponding Source in the same way through the same place at no
|
|
265
|
+
further charge. You need not require recipients to copy the
|
|
266
|
+
Corresponding Source along with the object code. If the place to
|
|
267
|
+
copy the object code is a network server, the Corresponding Source
|
|
268
|
+
may be on a different server (operated by you or a third party)
|
|
269
|
+
that supports equivalent copying facilities, provided you maintain
|
|
270
|
+
clear directions next to the object code saying where to find the
|
|
271
|
+
Corresponding Source. Regardless of what server hosts the
|
|
272
|
+
Corresponding Source, you remain obligated to ensure that it is
|
|
273
|
+
available for as long as needed to satisfy these requirements.
|
|
274
|
+
- e) Convey the object code using peer-to-peer transmission,
|
|
275
|
+
provided you inform other peers where the object code and
|
|
276
|
+
Corresponding Source of the work are being offered to the general
|
|
277
|
+
public at no charge under subsection 6d.
|
|
278
|
+
|
|
279
|
+
A separable portion of the object code, whose source code is excluded
|
|
280
|
+
from the Corresponding Source as a System Library, need not be
|
|
281
|
+
included in conveying the object code work.
|
|
282
|
+
|
|
283
|
+
A "User Product" is either (1) a "consumer product", which means any
|
|
284
|
+
tangible personal property which is normally used for personal,
|
|
285
|
+
family, or household purposes, or (2) anything designed or sold for
|
|
286
|
+
incorporation into a dwelling. In determining whether a product is a
|
|
287
|
+
consumer product, doubtful cases shall be resolved in favor of
|
|
288
|
+
coverage. For a particular product received by a particular user,
|
|
289
|
+
"normally used" refers to a typical or common use of that class of
|
|
290
|
+
product, regardless of the status of the particular user or of the way
|
|
291
|
+
in which the particular user actually uses, or expects or is expected
|
|
292
|
+
to use, the product. A product is a consumer product regardless of
|
|
293
|
+
whether the product has substantial commercial, industrial or
|
|
294
|
+
non-consumer uses, unless such uses represent the only significant
|
|
295
|
+
mode of use of the product.
|
|
296
|
+
|
|
297
|
+
"Installation Information" for a User Product means any methods,
|
|
298
|
+
procedures, authorization keys, or other information required to
|
|
299
|
+
install and execute modified versions of a covered work in that User
|
|
300
|
+
Product from a modified version of its Corresponding Source. The
|
|
301
|
+
information must suffice to ensure that the continued functioning of
|
|
302
|
+
the modified object code is in no case prevented or interfered with
|
|
303
|
+
solely because modification has been made.
|
|
304
|
+
|
|
305
|
+
If you convey an object code work under this section in, or with, or
|
|
306
|
+
specifically for use in, a User Product, and the conveying occurs as
|
|
307
|
+
part of a transaction in which the right of possession and use of the
|
|
308
|
+
User Product is transferred to the recipient in perpetuity or for a
|
|
309
|
+
fixed term (regardless of how the transaction is characterized), the
|
|
310
|
+
Corresponding Source conveyed under this section must be accompanied
|
|
311
|
+
by the Installation Information. But this requirement does not apply
|
|
312
|
+
if neither you nor any third party retains the ability to install
|
|
313
|
+
modified object code on the User Product (for example, the work has
|
|
314
|
+
been installed in ROM).
|
|
315
|
+
|
|
316
|
+
The requirement to provide Installation Information does not include a
|
|
317
|
+
requirement to continue to provide support service, warranty, or
|
|
318
|
+
updates for a work that has been modified or installed by the
|
|
319
|
+
recipient, or for the User Product in which it has been modified or
|
|
320
|
+
installed. Access to a network may be denied when the modification
|
|
321
|
+
itself materially and adversely affects the operation of the network
|
|
322
|
+
or violates the rules and protocols for communication across the
|
|
323
|
+
network.
|
|
324
|
+
|
|
325
|
+
Corresponding Source conveyed, and Installation Information provided,
|
|
326
|
+
in accord with this section must be in a format that is publicly
|
|
327
|
+
documented (and with an implementation available to the public in
|
|
328
|
+
source code form), and must require no special password or key for
|
|
329
|
+
unpacking, reading or copying.
|
|
330
|
+
|
|
331
|
+
### 7. Additional Terms.
|
|
332
|
+
|
|
333
|
+
"Additional permissions" are terms that supplement the terms of this
|
|
334
|
+
License by making exceptions from one or more of its conditions.
|
|
335
|
+
Additional permissions that are applicable to the entire Program shall
|
|
336
|
+
be treated as though they were included in this License, to the extent
|
|
337
|
+
that they are valid under applicable law. If additional permissions
|
|
338
|
+
apply only to part of the Program, that part may be used separately
|
|
339
|
+
under those permissions, but the entire Program remains governed by
|
|
340
|
+
this License without regard to the additional permissions.
|
|
341
|
+
|
|
342
|
+
When you convey a copy of a covered work, you may at your option
|
|
343
|
+
remove any additional permissions from that copy, or from any part of
|
|
344
|
+
it. (Additional permissions may be written to require their own
|
|
345
|
+
removal in certain cases when you modify the work.) You may place
|
|
346
|
+
additional permissions on material, added by you to a covered work,
|
|
347
|
+
for which you have or can give appropriate copyright permission.
|
|
348
|
+
|
|
349
|
+
Notwithstanding any other provision of this License, for material you
|
|
350
|
+
add to a covered work, you may (if authorized by the copyright holders
|
|
351
|
+
of that material) supplement the terms of this License with terms:
|
|
352
|
+
|
|
353
|
+
- a) Disclaiming warranty or limiting liability differently from the
|
|
354
|
+
terms of sections 15 and 16 of this License; or
|
|
355
|
+
- b) Requiring preservation of specified reasonable legal notices or
|
|
356
|
+
author attributions in that material or in the Appropriate Legal
|
|
357
|
+
Notices displayed by works containing it; or
|
|
358
|
+
- c) Prohibiting misrepresentation of the origin of that material,
|
|
359
|
+
or requiring that modified versions of such material be marked in
|
|
360
|
+
reasonable ways as different from the original version; or
|
|
361
|
+
- d) Limiting the use for publicity purposes of names of licensors
|
|
362
|
+
or authors of the material; or
|
|
363
|
+
- e) Declining to grant rights under trademark law for use of some
|
|
364
|
+
trade names, trademarks, or service marks; or
|
|
365
|
+
- f) Requiring indemnification of licensors and authors of that
|
|
366
|
+
material by anyone who conveys the material (or modified versions
|
|
367
|
+
of it) with contractual assumptions of liability to the recipient,
|
|
368
|
+
for any liability that these contractual assumptions directly
|
|
369
|
+
impose on those licensors and authors.
|
|
370
|
+
|
|
371
|
+
All other non-permissive additional terms are considered "further
|
|
372
|
+
restrictions" within the meaning of section 10. If the Program as you
|
|
373
|
+
received it, or any part of it, contains a notice stating that it is
|
|
374
|
+
governed by this License along with a term that is a further
|
|
375
|
+
restriction, you may remove that term. If a license document contains
|
|
376
|
+
a further restriction but permits relicensing or conveying under this
|
|
377
|
+
License, you may add to a covered work material governed by the terms
|
|
378
|
+
of that license document, provided that the further restriction does
|
|
379
|
+
not survive such relicensing or conveying.
|
|
380
|
+
|
|
381
|
+
If you add terms to a covered work in accord with this section, you
|
|
382
|
+
must place, in the relevant source files, a statement of the
|
|
383
|
+
additional terms that apply to those files, or a notice indicating
|
|
384
|
+
where to find the applicable terms.
|
|
385
|
+
|
|
386
|
+
Additional terms, permissive or non-permissive, may be stated in the
|
|
387
|
+
form of a separately written license, or stated as exceptions; the
|
|
388
|
+
above requirements apply either way.
|
|
389
|
+
|
|
390
|
+
### 8. Termination.
|
|
391
|
+
|
|
392
|
+
You may not propagate or modify a covered work except as expressly
|
|
393
|
+
provided under this License. Any attempt otherwise to propagate or
|
|
394
|
+
modify it is void, and will automatically terminate your rights under
|
|
395
|
+
this License (including any patent licenses granted under the third
|
|
396
|
+
paragraph of section 11).
|
|
397
|
+
|
|
398
|
+
However, if you cease all violation of this License, then your license
|
|
399
|
+
from a particular copyright holder is reinstated (a) provisionally,
|
|
400
|
+
unless and until the copyright holder explicitly and finally
|
|
401
|
+
terminates your license, and (b) permanently, if the copyright holder
|
|
402
|
+
fails to notify you of the violation by some reasonable means prior to
|
|
403
|
+
60 days after the cessation.
|
|
404
|
+
|
|
405
|
+
Moreover, your license from a particular copyright holder is
|
|
406
|
+
reinstated permanently if the copyright holder notifies you of the
|
|
407
|
+
violation by some reasonable means, this is the first time you have
|
|
408
|
+
received notice of violation of this License (for any work) from that
|
|
409
|
+
copyright holder, and you cure the violation prior to 30 days after
|
|
410
|
+
your receipt of the notice.
|
|
411
|
+
|
|
412
|
+
Termination of your rights under this section does not terminate the
|
|
413
|
+
licenses of parties who have received copies or rights from you under
|
|
414
|
+
this License. If your rights have been terminated and not permanently
|
|
415
|
+
reinstated, you do not qualify to receive new licenses for the same
|
|
416
|
+
material under section 10.
|
|
417
|
+
|
|
418
|
+
### 9. Acceptance Not Required for Having Copies.
|
|
419
|
+
|
|
420
|
+
You are not required to accept this License in order to receive or run
|
|
421
|
+
a copy of the Program. Ancillary propagation of a covered work
|
|
422
|
+
occurring solely as a consequence of using peer-to-peer transmission
|
|
423
|
+
to receive a copy likewise does not require acceptance. However,
|
|
424
|
+
nothing other than this License grants you permission to propagate or
|
|
425
|
+
modify any covered work. These actions infringe copyright if you do
|
|
426
|
+
not accept this License. Therefore, by modifying or propagating a
|
|
427
|
+
covered work, you indicate your acceptance of this License to do so.
|
|
428
|
+
|
|
429
|
+
### 10. Automatic Licensing of Downstream Recipients.
|
|
430
|
+
|
|
431
|
+
Each time you convey a covered work, the recipient automatically
|
|
432
|
+
receives a license from the original licensors, to run, modify and
|
|
433
|
+
propagate that work, subject to this License. You are not responsible
|
|
434
|
+
for enforcing compliance by third parties with this License.
|
|
435
|
+
|
|
436
|
+
An "entity transaction" is a transaction transferring control of an
|
|
437
|
+
organization, or substantially all assets of one, or subdividing an
|
|
438
|
+
organization, or merging organizations. If propagation of a covered
|
|
439
|
+
work results from an entity transaction, each party to that
|
|
440
|
+
transaction who receives a copy of the work also receives whatever
|
|
441
|
+
licenses to the work the party's predecessor in interest had or could
|
|
442
|
+
give under the previous paragraph, plus a right to possession of the
|
|
443
|
+
Corresponding Source of the work from the predecessor in interest, if
|
|
444
|
+
the predecessor has it or can get it with reasonable efforts.
|
|
445
|
+
|
|
446
|
+
You may not impose any further restrictions on the exercise of the
|
|
447
|
+
rights granted or affirmed under this License. For example, you may
|
|
448
|
+
not impose a license fee, royalty, or other charge for exercise of
|
|
449
|
+
rights granted under this License, and you may not initiate litigation
|
|
450
|
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
451
|
+
any patent claim is infringed by making, using, selling, offering for
|
|
452
|
+
sale, or importing the Program or any portion of it.
|
|
453
|
+
|
|
454
|
+
### 11. Patents.
|
|
455
|
+
|
|
456
|
+
A "contributor" is a copyright holder who authorizes use under this
|
|
457
|
+
License of the Program or a work on which the Program is based. The
|
|
458
|
+
work thus licensed is called the contributor's "contributor version".
|
|
459
|
+
|
|
460
|
+
A contributor's "essential patent claims" are all patent claims owned
|
|
461
|
+
or controlled by the contributor, whether already acquired or
|
|
462
|
+
hereafter acquired, that would be infringed by some manner, permitted
|
|
463
|
+
by this License, of making, using, or selling its contributor version,
|
|
464
|
+
but do not include claims that would be infringed only as a
|
|
465
|
+
consequence of further modification of the contributor version. For
|
|
466
|
+
purposes of this definition, "control" includes the right to grant
|
|
467
|
+
patent sublicenses in a manner consistent with the requirements of
|
|
468
|
+
this License.
|
|
469
|
+
|
|
470
|
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
471
|
+
patent license under the contributor's essential patent claims, to
|
|
472
|
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
473
|
+
propagate the contents of its contributor version.
|
|
474
|
+
|
|
475
|
+
In the following three paragraphs, a "patent license" is any express
|
|
476
|
+
agreement or commitment, however denominated, not to enforce a patent
|
|
477
|
+
(such as an express permission to practice a patent or covenant not to
|
|
478
|
+
sue for patent infringement). To "grant" such a patent license to a
|
|
479
|
+
party means to make such an agreement or commitment not to enforce a
|
|
480
|
+
patent against the party.
|
|
481
|
+
|
|
482
|
+
If you convey a covered work, knowingly relying on a patent license,
|
|
483
|
+
and the Corresponding Source of the work is not available for anyone
|
|
484
|
+
to copy, free of charge and under the terms of this License, through a
|
|
485
|
+
publicly available network server or other readily accessible means,
|
|
486
|
+
then you must either (1) cause the Corresponding Source to be so
|
|
487
|
+
available, or (2) arrange to deprive yourself of the benefit of the
|
|
488
|
+
patent license for this particular work, or (3) arrange, in a manner
|
|
489
|
+
consistent with the requirements of this License, to extend the patent
|
|
490
|
+
license to downstream recipients. "Knowingly relying" means you have
|
|
491
|
+
actual knowledge that, but for the patent license, your conveying the
|
|
492
|
+
covered work in a country, or your recipient's use of the covered work
|
|
493
|
+
in a country, would infringe one or more identifiable patents in that
|
|
494
|
+
country that you have reason to believe are valid.
|
|
495
|
+
|
|
496
|
+
If, pursuant to or in connection with a single transaction or
|
|
497
|
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
498
|
+
covered work, and grant a patent license to some of the parties
|
|
499
|
+
receiving the covered work authorizing them to use, propagate, modify
|
|
500
|
+
or convey a specific copy of the covered work, then the patent license
|
|
501
|
+
you grant is automatically extended to all recipients of the covered
|
|
502
|
+
work and works based on it.
|
|
503
|
+
|
|
504
|
+
A patent license is "discriminatory" if it does not include within the
|
|
505
|
+
scope of its coverage, prohibits the exercise of, or is conditioned on
|
|
506
|
+
the non-exercise of one or more of the rights that are specifically
|
|
507
|
+
granted under this License. You may not convey a covered work if you
|
|
508
|
+
are a party to an arrangement with a third party that is in the
|
|
509
|
+
business of distributing software, under which you make payment to the
|
|
510
|
+
third party based on the extent of your activity of conveying the
|
|
511
|
+
work, and under which the third party grants, to any of the parties
|
|
512
|
+
who would receive the covered work from you, a discriminatory patent
|
|
513
|
+
license (a) in connection with copies of the covered work conveyed by
|
|
514
|
+
you (or copies made from those copies), or (b) primarily for and in
|
|
515
|
+
connection with specific products or compilations that contain the
|
|
516
|
+
covered work, unless you entered into that arrangement, or that patent
|
|
517
|
+
license was granted, prior to 28 March 2007.
|
|
518
|
+
|
|
519
|
+
Nothing in this License shall be construed as excluding or limiting
|
|
520
|
+
any implied license or other defenses to infringement that may
|
|
521
|
+
otherwise be available to you under applicable patent law.
|
|
522
|
+
|
|
523
|
+
### 12. No Surrender of Others' Freedom.
|
|
524
|
+
|
|
525
|
+
If conditions are imposed on you (whether by court order, agreement or
|
|
526
|
+
otherwise) that contradict the conditions of this License, they do not
|
|
527
|
+
excuse you from the conditions of this License. If you cannot convey a
|
|
528
|
+
covered work so as to satisfy simultaneously your obligations under
|
|
529
|
+
this License and any other pertinent obligations, then as a
|
|
530
|
+
consequence you may not convey it at all. For example, if you agree to
|
|
531
|
+
terms that obligate you to collect a royalty for further conveying
|
|
532
|
+
from those to whom you convey the Program, the only way you could
|
|
533
|
+
satisfy both those terms and this License would be to refrain entirely
|
|
534
|
+
from conveying the Program.
|
|
535
|
+
|
|
536
|
+
### 13. Remote Network Interaction; Use with the GNU General Public License.
|
|
537
|
+
|
|
538
|
+
Notwithstanding any other provision of this License, if you modify the
|
|
539
|
+
Program, your modified version must prominently offer all users
|
|
540
|
+
interacting with it remotely through a computer network (if your
|
|
541
|
+
version supports such interaction) an opportunity to receive the
|
|
542
|
+
Corresponding Source of your version by providing access to the
|
|
543
|
+
Corresponding Source from a network server at no charge, through some
|
|
544
|
+
standard or customary means of facilitating copying of software. This
|
|
545
|
+
Corresponding Source shall include the Corresponding Source for any
|
|
546
|
+
work covered by version 3 of the GNU General Public License that is
|
|
547
|
+
incorporated pursuant to the following paragraph.
|
|
548
|
+
|
|
549
|
+
Notwithstanding any other provision of this License, you have
|
|
550
|
+
permission to link or combine any covered work with a work licensed
|
|
551
|
+
under version 3 of the GNU General Public License into a single
|
|
552
|
+
combined work, and to convey the resulting work. The terms of this
|
|
553
|
+
License will continue to apply to the part which is the covered work,
|
|
554
|
+
but the work with which it is combined will remain governed by version
|
|
555
|
+
3 of the GNU General Public License.
|
|
556
|
+
|
|
557
|
+
### 14. Revised Versions of this License.
|
|
558
|
+
|
|
559
|
+
The Free Software Foundation may publish revised and/or new versions
|
|
560
|
+
of the GNU Affero General Public License from time to time. Such new
|
|
561
|
+
versions will be similar in spirit to the present version, but may
|
|
562
|
+
differ in detail to address new problems or concerns.
|
|
563
|
+
|
|
564
|
+
Each version is given a distinguishing version number. If the Program
|
|
565
|
+
specifies that a certain numbered version of the GNU Affero General
|
|
566
|
+
Public License "or any later version" applies to it, you have the
|
|
567
|
+
option of following the terms and conditions either of that numbered
|
|
568
|
+
version or of any later version published by the Free Software
|
|
569
|
+
Foundation. If the Program does not specify a version number of the
|
|
570
|
+
GNU Affero General Public License, you may choose any version ever
|
|
571
|
+
published by the Free Software Foundation.
|
|
572
|
+
|
|
573
|
+
If the Program specifies that a proxy can decide which future versions
|
|
574
|
+
of the GNU Affero General Public License can be used, that proxy's
|
|
575
|
+
public statement of acceptance of a version permanently authorizes you
|
|
576
|
+
to choose that version for the Program.
|
|
577
|
+
|
|
578
|
+
Later license versions may give you additional or different
|
|
579
|
+
permissions. However, no additional obligations are imposed on any
|
|
580
|
+
author or copyright holder as a result of your choosing to follow a
|
|
581
|
+
later version.
|
|
582
|
+
|
|
583
|
+
### 15. Disclaimer of Warranty.
|
|
584
|
+
|
|
585
|
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
586
|
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
587
|
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
|
|
588
|
+
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
|
589
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
590
|
+
A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
|
|
591
|
+
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
|
|
592
|
+
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
|
|
593
|
+
CORRECTION.
|
|
594
|
+
|
|
595
|
+
### 16. Limitation of Liability.
|
|
596
|
+
|
|
597
|
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
598
|
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
|
|
599
|
+
CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
|
600
|
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
|
|
601
|
+
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
|
|
602
|
+
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
|
|
603
|
+
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
|
|
604
|
+
TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
|
|
605
|
+
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
606
|
+
|
|
607
|
+
### 17. Interpretation of Sections 15 and 16.
|
|
608
|
+
|
|
609
|
+
If the disclaimer of warranty and limitation of liability provided
|
|
610
|
+
above cannot be given local legal effect according to their terms,
|
|
611
|
+
reviewing courts shall apply local law that most closely approximates
|
|
612
|
+
an absolute waiver of all civil liability in connection with the
|
|
613
|
+
Program, unless a warranty or assumption of liability accompanies a
|
|
614
|
+
copy of the Program in return for a fee.
|
|
615
|
+
|
|
616
|
+
END OF TERMS AND CONDITIONS
|
|
617
|
+
|
|
618
|
+
## How to Apply These Terms to Your New Programs
|
|
619
|
+
|
|
620
|
+
If you develop a new program, and you want it to be of the greatest
|
|
621
|
+
possible use to the public, the best way to achieve this is to make it
|
|
622
|
+
free software which everyone can redistribute and change under these
|
|
623
|
+
terms.
|
|
624
|
+
|
|
625
|
+
To do so, attach the following notices to the program. It is safest to
|
|
626
|
+
attach them to the start of each source file to most effectively state
|
|
627
|
+
the exclusion of warranty; and each file should have at least the
|
|
628
|
+
"copyright" line and a pointer to where the full notice is found.
|
|
629
|
+
|
|
630
|
+
<one line to give the program's name and a brief idea of what it does.>
|
|
631
|
+
Copyright (C) <year> <name of author>
|
|
632
|
+
|
|
633
|
+
This program is free software: you can redistribute it and/or modify
|
|
634
|
+
it under the terms of the GNU Affero General Public License as
|
|
635
|
+
published by the Free Software Foundation, either version 3 of the
|
|
636
|
+
License, or (at your option) any later version.
|
|
637
|
+
|
|
638
|
+
This program is distributed in the hope that it will be useful,
|
|
639
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
640
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
641
|
+
GNU Affero General Public License for more details.
|
|
642
|
+
|
|
643
|
+
You should have received a copy of the GNU Affero General Public License
|
|
644
|
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
645
|
+
|
|
646
|
+
Also add information on how to contact you by electronic and paper
|
|
647
|
+
mail.
|
|
648
|
+
|
|
649
|
+
If your software can interact with users remotely through a computer
|
|
650
|
+
network, you should also make sure that it provides a way for users to
|
|
651
|
+
get its source. For example, if your program is a web application, its
|
|
652
|
+
interface could display a "Source" link that leads users to an archive
|
|
653
|
+
of the code. There are many ways you could offer source, and different
|
|
654
|
+
solutions will be better for different programs; see section 13 for
|
|
655
|
+
the specific requirements.
|
|
656
|
+
|
|
657
|
+
You should also get your employer (if you work as a programmer) or
|
|
658
|
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
|
659
|
+
necessary. For more information on this, and how to apply and follow
|
|
660
|
+
the GNU AGPL, see <https://www.gnu.org/licenses/>.
|