Class ConceptGearMesh
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearMesh
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearMesh : GearMesh, IEquatable<APIBase>
Properties
ConceptGearMeshDesign
Declaration
public ConceptGearMeshDesign ConceptGearMeshDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearMeshDesign |
PinionDropAngle
Measurement: Angle
Declaration
public double PinionDropAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WheelDropAngle
Measurement: Angle
Declaration
public double WheelDropAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>