Namespace:
Autodesk.Revit.DB
ShapeImporterSourceFormat
Enumeration
Description:
An enumerated type listing the possible formats supported by the Shapeimporter.
An enumerated type listing the possible formats supported by the Shapeimporter.
ShapeImporterSourceFormat Enumeration Members:
| Name | Description |
|---|---|
| 0 | The format of the incoming data will be determined from input file extension. |
| 1 | The incoming data is in SAT format (*.sat). |
| 2 | The incoming data is in Rhino format (*.3dm). |
| 3 | The incoming data is in SketchUp format (*.skp). |
| 4 | The incoming data is in OBJ format (*.obj). |
| 5 | The incoming data is in STL format (*.stl). |
| 11 | The incoming data is in STEP format (*.step, *.stp, *.stpz). |