IFCFile.Read
Description:
Reads content from a file of IFC format.
Reads content from a file of IFC format.
Overloads (2):
Read(IFCFileReadOptions,Int32,Int32)
public void Read(
IFCFileReadOptions readOptions,
out int pNumErrors,
out int pNumWarnings
)
-
readOptionsThe IFC file read options.
-
Int32%pNumErrorsThe number of errors reported during the read process. The actual messages will be in the log file.
-
Int32%pNumWarningsThe number of warnings reported during the read process. The actual messages will be in the log file.
-
A non-optional argument was null
-
Error reading opening model for unzipping. Error reading IFC file.