Class FaceGearSetCompoundParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearSetCompoundParametricStudyTool
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 FaceGearSetCompoundParametricStudyTool : GearSetCompoundParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<FaceGearSetParametricStudyTool> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearSetParametricStudyTool> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<FaceGearSetParametricStudyTool> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearSetParametricStudyTool> |
AssemblyDesign
Declaration
public FaceGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearSet |
FaceGearsCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<FaceGearCompoundParametricStudyTool> FaceGearsCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearCompoundParametricStudyTool> |
FaceMeshesCompoundParametricStudyTool
Declaration
public ReadOnlyCollection<FaceGearMeshCompoundParametricStudyTool> FaceMeshesCompoundParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshCompoundParametricStudyTool> |
Implements
System.IEquatable<T>