Class ShaftOrHousingSelection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.TransferPathAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftOrHousingSelection : APIBase, IEquatable<APIBase>
Properties
Include
The TPA Submodel is defined by picking which FE parts and shafts are included; all other FE parts and shafts are excluded. Other types of components, e.g. gears, will be included if they are mounted on (or housed in) an included FE part or shaft. Transfer paths are defined as the nodes at connections between an included component and an excluded component. For example, a gear mesh between an annulus gear on an included FE housing, and planetary gears on excluded pin shafts. Planetary FE parts and shafts, including cycloidal parts, are currently not supported for Transfer Path Analysis.
Declaration
public bool Include { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>