343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
23 lines
202 B
C#
23 lines
202 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public enum ImportExportFileFormat
|
|
{
|
|
DWG,
|
|
DWF,
|
|
DWFX,
|
|
GBXML,
|
|
FBX,
|
|
Image,
|
|
DGN,
|
|
Civil3D,
|
|
Inventor,
|
|
DXF,
|
|
SAT,
|
|
IFC,
|
|
NWC,
|
|
PDF,
|
|
STL,
|
|
AXM,
|
|
OBJ,
|
|
}
|