ObjUtilities.ResultCode Enumeration
Microsoft Robotics
Microsoft Robotics Class Reference
Assembly: SimulationEngine (in SimulationEngine.dll) Version: 4.0.261.0 (4.0.261.0)
Result codes returned by the ObjUtilities
Namespace: Microsoft.Robotics.Simulation.MeshLoader
Assembly: SimulationEngine (in SimulationEngine.dll) Version: 4.0.261.0 (4.0.261.0)
| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 | No error | |
| ErrorOpeningObj | 1 | Couldn't open the input .obj file for reading | |
| ErrorOpeningBos | 2 | Couldn't open the output .bos file for writing | |
| ErrorReadingObj | 3 | An error occurred while reading and parsing the .obj file | |
| ErrorInOptimization | 4 | An error occurred while optimizing the mesh | |
| ErrorSavingBos | 5 | An error occurred while writing the .bos file |
Show: