Package nl.bimbase.bimworks.client.apis
Class IfcApi
java.lang.Object
nl.bimbase.bimworks.client.apis.SubApi
nl.bimbase.bimworks.client.apis.IfcApi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondownloadErrorModel
(UUID errorUuid) Download the IFC model of an Error.downloadModel
(UUID versionUuid) Download a model, this will return the byte-for-byte original IFC modelMethods inherited from class nl.bimbase.bimworks.client.apis.SubApi
getBimWorksClient
-
Constructor Details
-
IfcApi
-
-
Method Details
-
downloadModel
Download a model, this will return the byte-for-byte original IFC model- Parameters:
versionUuid
- The UUID of the Version to download- Returns:
- An InputStream that can be used to get the content. Responsibility for closing this stream is on the caller.
- Throws:
BimWorksException
-
downloadErrorModel
Download the IFC model of an Error. This can be useful for debugging.- Parameters:
errorUuid
- The UUID of the Error- Returns:
- An InputStream that can be used to get the content. Responsibility for closing this stream is on the caller.
- Throws:
BimWorksException
-