Class ConceptGearSetDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Concept
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposable
Properties
ConceptGears
Declaration
public ReadOnlyCollection<ConceptGearDesign> ConceptGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearDesign> |
ConceptMeshes
Declaration
public ReadOnlyCollection<ConceptGearMeshDesign> ConceptMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshDesign> |
WorkingNormalPressureAngleGearAConcaveFlank
Measurement: Angle
Declaration
public double WorkingNormalPressureAngleGearAConcaveFlank { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WorkingNormalPressureAngleGearAConvexFlank
Measurement: Angle
Declaration
public double WorkingNormalPressureAngleGearAConvexFlank { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>
System.IDisposable