--- a +++ b/Application/Examples/BikeModel/Model/BikeLegConnection.any @@ -0,0 +1,12 @@ +// This folder contains the joints and drivers that connect the lower extremity +// model with the bike model. +// Furthermore it defines the positions and orientations of the segments + +AnyFolder BikeLegConnection = { + + AnyFolder &ModelFolder = .HumanModel; + + AnyFolder JointsAndDrivers = { + #include "JointsAndDrivers.any" + }; +}; \ No newline at end of file