SimConstraintGroup Class

class NXOpen.CAE.SimConstraintGroup

Bases: NXOpen.CAE.SimBcGroup

Represents a constraint group in a solution or solution step

Not support KF.

New in version NX9.0.0.

Properties

Property Description
GroupContainer Returns the solution or solution step owning this BC group
Tag Returns the Tag for this object.

Methods

Method Description
Add Adds a constraint to this group
GetConstraints Gets the constraints in this group @return the constraints in this group
Remove Removes a constraint from this group
RemoveAll Removes all constraints from this group

Method Detail

Add

SimConstraintGroup.Add

Adds a constraint to this group

Signature Add(tConstraint)

Parameters:tConstraint (NXOpen.CAE.SimConstraint) – the constraint to be added

New in version NX9.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

GetConstraints

SimConstraintGroup.GetConstraints

Gets the constraints in this group

Signature GetConstraints()

Returns:the constraints in this group
Return type:list of NXOpen.CAE.SimConstraint

New in version NX9.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Remove

SimConstraintGroup.Remove

Removes a constraint from this group

Signature Remove(tConstraint)

Parameters:tConstraint (NXOpen.CAE.SimConstraint) – the constraint to be removed

New in version NX9.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

RemoveAll

SimConstraintGroup.RemoveAll

Removes all constraints from this group

Signature RemoveAll()

New in version NX9.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)