Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Robotics Class Reference
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)
Syntax
public enum ResultCode
Members
| 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 |