Class ConceptGearMeshDesign
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.Concept
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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
Type | Description |
---|---|
ConceptGearSetDesign |
Offset
Measurement: ShortLength
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShaftAngle
Measurement: Angle
Declaration
public double ShaftAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>
System.IDisposable