NX Open C++ Reference Guide
|
Represents a simulation recipe containing the parameters needed for the generation of a set of face pairs from the faces/bodies in the model. More...
Public Member Functions | |
void | GetBcList (std::vector< NXOpen::CAE::SimBC * > &bcList) |
Get the list of CAE::SimBC Created in NX5.0.0. |
Represents a simulation recipe containing the parameters needed for the generation of a set of face pairs from the faces/bodies in the model.
To create a new instance of this class, use CAE::SimRecipeCollection::CreateAutoBcRecipe
void NXOpen::CAE::SimAutoBcRecipe::GetBcList | ( | std::vector< NXOpen::CAE::SimBC * > & | bcList | ) |
Get the list of CAE::SimBC
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bcList | BCs generated from recipe |