Class PostScenarioQueryContext
Inheritance
PostScenarioQueryContext
Assembly: NXOpen.dll
Syntax
public class PostScenarioQueryContext : TransientObject, IMessageSink, IDisposable
Constructors
PostScenarioQueryContext(nint)
Declaration
protected PostScenarioQueryContext(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
MessageCollector
Declaration
public PostScenarioMessageCollector MessageCollector { get; }
Property Value
ResultCoordinateSystems
Declaration
public PostScenarioQueryResults ResultCoordinateSystems { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetMeshNodes()
Declaration
public PostScenarioMeshNode[] GetMeshNodes()
Returns
GetSelectedMeshes()
Declaration
public PostScenarioMesh[] GetSelectedMeshes()
Returns
NewCoordinateSystemTransformation(PostScenarioCoordinateSystemTransformationType)
Declaration
public PostScenarioCoordinateSystemTransformation NewCoordinateSystemTransformation(PostScenarioCoordinateSystemTransformationType type)
Parameters
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink