NX Open C++ Reference Guide
|
Represents an interface to perform various database operations on an array of NXObject . More...
Public Member Functions | |
virtual NXOpen::ErrorList * | AutoAssignAttributes (const std::vector< NXOpen::NXObject * > &objects)=0 |
Auto assigns the attributes for a given array of objects and returns an array of objects that failed to auto assign. | |
Represents an interface to perform various database operations on an array of NXObject .
Created in NX8.5.0.
|
pure virtual |
Auto assigns the attributes for a given array of objects and returns an array of objects that failed to auto assign.
objects | objects |
Implemented in NXOpen::Assemblies::DesignElementBuilder, NXOpen::PDM::PartOperationBuilder, and NXOpen::Features::ShipDesign::CopyPasteNewBuilder.