Version: 13.0

    Show / Hide Table of Contents

    Class SplineFlankContactReporting

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    SplineFlankContactReporting
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    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>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top