NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.CAE.SimConstraintGroup Class Reference

Represents a constraint group in a solution or solution step More...

Inheritance diagram for NXOpen.CAE.SimConstraintGroup:
NXOpen.CAE.SimBcGroup

Public Member Functions

unsafe NXOpen.CAE.SimConstraint[] GetConstraints ()
 Gets the constraints in this group More...
 
unsafe void Add (NXOpen.CAE.SimConstraint tConstraint)
 Adds a constraint to this group More...
 
unsafe void Remove (NXOpen.CAE.SimConstraint tConstraint)
 Removes a constraint from this group More...
 
unsafe void RemoveAll ()
 Removes all constraints from this group More...
 
unsafe void AddConstraintSet (NXOpen.CAE.SimConstraintSet tConstraintSet)
 Adds a constraint set to this group More...
 
unsafe void RemoveConstraintSet (NXOpen.CAE.SimConstraintSet tConstraintSet)
 Removes a constraint set from this group More...
 
unsafe
NXOpen.CAE.SimConstraintSet[] 
GetConstraintSets ()
 Gets the constraint sets in this group More...
 
unsafe void RemoveAllConstraintSets ()
 Remove all constraint sets from this group More...
 
- Public Member Functions inherited from NXOpen.CAE.SimBcGroup
unsafe void SetBoltLoadSequence (NXOpen.NXObject[] objects)
 Set the bolt load sequence More...
 

Additional Inherited Members

- Properties inherited from NXOpen.CAE.SimBcGroup
unsafe NXOpen.CAE.SimGroupContainer GroupContainer [get]
 Returns the solution or solution step owning this BC group More...
 

Detailed Description

Represents a constraint group in a solution or solution step

Not support KF.

Created in NX9.0.0

Member Function Documentation

unsafe 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")

Parameters
tConstraintthe constraint to be added
unsafe void NXOpen.CAE.SimConstraintGroup.AddConstraintSet ( NXOpen.CAE.SimConstraintSet  tConstraintSet)

Adds a constraint set to this group

Created in NX11.0.0

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

Parameters
tConstraintSetthe constraint to be added
unsafe NXOpen.CAE.SimConstraint [] NXOpen.CAE.SimConstraintGroup.GetConstraints ( )

Gets the constraints in this group

Created in NX9.0.0

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

Returns
the constraints in this group
unsafe NXOpen.CAE.SimConstraintSet [] NXOpen.CAE.SimConstraintGroup.GetConstraintSets ( )

Gets the constraint sets in this group

Created in NX11.0.0

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

Returns
the constraint sets in this group
unsafe 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")

Parameters
tConstraintthe constraint to be removed
unsafe 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")

unsafe void NXOpen.CAE.SimConstraintGroup.RemoveAllConstraintSets ( )

Remove all constraint sets from this group

Created in NX11.0.0

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

unsafe void NXOpen.CAE.SimConstraintGroup.RemoveConstraintSet ( NXOpen.CAE.SimConstraintSet  tConstraintSet)

Removes a constraint set from this group

Created in NX11.0.0

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

Parameters
tConstraintSetthe constraint to be removed

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.