ExportUtils
Description:
This class provides utilities related to document export.
This class provides utilities related to document export.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExportUtils
System.Object
Autodesk.Revit.DB.ExportUtils
public static class ExportUtils
| Name | Return Type | Description |
|---|---|---|
| GetExportId(Document, ElementId) | Guid | Retrieves the GUID representing this element in DWF and IFC export. |
| GetExportId(Subelement) | Guid | Retrieves the GUID representing the subelement in DWF and IFC export. |
| GetGBXMLDocumentId(Document) | Guid | Retrieves the GUID representing this document in exported gbXML files. |
| GetNurbsSurfaceDataForSurface(Surface) | NurbsSurfaceData | Returns the necessary information to define a NURBS surface for a given or . |