NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::SimSimulationObjectGroup Class Reference

Represents a simulation object group in a solution or solution step. More...

Inheritance diagram for NXOpen::CAE::SimSimulationObjectGroup:
NXOpen::CAE::SimBcGroup NXOpen::TaggedObject

Public Member Functions

void Add (NXOpen::CAE::SimSimulationObject *tSimulationObject)
 Adds a simulation object to this group
Created in NX9.0.0. More...
 
std::vector
< NXOpen::CAE::SimSimulationObject * > 
GetSimulationObjects ()
 Gets the simulation objects in this group. More...
 
void Remove (NXOpen::CAE::SimSimulationObject *pSimulationObject)
 Removes a simulation object from this group
Created in NX9.0.0. More...
 
void RemoveAll ()
 Removes all simulation objects from this group
Created in NX9.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 simulation object group in a solution or solution step.


Not support KF.

Created in NX9.0.0.

Member Function Documentation

void NXOpen::CAE::SimSimulationObjectGroup::Add ( NXOpen::CAE::SimSimulationObject tSimulationObject)

Adds a simulation object to this group
Created in NX9.0.0.



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

Parameters
tSimulationObjectthe simulation object to be added
std::vector<NXOpen::CAE::SimSimulationObject *> NXOpen::CAE::SimSimulationObjectGroup::GetSimulationObjects ( )

Gets the simulation objects in this group.

Returns
the simulation objects in this group
Created in NX9.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::SimSimulationObjectGroup::Remove ( NXOpen::CAE::SimSimulationObject pSimulationObject)

Removes a simulation object from this group
Created in NX9.0.0.



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

Parameters
pSimulationObjectthe simulation object to be removed
void NXOpen::CAE::SimSimulationObjectGroup::RemoveAll ( )

Removes all simulation objects from this group
Created in NX9.0.0.



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


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