Share

ShapeImporterSourceFormat Enumeration

An enumerated type listing the possible formats supported by ShapeImporter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ShapeImporterSourceFormat

Members

Member nameValueDescription
Auto0 The format of the incoming data will be determined from input file extension.
OBJ4 The incoming data is in OBJ format (*.obj).
Rhino2 The incoming data is in Rhino format (*.3dm).
SAT1 The incoming data is in SAT format (*.sat).
SketchUp3 The incoming data is in SketchUp format (*.skp).
STEP11 The incoming data is in STEP format (*.step, *.stp, *.stpz).
STL5 The incoming data is in STL format (*.stl).

See Also

Reference

Was this information helpful?