Enum ModeInputType
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[ComVisible(true)]
[Guid("66b08e93-cbb7-e431-0b52-b683afd1cbec")]
[ApiEnumFor("SMT.NodalAnalysis.ModeInputType, SMT.NodalAnalysis")]
public enum ModeInputType
Fields
Name | Description |
---|---|
AllInRange | All modes occurring within the specified frequency range will be included. |
LowestInRange | No more than the specified number of modes that occur within the specified frequency range will be included. The lowest frequencies occurring in the range are used when all the modes are not returned. |
NearestToShift | The specified number of modes using those with the closest frequency to the specified shift will be included. |
NoModes | No modes will be calculated. |