NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::Tooling::BendOperationCollection类 参考

折弯操作集合 更多...

#include <Tooling_BendOperationCollection.hxx>

类 NXOpen::Tooling::BendOperationCollection 继承关系图:
NXOpen::TaggedObjectCollection

class  iterator

Public 成员函数

iterator begin ()
NXOpen::Tooling::BendOperationBuilderCreateBendOperationBuilder ()
iterator end ()
NXOpen::Tooling::BendOperationBuilderFindObject (const char *journalIdentifier)
NXOpen::Tooling::BendOperationBuilderFindObject (const NXString &journalIdentifier)
tag_t Tag () const

详细描述

折弯操作集合

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

NXOpen::Tooling::BendOperationBuilder * NXOpen::Tooling::BendOperationCollection::CreateBendOperationBuilder ( )

Creates a NXOpen::Tooling::BendOperationBuilder
Created in NX8.5.0.

License requirements : None

◆ end()

iterator NXOpen::Tooling::BendOperationCollection::end ( )
inline

Returns an iterator addressing one past the last element.

◆ FindObject() [1/2]

NXOpen::Tooling::BendOperationBuilder * NXOpen::Tooling::BendOperationCollection::FindObject ( const char * journalIdentifier)

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
参数
journalIdentifierIdentifier to be found

◆ FindObject() [2/2]

NXOpen::Tooling::BendOperationBuilder * NXOpen::Tooling::BendOperationCollection::FindObject ( const NXString & journalIdentifier)

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
参数
journalIdentifierIdentifier to be found

◆ Tag()

tag_t NXOpen::Tooling::BendOperationCollection::Tag ( ) const

Returns the tag of this object.