NX Open C++ Reference Guide
|
Builds one or more CAE::SimSimulationObject object(s). More...
Public Member Functions | |
NXOpen::CAE::AutoPairs * | Autopairs () |
Returns the AutoBC's CAE::AutoPairs Created in NX5.0.0. | |
NXString | BcBaseName () |
Returns the base name of CAE::SimBC objects created Created in NX8.0.0. | |
NXOpen::CAE::SimLbcFolder * | DestinationFolder () |
Returns the destination folder of CAE::SimBC object Created in NX9.0.0. | |
int | Label () |
Returns the initial label of CAE::CaeRegion and CAE::SimBC objects Created in NX8.0.0. | |
NXOpen::CAE::PropertyTable * | PropertyTable () |
Returns the AutoBC's CAE::PropertyTable Created in NX5.0.0. | |
NXOpen::CAE::SimAutoBcRecipe * | Recipe () |
Returns the AutoBC's CAE::SimAutoBcRecipe Created in NX5.0.0. | |
bool | RetainRecipeFlag () |
Returns the retain recipe flag, which signifies whether or not the recipe will be retained after the generation of the BCs Created in NX5.0.0. | |
void | SetAutopairs (NXOpen::CAE::AutoPairs *recipe) |
Sets the AutoBC's CAE::AutoPairs Created in NX5.0.0. | |
void | SetBcBaseName (const NXString &name) |
Sets the base name of CAE::SimBC objects created Created in NX8.0.0. | |
void | SetBcBaseName (const char *name) |
Sets the base name of CAE::SimBC objects created Created in NX8.0.0. | |
void | SetDestinationFolder (NXOpen::CAE::SimLbcFolder *folder) |
Sets the destination folder of CAE::SimBC object Created in NX9.0.0. | |
void | SetLabel (int label) |
Sets the initial label of CAE::CaeRegion and CAE::SimBC objects Created in NX8.0.0. | |
void | SetRetainRecipeFlag (bool retainRecipe) |
Sets the retain recipe flag, which signifies whether or not the recipe will be retained after the generation of the BCs Created in NX5.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Builds one or more CAE::SimSimulationObject object(s).
These simulation objects use two target face sets like the Surf to Surf Contact
To create a new instance of this class, use CAE::SimSimulation::CreateAutoBcBuilder
Created in NX5.0.0.
NXOpen::CAE::AutoPairs* NXOpen::CAE::AutoBCBuilder::Autopairs | ( | ) |
Returns the AutoBC's CAE::AutoPairs
Created in NX5.0.0.
License requirements : None
NXString NXOpen::CAE::AutoBCBuilder::BcBaseName | ( | ) |
Returns the base name of CAE::SimBC objects created
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::SimLbcFolder* NXOpen::CAE::AutoBCBuilder::DestinationFolder | ( | ) |
Returns the destination folder of CAE::SimBC object
Created in NX9.0.0.
License requirements : None
int NXOpen::CAE::AutoBCBuilder::Label | ( | ) |
Returns the initial label of CAE::CaeRegion and CAE::SimBC objects
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::PropertyTable* NXOpen::CAE::AutoBCBuilder::PropertyTable | ( | ) |
Returns the AutoBC's CAE::PropertyTable
Created in NX5.0.0.
License requirements : None
NXOpen::CAE::SimAutoBcRecipe* NXOpen::CAE::AutoBCBuilder::Recipe | ( | ) |
Returns the AutoBC's CAE::SimAutoBcRecipe
Created in NX5.0.0.
License requirements : None
bool NXOpen::CAE::AutoBCBuilder::RetainRecipeFlag | ( | ) |
Returns the retain recipe flag, which signifies whether or not the recipe will be retained after the generation of the BCs
Created in NX5.0.0.
License requirements : None
void NXOpen::CAE::AutoBCBuilder::SetAutopairs | ( | NXOpen::CAE::AutoPairs * | recipe | ) |
Sets the AutoBC's CAE::AutoPairs
Created in NX5.0.0.
License requirements : None
recipe | auto pairs object |
void NXOpen::CAE::AutoBCBuilder::SetBcBaseName | ( | const NXString & | name | ) |
Sets the base name of CAE::SimBC objects created
Created in NX8.0.0.
License requirements : None
name | the base name, if NULL or blank, a base name will be generated |
void NXOpen::CAE::AutoBCBuilder::SetBcBaseName | ( | const char * | name | ) |
Sets the base name of CAE::SimBC objects created
Created in NX8.0.0.
License requirements : None
name | the base name, if NULL or blank, a base name will be generated |
void NXOpen::CAE::AutoBCBuilder::SetDestinationFolder | ( | NXOpen::CAE::SimLbcFolder * | folder | ) |
Sets the destination folder of CAE::SimBC object
Created in NX9.0.0.
License requirements : None
folder | destination folder |
void NXOpen::CAE::AutoBCBuilder::SetLabel | ( | int | label | ) |
Sets the initial label of CAE::CaeRegion and CAE::SimBC objects
Created in NX8.0.0.
License requirements : None
label | the initial label, if <=0 unique labels will be generated for you |
void NXOpen::CAE::AutoBCBuilder::SetRetainRecipeFlag | ( | bool | retainRecipe | ) |
Sets the retain recipe flag, which signifies whether or not the recipe will be retained after the generation of the BCs
Created in NX5.0.0.
License requirements : None
retainRecipe | flag for retaining recipe or not |