Class ConceptGearMeshDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearMeshDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Concept
Assembly: SMT.MastaAPI.13.0.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
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