RVTDocs.com
Namespace: Autodesk.Revit.DB

ShapeImporterSourceFormat

Enumeration
Description:
An enumerated type listing the possible formats supported by the Shapeimporter.
Syntax
public enum ShapeImporterSourceFormat
Unknown Namespace Members:
Name Description
Auto The format of the incoming data will be determined from input file extension.
SAT The incoming data is in SAT format (*.sat).
Rhino The incoming data is in Rhino format (*.3dm).
SketchUp The incoming data is in SketchUp format (*.skp).
OBJ The incoming data is in OBJ format (*.obj).
STL The incoming data is in STL format (*.stl).