Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 3.35 KB

IfcExportRequest.md

File metadata and controls

21 lines (16 loc) · 3.35 KB

IfcExportRequest

Properties

Name Type Description Notes
file_name str The name of the exported IFC file. It MUST end with .ifc or the exported file won't be processed by BIMData
classifications str Exported IFC will include classifications from original IFC file (ORIGINAL), from latest API updates (UPDATED), or won't include classifications(NONE) * `ORIGINAL` - ORIGINAL * `UPDATED` - UPDATED * `NONE` - NONE [optional] if omitted the server will use the default value of "UPDATED"
zones str Exported IFC will include zones from original IFC file (ORIGINAL), from latest API updates (UPDATED), or won't include zones(NONE) * `ORIGINAL` - ORIGINAL * `UPDATED` - UPDATED * `NONE` - NONE [optional] if omitted the server will use the default value of "UPDATED"
properties str Exported IFC will include properties from original IFC file (ORIGINAL), from latest API updates (UPDATED), or won't include properties(NONE) * `ORIGINAL` - ORIGINAL * `UPDATED` - UPDATED * `NONE` - NONE [optional] if omitted the server will use the default value of "UPDATED"
systems str Exported IFC will include systems from original IFC file (ORIGINAL), from latest API updates (UPDATED), or won't include systems(NONE) * `ORIGINAL` - ORIGINAL * `UPDATED` - UPDATED * `NONE` - NONE [optional] if omitted the server will use the default value of "UPDATED"
layers str Exported IFC will include layers from original IFC file (ORIGINAL), from latest API updates (UPDATED), or won't include layers(NONE) * `ORIGINAL` - ORIGINAL * `UPDATED` - UPDATED * `NONE` - NONE [optional] if omitted the server will use the default value of "UPDATED"
materials str Exported IFC will include materials from original IFC file (ORIGINAL), from latest API updates (UPDATED), or won't include materials(NONE) * `ORIGINAL` - ORIGINAL * `UPDATED` - UPDATED * `NONE` - NONE [optional] if omitted the server will use the default value of "UPDATED"
attributes str Exported IFC will include attributes from original IFC file (ORIGINAL), from latest API updates (UPDATED), or won't include attributes(NONE) * `ORIGINAL` - ORIGINAL * `UPDATED` - UPDATED * `NONE` - NONE [optional] if omitted the server will use the default value of "UPDATED"
structure str Exported IFC will include the structure from original IFC file (ORIGINAL), from latest API updates (UPDATED), or won't include structure(NONE) * `ORIGINAL` - ORIGINAL * `UPDATED` - UPDATED * `NONE` - NONE [optional] if omitted the server will use the default value of "UPDATED"
uuids [str] Exported IFC will only have those elements. If omitted, all elements will be exported [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]