ExportUtils
Description:
This class provides utilities related to document export.
This class provides utilities related to document export.
public static class ExportUtils
| Name | Return Type | Description |
|---|---|---|
| GetExportId(Subelement) | Guid | Retrieves the GUID representing the subelement in DWF and IFC export. |
| GetExportId(Document, ElementId) | Guid | Retrieves the GUID representing this element 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 [!:Autodesk::Revit::DB::HermiteSuface] or [!:Autodesk::Revit::DB::RuledSuface] . |