Class ConceptGearMeshDesign
Inheritance
System.Object
ConceptGearMeshDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ConceptGearMeshDesign : GearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
ConceptGears
Declaration
public ReadOnlyCollection<ConceptGearDesign> ConceptGears { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearDesign> |
|
ConceptGearSet
Declaration
public ConceptGearSetDesign ConceptGearSet { get; }
Property Value
Offset
Declaration
public double Offset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShaftAngle
Declaration
public double ShaftAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods