Class Result
Inheritance
System.Object
System.MarshalByRefObject
Result
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 Result : NXObject, IMessageSink, INXObject
Constructors
Result()
Declaration
Methods
AskElementIndex(Int32)
Declaration
public int AskElementIndex(int elementLabel)
Parameters
Type |
Name |
Description |
System.Int32 |
elementLabel |
|
Returns
Type |
Description |
System.Int32 |
|
AskElementLabel(Int32)
Declaration
public int AskElementLabel(int elementIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
elementIndex |
|
Returns
Type |
Description |
System.Int32 |
|
AskElementNodes(Int32, out Int32[])
Declaration
public void AskElementNodes(int elementIndex, out int[] nodeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
elementIndex |
|
System.Int32[] |
nodeIndex |
|
AskElementShape(Int32)
Declaration
public ElementTypes.Shape AskElementShape(int elementIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
elementIndex |
|
Returns
AskIterations(Int32)
Declaration
public string[] AskIterations(int loadcaseIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
loadcaseIndex |
|
Returns
Type |
Description |
System.String[] |
|
AskLoadcases()
Declaration
public string[] AskLoadcases()
Returns
Type |
Description |
System.String[] |
|
AskNodeCoordinates(Int32[])
Declaration
public Point3d[] AskNodeCoordinates(int[] nodeIndex)
Parameters
Type |
Name |
Description |
System.Int32[] |
nodeIndex |
|
Returns
AskNodeIndex(Int32)
Declaration
public int AskNodeIndex(int nodeLabel)
Parameters
Type |
Name |
Description |
System.Int32 |
nodeLabel |
|
Returns
Type |
Description |
System.Int32 |
|
AskNodeIndicesOnElementEdge(Int32, Int32, out Int32[])
Declaration
public void AskNodeIndicesOnElementEdge(int elementIndex, int edgeIndex, out int[] nodeIndices)
Parameters
Type |
Name |
Description |
System.Int32 |
elementIndex |
|
System.Int32 |
edgeIndex |
|
System.Int32[] |
nodeIndices |
|
AskNodeIndicesOnElementFace(Int32, Int32, out Int32[])
Declaration
public void AskNodeIndicesOnElementFace(int elementIndex, int faceIndex, out int[] nodeIndices)
Parameters
Type |
Name |
Description |
System.Int32 |
elementIndex |
|
System.Int32 |
faceIndex |
|
System.Int32[] |
nodeIndices |
|
AskNodeLabel(Int32)
Declaration
public int AskNodeLabel(int nodeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
nodeIndex |
|
Returns
Type |
Description |
System.Int32 |
|
AskNumberOfSectors()
Declaration
public int AskNumberOfSectors()
Returns
Type |
Description |
System.Int32 |
|
AskNumEdgesOnElement(Int32)
Declaration
public int AskNumEdgesOnElement(int elementIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
elementIndex |
|
Returns
Type |
Description |
System.Int32 |
|
AskNumElements()
Declaration
public int AskNumElements()
Returns
Type |
Description |
System.Int32 |
|
AskNumElementsOfGroup(Result.GroupContainer, Int32, out Int32[])
Declaration
public void AskNumElementsOfGroup(Result.GroupContainer type, int groupIndex, out int[] elementIndex)
Parameters
AskNumFacesOnElement(Int32)
Declaration
public int AskNumFacesOnElement(int elementIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
elementIndex |
|
Returns
Type |
Description |
System.Int32 |
|
AskNumGroupsInContainer(Result.GroupContainer)
Declaration
public int AskNumGroupsInContainer(Result.GroupContainer type)
Parameters
Returns
Type |
Description |
System.Int32 |
|
AskNumIterations(Int32)
Declaration
public int AskNumIterations(int loadcaseIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
loadcaseIndex |
|
Returns
Type |
Description |
System.Int32 |
|
AskNumLoadcases()
Declaration
public int AskNumLoadcases()
Returns
Type |
Description |
System.Int32 |
|
AskNumNodes()
Declaration
Returns
Type |
Description |
System.Int32 |
|
AskResultDataType(Int32, Int32, Result.Type)
Declaration
public Result.DataType AskResultDataType(int loadcaseIndex, int iterationIndex, Result.Type resultType)
Parameters
Type |
Name |
Description |
System.Int32 |
loadcaseIndex |
|
System.Int32 |
iterationIndex |
|
Result.Type |
resultType |
|
Returns
AskResultLoadcaseValue(Int32, out String, out Double)
Declaration
public Result.LoadcaseValueType AskResultLoadcaseValue(int loadcaseIndex, out string description, out double value)
Parameters
Type |
Name |
Description |
System.Int32 |
loadcaseIndex |
|
System.String |
description |
|
System.Double |
value |
|
Returns
AskResultSections(Int32, Int32, Result.Type, out Int32[])
Declaration
public void AskResultSections(int loadcaseIndex, int iterationIndex, Result.Type resultType, out int[] sectionNums)
Parameters
Type |
Name |
Description |
System.Int32 |
loadcaseIndex |
|
System.Int32 |
iterationIndex |
|
Result.Type |
resultType |
|
System.Int32[] |
sectionNums |
|
AskResultTypes(Int32, Int32, out Result.Type[], out String[])
Declaration
public void AskResultTypes(int loadcaseIndex, int iterationIndex, out Result.Type[] types, out string[] description)
Parameters
Type |
Name |
Description |
System.Int32 |
loadcaseIndex |
|
System.Int32 |
iterationIndex |
|
Result.Type[] |
types |
|
System.String[] |
description |
|
AskSectionDescription(Result.Section)
Declaration
public string AskSectionDescription(Result.Section sect)
Parameters
Returns
Type |
Description |
System.String |
|
Find(String)
Declaration
public TaggedObject Find(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
GetLoadcases()
Declaration
public BaseLoadcase[] GetLoadcases()
Returns
GetMeshes(out PostMesh[])
Declaration
public void GetMeshes(out PostMesh[] meshes)
Parameters
GetMeshesOfGivenDimension(Int32, out PostMesh[])
Declaration
public void GetMeshesOfGivenDimension(int dimension, out PostMesh[] meshes)
Parameters
Type |
Name |
Description |
System.Int32 |
dimension |
|
PostMesh[] |
meshes |
|
GetResultCoordinateSystemDefinition(Int32, out Result.CoordinateSystem, out Point3d, out Matrix3x3)
Declaration
public void GetResultCoordinateSystemDefinition(int id, out Result.CoordinateSystem type, out Point3d origin, out Matrix3x3 matrix)
Parameters
GetResultCoordinateSystems()
Declaration
public int[] GetResultCoordinateSystems()
Returns
Type |
Description |
System.Int32[] |
|
IsResultTypeComplex(Int32, Int32, Result.Type)
Declaration
public bool IsResultTypeComplex(int loadcaseIndex, int iterationIndex, Result.Type resultType)
Parameters
Type |
Name |
Description |
System.Int32 |
loadcaseIndex |
|
System.Int32 |
iterationIndex |
|
Result.Type |
resultType |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink