README.md
pyproject.toml
ifckit/__init__.py
ifckit/__main__.py
ifckit/handles.py
ifckit/json_build.py
ifckit/model.py
ifckit/paper.py
ifckit/preview.py
ifckit/rhino_import.py
ifckit/rhinokit.py
ifckit/validator.py
ifckit.egg-info/PKG-INFO
ifckit.egg-info/SOURCES.txt
ifckit.egg-info/dependency_links.txt
ifckit.egg-info/entry_points.txt
ifckit.egg-info/requires.txt
ifckit.egg-info/top_level.txt
ifckit/builders/__init__.py
ifckit/builders/_geom.py
ifckit/builders/base.py
ifckit/builders/beam_factory.py
ifckit/builders/bridge.py
ifckit/builders/component_graph.py
ifckit/builders/door_window.py
ifckit/builders/extruded.py
ifckit/builders/opening.py
ifckit/builders/psets.py
ifckit/builders/revolved_beam.py
ifckit/builders/sectioned_spine.py
ifckit/builders/slab.py
ifckit/builders/space.py
ifckit/builders/types.py
ifckit/builders/wall.py
ifckit/builders/wall_graph.py
ifckit/components/__init__.py
ifckit/components/bootstrap.py
ifckit/components/materials.py
ifckit/components/json/__init__.py
ifckit/components/pythonic/__init__.py
ifckit/components/pythonic/curved_casement_component.py
ifckit/components/pythonic/door_flush_component.py
ifckit/components/pythonic/fixed_casement_component.py
ifckit/components/pythonic/rounded_casement_component.py
ifckit/elements/__init__.py
ifckit/elements/base.py
ifckit/elements/bridge.py
ifckit/elements/building.py
ifckit/elements/opening.py
ifckit/elements/registry.py
ifckit/elements/sectioned_spine.py
ifckit/elements/space.py
ifckit/elements/structural.py
ifckit/elements/style.py
ifckit/elements/types.py
ifckit/elements/wall_graph.py
ifckit/geometry/__init__.py
ifckit/geometry/frames.py
ifckit/geometry/path.py
ifckit/geometry/primitives.py
ifckit/profiles/__init__.py
ifckit/profiles/anchor.py
ifckit/profiles/base.py
ifckit/profiles/derived.py
ifckit/profiles/i_beam.py
ifckit/profiles/l_beam.py
ifckit/profiles/sections.py
ifckit/profiles/shapes.py
ifckit/profiles/steel.py
ifckit/schema/__init__.py
tests/test_add_drawing.py
tests/test_bonsai_hatch_map.py
tests/test_element_hatch_pattern.py
tests/test_json_build_drawings.py
tests/test_json_build_openings.py
tests/test_json_build_spaces.py
tests/test_json_schema.py
tests/test_model.py
tests/test_model_doors_windows.py
tests/test_profile_anchor.py
tests/test_profile_transform.py
tests/test_profiles.py
tests/test_profiles_new.py
tests/test_schema.py
tests/test_validator.py