Class CylindricalMeshLoadDistributionAtRotation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalMeshLoadDistributionAtRotation
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 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>