Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

bsdd

An experimental work in progress library to interact with the buildingSMART Data Dictionary (bSDD) API.

More reading:

Demo

Let's replicate the SketchUp example:

client = Client()
pprint(client.Domain())
pprint(client.SearchListOpen("http://identifier.buildingsmart.org/uri/nlsfb/nlsfb2005-2.2", RelatedIfcEntity="IfcWall"))
data = client.Classification("http://identifier.buildingsmart.org/uri/nlsfb/nlsfb2005-2.2/class/21.21")
pprint(data)
apply_ifc_classification_properties(ifc_file, element, data["classificationProperties"])