Class ConicalSetMicroGeometryConfigBase
Inheritance
System.Object
ConicalSetMicroGeometryConfigBase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ConicalSetMicroGeometryConfigBase : GearSetImplementationDetail, IEquatable<APIBase>
Properties
CompoundLayerThickness
Declaration
public double CompoundLayerThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public EnumWithSelectedValue<ContactResultType> ContactChartResultsType { get; set; }
Property Value
DeflectionFromBendingOption
Declaration
public DeflectionFromBendingOption DeflectionFromBendingOption { get; set; }
Property Value
Declaration
public string FileLocationForContactChart { get; set; }
Property Value
| Type |
Description |
| System.String |
|
NumberOfColumnsForGrid
Declaration
public int NumberOfColumnsForGrid { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfPointsForInterpolatedSurfaceU
Declaration
public int NumberOfPointsForInterpolatedSurfaceU { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfPointsForInterpolatedSurfaceV
Declaration
public int NumberOfPointsForInterpolatedSurfaceV { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfRowsForFilletGrid
Declaration
public int NumberOfRowsForFilletGrid { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfRowsForFlankGrid
Declaration
public int NumberOfRowsForFlankGrid { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
SingleToothStiffness
Declaration
public double SingleToothStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool WriteContactChartToFileAfterSolve { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
SelectFileSavePath()
Declaration
public void SelectFileSavePath()
Implements
System.IEquatable<T>
Extension Methods