NX Open C++ Reference Guide
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

Public Member Functions

void Add (NXOpen::CAE::SimLoad *tLoad)
 Adds a load to this group
Created in NX9.0.0. More...
 
void AddLoadSet (NXOpen::CAE::SimLoadSet *tLoadSet)
 Adds a load set to this group
Created in NX10.0.0. More...
 
std::vector
< NXOpen::CAE::SimLoad * > 
GetLoads ()
 Gets the loads in this group. More...
 
std::vector
< NXOpen::CAE::SimLoadSet * > 
GetLoadSets ()
 Gets the load sets in this group. More...
 
void Remove (NXOpen::CAE::SimLoad *tLoad)
 Removes a load from this group
Created in NX9.0.0. More...
 
void RemoveAll ()
 Removes all loads from this group
Created in NX9.0.0. More...
 
void RemoveAllLoadSets ()
 Remove all load sets from this group
Created in NX10.0.0. More...
 
void RemoveLoadSet (NXOpen::CAE::SimLoadSet *tLoadSet)
 Removes a load from this group
Created in NX10.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::SimBcGroup
NXOpen::CAE::SimGroupContainerGroupContainer ()
 Returns the solution or solution step owning this BC group
Created in NX9.0.0. More...
 
void SetBoltLoadSequence (const std::vector< NXOpen::NXObject * > &objects)
 Set the bolt load sequence
Created in NX11.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a load group in a solution or solution step.


Not support KF.

Created in NX9.0.0.

Member Function Documentation

void NXOpen::CAE::SimLoadGroup::Add ( NXOpen::CAE::SimLoad tLoad)

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
void NXOpen::CAE::SimLoadGroup::AddLoadSet ( NXOpen::CAE::SimLoadSet tLoadSet)

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
std::vector<NXOpen::CAE::SimLoad *> NXOpen::CAE::SimLoadGroup::GetLoads ( )

Gets the loads in this group.

Returns
the loads in this group
Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
std::vector<NXOpen::CAE::SimLoadSet *> NXOpen::CAE::SimLoadGroup::GetLoadSets ( )

Gets the load sets in this group.

Returns
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")
void NXOpen::CAE::SimLoadGroup::Remove ( NXOpen::CAE::SimLoad tLoad)

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
void NXOpen::CAE::SimLoadGroup::RemoveAll ( )

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

void NXOpen::CAE::SimLoadGroup::RemoveAllLoadSets ( )

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

void NXOpen::CAE::SimLoadGroup::RemoveLoadSet ( NXOpen::CAE::SimLoadSet tLoadSet)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.