NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::CreateJtBuilder Class Reference

Represents a NXOpen::CAE::CreateJtBuilder
To obtain an instance of this class use NXOpen::Session::ResultManager . More...

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

Public Types

enum  Component { ComponentUnknown = -1, ComponentCurrent, ComponentPrimary }
 This option is used to set the component for export. More...
 

Public Member Functions

void SetExportData (const std::vector< NXOpen::CAE::ResultParameters * > &parameters, const std::vector< int > &templateIds, const std::vector< NXOpen::CAE::CreateJtBuilder::Component > &componentToExport)
 The result parameters
Created in NX10.0.0. More...
 
void SetOutputFile (const NXString &outputFile)
 The output file
Created in NX10.0.0. More...
 
void SetOutputFile (const char *outputFile)
 The output file
Created in NX10.0.0. More...
 
void SetResult (NXOpen::CAE::Result *result)
 The result
Created in NX10.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::CreateJtBuilder
To obtain an instance of this class use NXOpen::Session::ResultManager .



Created in NX10.0.0.

Member Enumeration Documentation

This option is used to set the component for export.

Enumerator
ComponentUnknown 

Value has an Unknown type.

ComponentCurrent 

Value represents component used to create result parameter.

ComponentPrimary 

Value represents all primary components.

Member Function Documentation

void NXOpen::CAE::CreateJtBuilder::SetExportData ( const std::vector< NXOpen::CAE::ResultParameters * > &  parameters,
const std::vector< int > &  templateIds,
const std::vector< NXOpen::CAE::CreateJtBuilder::Component > &  componentToExport 
)

The result parameters
Created in NX10.0.0.



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

Parameters
parametersset result parameters
templateIdsset template Id per result parameter
componentToExportset template Id per result parameter
void NXOpen::CAE::CreateJtBuilder::SetOutputFile ( const NXString outputFile)

The output file
Created in NX10.0.0.



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

Parameters
outputFileset output file
void NXOpen::CAE::CreateJtBuilder::SetOutputFile ( const char *  outputFile)

The output file
Created in NX10.0.0.



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

Parameters
outputFileset output file
void NXOpen::CAE::CreateJtBuilder::SetResult ( NXOpen::CAE::Result result)

The result
Created in NX10.0.0.



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

Parameters
resultset result

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