Class SpiralBevelGearSetCompoundParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSetCompoundParametricStudyTool
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 SpiralBevelGearSetCompoundParametricStudyTool : BevelGearSetCompoundParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<SpiralBevelGearSetParametricStudyTool> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearSetParametricStudyTool> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<SpiralBevelGearSetParametricStudyTool> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearSetParametricStudyTool> |
AssemblyDesign
Declaration
public SpiralBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSet |
SpiralBevelGearsCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<SpiralBevelGearCompoundParametricStudyTool> SpiralBevelGearsCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearCompoundParametricStudyTool> |
SpiralBevelMeshesCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshCompoundParametricStudyTool> SpiralBevelMeshesCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMeshCompoundParametricStudyTool> |
Implements
System.IEquatable<T>