Switch to unified view

a b/Application/Examples/BikeModel/Model/InitialPositionsBike.any
1
// This file gives the initial positions of the segments. The purpose is 
2
// to enable the kinematic system to assemble the mechanism correctly.
3
4
BikeModel.BikeFrame.r0 = {0.170000, -0.700000, 1};
5
BikeModel.BikeFrame.Axes0 = {{1.000000, -0.000000, -0.000000}, {0.000000, 1.000000, -0.000000}, {0.000000, 0.000000, 1.000000}};
6
BikeModel.Crank.r0 = {0.170000, -0.700000, 1};
7
BikeModel.Crank.Axes0 = {{1.000000, -0.000000, -0.000000}, {0.000000, 1.000000, 0.000000}, {0.000000, -0.000000, 1.000000}};
8
BikeModel.RearWheel.r0 = {-0.280000, -0.690000, 1};
9
BikeModel.RearWheel.Axes0 = {{1.000000, -0.000000, -0.000000}, {0.000000, 1.000000, 0.000000}, {0.000000, -0.000000, 1.000000}};
10
BikeModel.FrontWheel.r0 = {0.880000, -0.690000,1};
11
BikeModel.FrontWheel.Axes0 = {{1.000000, -0.000000, -0.000000}, {0.000000, 1.000000, 0.000000}, {0.000000, -0.000000, 1.000000}};
12