Class SimLoadGroup
Assembly: NXOpen.dll
Syntax
public class SimLoadGroup : SimBcGroup, IMessageSink
Constructors
SimLoadGroup()
Declaration
Methods
Add(SimLoad)
Declaration
public void Add(SimLoad tLoad)
Parameters
Type |
Name |
Description |
SimLoad |
tLoad |
|
AddLoadSet(SimLoadSet)
Declaration
public void AddLoadSet(SimLoadSet tLoadSet)
Parameters
GetLoadSets()
Declaration
public SimLoadSet[] GetLoadSets()
Returns
GetLoads()
Declaration
public SimLoad[] GetLoads()
Returns
Remove(SimLoad)
Declaration
public void Remove(SimLoad tLoad)
Parameters
Type |
Name |
Description |
SimLoad |
tLoad |
|
RemoveAll()
Declaration
RemoveAllLoadSets()
Declaration
public void RemoveAllLoadSets()
RemoveLoadSet(SimLoadSet)
Declaration
public void RemoveLoadSet(SimLoadSet tLoadSet)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink