Class BevelGearMesh
Inheritance
System.Object
BevelGearMesh
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Gears
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class BevelGearMesh : AGMAGleasonConicalGearMesh, IEquatable<APIBase>
Properties
ActiveGearMeshDesign
Declaration
[Obsolete("Use BevelGearMeshDesign")]
public BevelGearMeshDesign ActiveGearMeshDesign { get; }
Property Value
Type | Description |
---|---|
BevelGearMeshDesign |
BevelGearMeshDesign
Declaration
public BevelGearMeshDesign BevelGearMeshDesign { get; }
Property Value
Type | Description |
---|---|
BevelGearMeshDesign |
Implements
System.IEquatable<T>