Class GuideDxfModelAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GuideDxfModelAdvancedSystemDeflection
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 GuideDxfModelAdvancedSystemDeflection : ComponentAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public GuideDxfModel ComponentDesign { get; }
Property Value
Type | Description |
---|---|
GuideDxfModel |
ComponentLoadCase
Declaration
public GuideDxfModelLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
GuideDxfModelLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<GuideDxfModelSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GuideDxfModelSystemDeflection> |
Implements
System.IEquatable<T>