Class CylindricalGearFilletNodeStressResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearFilletNodeStressResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LTCA
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearFilletNodeStressResults : GearFilletNodeStressResults, IEquatable<APIBase>
Properties
Diameter
Measurement: ShortLength
Declaration
public double Diameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceAlongFillet
Measurement: ShortLength
Declaration
public double DistanceAlongFillet { get; }
Property Value
Type | Description |
---|---|
System.Double |
FaceWidthPosition
Measurement: ShortLength
Declaration
public double FaceWidthPosition { get; }
Property Value
Type | Description |
---|---|
System.Double |
Position
Declaration
public Vector3D Position { get; }
Property Value
Type | Description |
---|---|
Vector3D |
Radius
Measurement: ShortLength
Declaration
public double Radius { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>