Class WormGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearSet
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 WormGearSet : GearSet, IEquatable<APIBase>
Properties
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>