Class PartAdvancedSystemDeflection
Inheritance
System.Object
PartAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class PartAdvancedSystemDeflection : PartStaticLoadAnalysisCase, IEquatable<APIBase>
Properties
AdvancedSystemDeflection
Declaration
public AdvancedSystemDeflection AdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
AdvancedSystemDeflection |
ComponentDesign
Declaration
public Part ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Part |
DataLogger
Declaration
public DataLogger DataLogger { get; }
Property Value
Type | Description |
---|---|
DataLogger |
Methods
CreateViewable()
Declaration
public AdvancedSystemDeflectionViewable CreateViewable()
Returns
Type | Description |
---|---|
AdvancedSystemDeflectionViewable |
Implements
System.IEquatable<T>