Class FaceGearMesh
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearMesh
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 FaceGearMesh : GearMesh, IEquatable<APIBase>
Properties
FaceGearMeshDesign
Declaration
public FaceGearMeshDesign FaceGearMeshDesign { get; }
Property Value
Type | Description |
---|---|
FaceGearMeshDesign |
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>