Class WormGearSet
Inheritance
System.Object
WormGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearSet : GearSet, IEquatable<APIBase>
Properties
ActiveGearSetDesign
Declaration
[Obsolete("Use WormGearSetDesign")]
public WormGearSetDesign ActiveGearSetDesign { get; }
Property Value
Type | Description |
---|---|
WormGearSetDesign |
WormGears
Declaration
public ReadOnlyCollection<WormGear> WormGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGear> |
WormGearSetDesign
Declaration
public WormGearSetDesign WormGearSetDesign { get; }
Property Value
Type | Description |
---|---|
WormGearSetDesign |
WormMeshes
Declaration
public ReadOnlyCollection<WormGearMesh> WormMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMesh> |
Implements
System.IEquatable<T>