Class WormGearSetCompoundParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearSetCompoundParametricStudyTool
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 WormGearSetCompoundParametricStudyTool : GearSetCompoundParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<WormGearSetParametricStudyTool> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearSetParametricStudyTool> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearSetParametricStudyTool> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearSetParametricStudyTool> |
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
WormGearSet |
WormGearsCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<WormGearCompoundParametricStudyTool> WormGearsCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearCompoundParametricStudyTool> |
WormMeshesCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<WormGearMeshCompoundParametricStudyTool> WormMeshesCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshCompoundParametricStudyTool> |
Implements
System.IEquatable<T>