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

Represents a NXOpen::CAE::PostGraphOrbitBuilder
This is an abstract class and cannot be instantiated

Created in NX9.0.0. More...

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

Public Member Functions

NXString GraphTitle ()
 Returns the graph title
Created in NX9.0.0. More...
 
void SetEntityIds (const std::vector< int > &entityIds)
 Set entity ids for extracting result data
Created in NX9.0.0. More...
 
void SetFreePoints (const std::vector< NXOpen::Point3d > &freePoints)
 Set free points for extracting data
Created in NX9.0.0. More...
 
void SetGraphTitle (const NXString &stringGraphTitle)
 Sets the graph title
Created in NX9.0.0. More...
 
void SetGraphTitle (const char *stringGraphTitle)
 Sets the graph title
Created in NX9.0.0. More...
 
void SetSelectionEntityObjects (const std::vector< NXOpen::CAE::PostSelectionEntity * > &selectionEntities)
 Sets the selection entity object. More...
 
void SetXresultComponent (NXOpen::CAE::Result::Component xresult)
 Sets the component used as x axis for orbit plot
Created in NX9.0.0. More...
 
void SetYresultComponent (NXOpen::CAE::Result::Component yresult)
 Sets the component used as y axis for orbit plot
Created in NX9.0.0. More...
 
NXOpen::CAE::Result::Component XresultComponent ()
 Returns the component used as x axis for orbit plot
Created in NX9.0.0. More...
 
NXOpen::CAE::Result::Component YresultComponent ()
 Returns the component used as y axis for orbit plot
Created in NX9.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::PostGraphOrbitBuilder
This is an abstract class and cannot be instantiated

Created in NX9.0.0.


Member Function Documentation

NXString NXOpen::CAE::PostGraphOrbitBuilder::GraphTitle ( )

Returns the graph title
Created in NX9.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::PostGraphOrbitBuilder::SetEntityIds ( const std::vector< int > &  entityIds)

Set entity ids for extracting result data
Created in NX9.0.0.



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

Parameters
entityIdsentityids
void NXOpen::CAE::PostGraphOrbitBuilder::SetFreePoints ( const std::vector< NXOpen::Point3d > &  freePoints)

Set free points for extracting data
Created in NX9.0.0.



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

Parameters
freePointsfreepoints
void NXOpen::CAE::PostGraphOrbitBuilder::SetGraphTitle ( const NXString stringGraphTitle)

Sets the graph title
Created in NX9.0.0.



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

Parameters
stringGraphTitlestringgraphtitle
void NXOpen::CAE::PostGraphOrbitBuilder::SetGraphTitle ( const char *  stringGraphTitle)

Sets the graph title
Created in NX9.0.0.



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

Parameters
stringGraphTitlestringgraphtitle
void NXOpen::CAE::PostGraphOrbitBuilder::SetSelectionEntityObjects ( const std::vector< NXOpen::CAE::PostSelectionEntity * > &  selectionEntities)

Sets the selection entity object.


Created in NX12.0.0.

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

Parameters
selectionEntitiesNXOpen::CAE::PostSelectionEntity object
void NXOpen::CAE::PostGraphOrbitBuilder::SetXresultComponent ( NXOpen::CAE::Result::Component  xresult)

Sets the component used as x axis for orbit plot
Created in NX9.0.0.



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

Parameters
xresultxresult
void NXOpen::CAE::PostGraphOrbitBuilder::SetYresultComponent ( NXOpen::CAE::Result::Component  yresult)

Sets the component used as y axis for orbit plot
Created in NX9.0.0.



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

Parameters
yresultyresult
NXOpen::CAE::Result::Component NXOpen::CAE::PostGraphOrbitBuilder::XresultComponent ( )

Returns the component used as x axis for orbit plot
Created in NX9.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::Result::Component NXOpen::CAE::PostGraphOrbitBuilder::YresultComponent ( )

Returns the component used as y axis for orbit plot
Created in NX9.0.0.



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


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