Class ProbeAwarePostScenarioAction
Inheritance
System.Object
System.MarshalByRefObject
ProbeAwarePostScenarioAction
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.CAE
Assembly: NXOpen.dll
Syntax
public class ProbeAwarePostScenarioAction : PostScenarioAction, IMessageSink, IDisposable
Constructors
ProbeAwarePostScenarioAction(IntPtr)
Declaration
protected ProbeAwarePostScenarioAction(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
AddAngleProbeInfo(Int32, Double, Unit)
Declaration
public void AddAngleProbeInfo(int graphIndex, double value, Unit unit)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | graphIndex | |
System.Double | value | |
Unit | unit |
AddOrderProbeInfo(Int32, Double)
Declaration
public void AddOrderProbeInfo(int graphIndex, double value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | graphIndex | |
System.Double | value |
AddXProbeInfo(Int32, Double[], Unit[])
Declaration
public void AddXProbeInfo(int graphIndex, double[] values, Unit[] units)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | graphIndex | |
System.Double[] | values | |
Unit[] | units |
AddZProbeInfo(Int32, Double[], Unit[])
Declaration
public void AddZProbeInfo(int graphIndex, double[] values, Unit[] units)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | graphIndex | |
System.Double[] | values | |
Unit[] | units |
GetAvailableXAxisMeasures(Int32)
Declaration
public string[] GetAvailableXAxisMeasures(int graphIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | graphIndex |
Returns
Type | Description |
---|---|
System.String[] |
GetAvailableZAxisMeasures(Int32)
Declaration
public string[] GetAvailableZAxisMeasures(int graphIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | graphIndex |
Returns
Type | Description |
---|---|
System.String[] |
IsAngleProbeSupported(Int32)
Declaration
public bool IsAngleProbeSupported(int graphIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | graphIndex |
Returns
Type | Description |
---|---|
System.Boolean |
IsOrderProbeSupported(Int32)
Declaration
public bool IsOrderProbeSupported(int graphIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | graphIndex |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable