Search Results for

    Show / Hide Table of Contents

    Class PressModel

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    PressModel
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Die
    Assembly: NXOpen.dll
    Syntax
    public class PressModel : TransientObject, IMessageSink, IDisposable

    Constructors

    PressModel(IntPtr)

    Declaration
    protected PressModel(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    FreeResource()

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

    GetNumOperations()

    Declaration
    public int GetNumOperations()
    Returns
    Type Description
    System.Int32

    SetOperationCushionSettings(Int32, Double, Double, Double, Double)

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

    SetOperationCushionSettings2(Int32, Double, Int32, Double, Int32, Double, Double)

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

    SetOperationSlideHeight(Int32, Double)

    Declaration
    public void SetOperationSlideHeight(int operation, double slideHeight)
    Parameters
    Type Name Description
    System.Int32 operation
    System.Double slideHeight

    SetOperationTransportCurveSet(Int32, Int32)

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

    SetOperationUserTransportCurves(Int32, Double[])

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX