Class ConceptGear
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ConceptGear : Gear, IEquatable<APIBase>
Properties
ActiveGearDesign
Declaration
[Obsolete("Use ConceptGearDesign")]
public ConceptGearDesign ActiveGearDesign { get; }
Property Value
| Type | Description |
|---|---|
| ConceptGearDesign |
ConceptGearDesign
Declaration
public ConceptGearDesign ConceptGearDesign { get; }
Property Value
| Type | Description |
|---|---|
| ConceptGearDesign |
Orientation
Declaration
public GearOrientations Orientation { get; set; }
Property Value
| Type | Description |
|---|---|
| GearOrientations |
Implements
System.IEquatable<T>