NX Open C++ Reference Guide
|
Represents a constraint group in a solution or solution step. More...
Public Member Functions | |
void | Add (NXOpen::CAE::SimConstraint *tConstraint) |
Adds a constraint to this group Created in NX9.0.0. | |
std::vector < NXOpen::CAE::SimConstraint * > | GetConstraints () |
Gets the constraints in this group. | |
void | Remove (NXOpen::CAE::SimConstraint *tConstraint) |
Removes a constraint from this group Created in NX9.0.0. | |
void | RemoveAll () |
Removes all constraints from this group Created in NX9.0.0. | |
![]() | |
NXOpen::CAE::SimGroupContainer * | GroupContainer () |
Returns the solution or solution step owning this BC group Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a constraint group in a solution or solution step.
Not support KF.
Created in NX9.0.0.
void NXOpen::CAE::SimConstraintGroup::Add | ( | NXOpen::CAE::SimConstraint * | tConstraint | ) |
Adds a constraint to this group
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
tConstraint | the constraint to be added |
std::vector<NXOpen::CAE::SimConstraint *> NXOpen::CAE::SimConstraintGroup::GetConstraints | ( | ) |
Gets the constraints in this group.
void NXOpen::CAE::SimConstraintGroup::Remove | ( | NXOpen::CAE::SimConstraint * | tConstraint | ) |
Removes a constraint from this group
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
tConstraint | the constraint to be removed |
void NXOpen::CAE::SimConstraintGroup::RemoveAll | ( | ) |
Removes all constraints from this group
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")