Class GearMeshBothFlankContacts
Inheritance
System.Object
GearMeshBothFlankContacts
Assembly: SMT.MastaAPI.15.0.dll
public sealed class GearMeshBothFlankContacts : APIBase, IEquatable<APIBase>
Properties
Declaration
public ExternalForceLineContactEntity LeftFlank { get; }
Property Value
Declaration
public GearMeshDirectSingleFlankContact LeftFlankGear { get; }
Property Value
Declaration
public ExternalForceLineContactEntity RightFlank { get; }
Property Value
Declaration
public GearMeshDirectSingleFlankContact RightFlankGear { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods