GraphFromResultProbeBuilder Class

class NXOpen.CAE.GraphFromResultProbeBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.GraphFromResultProbeBuilder

This is an abstract class and cannot be instantiated

New in version NX11.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetGraphs The graphs created will be returned
GetObject Returns the object currently being edited by this builder.
SetPlotType The plot type will be set
SetResultProbes The plot type will be set
SetViewIndex The view index will be set
SetWindowIndex The window index will be set
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

GraphFromResultProbeBuilderPlotType Enumeration Defines the Plot Type options

Method Detail

GetGraphs

GraphFromResultProbeBuilder.GetGraphs

The graphs created will be returned

Signature GetGraphs()

Returns:Get all graphs created by probe
Return type:list of NXOpen.CAE.PostGraph

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

SetPlotType

GraphFromResultProbeBuilder.SetPlotType

The plot type will be set

Signature SetPlotType(plotType)

Parameters:plotType (NXOpen.CAE.GraphFromResultProbeBuilderPlotType) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

SetResultProbes

GraphFromResultProbeBuilder.SetResultProbes

The plot type will be set

Signature SetResultProbes(resultProbes)

Parameters:resultProbes (list of NXOpen.CAE.ResultProbe) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

SetViewIndex

GraphFromResultProbeBuilder.SetViewIndex

The view index will be set

Signature SetViewIndex(viewIndex)

Parameters:viewIndex (int) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

SetWindowIndex

GraphFromResultProbeBuilder.SetWindowIndex

The window index will be set

Signature SetWindowIndex(windowIndex)

Parameters:windowIndex (int) –

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Validate

GraphFromResultProbeBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.