ShapeImporterSourceFormat
Description:
An enumerated type listing the possible formats supported by ShapeImporter.
An enumerated type listing the possible formats supported by ShapeImporter.
public enum ShapeImporterSourceFormat
| Name | Description |
|---|---|
| Auto | The format of the incoming data will be determined from input file extension. |
| OBJ | The incoming data is in OBJ format (*.obj). |
| Rhino | The incoming data is in Rhino format (*.3dm). |
| SAT | The incoming data is in SAT format (*.sat). |
| SketchUp | The incoming data is in SketchUp format (*.skp). |
| STEP | The incoming data is in STEP format (*.step, *.stp, *.stpz). |
| STL | The incoming data is in STL format (*.stl). |