Class ConceptGearSetDesign
Inheritance
System.Object
ConceptGearSetDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConceptGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposable
Properties
ConceptGears
Declaration
public ReadOnlyCollection<ConceptGearDesign> ConceptGears { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearDesign> |
|
ConceptMeshes
Declaration
public ReadOnlyCollection<ConceptGearMeshDesign> ConceptMeshes { get; }
Property Value
Gears
Declaration
[Obsolete("Use ConceptGears")]
public ReadOnlyCollection<ConceptGearDesign> Gears { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearDesign> |
|
WorkingNormalPressureAngleGearAConcaveFlank
Declaration
public double WorkingNormalPressureAngleGearAConcaveFlank { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WorkingNormalPressureAngleGearAConvexFlank
Declaration
public double WorkingNormalPressureAngleGearAConvexFlank { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods