Class CylindricalGearMeshLoadedContactLine
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.LTCA.Cylindrical
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CylindricalGearMeshLoadedContactLine : GearMeshLoadedContactLine, IEquatable<APIBase>
Properties
LoadedContactStripEndPoints
Declaration
public ReadOnlyCollection<CylindricalGearMeshLoadedContactPoint> LoadedContactStripEndPoints { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshLoadedContactPoint> |
Implements
System.IEquatable<T>