Class GearMeshingOptions
Inheritance
System.Object
GearMeshingOptions
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GearMeshingOptions : APIBase, IEquatable<APIBase>
Properties
Diameter
Declaration
public Overridable<double> Diameter { get; set; }
Property Value
ElementSettings
Declaration
public GearMeshingElementOptions ElementSettings { get; }
Property Value
MeshTeeth
Declaration
public bool MeshTeeth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
OffsetOfGearCentreCalculatedFromFE
Declaration
public string OffsetOfGearCentreCalculatedFromFE { get; }
Property Value
Type |
Description |
System.String |
|
Implements
System.IEquatable<T>
Extension Methods