Class ConceptGearSet
Inheritance
System.Object
ConceptGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConceptGearSet : GearSet, IEquatable<APIBase>
Properties
ActiveGearSetDesign
Declaration
[Obsolete("Use ConceptGearSetDesign")]
public ConceptGearSetDesign ActiveGearSetDesign { get; }
Property Value
| Type | Description |
|---|---|
| ConceptGearSetDesign |
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>