IFCFile
Description:
Represents the IFC file which is being created during export.
Represents the IFC file which is being created during export.
public class IFCFile : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Close() | None | Close the IFC file. | |
| Create(IFCFileModelOptions) | IFCFile | Creates an IFC file for exporting. | |
| CreateHeaderInstance(String) | IFCAnyHandle | Creates an IFC header instance in the file model. | |
| CreateInstance(String) | IFCAnyHandle | Creates an IFC instance in the file model. | |
| CreateStyle(ExporterIFC, IFCAnyHandle) | IFCAnyHandle | Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file. | |
| CreateStyle(ExporterIFC, IFCAnyHandle, Color, ElementId) | IFCAnyHandle | Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file. | |
| Dispose() | None | Releases all resources used by the IFCFile | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetInstanceCount(String, Boolean) | Int32 | Counts IFC instances of one particular type. | |
| GetInstances(String, Boolean) | IList<IFCAnyHandle> | Gets IFC instances of one particular type. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| Read(IFCFileReadOptions) | None | Reads content from a file of IFC format. | |
| Read(IFCFileReadOptions, Int32%, Int32%) | None | Reads content from a file of IFC format. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Write(IFCFileWriteOptions) | None | Writes content to a file of IFC format. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |