Class FaceGearSetParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearSetParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FaceGearSetParametricStudyTool : GearSetParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public FaceGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearSet |
AssemblyLoadCase
Declaration
public FaceGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
FaceGearSetLoadCase |
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<FaceGearSetSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearSetSystemDeflection> |
FaceGearsParametricStudyTool
Declaration
public ReadOnlyCollection<FaceGearParametricStudyTool> FaceGearsParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearParametricStudyTool> |
FaceMeshesParametricStudyTool
Declaration
public ReadOnlyCollection<FaceGearMeshParametricStudyTool> FaceMeshesParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshParametricStudyTool> |
Implements
System.IEquatable<T>