Skip to content

Commit

Permalink
Restore example file
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Dec 17, 2023
1 parent 3ba9380 commit 2f6be83
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 119 deletions.
70 changes: 0 additions & 70 deletions examples/mesh.jcad

This file was deleted.

82 changes: 33 additions & 49 deletions examples/test.jcad
Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,53 @@
"objects": [
{
"name": "box",
"visible": true,
"shape": "Part::Box",
"shapeMetadata": {
"mass": 1995,
"centerOfMass": [
3.5,
7.5,
9.499999999999998
],
"matrixOfInertia": [
[
0,
-2.9103830456733704e-11,
45552.5
],
[
97422.50000000006,
0,
0
],
[
0,
68162.50000000006,
-2.9103830456733704e-11
]
]
},
"parameters": {
"Height": 19.0,
"Placement": {
"Axis": [
1,
0,
0
1.0,
0.0,
0.0
],
"Position": [
0,
0,
0
0.0,
0.0,
0.0
],
"Angle": 0
"Angle": 0.0
},
"Width": 15,
"Length": 7,
"Height": 19
}
"Width": 15.0,
"Length": 7.0
},
"visible": true
},
{
"name": "Mesh 1",
"shape": "Post::Operator",
"visible": true,
"parameters": {
"NumberOfSegment": 5,
"Object": "box"
"Length": 10.0,
"Placement": {
"Position": [
0.0,
0.0,
0.0
],
"Axis": [
1.0,
0.0,
0.0
],
"Angle": 2.0
},
"Height": 9.0,
"Width": 25.0
},
"visible": true
"shape": "Part::Box",
"name": "box2"
}
],
"options": {
"foo": 1,
"guidata": {
"box": {
"visibility": false
}
}
"foo": 1.0
},
"metadata": {}
}
}

0 comments on commit 2f6be83

Please sign in to comment.