LICENSE
README.md
pyproject.toml
src/python_step_parser/__init__.py
src/python_step_parser/child_type_register.py
src/python_step_parser/step_parser.py
src/python_step_parser.egg-info/PKG-INFO
src/python_step_parser.egg-info/SOURCES.txt
src/python_step_parser.egg-info/dependency_links.txt
src/python_step_parser.egg-info/top_level.txt
src/python_step_parser/parsers/__init__.py
src/python_step_parser/parsers/cache_logic.py
src/python_step_parser/parsers/complex_item_dto.py
src/python_step_parser/parsers/complex_type_parsers.py
src/python_step_parser/parsers/db_helpers.py
src/python_step_parser/parsers/helpers.py
src/python_step_parser/parsers/parser.py
src/python_step_parser/step_types/__init__.py
src/python_step_parser/step_types/abstract_types.py
src/python_step_parser/step_types/advanced_brep_shape_representation.py
src/python_step_parser/step_types/advanced_face.py
src/python_step_parser/step_types/application_context.py
src/python_step_parser/step_types/application_context_element.py
src/python_step_parser/step_types/assembly_component_usage.py
src/python_step_parser/step_types/axis2_placement3d.py
src/python_step_parser/step_types/b_spline_curve.py
src/python_step_parser/step_types/b_spline_curve_with_knots.py
src/python_step_parser/step_types/b_spline_surface.py
src/python_step_parser/step_types/b_spline_surface_with_knots.py
src/python_step_parser/step_types/bounded_curve.py
src/python_step_parser/step_types/bounded_surface.py
src/python_step_parser/step_types/cartesian_point.py
src/python_step_parser/step_types/circle.py
src/python_step_parser/step_types/closed_shell.py
src/python_step_parser/step_types/colour_rgb.py
src/python_step_parser/step_types/conic.py
src/python_step_parser/step_types/conical_surface.py
src/python_step_parser/step_types/context_dependent_shape_representation.py
src/python_step_parser/step_types/curve.py
src/python_step_parser/step_types/cylindrical_surface.py
src/python_step_parser/step_types/degenerate_toroidal_surface.py
src/python_step_parser/step_types/derived_unit.py
src/python_step_parser/step_types/derived_unit_element.py
src/python_step_parser/step_types/direction.py
src/python_step_parser/step_types/draughting_pre_defined_colour.py
src/python_step_parser/step_types/edge.py
src/python_step_parser/step_types/edge_curve.py
src/python_step_parser/step_types/edge_loop.py
src/python_step_parser/step_types/elementary_surface.py
src/python_step_parser/step_types/ellipse.py
src/python_step_parser/step_types/face_bound.py
src/python_step_parser/step_types/fill_area_style.py
src/python_step_parser/step_types/fill_area_style_colour.py
src/python_step_parser/step_types/geometric_representation_context.py
src/python_step_parser/step_types/geometric_representation_item.py
src/python_step_parser/step_types/global_uncertainty_assigned_context.py
src/python_step_parser/step_types/global_unit_assigned_context.py
src/python_step_parser/step_types/helpers.py
src/python_step_parser/step_types/hyperbola.py
src/python_step_parser/step_types/item_defined_transformation.py
src/python_step_parser/step_types/length_unit.py
src/python_step_parser/step_types/line.py
src/python_step_parser/step_types/loop.py
src/python_step_parser/step_types/manifold_solid_brep.py
src/python_step_parser/step_types/measure_with_unit.py
src/python_step_parser/step_types/mechanical_design_geometric_presentation_representation.py
src/python_step_parser/step_types/named_unit.py
src/python_step_parser/step_types/next_assembly_usage_occurance.py
src/python_step_parser/step_types/oriented_edge.py
src/python_step_parser/step_types/parabola.py
src/python_step_parser/step_types/placement.py
src/python_step_parser/step_types/plane.py
src/python_step_parser/step_types/plane_angle_unit.py
src/python_step_parser/step_types/point.py
src/python_step_parser/step_types/poly_loop.py
src/python_step_parser/step_types/presentation_representation.py
src/python_step_parser/step_types/presentation_style_assignment.py
src/python_step_parser/step_types/product.py
src/python_step_parser/step_types/product_context.py
src/python_step_parser/step_types/product_definition.py
src/python_step_parser/step_types/product_definition_context.py
src/python_step_parser/step_types/product_definition_formation.py
src/python_step_parser/step_types/product_definition_formation_with_source.py
src/python_step_parser/step_types/product_definition_relationship.py
src/python_step_parser/step_types/product_definition_shape.py
src/python_step_parser/step_types/product_definition_usage.py
src/python_step_parser/step_types/property_definition.py
src/python_step_parser/step_types/rational_b_spline_curve.py
src/python_step_parser/step_types/rational_b_spline_curve_with_knots.py
src/python_step_parser/step_types/representation.py
src/python_step_parser/step_types/representation_context.py
src/python_step_parser/step_types/representation_item.py
src/python_step_parser/step_types/representation_relationship.py
src/python_step_parser/step_types/representation_relationship_with_transformation.py
src/python_step_parser/step_types/shape_definition.py
src/python_step_parser/step_types/shape_definition_representation.py
src/python_step_parser/step_types/shape_representation.py
src/python_step_parser/step_types/shape_representation_relationship.py
src/python_step_parser/step_types/si_unit.py
src/python_step_parser/step_types/solid_angle_unit.py
src/python_step_parser/step_types/solid_model.py
src/python_step_parser/step_types/spherical_surface.py
src/python_step_parser/step_types/structural_response_property.py
src/python_step_parser/step_types/styled_item.py
src/python_step_parser/step_types/surface.py
src/python_step_parser/step_types/surface_side_style.py
src/python_step_parser/step_types/surface_style_fill_area.py
src/python_step_parser/step_types/surface_style_rendering_with_properties.py
src/python_step_parser/step_types/surface_style_usage.py
src/python_step_parser/step_types/surfacer_style_transparent.py
src/python_step_parser/step_types/topological_representation_item.py
src/python_step_parser/step_types/toroidal_surface.py
src/python_step_parser/step_types/transient.py
src/python_step_parser/step_types/uncertainty_measure_with_unit.py
src/python_step_parser/step_types/vector.py
src/python_step_parser/step_types/vertex.py
src/python_step_parser/step_types/vertex_loop.py
src/python_step_parser/step_types/vertex_point.py