Files
Web_FreeCAD_Bitbybit/config/freecad-property-acceleration-success.json
wangdequan d11566403d
Some checks failed
real-verification / chrome (push) Has been cancelled
real-verification / freecad-oracle (push) Has been cancelled
real-verification / wasm (push) Has been cancelled
feat: close ordered pairs and property codec batches
2026-08-17 04:58:46 -04:00

102 lines
2.3 KiB
JSON

{
"baselineId": "freecad-1.1.1-property-acceleration-success",
"cases": [
{
"editorMode": [],
"group": "TrajectoryDressUp",
"id": "default",
"objectState": [
"Up-to-date"
],
"requested": null,
"shape": {
"applicable": false
},
"status": [],
"typeId": "App::PropertyAcceleration",
"value": {
"numeric": 1000,
"raw": "1000.0 mm/s^2",
"unit": "Unit: mm/s^2 (1,0,-2,0,0,0,0,0) [Acceleration]"
}
},
{
"editorMode": [],
"group": "TrajectoryDressUp",
"id": "nominal",
"objectState": [
"Touched",
"Invalid"
],
"requested": "500 mm/s^2",
"shape": {
"applicable": false
},
"status": [],
"typeId": "App::PropertyAcceleration",
"value": {
"numeric": 500,
"raw": "500.0 mm/s^2",
"unit": "Unit: mm/s^2 (1,0,-2,0,0,0,0,0) [Acceleration]"
}
},
{
"editorMode": [],
"group": "TrajectoryDressUp",
"id": "lower-bound",
"objectState": [
"Touched",
"Invalid"
],
"requested": "0 mm/s^2",
"shape": {
"applicable": false
},
"status": [],
"typeId": "App::PropertyAcceleration",
"value": {
"numeric": 0,
"raw": "0.0 mm/s^2",
"unit": "Unit: mm/s^2 (1,0,-2,0,0,0,0,0) [Acceleration]"
}
},
{
"editorMode": [],
"group": "TrajectoryDressUp",
"id": "negative-boundary",
"objectState": [
"Touched",
"Invalid"
],
"requested": "-500 mm/s^2",
"shape": {
"applicable": false
},
"status": [],
"typeId": "App::PropertyAcceleration",
"value": {
"numeric": -500,
"raw": "-500.0 mm/s^2",
"unit": "Unit: mm/s^2 (1,0,-2,0,0,0,0,0) [Acceleration]"
}
}
],
"diagnostics": {
"documentObjectCount": 1,
"exception": null
},
"freecadVersion": "1.1.1",
"gitCommit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d",
"object": {
"name": "AccelerationProbe",
"typeId": "Robot::TrajectoryDressUpObject"
},
"property": {
"group": "TrajectoryDressUp",
"name": "Acceleration",
"typeId": "App::PropertyAcceleration"
},
"schemaVersion": 1,
"status": "pass"
}