Class BevelDifferentialGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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> |
Implements
System.IEquatable<T>