|
M
Close()
|
None
|
Close the IFC file.
|
|
|
M
Create(IFCFileModelOptions)
|
IFCFile
|
Creates an IFC file for exporting.
|
|
|
M
CreateHeaderInstance(String)
|
IFCAnyHandle
|
Creates an IFC header instance in the file model.
|
|
|
M
CreateInstance(String)
|
IFCAnyHandle
|
Creates an IFC instance in the file model.
|
|
|
M
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.
|
|
|
M
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.
|
|
|
M
Dispose()
|
None
|
|
|
|
M
Equals
|
None
|
Determines whether the specified object is equal to the current object. (Inherited from Object )
|
Object
|
|
M
GetHashCode
|
None
|
Serves as the default hash function. (Inherited from Object )
|
Object
|
|
M
GetInstanceCount(String, Boolean)
|
Int32
|
Counts IFC instances of one particular type.
|
|
|
M
GetInstances(String, Boolean)
|
IList<IFCAnyHandle>
|
Gets IFC instances of one particular type.
|
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object )
|
Object
|
|
M
Read(IFCFileReadOptions)
|
None
|
Reads content from a file of IFC format.
|
|
|
M
Read(IFCFileReadOptions, Int32%, Int32%)
|
None
|
Reads content from a file of IFC format.
|
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object )
|
Object
|
|
M
Write(IFCFileWriteOptions)
|
None
|
Writes content to a file of IFC format.
|
|