Class GearMeshLoadedContactLine
Inheritance
System.Object
GearMeshLoadedContactLine
Assembly: SMT.MastaAPI.15.0.dll
public abstract class GearMeshLoadedContactLine : APIBase, IEquatable<APIBase>
Properties
Declaration
public int ContactLineIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ReadOnlyCollection<GearMeshLoadedContactPoint> LoadedContactStripEndPoints { get; }
Property Value
Declaration
public ReadOnlyCollection<GearMeshLoadedContactPoint> LoadedContactStripMidPoints { get; }
Property Value
Declaration
public int MeshPositionIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ToothNumberOfGearA { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ToothNumberOfGearB { get; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
System.IEquatable<T>
Extension Methods