Class CylindricalGearSetFEModel
Inheritance
System.Object
CylindricalGearSetFEModel
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.FEModel.Cylindrical
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearSetFEModel : GearSetFEModel, IEquatable<APIBase>
Properties
ManufacturingConfigurationSelection
Declaration
public CylindricalGearSetManufacturingConfigurationSelection ManufacturingConfigurationSelection { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearSetManufacturingConfigurationSelection |
NumberOfCoupledTeethEitherSide
Declaration
public override int NumberOfCoupledTeethEitherSide { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Overrides
RemoveLocalCompressiveStressDueToAppliedPointLoadFromRootStress
Declaration
public virtual bool RemoveLocalCompressiveStressDueToAppliedPointLoadFromRootStress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UseManufacturedProfileShape
Declaration
public bool UseManufacturedProfileShape { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.IEquatable<T>