Class FaceGearSet
Inheritance
System.Object
FaceGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearSet : GearSet, IEquatable<APIBase>
Properties
ActiveGearSetDesign
Declaration
[Obsolete("Use FaceGearSetDesign")]
public FaceGearSetDesign ActiveGearSetDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearSetDesign |
FaceGears
Declaration
public ReadOnlyCollection<FaceGear> FaceGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGear> |
FaceGearSetDesign
Declaration
public FaceGearSetDesign FaceGearSetDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearSetDesign |
FaceMeshes
Declaration
public ReadOnlyCollection<FaceGearMesh> FaceMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMesh> |
Implements
System.IEquatable<T>