コード例 #1
0
ファイル: VTurbineType.cs プロジェクト: mohsenboojari/offwind
 public VTurbineType()
 {
     PreCone = new VVertice();
     torqueControllerParams = new VTorqueControllerParams();
     pitchControllerParams = new VPitchControllerParams();
 }
コード例 #2
0
ファイル: VTurbineType.cs プロジェクト: gzt200361/offwind
 public VTurbineType()
 {
     PreCone = new VVertice();
     torqueControllerParams = new VTorqueControllerParams();
     pitchControllerParams  = new VPitchControllerParams();
 }