NX Open C++ Reference Guide
|
Provides methods for managing DOFSet CAE::CaeDOFSet. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::CAE::CaeDOFSet * | CopyDofset (const NXString &dofsetName, NXOpen::CAE::CaeDOFSet *sourceDofset) |
Copy a DOFSet. | |
NXOpen::CAE::CaeDOFSet * | CopyDofset (const char *dofsetName, NXOpen::CAE::CaeDOFSet *sourceDofset) |
Copy a DOFSet. | |
NXOpen::CAE::CaeDOFSet * | CreateDofset (const NXString &dofsetName, const std::vector< NXOpen::CAE::FENode * > &nodes, const std::vector< bool > &dof1, const std::vector< bool > &dof2, const std::vector< bool > &dof3, const std::vector< bool > &dof4, const std::vector< bool > &dof5, const std::vector< bool > &dof6) |
Create a DOFSet A true for a dof logical entry would mean that the dof is included for that corresponding node. | |
NXOpen::CAE::CaeDOFSet * | CreateDofset (const char *dofsetName, const std::vector< NXOpen::CAE::FENode * > &nodes, const std::vector< bool > &dof1, const std::vector< bool > &dof2, const std::vector< bool > &dof3, const std::vector< bool > &dof4, const std::vector< bool > &dof5, const std::vector< bool > &dof6) |
Create a DOFSet A true for a dof logical entry would mean that the dof is included for that corresponding node. | |
NXOpen::CAE::CaeDOFSet * | CreateExclusiveOrDofset (const NXString &dofsetName, const std::vector< NXOpen::CAE::CaeDOFSet * > &objects) |
Create a XOR of DOFSets. | |
NXOpen::CAE::CaeDOFSet * | CreateExclusiveOrDofset (const char *dofsetName, const std::vector< NXOpen::CAE::CaeDOFSet * > &objects) |
Create a XOR of DOFSets. | |
NXOpen::CAE::CaeDOFSet * | CreateIntersectionDofset (const NXString &dofsetName, const std::vector< NXOpen::CAE::CaeDOFSet * > &objects) |
Create an Intersection of DOFSets. | |
NXOpen::CAE::CaeDOFSet * | CreateIntersectionDofset (const char *dofsetName, const std::vector< NXOpen::CAE::CaeDOFSet * > &objects) |
Create an Intersection of DOFSets. | |
NXOpen::CAE::CaeDOFSet * | CreateUnionDofset (const NXString &dofsetName, const std::vector< NXOpen::CAE::CaeDOFSet * > &objects) |
Create a Union of DOFSets. | |
NXOpen::CAE::CaeDOFSet * | CreateUnionDofset (const char *dofsetName, const std::vector< NXOpen::CAE::CaeDOFSet * > &objects) |
Create a Union of DOFSets. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::CaeDOFSet * | FindObject (const NXString &journalIdentifier) |
Finds the CAE::CaeDOFSet with the given identifier as recorded in a journal. | |
NXOpen::CAE::CaeDOFSet * | FindObject (const char *journalIdentifier) |
Finds the CAE::CaeDOFSet with the given identifier as recorded in a journal. | |
void | QueryDofsetList (std::vector< NXOpen::TaggedObject * > &objects) |
Query DOFSets list Created in NX7.5.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Provides methods for managing DOFSet CAE::CaeDOFSet.
To obtain an instance of this class, refer to CAE::SimSimulation
Created in NX7.5.0.
iterator NXOpen::CAE::CaeDOFSetCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CopyDofset | ( | const NXString & | dofsetName, |
NXOpen::CAE::CaeDOFSet * | sourceDofset | ||
) |
Copy a DOFSet.
dofsetName | Name of the copied DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
sourceDofset | The source DOFSet object |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CopyDofset | ( | const char * | dofsetName, |
NXOpen::CAE::CaeDOFSet * | sourceDofset | ||
) |
Copy a DOFSet.
dofsetName | Name of the copied DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
sourceDofset | The source DOFSet object |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CreateDofset | ( | const NXString & | dofsetName, |
const std::vector< NXOpen::CAE::FENode * > & | nodes, | ||
const std::vector< bool > & | dof1, | ||
const std::vector< bool > & | dof2, | ||
const std::vector< bool > & | dof3, | ||
const std::vector< bool > & | dof4, | ||
const std::vector< bool > & | dof5, | ||
const std::vector< bool > & | dof6 | ||
) |
Create a DOFSet A true for a dof logical entry would mean that the dof is included for that corresponding node.
A false would mean that the dof is not included for that node. @return The created DOFSet object
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
dofsetName | Name of a DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
nodes | Array of nodes in the DOFSet CAE::FENode |
dof1 | Array of DOF1 values |
dof2 | Array of DOF2 values |
dof3 | Array of DOF3 values |
dof4 | Array of DOF4 values |
dof5 | Array of DOF5 values |
dof6 | Array of DOF6 values |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CreateDofset | ( | const char * | dofsetName, |
const std::vector< NXOpen::CAE::FENode * > & | nodes, | ||
const std::vector< bool > & | dof1, | ||
const std::vector< bool > & | dof2, | ||
const std::vector< bool > & | dof3, | ||
const std::vector< bool > & | dof4, | ||
const std::vector< bool > & | dof5, | ||
const std::vector< bool > & | dof6 | ||
) |
Create a DOFSet A true for a dof logical entry would mean that the dof is included for that corresponding node.
A false would mean that the dof is not included for that node. @return The created DOFSet object
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
dofsetName | Name of a DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
nodes | Array of nodes in the DOFSet CAE::FENode |
dof1 | Array of DOF1 values |
dof2 | Array of DOF2 values |
dof3 | Array of DOF3 values |
dof4 | Array of DOF4 values |
dof5 | Array of DOF5 values |
dof6 | Array of DOF6 values |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CreateExclusiveOrDofset | ( | const NXString & | dofsetName, |
const std::vector< NXOpen::CAE::CaeDOFSet * > & | objects | ||
) |
Create a XOR of DOFSets.
dofsetName | Name of the XOR DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
objects | DOFSets that need to be XORed |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CreateExclusiveOrDofset | ( | const char * | dofsetName, |
const std::vector< NXOpen::CAE::CaeDOFSet * > & | objects | ||
) |
Create a XOR of DOFSets.
dofsetName | Name of the XOR DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
objects | DOFSets that need to be XORed |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CreateIntersectionDofset | ( | const NXString & | dofsetName, |
const std::vector< NXOpen::CAE::CaeDOFSet * > & | objects | ||
) |
Create an Intersection of DOFSets.
dofsetName | Name of the intersection DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
objects | DOFSets that need to be intersected |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CreateIntersectionDofset | ( | const char * | dofsetName, |
const std::vector< NXOpen::CAE::CaeDOFSet * > & | objects | ||
) |
Create an Intersection of DOFSets.
dofsetName | Name of the intersection DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
objects | DOFSets that need to be intersected |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CreateUnionDofset | ( | const NXString & | dofsetName, |
const std::vector< NXOpen::CAE::CaeDOFSet * > & | objects | ||
) |
Create a Union of DOFSets.
dofsetName | Name of the unioned DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
objects | DOFSets that need to be unioned |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::CreateUnionDofset | ( | const char * | dofsetName, |
const std::vector< NXOpen::CAE::CaeDOFSet * > & | objects | ||
) |
Create a Union of DOFSets.
dofsetName | Name of the unioned DOFSet NOTE: The full Unicode character set is not supported for this parameter. |
objects | DOFSets that need to be unioned |
iterator NXOpen::CAE::CaeDOFSetCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::CaeDOFSet with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with the given journal identifier. @return The found DOFSet
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
journalIdentifier | Identifier of the DOFSet you want |
NXOpen::CAE::CaeDOFSet* NXOpen::CAE::CaeDOFSetCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::CaeDOFSet with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals. An exception will be thrown if no object can be found with the given journal identifier. @return The found DOFSet
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
journalIdentifier | Identifier of the DOFSet you want |
void NXOpen::CAE::CaeDOFSetCollection::QueryDofsetList | ( | std::vector< NXOpen::TaggedObject * > & | objects | ) |
Query DOFSets list
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
objects | objects |
tag_t NXOpen::CAE::CaeDOFSetCollection::Tag | ( | ) | const |
Returns the tag of this object.