Class ConicalMeshManufacturingAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalMeshManufacturingAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalMeshManufacturingAnalysis : GearMeshImplementationAnalysis, IEquatable<APIBase>
Properties
ConicalMeshLoadCase
Declaration
public ConicalMeshLoadCase ConicalMeshLoadCase { get; }
Property Value
Type | Description |
---|---|
ConicalMeshLoadCase |
MeshedGears
Declaration
public ReadOnlyCollection<ConicalMeshedGearManufacturingAnalysis> MeshedGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalMeshedGearManufacturingAnalysis> |
TCA
Declaration
public EaseOffBasedTCA TCA { get; }
Property Value
Type | Description |
---|---|
EaseOffBasedTCA |
Implements
System.IEquatable<T>