Class CycloidalAssemblyParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CycloidalAssemblyParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CycloidalAssemblyParametricStudyTool : SpecialisedAssemblyParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public CycloidalAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
CycloidalAssembly |
AssemblyLoadCase
Declaration
public CycloidalAssemblyLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
CycloidalAssemblyLoadCase |
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<CycloidalAssemblySystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CycloidalAssemblySystemDeflection> |
Implements
System.IEquatable<T>