Class CylindricalMeshLoadDistributionAtRotation
Inheritance
System.Object
CylindricalMeshLoadDistributionAtRotation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.LTCA.Cylindrical
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>