Class CylindricalGearMeshLoadedContactLine
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMeshLoadedContactLine
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LTCA.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>