Class Result
Assembly: NXOpen.dll
Syntax
public class Result : NXObject, IMessageSink, INXObject
Constructors
Result()
Declaration
Properties
FirstElement
Declaration
public FEElement FirstElement { get; }
Property Value
FirstMesh
Declaration
public Mesh FirstMesh { get; }
Property Value
Id
Declaration
public string Id { get; }
Property Value
SecondElement
Declaration
public FEElement SecondElement { get; }
Property Value
SecondMesh
Declaration
public Mesh SecondMesh { get; }
Property Value
Methods
GetConflictingDofs()
Declaration
public int[] GetConflictingDofs()
Returns
GetConflictingNodes()
Declaration
public FENode[] GetConflictingNodes()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink