Class LTCALoadCaseModifiableSettings
Inheritance
System.Object
LTCALoadCaseModifiableSettings
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class LTCALoadCaseModifiableSettings : IndependentReportablePropertiesBase<LTCALoadCaseModifiableSettings>, IEquatable<APIBase>
Properties
ApplyApplicationAndDynamicFactor
Declaration
public bool ApplyApplicationAndDynamicFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IncludeChangeInContactPointDueToMicroGeometry
Declaration
public bool IncludeChangeInContactPointDueToMicroGeometry { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UseJacobianAdvancedLTCASolver
Declaration
public bool UseJacobianAdvancedLTCASolver { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.IEquatable<T>