Class GearMeshLoadedContactLine
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshLoadedContactLine
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LTCA
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMeshLoadedContactLine : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ContactLineIndex
Declaration
public int ContactLineIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LoadedContactStripEndPoints
Declaration
public ReadOnlyCollection<GearMeshLoadedContactPoint> LoadedContactStripEndPoints { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshLoadedContactPoint> |
MeshPositionIndex
Declaration
public int MeshPositionIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ToothNumberOfGearA
Declaration
public int ToothNumberOfGearA { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ToothNumberOfGearB
Declaration
public int ToothNumberOfGearB { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>