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. | |
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 | 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. |
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.
Returns the AutoBC's CAE::AutoPairs
Created in NX5.0.0.
License requirements : None
Returns the base name of CAE::SimBC objects created
Created in NX8.0.0.
License requirements : None
Returns the initial label of CAE::CaeRegion and CAE::SimBC objects
Created in NX8.0.0.
License requirements : None
Returns the AutoBC's CAE::PropertyTable
Created in NX5.0.0.
License requirements : None
Returns the AutoBC's CAE::SimAutoBcRecipe
Created in NX5.0.0.
License requirements : None
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::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 |