Пример #1
0
 /// Get the link coordinate system, expressed relative to Body2 (the 'master'
 /// body). This represents the 'main' reference of the link: reaction forces
 /// are expressed in this coordinate system.
 /// (It is the coordinate system of the contact plane relative to Body2)
 public override ChCoordsys GetLinkRelativeCoords()
 {
     return(frame2.GetCoord());
 }