Class StraightBevelDiffGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearSet
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 StraightBevelDiffGearSet : BevelGearSet, IEquatable<APIBase>
Properties
StraightBevelDiffGears
Declaration
public ReadOnlyCollection<StraightBevelDiffGear> StraightBevelDiffGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGear> |
StraightBevelDiffGearSetDesign
Declaration
public StraightBevelDiffGearSetDesign StraightBevelDiffGearSetDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSetDesign |
StraightBevelDiffMeshes
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMesh> StraightBevelDiffMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearMesh> |
Implements
System.IEquatable<T>