Class FaceGearSetRating
Inheritance
System.Object
FaceGearSetRating
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearSetRating : GearSetRating, IEquatable<APIBase>
Properties
FaceGearRatings
Declaration
public ReadOnlyCollection<FaceGearRating> FaceGearRatings { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearRating> |
|
FaceGearSet
Declaration
public FaceGearSetDesign FaceGearSet { get; }
Property Value
FaceMeshRatings
Declaration
public ReadOnlyCollection<FaceGearMeshRating> FaceMeshRatings { get; }
Property Value
GearMeshRatings
Declaration
[Obsolete("Use FaceMeshRatings")]
public ReadOnlyCollection<FaceGearMeshRating> GearMeshRatings { get; }
Property Value
GearRatings
Declaration
[Obsolete("Use FaceGearRatings")]
public ReadOnlyCollection<FaceGearRating> GearRatings { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearRating> |
|
Rating
Declaration
public override string Rating { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods