├── .gitignore ├── Documentation └── README.md ├── LICENSE ├── README.md ├── Samples ├── IFC_2x3 │ ├── 7m900_tue_hello_wall_with_door.ifc │ ├── 7m900_tue_hello_wall_with_door.json │ ├── 7m900_tue_hello_wall_with_door_roundtrip.ifc │ ├── Duplex_A_20110907_optimized.ifc │ ├── Duplex_A_20110907_optimized.json │ └── Duplex_A_20110907_optimized_roundtrip.ifc ├── IFC_4.0 │ ├── BuildingSMARTSpec │ │ ├── README.md │ │ ├── air-terminal-element.ifc │ │ ├── air-terminal-element.json │ │ ├── air-terminal-element.ttl │ │ ├── air-terminal-element.xml │ │ ├── air-terminal-element_roundtrip.ifc │ │ ├── air-terminal-library-object.ifc │ │ ├── air-terminal-library-object.json │ │ ├── air-terminal-library-object.ttl │ │ ├── air-terminal-library-object.xml │ │ ├── air-terminal-library-object_roundtrip.ifc │ │ ├── basin-advanced-brep.ifc │ │ ├── basin-advanced-brep.json │ │ ├── basin-advanced-brep.ttl │ │ ├── basin-advanced-brep.xml │ │ ├── basin-advanced-brep_roundtrip.ifc │ │ ├── basin-faceted-brep.ifc │ │ ├── basin-faceted-brep.json │ │ ├── basin-faceted-brep.ttl │ │ ├── basin-faceted-brep.xml │ │ ├── basin-faceted-brep_roundtrip.ifc │ │ ├── basin-tessellation.ifc │ │ ├── basin-tessellation.json │ │ ├── basin-tessellation.ttl │ │ ├── basin-tessellation.xml │ │ ├── basin-tessellation_roundtrip.ifc │ │ ├── bath-csg-solid.ifc │ │ ├── bath-csg-solid.json │ │ ├── bath-csg-solid.ttl │ │ ├── bath-csg-solid.xml │ │ ├── bath-csg-solid_roundtrip.ifc │ │ ├── beam-curved-i-shape-tessellated.ifc │ │ ├── beam-curved-i-shape-tessellated.json │ │ ├── beam-curved-i-shape-tessellated.ttl │ │ ├── beam-curved-i-shape-tessellated.xml │ │ ├── beam-curved-i-shape-tessellated_roundtrip.ifc │ │ ├── beam-extruded-solid.ifc │ │ ├── beam-extruded-solid.json │ │ ├── beam-extruded-solid.ttl │ │ ├── beam-extruded-solid.xml │ │ ├── beam-extruded-solid_roundtrip.ifc │ │ ├── beam-revolved-solid.ifc │ │ ├── beam-revolved-solid.json │ │ ├── beam-revolved-solid.ttl │ │ ├── beam-revolved-solid.xml │ │ ├── beam-revolved-solid_roundtrip.ifc │ │ ├── beam-standard-case.ifc │ │ ├── beam-standard-case.json │ │ ├── beam-standard-case.ttl │ │ ├── beam-standard-case.xml │ │ ├── beam-standard-case_roundtrip.ifc │ │ ├── beam-straight-i-shape-tessellated.ifc │ │ ├── beam-straight-i-shape-tessellated.json │ │ ├── beam-straight-i-shape-tessellated.ttl │ │ ├── beam-straight-i-shape-tessellated.xml │ │ ├── beam-straight-i-shape-tessellated_roundtrip.ifc │ │ ├── beam-varying-cardinal-points.ifc │ │ ├── beam-varying-cardinal-points.json │ │ ├── beam-varying-cardinal-points.ttl │ │ ├── beam-varying-cardinal-points.xml │ │ ├── beam-varying-cardinal-points_roundtrip.ifc │ │ ├── beam-varying-extrusion-paths.ifc │ │ ├── beam-varying-extrusion-paths.json │ │ ├── beam-varying-extrusion-paths.ttl │ │ ├── beam-varying-extrusion-paths.xml │ │ ├── beam-varying-extrusion-paths_roundtrip.ifc │ │ ├── beam-varying-profiles.ifc │ │ ├── beam-varying-profiles.json │ │ ├── beam-varying-profiles.ttl │ │ ├── beam-varying-profiles.xml │ │ ├── beam-varying-profiles_roundtrip.ifc │ │ ├── brep-model.ifc │ │ ├── brep-model.json │ │ ├── brep-model.ttl │ │ ├── brep-model.xml │ │ ├── brep-model_roundtrip.ifc │ │ ├── column-extruded-solid.ifc │ │ ├── column-extruded-solid.json │ │ ├── column-extruded-solid.ttl │ │ ├── column-extruded-solid.xml │ │ ├── column-extruded-solid_roundtrip.ifc │ │ ├── column-straight-rectangle-tessellation.ifc │ │ ├── column-straight-rectangle-tessellation.json │ │ ├── column-straight-rectangle-tessellation.ttl │ │ ├── column-straight-rectangle-tessellation.xml │ │ ├── column-straight-rectangle-tessellation_roundtrip.ifc │ │ ├── construction-scheduling-task.ifc │ │ ├── construction-scheduling-task.json │ │ ├── construction-scheduling-task.ttl │ │ ├── construction-scheduling-task.xml │ │ ├── construction-scheduling-task_roundtrip.ifc │ │ ├── csg-primitive.ifc │ │ ├── csg-primitive.json │ │ ├── csg-primitive.ttl │ │ ├── csg-primitive.xml │ │ ├── csg-primitive_roundtrip.ifc │ │ ├── cube-advanced-brep.ifc │ │ ├── cube-advanced-brep.json │ │ ├── cube-advanced-brep.ttl │ │ ├── cube-advanced-brep.xml │ │ ├── cube-advanced-brep_roundtrip.ifc │ │ ├── extruded-solid.ifc │ │ ├── extruded-solid.json │ │ ├── extruded-solid.ttl │ │ ├── extruded-solid.xml │ │ ├── extruded-solid_roundtrip.ifc │ │ ├── geographic-referencing.ifc │ │ ├── geographic-referencing.json │ │ ├── geographic-referencing.ttl │ │ ├── geographic-referencing.xml │ │ ├── geographic-referencing_roundtrip.ifc │ │ ├── grid-placement.ifc │ │ ├── grid-placement.json │ │ ├── grid-placement.ttl │ │ ├── grid-placement.xml │ │ ├── grid-placement_roundtrip.ifc │ │ ├── mapped-shape-with-multiple-items.ifc │ │ ├── mapped-shape-with-multiple-items.json │ │ ├── mapped-shape-with-multiple-items.ttl │ │ ├── mapped-shape-with-multiple-items.xml │ │ ├── mapped-shape-with-multiple-items_roundtrip.ifc │ │ ├── mapped-shape-with-transformation.ifc │ │ ├── mapped-shape-with-transformation.json │ │ ├── mapped-shape-with-transformation.ttl │ │ ├── mapped-shape-with-transformation.xml │ │ ├── mapped-shape-with-transformation_roundtrip.ifc │ │ ├── mapped-shape-without-transformation.ifc │ │ ├── mapped-shape-without-transformation.json │ │ ├── mapped-shape-without-transformation.ttl │ │ ├── mapped-shape-without-transformation.xml │ │ ├── mapped-shape-without-transformation_roundtrip.ifc │ │ ├── reinforcing-assembly.ifc │ │ ├── reinforcing-assembly.json │ │ ├── reinforcing-assembly.ttl │ │ ├── reinforcing-assembly.xml │ │ ├── reinforcing-assembly_roundtrip.ifc │ │ ├── reinforcing-stirrup.ifc │ │ ├── reinforcing-stirrup.json │ │ ├── reinforcing-stirrup.ttl │ │ ├── reinforcing-stirrup.xml │ │ ├── reinforcing-stirrup_roundtrip.ifc │ │ ├── slab-openings.ifc │ │ ├── slab-openings.json │ │ ├── slab-openings.ttl │ │ ├── slab-openings.xml │ │ ├── slab-openings_roundtrip.ifc │ │ ├── slab-standard-case.ifc │ │ ├── slab-standard-case.json │ │ ├── slab-standard-case.ttl │ │ ├── slab-standard-case.xml │ │ ├── slab-standard-case_roundtrip.ifc │ │ ├── slab-tessellated-unique-vertices.ifc │ │ ├── slab-tessellated-unique-vertices.json │ │ ├── slab-tessellated-unique-vertices.ttl │ │ ├── slab-tessellated-unique-vertices.xml │ │ ├── slab-tessellated-unique-vertices_roundtrip.ifc │ │ ├── structural-curve-member.ifc │ │ ├── structural-curve-member.json │ │ ├── structural-curve-member.ttl │ │ ├── structural-curve-member.xml │ │ ├── structural-curve-member_roundtrip.ifc │ │ ├── surface-model.ifc │ │ ├── surface-model.json │ │ ├── surface-model.ttl │ │ ├── surface-model.xml │ │ ├── surface-model_roundtrip.ifc │ │ ├── tessellated-item.ifc │ │ ├── tessellated-item.json │ │ ├── tessellated-item.ttl │ │ ├── tessellated-item.xml │ │ ├── tessellated-item_roundtrip.ifc │ │ ├── tessellation-with-blob-texture.ifc │ │ ├── tessellation-with-blob-texture.json │ │ ├── tessellation-with-blob-texture.ttl │ │ ├── tessellation-with-blob-texture.xml │ │ ├── tessellation-with-blob-texture_roundtrip.ifc │ │ ├── tessellation-with-image-texture.ifc │ │ ├── tessellation-with-image-texture.json │ │ ├── tessellation-with-image-texture.ttl │ │ ├── tessellation-with-image-texture.xml │ │ ├── tessellation-with-image-texture_roundtrip.ifc │ │ ├── tessellation-with-individual-colors.ifc │ │ ├── tessellation-with-individual-colors.json │ │ ├── tessellation-with-individual-colors.ttl │ │ ├── tessellation-with-individual-colors.xml │ │ ├── tessellation-with-individual-colors_roundtrip.ifc │ │ ├── tessellation-with-pixel-texture.ifc │ │ ├── tessellation-with-pixel-texture.json │ │ ├── tessellation-with-pixel-texture.ttl │ │ ├── tessellation-with-pixel-texture.xml │ │ ├── tessellation-with-pixel-texture_roundtrip.ifc │ │ ├── wall-elemented-case.ifc │ │ ├── wall-elemented-case.json │ │ ├── wall-elemented-case.ttl │ │ ├── wall-elemented-case.xml │ │ ├── wall-elemented-case_roundtrip.ifc │ │ ├── wall-standard-case.ifc │ │ ├── wall-standard-case.json │ │ ├── wall-standard-case.ttl │ │ ├── wall-standard-case.xml │ │ ├── wall-standard-case_roundtrip.ifc │ │ ├── wall-with-opening-and-window.ifc │ │ ├── wall-with-opening-and-window.json │ │ ├── wall-with-opening-and-window.ttl │ │ ├── wall-with-opening-and-window.xml │ │ └── wall-with-opening-and-window_roundtrip.ifc │ ├── NURBS │ │ ├── Bentley Building Designer │ │ │ ├── Application.md │ │ │ └── Faces │ │ │ │ ├── 1.SimpleRectangle.facet.ifc │ │ │ │ ├── 1.SimpleRectangle.facet.json │ │ │ │ ├── 1.SimpleRectangle.facet_roundtrip.ifc │ │ │ │ ├── 1.SimpleRectangle.ifc │ │ │ │ ├── 1.SimpleRectangle.json │ │ │ │ ├── 1.SimpleRectangle_roundtrip.ifc │ │ │ │ ├── 3.Torus.facet.ifc │ │ │ │ ├── 3.Torus.facet.json │ │ │ │ ├── 3.Torus.facet_roundtrip.ifc │ │ │ │ ├── 3.Torus.ifc │ │ │ │ ├── 3.Torus.json │ │ │ │ ├── 3.Torus_roundtrip.ifc │ │ │ │ ├── 4.Jar.facet.ifc │ │ │ │ ├── 4.Jar.facet.json │ │ │ │ ├── 4.Jar.facet_roundtrip.ifc │ │ │ │ ├── 4.Jar.ifc │ │ │ │ ├── 4.Jar.json │ │ │ │ ├── 4.Jar_roundtrip.ifc │ │ │ │ ├── 5.Cone.facet.ifc │ │ │ │ ├── 5.Cone.facet.json │ │ │ │ ├── 5.Cone.facet_roundtrip.ifc │ │ │ │ ├── 5.Cone.ifc │ │ │ │ ├── 5.Cone.json │ │ │ │ ├── 5.Cone_roundtrip.ifc │ │ │ │ ├── 6.RectWithHole.facet.ifc │ │ │ │ ├── 6.RectWithHole.facet.json │ │ │ │ ├── 6.RectWithHole.facet_roundtrip.ifc │ │ │ │ ├── 6.RectWithHole.ifc │ │ │ │ ├── 6.RectWithHole.json │ │ │ │ ├── 6.RectWithHole_roundtrip.ifc │ │ │ │ ├── bspline surface.dgn │ │ │ │ ├── bspline surface.facet.ifc │ │ │ │ ├── bspline surface.facet.json │ │ │ │ ├── bspline surface.facet_roundtrip.ifc │ │ │ │ ├── bspline surface.ifc │ │ │ │ ├── bspline surface.json │ │ │ │ └── bspline surface_roundtrip.ifc │ │ ├── README.md │ │ └── Viewers │ │ │ ├── Bentley Microstaton.md │ │ │ └── NURBSEditor (possible with sources) │ └── readme.md ├── IFC_4.3 │ ├── Georeferencing_1 │ │ ├── UT_GeoRef_1.ifc │ │ ├── UT_GeoRef_1.json │ │ ├── UT_GeoRef_1_1.PNG │ │ ├── UT_GeoRef_1_2.jpg │ │ ├── UT_GeoRef_1_roundtrip.ifc │ │ └── readme.md │ ├── LinearPlacement_1 │ │ ├── LinearPlacement_1.md │ │ ├── UT_LinearPlacement_1.ifca │ │ ├── UT_LinearPlacement_1_1.png │ │ ├── UT_LinearPlacement_1_2.png │ │ └── UT_LinearPlacement_1_3.pdf │ ├── UnitTestTemplate.md │ └── readme.md ├── README.md └── buildingSMART_TestSet_JAVA │ ├── README.md │ ├── air-terminal-element.ifc │ ├── air-terminal-element.json │ ├── air-terminal-element.xml │ ├── air-terminal-library-object.ifc │ ├── air-terminal-library-object.json │ ├── air-terminal-library-object.xml │ ├── basin-advanced-brep.ifc │ ├── basin-advanced-brep.json │ ├── basin-advanced-brep.xml │ ├── basin-faceted-brep.ifc │ ├── basin-faceted-brep.json │ ├── basin-faceted-brep.xml │ ├── basin-tessellation.ifc │ ├── basin-tessellation.json │ ├── basin-tessellation.xml │ ├── bath-csg-solid.ifc │ ├── bath-csg-solid.json │ ├── bath-csg-solid.xml │ ├── beam-curved-i-shape-tessellated.ifc │ ├── beam-curved-i-shape-tessellated.json │ ├── beam-curved-i-shape-tessellated.xml │ ├── beam-extruded-solid.ifc │ ├── beam-extruded-solid.json │ ├── beam-extruded-solid.xml │ ├── beam-revolved-solid.ifc │ ├── beam-revolved-solid.json │ ├── beam-revolved-solid.xml │ ├── beam-standard-case.ifc │ ├── beam-standard-case.json │ ├── beam-standard-case.xml │ ├── beam-straight-i-shape-tessellated.ifc │ ├── beam-straight-i-shape-tessellated.json │ ├── beam-straight-i-shape-tessellated.xml │ ├── beam-varying-cardinal-points.ifc │ ├── beam-varying-cardinal-points.json │ ├── beam-varying-cardinal-points.xml │ ├── beam-varying-extrusion-paths.ifc │ ├── beam-varying-extrusion-paths.json │ ├── beam-varying-extrusion-paths.xml │ ├── beam-varying-profiles.ifc │ ├── beam-varying-profiles.json │ ├── beam-varying-profiles.xml │ ├── brep-model.ifc │ ├── brep-model.json │ ├── brep-model.xml │ ├── column-extruded-solid.ifc │ ├── column-extruded-solid.json │ ├── column-extruded-solid.xml │ ├── column-straight-rectangle-tessellation.ifc │ ├── column-straight-rectangle-tessellation.json │ ├── column-straight-rectangle-tessellation.xml │ ├── construction-scheduling-task.ifc │ ├── construction-scheduling-task.json │ ├── construction-scheduling-task.xml │ ├── csg-primitive.ifc │ ├── csg-primitive.json │ ├── csg-primitive.xml │ ├── cube-advanced-brep.ifc │ ├── cube-advanced-brep.json │ ├── cube-advanced-brep.xml │ ├── extruded-solid.ifc │ ├── extruded-solid.json │ ├── extruded-solid.xml │ ├── geographic-referencing.ifc │ ├── geographic-referencing.json │ ├── geographic-referencing.xml │ ├── grid-placement.ifc │ ├── grid-placement.json │ ├── grid-placement.xml │ ├── mapped-shape-with-multiple-items.ifc │ ├── mapped-shape-with-multiple-items.json │ ├── mapped-shape-with-multiple-items.xml │ ├── mapped-shape-with-transformation.ifc │ ├── mapped-shape-with-transformation.json │ ├── mapped-shape-with-transformation.xml │ ├── mapped-shape-without-transformation.ifc │ ├── mapped-shape-without-transformation.json │ ├── mapped-shape-without-transformation.xml │ ├── reinforcing-assembly.ifc │ ├── reinforcing-assembly.json │ ├── reinforcing-assembly.xml │ ├── reinforcing-stirrup.ifc │ ├── reinforcing-stirrup.json │ ├── reinforcing-stirrup.xml │ ├── slab-openings.ifc │ ├── slab-openings.json │ ├── slab-openings.xml │ ├── slab-standard-case.ifc │ ├── slab-standard-case.json │ ├── slab-standard-case.xml │ ├── slab-tessellated-unique-vertices.ifc │ ├── slab-tessellated-unique-vertices.json │ ├── slab-tessellated-unique-vertices.xml │ ├── structural-curve-member.ifc │ ├── structural-curve-member.json │ ├── structural-curve-member.xml │ ├── surface-model.ifc │ ├── surface-model.json │ ├── surface-model.xml │ ├── tessellated-item.ifc │ ├── tessellated-item.json │ ├── tessellated-item.xml │ ├── tessellation-with-blob-texture.ifc │ ├── tessellation-with-blob-texture.json │ ├── tessellation-with-blob-texture.xml │ ├── tessellation-with-image-texture.ifc │ ├── tessellation-with-image-texture.json │ ├── tessellation-with-image-texture.xml │ ├── tessellation-with-individual-colors.ifc │ ├── tessellation-with-individual-colors.json │ ├── tessellation-with-individual-colors.xml │ ├── tessellation-with-pixel-texture.ifc │ ├── tessellation-with-pixel-texture.json │ ├── tessellation-with-pixel-texture.xml │ ├── wall-elemented-case.ifc │ ├── wall-elemented-case.json │ ├── wall-elemented-case.xml │ ├── wall-standard-case.ifc │ ├── wall-standard-case.json │ ├── wall-standard-case.xml │ ├── wall-with-opening-and-window.ifc │ ├── wall-with-opening-and-window.json │ └── wall-with-opening-and-window.xml ├── Schema ├── IFC4.json └── README.md ├── file_converters ├── README.md ├── ifc2json.py ├── ifcjson │ ├── __init__.py │ ├── common.py │ ├── ifc2json4.py │ ├── ifc2json5a.py │ ├── mesh.py │ ├── reader.py │ └── to_ifcopenshell.py ├── json2ifc.py └── samples.py └── schema_converters ├── README.md ├── __init__.py ├── ifcexpress2jsonschema └── schema_parser.py ├── reference_schemas └── IFC4.exp └── schema_validator.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/.gitignore -------------------------------------------------------------------------------- /Documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Documentation/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/README.md -------------------------------------------------------------------------------- /Samples/IFC_2x3/7m900_tue_hello_wall_with_door.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_2x3/7m900_tue_hello_wall_with_door.ifc -------------------------------------------------------------------------------- /Samples/IFC_2x3/7m900_tue_hello_wall_with_door.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_2x3/7m900_tue_hello_wall_with_door.json -------------------------------------------------------------------------------- /Samples/IFC_2x3/7m900_tue_hello_wall_with_door_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_2x3/7m900_tue_hello_wall_with_door_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_2x3/Duplex_A_20110907_optimized.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_2x3/Duplex_A_20110907_optimized.ifc -------------------------------------------------------------------------------- /Samples/IFC_2x3/Duplex_A_20110907_optimized.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_2x3/Duplex_A_20110907_optimized.json -------------------------------------------------------------------------------- /Samples/IFC_2x3/Duplex_A_20110907_optimized_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_2x3/Duplex_A_20110907_optimized_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/README.md -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-element_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/air-terminal-library-object_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-advanced-brep_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-faceted-brep_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/basin-tessellation_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/bath-csg-solid_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-curved-i-shape-tessellated_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-extruded-solid_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-revolved-solid_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-standard-case_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-straight-i-shape-tessellated_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-cardinal-points_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-extrusion-paths_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/beam-varying-profiles_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/brep-model.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/brep-model.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/brep-model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/brep-model.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/brep-model.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/brep-model.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/brep-model.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/brep-model.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/brep-model_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/brep-model_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-extruded-solid_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/column-straight-rectangle-tessellation_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/construction-scheduling-task_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/csg-primitive_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/cube-advanced-brep_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/extruded-solid_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/geographic-referencing_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/grid-placement.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/grid-placement.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/grid-placement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/grid-placement.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/grid-placement.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/grid-placement.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/grid-placement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/grid-placement.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/grid-placement_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/grid-placement_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-multiple-items_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-with-transformation_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/mapped-shape-without-transformation_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-assembly_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/reinforcing-stirrup_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-openings.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-openings.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-openings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-openings.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-openings.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-openings.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-openings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-openings.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-openings_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-openings_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-standard-case_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/slab-tessellated-unique-vertices_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/structural-curve-member_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/surface-model.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/surface-model.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/surface-model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/surface-model.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/surface-model.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/surface-model.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/surface-model.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/surface-model.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/surface-model_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/surface-model_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellated-item_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-blob-texture_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-image-texture_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-individual-colors_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/tessellation-with-pixel-texture_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-elemented-case_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-standard-case_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window.ttl -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window.xml -------------------------------------------------------------------------------- /Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/BuildingSMARTSpec/wall-with-opening-and-window_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Application.md -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.facet.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.facet.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.facet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.facet.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.facet_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.facet_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/1.SimpleRectangle_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.facet.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.facet.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.facet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.facet.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.facet_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.facet_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/3.Torus_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.facet.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.facet.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.facet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.facet.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.facet_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.facet_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/4.Jar_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.facet.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.facet.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.facet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.facet.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.facet_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.facet_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/5.Cone_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.facet.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.facet.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.facet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.facet.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.facet_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.facet_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/6.RectWithHole_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.dgn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.dgn -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.facet.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.facet.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.facet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.facet.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.facet_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.facet_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface.json -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Bentley Building Designer/Faces/bspline surface_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/README.md -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Viewers/Bentley Microstaton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Viewers/Bentley Microstaton.md -------------------------------------------------------------------------------- /Samples/IFC_4.0/NURBS/Viewers/NURBSEditor (possible with sources): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/NURBS/Viewers/NURBSEditor (possible with sources) -------------------------------------------------------------------------------- /Samples/IFC_4.0/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.0/readme.md -------------------------------------------------------------------------------- /Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1.json -------------------------------------------------------------------------------- /Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1_1.PNG -------------------------------------------------------------------------------- /Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1_2.jpg -------------------------------------------------------------------------------- /Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1_roundtrip.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/Georeferencing_1/UT_GeoRef_1_roundtrip.ifc -------------------------------------------------------------------------------- /Samples/IFC_4.3/Georeferencing_1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/Georeferencing_1/readme.md -------------------------------------------------------------------------------- /Samples/IFC_4.3/LinearPlacement_1/LinearPlacement_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/LinearPlacement_1/LinearPlacement_1.md -------------------------------------------------------------------------------- /Samples/IFC_4.3/LinearPlacement_1/UT_LinearPlacement_1.ifca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/LinearPlacement_1/UT_LinearPlacement_1.ifca -------------------------------------------------------------------------------- /Samples/IFC_4.3/LinearPlacement_1/UT_LinearPlacement_1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/LinearPlacement_1/UT_LinearPlacement_1_1.png -------------------------------------------------------------------------------- /Samples/IFC_4.3/LinearPlacement_1/UT_LinearPlacement_1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/LinearPlacement_1/UT_LinearPlacement_1_2.png -------------------------------------------------------------------------------- /Samples/IFC_4.3/LinearPlacement_1/UT_LinearPlacement_1_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/LinearPlacement_1/UT_LinearPlacement_1_3.pdf -------------------------------------------------------------------------------- /Samples/IFC_4.3/UnitTestTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/UnitTestTemplate.md -------------------------------------------------------------------------------- /Samples/IFC_4.3/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/IFC_4.3/readme.md -------------------------------------------------------------------------------- /Samples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/README.md -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/README.md -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/air-terminal-element.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/air-terminal-element.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/air-terminal-element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/air-terminal-element.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/air-terminal-element.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/air-terminal-element.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/air-terminal-library-object.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/air-terminal-library-object.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/air-terminal-library-object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/air-terminal-library-object.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/air-terminal-library-object.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/air-terminal-library-object.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-advanced-brep.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-advanced-brep.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-advanced-brep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-advanced-brep.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-advanced-brep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-advanced-brep.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-faceted-brep.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-faceted-brep.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-faceted-brep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-faceted-brep.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-faceted-brep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-faceted-brep.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-tessellation.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-tessellation.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-tessellation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-tessellation.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/basin-tessellation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/basin-tessellation.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/bath-csg-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/bath-csg-solid.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/bath-csg-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/bath-csg-solid.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/bath-csg-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/bath-csg-solid.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-curved-i-shape-tessellated.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-curved-i-shape-tessellated.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-curved-i-shape-tessellated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-curved-i-shape-tessellated.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-curved-i-shape-tessellated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-curved-i-shape-tessellated.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-extruded-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-extruded-solid.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-extruded-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-extruded-solid.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-extruded-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-extruded-solid.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-revolved-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-revolved-solid.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-revolved-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-revolved-solid.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-revolved-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-revolved-solid.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-standard-case.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-standard-case.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-standard-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-standard-case.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-standard-case.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-standard-case.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-straight-i-shape-tessellated.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-straight-i-shape-tessellated.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-straight-i-shape-tessellated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-straight-i-shape-tessellated.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-straight-i-shape-tessellated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-straight-i-shape-tessellated.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-cardinal-points.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-cardinal-points.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-cardinal-points.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-cardinal-points.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-cardinal-points.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-cardinal-points.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-extrusion-paths.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-extrusion-paths.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-extrusion-paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-extrusion-paths.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-extrusion-paths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-extrusion-paths.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-profiles.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-profiles.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-profiles.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/beam-varying-profiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/beam-varying-profiles.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/brep-model.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/brep-model.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/brep-model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/brep-model.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/brep-model.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/brep-model.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/column-extruded-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/column-extruded-solid.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/column-extruded-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/column-extruded-solid.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/column-extruded-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/column-extruded-solid.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/column-straight-rectangle-tessellation.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/column-straight-rectangle-tessellation.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/column-straight-rectangle-tessellation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/column-straight-rectangle-tessellation.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/column-straight-rectangle-tessellation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/column-straight-rectangle-tessellation.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/construction-scheduling-task.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/construction-scheduling-task.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/construction-scheduling-task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/construction-scheduling-task.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/construction-scheduling-task.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/construction-scheduling-task.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/csg-primitive.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/csg-primitive.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/csg-primitive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/csg-primitive.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/csg-primitive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/csg-primitive.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/cube-advanced-brep.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/cube-advanced-brep.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/cube-advanced-brep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/cube-advanced-brep.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/cube-advanced-brep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/cube-advanced-brep.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/extruded-solid.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/extruded-solid.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/extruded-solid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/extruded-solid.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/extruded-solid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/extruded-solid.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/geographic-referencing.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/geographic-referencing.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/geographic-referencing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/geographic-referencing.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/geographic-referencing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/geographic-referencing.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/grid-placement.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/grid-placement.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/grid-placement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/grid-placement.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/grid-placement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/grid-placement.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-multiple-items.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-multiple-items.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-multiple-items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-multiple-items.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-multiple-items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-multiple-items.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-transformation.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-transformation.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-transformation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-transformation.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-transformation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-with-transformation.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-without-transformation.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-without-transformation.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-without-transformation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-without-transformation.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/mapped-shape-without-transformation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/mapped-shape-without-transformation.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/reinforcing-assembly.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/reinforcing-assembly.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/reinforcing-assembly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/reinforcing-assembly.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/reinforcing-assembly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/reinforcing-assembly.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/reinforcing-stirrup.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/reinforcing-stirrup.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/reinforcing-stirrup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/reinforcing-stirrup.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/reinforcing-stirrup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/reinforcing-stirrup.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-openings.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-openings.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-openings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-openings.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-openings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-openings.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-standard-case.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-standard-case.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-standard-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-standard-case.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-standard-case.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-standard-case.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-tessellated-unique-vertices.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-tessellated-unique-vertices.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-tessellated-unique-vertices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-tessellated-unique-vertices.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/slab-tessellated-unique-vertices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/slab-tessellated-unique-vertices.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/structural-curve-member.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/structural-curve-member.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/structural-curve-member.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/structural-curve-member.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/structural-curve-member.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/structural-curve-member.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/surface-model.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/surface-model.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/surface-model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/surface-model.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/surface-model.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/surface-model.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellated-item.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellated-item.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellated-item.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellated-item.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellated-item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellated-item.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-blob-texture.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-blob-texture.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-blob-texture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-blob-texture.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-blob-texture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-blob-texture.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-image-texture.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-image-texture.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-image-texture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-image-texture.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-image-texture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-image-texture.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-individual-colors.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-individual-colors.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-individual-colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-individual-colors.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-individual-colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-individual-colors.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-pixel-texture.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-pixel-texture.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-pixel-texture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-pixel-texture.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/tessellation-with-pixel-texture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/tessellation-with-pixel-texture.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-elemented-case.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-elemented-case.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-elemented-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-elemented-case.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-elemented-case.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-elemented-case.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-standard-case.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-standard-case.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-standard-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-standard-case.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-standard-case.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-standard-case.xml -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-with-opening-and-window.ifc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-with-opening-and-window.ifc -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-with-opening-and-window.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-with-opening-and-window.json -------------------------------------------------------------------------------- /Samples/buildingSMART_TestSet_JAVA/wall-with-opening-and-window.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Samples/buildingSMART_TestSet_JAVA/wall-with-opening-and-window.xml -------------------------------------------------------------------------------- /Schema/IFC4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Schema/IFC4.json -------------------------------------------------------------------------------- /Schema/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/Schema/README.md -------------------------------------------------------------------------------- /file_converters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/README.md -------------------------------------------------------------------------------- /file_converters/ifc2json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/ifc2json.py -------------------------------------------------------------------------------- /file_converters/ifcjson/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/ifcjson/__init__.py -------------------------------------------------------------------------------- /file_converters/ifcjson/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/ifcjson/common.py -------------------------------------------------------------------------------- /file_converters/ifcjson/ifc2json4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/ifcjson/ifc2json4.py -------------------------------------------------------------------------------- /file_converters/ifcjson/ifc2json5a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/ifcjson/ifc2json5a.py -------------------------------------------------------------------------------- /file_converters/ifcjson/mesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/ifcjson/mesh.py -------------------------------------------------------------------------------- /file_converters/ifcjson/reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/ifcjson/reader.py -------------------------------------------------------------------------------- /file_converters/ifcjson/to_ifcopenshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/ifcjson/to_ifcopenshell.py -------------------------------------------------------------------------------- /file_converters/json2ifc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/json2ifc.py -------------------------------------------------------------------------------- /file_converters/samples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/file_converters/samples.py -------------------------------------------------------------------------------- /schema_converters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/schema_converters/README.md -------------------------------------------------------------------------------- /schema_converters/__init__.py: -------------------------------------------------------------------------------- 1 | import .ifcecore -------------------------------------------------------------------------------- /schema_converters/ifcexpress2jsonschema/schema_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/schema_converters/ifcexpress2jsonschema/schema_parser.py -------------------------------------------------------------------------------- /schema_converters/reference_schemas/IFC4.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/schema_converters/reference_schemas/IFC4.exp -------------------------------------------------------------------------------- /schema_converters/schema_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingsmart-community/ifcJSON/HEAD/schema_converters/schema_validator.py --------------------------------------------------------------------------------