Class ResultAccess
Inheritance
System.Object
System.MarshalByRefObject
ResultAccess
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class ResultAccess : TaggedObject, IMessageSink
Constructors
ResultAccess()
Declaration
Methods
AskCurrentResultDataType()
Declaration
public Result.DataType AskCurrentResultDataType()
Returns
AskElementEdgeNodalResult(Int32, Int32, Int32)
Declaration
public double AskElementEdgeNodalResult(int elementIndex, int edgeIndex, int nodeIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
edgeIndex |
|
| System.Int32 |
nodeIndex |
|
Returns
| Type |
Description |
| System.Double |
|
AskElementEdgeNodalResultAllComponents(Int32, Int32, Int32, out Double[])
Declaration
public void AskElementEdgeNodalResultAllComponents(int elementIndex, int edgeIndex, int nodeIndex, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
edgeIndex |
|
| System.Int32 |
nodeIndex |
|
| System.Double[] |
value |
|
AskElementEdgeResult(Int32, Int32)
Declaration
public double AskElementEdgeResult(int elementIndex, int edgeIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
edgeIndex |
|
Returns
| Type |
Description |
| System.Double |
|
AskElementEdgeResultAllComponents(Int32, Int32, out Double[])
Declaration
public void AskElementEdgeResultAllComponents(int elementIndex, int edgeIndex, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
edgeIndex |
|
| System.Double[] |
value |
|
AskElementFaceNodalResult(Int32, Int32, Int32)
Declaration
public double AskElementFaceNodalResult(int elementIndex, int faceIndex, int nodeIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
faceIndex |
|
| System.Int32 |
nodeIndex |
|
Returns
| Type |
Description |
| System.Double |
|
AskElementFaceNodalResultAllComponents(Int32, Int32, Int32, out Double[])
Declaration
public void AskElementFaceNodalResultAllComponents(int elementIndex, int faceIndex, int nodeIndex, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
faceIndex |
|
| System.Int32 |
nodeIndex |
|
| System.Double[] |
value |
|
AskElementFaceResult(Int32, Int32)
Declaration
public double AskElementFaceResult(int elementIndex, int faceIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
faceIndex |
|
Returns
| Type |
Description |
| System.Double |
|
AskElementFaceResultAllComponents(Int32, Int32, out Double[])
Declaration
public void AskElementFaceResultAllComponents(int elementIndex, int faceIndex, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
faceIndex |
|
| System.Double[] |
value |
|
AskElementNodalResult(Int32, Int32)
Declaration
public double AskElementNodalResult(int elementIndex, int nodeIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
nodeIndex |
|
Returns
| Type |
Description |
| System.Double |
|
AskElementNodalResult(Int32, out Int32[], out Double[])
Declaration
public void AskElementNodalResult(int elementIndex, out int[] nodeLabels, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32[] |
nodeLabels |
|
| System.Double[] |
value |
|
AskElementNodalResultAllComponents(Int32, Int32, out Double[])
Declaration
public void AskElementNodalResultAllComponents(int elementIndex, int nodeIndex, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32 |
nodeIndex |
|
| System.Double[] |
value |
|
AskElementNodalResultAllComponents(Int32, out Int32[], out Int32, out Double[])
Declaration
public void AskElementNodalResultAllComponents(int elementIndex, out int[] nodeIndex, out int numComponents, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32[] |
nodeIndex |
|
| System.Int32 |
numComponents |
|
| System.Double[] |
value |
|
AskElementPlyIds(Int32, out Int32[])
Declaration
public void AskElementPlyIds(int elementIndex, out int[] plyIDs)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Int32[] |
plyIDs |
|
AskElementResult(Int32)
Declaration
public double AskElementResult(int elementIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
Returns
| Type |
Description |
| System.Double |
|
AskElementResult(Int32[])
Declaration
public double[] AskElementResult(int[] elementIndices)
Parameters
| Type |
Name |
Description |
| System.Int32[] |
elementIndices |
|
Returns
| Type |
Description |
| System.Double[] |
|
AskElementResultAllComponents(Int32, out Double[])
Declaration
public void AskElementResultAllComponents(int elementIndex, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
elementIndex |
|
| System.Double[] |
value |
|
AskMaximum()
Declaration
public double AskMaximum()
Returns
| Type |
Description |
| System.Double |
|
AskMinimum()
Declaration
public double AskMinimum()
Returns
| Type |
Description |
| System.Double |
|
AskMinMaxLocation(out Result.Location, out Double, out Double, out Int32, out Int32, out Int32, out Int32)
Declaration
public void AskMinMaxLocation(out Result.Location location, out double min, out double max, out int minID, out int maxID, out int minSubID, out int maxSubID)
Parameters
| Type |
Name |
Description |
| Result.Location |
location |
|
| System.Double |
min |
|
| System.Double |
max |
|
| System.Int32 |
minID |
|
| System.Int32 |
maxID |
|
| System.Int32 |
minSubID |
|
| System.Int32 |
maxSubID |
|
AskNMinMaxLocation(Int32, out Result.Location, out Double[], out Double[], out Int32[], out Int32[], out Int32[], out Int32[])
Declaration
public void AskNMinMaxLocation(int numExtreme, out Result.Location location, out double[] min, out double[] max, out int[] minID, out int[] minSubID, out int[] maxID, out int[] maxSubID)
Parameters
| Type |
Name |
Description |
| System.Int32 |
numExtreme |
|
| Result.Location |
location |
|
| System.Double[] |
min |
|
| System.Double[] |
max |
|
| System.Int32[] |
minID |
|
| System.Int32[] |
minSubID |
|
| System.Int32[] |
maxID |
|
| System.Int32[] |
maxSubID |
|
AskNodalResult(Int32)
Declaration
public double AskNodalResult(int nodeIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
nodeIndex |
|
Returns
| Type |
Description |
| System.Double |
|
AskNodalResult(Int32[])
Declaration
public double[] AskNodalResult(int[] nodeIndices)
Parameters
| Type |
Name |
Description |
| System.Int32[] |
nodeIndices |
|
Returns
| Type |
Description |
| System.Double[] |
|
AskNodalResultAllComponents(Int32, out Double[])
Declaration
public void AskNodalResultAllComponents(int nodeIndex, out double[] value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
nodeIndex |
|
| System.Double[] |
value |
|
AskResultAtLocation(Point3d)
Declaration
public double AskResultAtLocation(Point3d location)
Parameters
| Type |
Name |
Description |
| Point3d |
location |
|
Returns
| Type |
Description |
| System.Double |
|
AskResultAtLocationAllComponents(Point3d, out Double[])
Declaration
public void AskResultAtLocationAllComponents(Point3d position, out double[] value)
Parameters
| Type |
Name |
Description |
| Point3d |
position |
|
| System.Double[] |
value |
|
AskResultAtLocationInElementAllComponents(PointInterpolationData, out Result.Component[], out Double[])
Declaration
public void AskResultAtLocationInElementAllComponents(PointInterpolationData pointInterpolationData, out Result.Component[] components, out double[] value)
Parameters
AskResultAtLocationsAllComponents(Point3d[], out Result.Component[], out Double[], out Int32[])
Declaration
public void AskResultAtLocationsAllComponents(Point3d[] position, out Result.Component[] components, out double[] value, out int[] returnCode)
Parameters
| Type |
Name |
Description |
| Point3d[] |
position |
|
| Result.Component[] |
components |
|
| System.Double[] |
value |
|
| System.Int32[] |
returnCode |
|
AskResultAtLocationsInElementAllComponents(PointInterpolationData[], out Result.Component[], out Double[], out Int32[])
Declaration
public void AskResultAtLocationsInElementAllComponents(PointInterpolationData[] pointInterpolationData, out Result.Component[] components, out double[] value, out int[] returnCode)
Parameters
AskResultComponents(out Result.Component[])
Declaration
public string[] AskResultComponents(out Result.Component[] components)
Parameters
Returns
| Type |
Description |
| System.String[] |
|
AskResultLocation()
Declaration
public Result.Location AskResultLocation()
Returns
GetParameters()
Declaration
public ResultParameters GetParameters()
Returns
GetResult()
Declaration
public Result GetResult()
Returns
IsFullyAveraged()
Declaration
public bool IsFullyAveraged()
Returns
| Type |
Description |
| System.Boolean |
|
IsResultDefined(Int32[])
Declaration
public bool[] IsResultDefined(int[] indices)
Parameters
| Type |
Name |
Description |
| System.Int32[] |
indices |
|
Returns
| Type |
Description |
| System.Boolean[] |
|
IsResultDefined(Int32[], Int32[])
Declaration
public bool[] IsResultDefined(int[] entityIndices, int[] subentityIndices)
Parameters
| Type |
Name |
Description |
| System.Int32[] |
entityIndices |
|
| System.Int32[] |
subentityIndices |
|
Returns
| Type |
Description |
| System.Boolean[] |
|
SetGeometryQueryHelper(GeometryQueryHelper)
Declaration
[Obsolete("Deprecated in NX1953.0.0. This functionality is no longer needed.")]
public void SetGeometryQueryHelper(GeometryQueryHelper geometryqueryhelper)
Parameters
SetParameters(ResultParameters)
Declaration
public void SetParameters(ResultParameters resultParameters)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink