NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::CacheResultRecipeBuilder Class Reference

Represents a NXOpen::CAE::CacheResultRecipeBuilder Cached result types will used during the post processing workflows. More...

Inheritance diagram for NXOpen::CAE::CacheResultRecipeBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

int IterationStepSpacing ()
 Returns the step spacing to be used between the start and end iteration. More...
 
NXOpen::CAE::BaseIteration::IterationValueType IterationValueTypeFilter ()
 Returns the enum to filter iteration
Created in NX1847.0.0. More...
 
void SetEndIteration (NXOpen::CAE::BaseIteration *iteration)
 Set end iteration
Created in NX1847.0.0. More...
 
void SetEquivalentResultType (NXOpen::CAE::BaseResultType *restype)
 Set result type
Created in NX1847.0.0. More...
 
void SetIterationStepSpacing (int iterationStepSpacing)
 Sets the step spacing to be used between the start and end iteration. More...
 
void SetIterationValueTypeFilter (NXOpen::CAE::BaseIteration::IterationValueType filterIteration)
 Sets the enum to filter iteration
Created in NX1847.0.0. More...
 
void SetStartIteration (NXOpen::CAE::BaseIteration *iteration)
 Set start iteration
Created in NX1847.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::CacheResultRecipeBuilder Cached result types will used during the post processing workflows.

Once result type are cached those will used instead of loading the result type again
To obtain an instance of this class use NXOpen::Session::ResultManager .

Created in NX1847.0.0.

Member Function Documentation

int NXOpen::CAE::CacheResultRecipeBuilder::IterationStepSpacing ( )

Returns the step spacing to be used between the start and end iteration.

This option can be used to reduce the amount of data cached.
Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

NXOpen::CAE::BaseIteration::IterationValueType NXOpen::CAE::CacheResultRecipeBuilder::IterationValueTypeFilter ( )

Returns the enum to filter iteration
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

void NXOpen::CAE::CacheResultRecipeBuilder::SetEndIteration ( NXOpen::CAE::BaseIteration iteration)

Set end iteration
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
iterationiteration
void NXOpen::CAE::CacheResultRecipeBuilder::SetEquivalentResultType ( NXOpen::CAE::BaseResultType restype)

Set result type
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
restyperestype
void NXOpen::CAE::CacheResultRecipeBuilder::SetIterationStepSpacing ( int  iterationStepSpacing)

Sets the step spacing to be used between the start and end iteration.

This option can be used to reduce the amount of data cached.
Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
iterationStepSpacingiterationstepspacing
void NXOpen::CAE::CacheResultRecipeBuilder::SetIterationValueTypeFilter ( NXOpen::CAE::BaseIteration::IterationValueType  filterIteration)

Sets the enum to filter iteration
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
filterIterationfilteriteration
void NXOpen::CAE::CacheResultRecipeBuilder::SetStartIteration ( NXOpen::CAE::BaseIteration iteration)

Set start iteration
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
iterationiteration

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.