Class ZerolBevelGearSetCompoundParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSetCompoundParametricStudyTool
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 ZerolBevelGearSetCompoundParametricStudyTool : BevelGearSetCompoundParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ZerolBevelGearSetParametricStudyTool> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearSetParametricStudyTool> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ZerolBevelGearSetParametricStudyTool> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearSetParametricStudyTool> |
AssemblyDesign
Declaration
public ZerolBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSet |
ZerolBevelGearsCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<ZerolBevelGearCompoundParametricStudyTool> ZerolBevelGearsCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearCompoundParametricStudyTool> |
ZerolBevelMeshesCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<ZerolBevelGearMeshCompoundParametricStudyTool> ZerolBevelMeshesCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMeshCompoundParametricStudyTool> |
Implements
System.IEquatable<T>