You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please tell us how we can get an ExporterIFC object? If you would say to implement interface and create the object, it won't work because your methods are not requiring IExporterIFC.
I would like to use your GetObjectExportType method but it is requiring that hidden ExporterIFC object...
/// <summary>
/// Gets export type for an element in pair information of the IfcEntity and its type.
/// Restricted to sub-types of IfcObject.
/// </summary>
/// <param name="exporterIFC">The ExporterIFC object.</param>
/// <param name="element">The element.</param>
/// <param name="enumTypeValue">The output string value represents the enum type.</param>
/// <returns>The IFCExportInfoPair.</returns>
public static IFCExportInfoPair GetObjectExportType(ExporterIFC exporterIFC,
Element element, out string enumTypeValue)
{
return GetExportType(exporterIFC, element, IFCEntityType.IfcObject, out enumTypeValue);
}
Can you please make that static method without ExporterIFC parameter or tell us how to create an instance of it?
Thank you!
Revit Version
2024.0.x
IFC for Revit Addon Version
24.x.x
Windows Version
11 22H2
The text was updated successfully, but these errors were encountered:
denizmaral
added
the
inquiry
An information request from end user that is not an Enhancement Request or Problem Report
label
Sep 9, 2024
Inquiry description
Can you please tell us how we can get an ExporterIFC object? If you would say to implement interface and create the object, it won't work because your methods are not requiring IExporterIFC.
I would like to use your GetObjectExportType method but it is requiring that hidden ExporterIFC object...
Can you please make that static method without ExporterIFC parameter or tell us how to create an instance of it?
Thank you!
Revit Version
2024.0.x
IFC for Revit Addon Version
24.x.x
Windows Version
11 22H2
The text was updated successfully, but these errors were encountered: