Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6dd6bd84 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding parameter numbers as comments for angular gear

parent e530b302
No related branches found
No related tags found
No related merge requests found
......@@ -134,12 +134,24 @@ namespace TUGraz.VectoCommon.InputData
public interface IAngularGearInputData : IComponentInputData
{
/// <summary>
/// P180
/// </summary>
AngularGearType Type { get; }
/// <summary>
/// P176
/// </summary>
double Ratio { get; }
/// <summary>
/// P173, P174, P175
/// </summary>
DataTable LossMap { get; }
/// <summary>
/// P177
/// </summary>
double Efficiency { get; }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment