Class GearMeshLoadedContactLine
Inheritance
System.Object
GearMeshLoadedContactLine
Assembly: SMT.MastaAPI.14.1.1.dll
public abstract class GearMeshLoadedContactLine : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public int ContactLineIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public ReadOnlyCollection<GearMeshLoadedContactPoint> LoadedContactStripEndPoints { 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