Class BevelDifferentialGearMeshCompoundParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearMeshCompoundParametricStudyTool
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 BevelDifferentialGearMeshCompoundParametricStudyTool : BevelGearMeshCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshParametricStudyTool> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearMeshParametricStudyTool> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshParametricStudyTool> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearMeshParametricStudyTool> |
ConnectionDesign
Declaration
public BevelDifferentialGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearMesh |
Implements
System.IEquatable<T>