Class ConceptGearSet
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSet
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 ConceptGearSet : GearSet, IEquatable<APIBase>
Properties
ConceptGears
Declaration
public ReadOnlyCollection<ConceptGear> ConceptGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGear> |
ConceptGearSetDesign
Declaration
public ConceptGearSetDesign ConceptGearSetDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearSetDesign |
ConceptMeshes
Declaration
public ReadOnlyCollection<ConceptGearMesh> ConceptMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMesh> |
Implements
System.IEquatable<T>