Class HypoidGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HypoidGearSet
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 HypoidGearSet : AGMAGleasonConicalGearSet, IEquatable<APIBase>
Properties
HypoidGears
Declaration
public ReadOnlyCollection<HypoidGear> HypoidGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGear> |
HypoidGearSetDesign
Declaration
public HypoidGearSetDesign HypoidGearSetDesign { get; }
Property Value
Type | Description |
---|---|
HypoidGearSetDesign |
HypoidMeshes
Declaration
public ReadOnlyCollection<HypoidGearMesh> HypoidMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearMesh> |
Implements
System.IEquatable<T>