NX Open C++ Reference Guide
|
This is a manager to the CAE::SimBC class. More...
Public Member Functions | |
NXOpen::CAE::SimBC * | Bc () |
Returns the CAE::SimBC object Created in NX4.0.0. | |
int | BcLabel () |
Returns the label of CAE::SimBC object Created in NX7.5.0. | |
NXString | BcName () |
Returns the name of CAE::SimBC object Created in NX4.0.0. | |
NXOpen::CAE::SimBC * | CommitAddBc () |
Commits the creation of the CAE::SimBC objects or Commits the changes made to the CAE::SimBC and adds the BC to the current active solution/step. | |
NXOpen::CAE::SimBC * | CommitBc () |
Commits the creation of the CAE::SimBC objects or Commits the changes made to the CAE::SimBC. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
NXOpen::CAE::PropertyTable * | PropertyTable () |
Returns the property table for the CAE::SimBC object Created in NX4.0.0. | |
void | SetBcLabel (int label) |
Sets the label of CAE::SimBC object Created in NX7.5.0. | |
void | SetBcName (const NXString &name) |
Sets the name of CAE::SimBC object Created in NX4.0.0. | |
NXOpen::CAE::SetManager * | TargetSetManager () |
Returns the target set manager for CAE::SimBC object Created in NX4.0.0. |
This is a manager to the CAE::SimBC class.
Objects of type CAE::SimBC can be created and edited only through this class
Created in NX4.0.0.
Returns the CAE::SimBC object
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the label of CAE::SimBC object
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the name of CAE::SimBC object
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Commits the creation of the CAE::SimBC objects or Commits the changes made to the CAE::SimBC and adds the BC to the current active solution/step.
Commits the creation of the CAE::SimBC objects or Commits the changes made to the CAE::SimBC.
void NXOpen::CAE::SimBCBuilder::Destroy | ( | ) |
Deletes the builder, and cleans up any objects created by the builder.
This method should always be called when create/edit of the BC object is completed
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the property table for the CAE::SimBC object
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::SimBCBuilder::SetBcLabel | ( | int | label | ) |
Sets the label of CAE::SimBC object
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
label | label of the bc |
void NXOpen::CAE::SimBCBuilder::SetBcName | ( | const NXString & | name | ) |
Sets the name of CAE::SimBC object
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
name | name of the bc |
Returns the target set manager for CAE::SimBC object
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")