Exemple #1
0
 protected override ICollection <Body> CreateVisualizationBodies()
 {
     return(new Body[] { ShapeHelper.CreateCylindricalSurface(StartPlane, GearData.PitchRadius, -Depth) });
 }
Exemple #2
0
 protected override Body CreatePitchCircleBody()
 {
     return(ShapeHelper.CreateCylindricalSurface(StartPlane, GearData.PitchRadius / GearData.CircumferentialScale, -Depth));
 }