SimLoadGroup Class

class NXOpen.CAE.SimLoadGroup

Bases: NXOpen.CAE.SimBcGroup

Represents a load 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 load to this group
AddLoadSet Adds a load set to this group
GetLoadSets Gets the load sets in this group
GetLoads Gets the loads in this group
Remove Removes a load from this group
RemoveAll Removes all loads from this group
RemoveAllLoadSets Remove all load sets from this group
RemoveLoadSet Removes a load from this group
SetBoltLoadSequence Set the bolt load sequence

Method Detail

Add

SimLoadGroup.Add

Adds a load to this group

Signature Add(tLoad)

Parameters:tLoad (NXOpen.CAE.SimLoad) – the load to be added

New in version NX9.0.0.

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

AddLoadSet

SimLoadGroup.AddLoadSet

Adds a load set to this group

Signature AddLoadSet(tLoadSet)

Parameters:tLoadSet (NXOpen.CAE.SimLoadSet) – the load to be added

New in version NX10.0.0.

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

GetLoadSets

SimLoadGroup.GetLoadSets

Gets the load sets in this group

Signature GetLoadSets()

Returns:the load sets in this group
Return type:list of NXOpen.CAE.SimLoadSet

New in version NX10.0.0.

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

GetLoads

SimLoadGroup.GetLoads

Gets the loads in this group

Signature GetLoads()

Returns:the loads in this group
Return type:list of NXOpen.CAE.SimLoad

New in version NX9.0.0.

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

Remove

SimLoadGroup.Remove

Removes a load from this group

Signature Remove(tLoad)

Parameters:tLoad (NXOpen.CAE.SimLoad) – the load to be removed

New in version NX9.0.0.

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

RemoveAll

SimLoadGroup.RemoveAll

Removes all loads 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”)

RemoveAllLoadSets

SimLoadGroup.RemoveAllLoadSets

Remove all load sets from this group

Signature RemoveAllLoadSets()

New in version NX10.0.0.

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

RemoveLoadSet

SimLoadGroup.RemoveLoadSet

Removes a load from this group

Signature RemoveLoadSet(tLoadSet)

Parameters:tLoadSet (NXOpen.CAE.SimLoadSet) – the load to be removed

New in version NX10.0.0.

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