Class CylindricalGearSetFEModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetFEModel
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.FEModel.Cylindrical
Assembly: SMT.MastaAPI.13.0.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
The contribution of the local compressive stress due to the applied load on a flank node is removed from the bending stress in the root as it is an artefact of applying a point load to an FE model rather than an accurate representation of the contact stress. It is not recommended to turn this option off. It is included to allow comparison with older versions of MASTA.
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>