Class BevelDifferentialGearSet
Inheritance
System.Object
BevelDifferentialGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BevelDifferentialGearSet : BevelGearSet, IEquatable<APIBase>
Properties
BevelGears
Declaration
public ReadOnlyCollection<BevelGear> BevelGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelGear> |
BevelGearSetDesign
Declaration
public BevelGearSetDesign BevelGearSetDesign { get; }
Property Value
Type | Description |
---|---|
BevelGearSetDesign |
BevelMeshes
Declaration
public ReadOnlyCollection<BevelGearMesh> BevelMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelGearMesh> |
ConicalGearSetDesign
Declaration
[Obsolete("Use BevelGearSetDesign")]
public BevelGearSetDesign ConicalGearSetDesign { get; }
Property Value
Type | Description |
---|---|
BevelGearSetDesign |
Implements
System.IEquatable<T>