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

Represents NXOpen::CAE::SolutionManager
To create a new instance of this class, use NXOpen::CAE::SimSimulation::CreateSolutionManager

Created in NX10.0.0. More...

Inheritance diagram for NXOpen::CAE::SolutionManager:
NXOpen::CAE::LbcAssociationMgr NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void AddBc (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimBC *tBc)
 Add bc to a solution
Created in NX10.0.0. More...
 
void AddFolder (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimLbcFolder *tBc)
 Add bc folder to a solution
Created in NX10.0.0. More...
 
void AddLoadset (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimLoadSet *tBc)
 Add loadset to a solution
Created in NX10.0.0. More...
 
void RemoveBc (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimBC *tBc)
 Remove bc from a solution
Created in NX10.0.0. More...
 
void RemoveFolder (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimLbcFolder *tBc)
 Remove bc folder from a solution
Created in NX10.0.0. More...
 
void RemoveLoadset (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimLoadSet *tBc)
 Remove loadset from a solution
Created in NX10.0.0. More...
 
void ScaleBc (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimBC *tBc, double scale)
 Set scale factor on bc in a solution
Created in NX10.0.0. More...
 
void ScaleFolder (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimLbcFolder *tBc, double scale)
 Set scale factor on bc folder in a solution
Created in NX10.0.0. More...
 
void ScaleLoadset (NXOpen::CAE::SimSolution *tSolution, NXOpen::CAE::SimLoadSet *tBc, double scale)
 Set scale factor on loadset in a solution
Created in NX10.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::LbcAssociationMgr
void ExportToCsv (const NXString &csvFileName)
 Export to csv
Created in NX10.0.0. More...
 
void ExportToCsv (const char *csvFileName)
 Export to csv
Created in NX10.0.0. More...
 
void ImportFromCsv (const NXString &csvFileName)
 Import from csv
Created in NX10.0.0. More...
 
void ImportFromCsv (const char *csvFileName)
 Import from csv
Created in NX10.0.0. More...
 
bool Orientation ()
 Returns the export orientation option
Created in NX11.0.0. More...
 
void SetOrientation (bool ori)
 Sets the export orientation option
Created in NX11.0.0. More...
 
void SetTypeOption (NXOpen::CAE::LbcAssociationMgr::BcType entityOption)
 Sets the bc type option
Created in NX10.0.0. More...
 
NXOpen::CAE::LbcAssociationMgr::BcType TypeOption ()
 Returns the bc type option
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...
 

Additional Inherited Members

- Public Types inherited from NXOpen::CAE::LbcAssociationMgr
enum  BcType { BcTypeLoad, BcTypeConstraint, BcTypeSimulationObject, BcTypeNone }
 Option to associate bc type, load, constraint or simulation objects. More...
 

Detailed Description

Represents NXOpen::CAE::SolutionManager
To create a new instance of this class, use NXOpen::CAE::SimSimulation::CreateSolutionManager

Created in NX10.0.0.


Member Function Documentation

void NXOpen::CAE::SolutionManager::AddBc ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimBC tBc 
)

Add bc to a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcbc object
void NXOpen::CAE::SolutionManager::AddFolder ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimLbcFolder tBc 
)

Add bc folder to a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcbc folder object
void NXOpen::CAE::SolutionManager::AddLoadset ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimLoadSet tBc 
)

Add loadset to a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcloadset object
void NXOpen::CAE::SolutionManager::RemoveBc ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimBC tBc 
)

Remove bc from a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcbc object
void NXOpen::CAE::SolutionManager::RemoveFolder ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimLbcFolder tBc 
)

Remove bc folder from a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcbc folder object
void NXOpen::CAE::SolutionManager::RemoveLoadset ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimLoadSet tBc 
)

Remove loadset from a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcloadset object
void NXOpen::CAE::SolutionManager::ScaleBc ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimBC tBc,
double  scale 
)

Set scale factor on bc in a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcbc object
scalescale factor
void NXOpen::CAE::SolutionManager::ScaleFolder ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimLbcFolder tBc,
double  scale 
)

Set scale factor on bc folder in a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcbc folder object
scalescale factor
void NXOpen::CAE::SolutionManager::ScaleLoadset ( NXOpen::CAE::SimSolution tSolution,
NXOpen::CAE::SimLoadSet tBc,
double  scale 
)

Set scale factor on loadset in a solution
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
tSolutionsolution
tBcloadset object
scalescale factor

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