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