NX Open C++ Reference Guide
|
Represents an object that contains other objects
Created in NX4.0.0.
More...
Public Member Functions | |
virtual std::vector < NXOpen::NXObject * > | GetObjects ()=0 |
Returns the objects in the container. | |
virtual void | RemoveObject (NXOpen::NXObject *object)=0 |
Removes an object in the container. |
Represents an object that contains other objects
Created in NX4.0.0.
virtual std::vector<NXOpen::NXObject *> NXOpen::Annotations::IContainer::GetObjects | ( | ) | [pure virtual] |
Returns the objects in the container.
Implemented in NXOpen::Annotations::DimensionSet.
virtual void NXOpen::Annotations::IContainer::RemoveObject | ( | NXOpen::NXObject * | object | ) | [pure virtual] |
Removes an object in the container.
The container object is deleted when the last object in it is deleted
Created in NX4.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
object | Object to remove |
Implemented in NXOpen::Annotations::DimensionSet.