Class CylindricalMeshLoadDistributionAtRotation
Inheritance
System.Object
CylindricalMeshLoadDistributionAtRotation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.LTCA.Cylindrical
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalMeshLoadDistributionAtRotation : GearMeshLoadDistributionAtRotation, IEquatable<APIBase>
Properties
LoadedContactLines
Declaration
public ReadOnlyCollection<CylindricalGearMeshLoadedContactLine> LoadedContactLines { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshLoadedContactLine> |
MeshAlignment
Declaration
public MeshAlignment MeshAlignment { get; }
Property Value
| Type | Description |
|---|---|
| MeshAlignment |
Implements
System.IEquatable<T>