NX Open C++ Reference Guide
|
Provides methods for querying and updating attributes. More...
Public Member Functions | |
NXOpen::AttributePropertiesBuilder * | CreateAttributePropertiesBuilder (NXOpen::BasePart *part, const std::vector< NXOpen::NXObject * > &objects, NXOpen::AttributePropertiesBuilder::OperationType operationType) |
Creates the AttributePropertiesBuilder. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Provides methods for querying and updating attributes.
To obtain an instance of this class, refer to Session
Created in NX8.5.0.
NXOpen::AttributePropertiesBuilder* NXOpen::AttributeManager::CreateAttributePropertiesBuilder | ( | NXOpen::BasePart * | part, |
const std::vector< NXOpen::NXObject * > & | objects, | ||
NXOpen::AttributePropertiesBuilder::OperationType | operationType | ||
) |
Creates the AttributePropertiesBuilder.
part | The part that owns the builder. The builder owner is not strictly required (that is, it can be NULL), but it is highly suggested to ensure proper cleanup of the builder in case the client does not explicitly clean it up properly. |
objects | the array of objects |
operationType | the type of operation |
tag_t NXOpen::AttributeManager::Tag | ( | ) | const |
Returns the tag of this object.