Class SplineFlankContactReporting
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SplineFlankContactReporting
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Reporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SplineFlankContactReporting : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Angle
Measurement: Angle
Declaration
public double Angle { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactPositionLCS
Declaration
public Vector3D ContactPositionLCS { get; }
Property Value
Type | Description |
---|---|
Vector3D |
ContactPositionWCS
Declaration
public Vector3D ContactPositionWCS { get; }
Property Value
Type | Description |
---|---|
Vector3D |
EntityName
Declaration
public string EntityName { get; }
Property Value
Type | Description |
---|---|
System.String |
ForceOnInnerContactCoordinateSystem
Declaration
public VectorWithLinearAndAngularComponents ForceOnInnerContactCoordinateSystem { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
ForceOnInnerWCS
Declaration
public VectorWithLinearAndAngularComponents ForceOnInnerWCS { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
NormalDeflection
The relative deflection of the 2 surfaces in the normal direction. Contact will occur when this is larger than the clearance.
Measurement: VeryShortLength
Declaration
public double NormalDeflection { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalDirectionLCS
Declaration
public Vector3D NormalDirectionLCS { get; }
Property Value
Type | Description |
---|---|
Vector3D |
NormalDirectionWCS
Declaration
public Vector3D NormalDirectionWCS { get; }
Property Value
Type | Description |
---|---|
Vector3D |
NormalForce
Measurement: Force
Declaration
public double NormalForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalStiffness
Measurement: LinearStiffness
Declaration
public double NormalStiffness { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeDeflectionLCS
Declaration
public VectorWithLinearAndAngularComponents RelativeDeflectionLCS { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
RelativeDeflectionMisalignment
The relative angle of the 2 sides of the contact about the axis perpendicular to the plane of action.
Measurement: SmallAngle
Declaration
public double RelativeDeflectionMisalignment { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeDeflectionWCS
Declaration
public VectorWithLinearAndAngularComponents RelativeDeflectionWCS { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
SurfacePenetration
A positive value indicates contact
Measurement: VeryShortLength
Declaration
public double SurfacePenetration { get; }
Property Value
Type | Description |
---|---|
System.Double |
TangentialDeflection
The relative deflection of the 2 surfaces in the direction along the flanks of the spline teeth.
Measurement: VeryShortLength
Declaration
public double TangentialDeflection { get; }
Property Value
Type | Description |
---|---|
System.Double |
TangentialForce
Measurement: Force
Declaration
public double TangentialForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
TangentialStiffness
Measurement: LinearStiffness
Declaration
public double TangentialStiffness { get; }
Property Value
Type | Description |
---|---|
System.Double |
TiltMoment
The moment in the plane containing the normal and tangential forces.
Measurement: Torque
Declaration
public double TiltMoment { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>