折弯操作集合
更多...
#include <Tooling_BendOperationCollection.hxx>
折弯操作集合
Creates a NXOpen::Tooling::BendOperationBuilder
To obtain an instance of this class, refer to NXOpen::Tooling::ToolingManager
Created in NX8.5.0.
◆ begin()
| iterator NXOpen::Tooling::BendOperationCollection::begin |
( |
| ) |
|
Returns an iterator addressing the first element.
◆ CreateBendOperationBuilder()
◆ end()
| iterator NXOpen::Tooling::BendOperationCollection::end |
( |
| ) |
|
|
inline |
Returns an iterator addressing one past the last element.
◆ FindObject() [1/2]
Finds the NXOpen::Tooling::BendOperationBuilder 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.
- 返回
- BendOperationBuilder found
Created in NX8.5.0.
License requirements : None
- 参数
-
| journalIdentifier | Identifier to be found |
◆ FindObject() [2/2]
Finds the NXOpen::Tooling::BendOperationBuilder 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.
- 返回
- BendOperationBuilder found
Created in NX8.5.0.
License requirements : None
- 参数
-
| journalIdentifier | Identifier to be found |
◆ Tag()
| tag_t NXOpen::Tooling::BendOperationCollection::Tag |
( |
| ) |
const |
Returns the tag of this object.