Class ZerolBevelGearMeshRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearMeshRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.ZerolBevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ZerolBevelGearMeshRating : BevelGearMeshRating, IEquatable<APIBase>
Properties
ZerolBevelGearMesh
Declaration
public ZerolBevelGearMeshDesign ZerolBevelGearMesh { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearMeshDesign |
ZerolBevelGearRatings
Declaration
public ReadOnlyCollection<ZerolBevelGearRating> ZerolBevelGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearRating> |
Implements
System.IEquatable<T>