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