Search Results for

    Show / Hide Table of Contents

    Class PressModel

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PressModel
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Die
    Assembly: NXOpen.dll
    Syntax
    public class PressModel : TransientObject, IMessageSink, IDisposable

    Constructors

    PressModel(nint)

    Declaration
    protected PressModel(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetNumOperations()

    Declaration
    public int GetNumOperations()
    Returns
    Type Description
    int

    SetOperationCushionSettings(int, double, double, double, double)

    Declaration
    public void SetOperationCushionSettings(int operation, double liftStartAngle, double liftStopAngle, double liftToDist, double lockAtDist)
    Parameters
    Type Name Description
    int operation
    double liftStartAngle
    double liftStopAngle
    double liftToDist
    double lockAtDist

    SetOperationCushionSettings2(int, double, int, double, int, double, double)

    Declaration
    public void SetOperationCushionSettings2(int operation, double ventilationLiftDistance, int ventilationLiftStay, double binderWayLiftDistance, int binderWayLiftDuration, double upperLimit, double lowerLimit)
    Parameters
    Type Name Description
    int operation
    double ventilationLiftDistance
    int ventilationLiftStay
    double binderWayLiftDistance
    int binderWayLiftDuration
    double upperLimit
    double lowerLimit

    SetOperationSlideHeight(int, double)

    Declaration
    public void SetOperationSlideHeight(int operation, double slideHeight)
    Parameters
    Type Name Description
    int operation
    double slideHeight

    SetOperationTransportCurveSet(int, int)

    Declaration
    public void SetOperationTransportCurveSet(int operation, int curveSet)
    Parameters
    Type Name Description
    int operation
    int curveSet

    SetOperationUserTransportCurves(int, double[])

    Declaration
    public void SetOperationUserTransportCurves(int operation, double[] vals)
    Parameters
    Type Name Description
    int operation
    double[] vals

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX