Class BevelGearSetPowerFlow
Inheritance
System.Object
BevelGearSetPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class BevelGearSetPowerFlow : AGMAGleasonConicalGearSetPowerFlow, IEquatable<APIBase>
Properties
AGMAGleasonConicalGearsPowerFlow
Declaration
[Obsolete("Use BevelGearsPowerFlow")]
public ReadOnlyCollection<BevelGearPowerFlow> AGMAGleasonConicalGearsPowerFlow { get; }
Property Value
AGMAGleasonConicalMeshesPowerFlow
Declaration
[Obsolete("Use BevelMeshesPowerFlow")]
public ReadOnlyCollection<BevelGearMeshPowerFlow> AGMAGleasonConicalMeshesPowerFlow { get; }
Property Value
AssemblyDesign
Declaration
public BevelGearSet AssemblyDesign { get; }
Property Value
BevelGearsPowerFlow
Declaration
public ReadOnlyCollection<BevelGearPowerFlow> BevelGearsPowerFlow { get; }
Property Value
BevelMeshesPowerFlow
Declaration
public ReadOnlyCollection<BevelGearMeshPowerFlow> BevelMeshesPowerFlow { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods