Class ConicalMeshManufacturingAnalysis
Inheritance
System.Object
ConicalMeshManufacturingAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>