NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.CAE.SimLoadGroup Class Reference

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

Inheritance diagram for NXOpen.CAE.SimLoadGroup:
NXOpen.CAE.SimBcGroup NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Add (NXOpen.CAE.SimLoad tLoad)
 Adds a load to this group More...
 
unsafe void AddLoadSet (NXOpen.CAE.SimLoadSet tLoadSet)
 Adds a load set to this group More...
 
unsafe NXOpen.CAE.SimLoad[] GetLoads ()
 Gets the loads in this group More...
 
unsafe NXOpen.CAE.SimLoadSet[] GetLoadSets ()
 Gets the load sets in this group More...
 
unsafe void Remove (NXOpen.CAE.SimLoad tLoad)
 Removes a load from this group More...
 
unsafe void RemoveAll ()
 Removes all loads from this group More...
 
unsafe void RemoveAllLoadSets ()
 Remove all load sets from this group More...
 
unsafe void RemoveLoadSet (NXOpen.CAE.SimLoadSet tLoadSet)
 Removes a load from this group More...
 
- Public Member Functions inherited from NXOpen.CAE.SimBcGroup
unsafe void SetBoltLoadSequence (NXOpen.NXObject[] objects)
 Set the bolt load sequence More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- 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 load group in a solution or solution step

Not support KF.

Created in NX9.0.0

Member Function Documentation

unsafe void NXOpen.CAE.SimLoadGroup.Add ( NXOpen.CAE.SimLoad  tLoad)
inline

Adds a load to this group

Created in NX9.0.0

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

Parameters
tLoadthe load to be added
unsafe void NXOpen.CAE.SimLoadGroup.AddLoadSet ( NXOpen.CAE.SimLoadSet  tLoadSet)
inline

Adds a load set to this group

Created in NX10.0.0

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

Parameters
tLoadSetthe load to be added
unsafe NXOpen.CAE.SimLoad [] NXOpen.CAE.SimLoadGroup.GetLoads ( )
inline

Gets the loads in this group

Created in NX9.0.0

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

Returns
the loads in this group
unsafe NXOpen.CAE.SimLoadSet [] NXOpen.CAE.SimLoadGroup.GetLoadSets ( )
inline

Gets the load sets in this group

Created in NX10.0.0

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

Returns
the load sets in this group
unsafe void NXOpen.CAE.SimLoadGroup.Remove ( NXOpen.CAE.SimLoad  tLoad)
inline

Removes a load from this group

Created in NX9.0.0

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

Parameters
tLoadthe load to be removed
unsafe void NXOpen.CAE.SimLoadGroup.RemoveAll ( )
inline

Removes all loads 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.SimLoadGroup.RemoveAllLoadSets ( )
inline

Remove all load sets from this group

Created in NX10.0.0

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

unsafe void NXOpen.CAE.SimLoadGroup.RemoveLoadSet ( NXOpen.CAE.SimLoadSet  tLoadSet)
inline

Removes a load from this group

Created in NX10.0.0

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

Parameters
tLoadSetthe load to be removed

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