Class PointLoadAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PointLoadAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PointLoadAdvancedSystemDeflection : VirtualComponentAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public PointLoad ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PointLoad |
ComponentLoadCase
Declaration
public PointLoadLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
PointLoadLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<PointLoadSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PointLoadSystemDeflection> |
Implements
System.IEquatable<T>