a b/Application/Examples/BikeModel2D/Model/BikeLegConnection.any
1
/** This folder contains the joints and drivers that connects the lower 
2
extremity model with the bike model. Furthermore it defines the positions 
3
and orientations of the segments. */
4
AnyFolder BikeLegConnection = {
5
  
6
  AnyFolder &ModelFolder = .HumanFolder;
7
  AnyFolder InitialPositions = {
8
    #include "InitialPositions.any"
9
  };
10
  AnyFolder JointsAndDrivers = {
11
    #include "JointsAndDrivers.any"
12
  };
13
};