NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::AttributeManager Class Reference

Provides methods for querying and updating attributes. More...

Public Member Functions

NXOpen::AttributePropertiesBuilderCreateAttributePropertiesBuilder (NXOpen::BasePart *part, const std::vector< NXOpen::NXObject * > &objects, NXOpen::AttributePropertiesBuilder::OperationType operationType)
 Creates the AttributePropertiesBuilder
Created in NX8.5.0. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Provides methods for querying and updating attributes.


To obtain an instance of this class, refer to NXOpen::Session

Created in NX8.5.0.

Member Function Documentation

NXOpen::AttributePropertiesBuilder* NXOpen::AttributeManager::CreateAttributePropertiesBuilder ( NXOpen::BasePart part,
const std::vector< NXOpen::NXObject * > &  objects,
NXOpen::AttributePropertiesBuilder::OperationType  operationType 
)

Creates the AttributePropertiesBuilder
Created in NX8.5.0.



License requirements : None

Parameters
partThe 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.
objectsthe array of objects
operationTypethe type of operation
tag_t NXOpen::AttributeManager::Tag ( ) const

Returns the tag of this object.


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