Class SpiralBevelGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSet
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 SpiralBevelGearSet : BevelGearSet, IEquatable<APIBase>
Properties
SpiralBevelGears
Declaration
public ReadOnlyCollection<SpiralBevelGear> SpiralBevelGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGear> |
SpiralBevelGearSetDesign
Declaration
public SpiralBevelGearSetDesign SpiralBevelGearSetDesign { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSetDesign |
SpiralBevelMeshes
Declaration
public ReadOnlyCollection<SpiralBevelGearMesh> SpiralBevelMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMesh> |
Implements
System.IEquatable<T>