Class CylindricalGearOptimizationStep
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearOptimizationStep
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.Optimization
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearOptimizationStep : OptimizationStep, IEquatable<APIBase>
Properties
IncludeExtendedTipContact
Declaration
public virtual bool IncludeExtendedTipContact { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeTipEdgeStresses
Declaration
public virtual bool IncludeTipEdgeStresses { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseAdvancedLTCA
Declaration
public bool UseAdvancedLTCA { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>