FreeCAD / src /Mod /BIM /Presets /ArchReport /QueryPresets /all_spaces.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
985c397 verified
{
"name": "All Spaces",
"description": "Selects all Space objects in the document.",
"query": "SELECT * FROM document WHERE IfcType = 'Space'"
}