Class PressModel
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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
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