NX Open C++ Reference Guide
|
Creates the builder for associating the objects from the screen
To create a new instance of this class, use Drawings::DrawingRegionCollection::CreateSelectRegionBuilder
Created in NX8.0.0.
More...
Public Member Functions | |
NXOpen::Drawings::SelectDrawingRegion * | SelectedRegion () |
Returns the get selected region Created in NX8.0.0. | |
void | SetAssociatedObjects (const std::vector< NXOpen::NXObject * > &associateObject) |
Set the associated object Created in NX8.0.0. |
Creates the builder for associating the objects from the screen
To create a new instance of this class, use Drawings::DrawingRegionCollection::CreateSelectRegionBuilder
Created in NX8.0.0.
Returns the get selected region
Created in NX8.0.0.
License requirements : None
void NXOpen::Drawings::SelectRegionBuilder::SetAssociatedObjects | ( | const std::vector< NXOpen::NXObject * > & | associateObject | ) |
Set the associated object
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
associateObject | the list of objects to be associated |