|
NX Open C++ Reference Guide
|
Contains objects that define a lattice path. More...
Public Member Functions | |
| void | ReverseDirection () |
| Reverses the order of the objects in the path Created in NX6.0.1. | |
Public Member Functions inherited from NXOpen::SelectObjectList | |
| bool | Add (NXOpen::TaggedObject *object) |
| Adds an object to the list. | |
| bool | Add (const std::vector< NXOpen::TaggedObject * > &objects) |
| Adds a set of objects to the list. | |
| bool | Add (NXOpen::SelectionMethod *inputSelectionMethod) |
| Adds the objects from a SelectionMethod to the list. | |
| bool | Add (NXOpen::TaggedObject *selection, NXOpen::View *view, const NXOpen::Point3d &point) |
| Adds the object with the objects view and objects point. | |
| bool | Add (NXOpen::InferSnapType::SnapType snapType, NXOpen::TaggedObject *selection1, NXOpen::View *view1, const NXOpen::Point3d &point1, NXOpen::TaggedObject *selection2, NXOpen::View *view2, const NXOpen::Point3d &point2) |
| The object being selected with the objects view and objects point and snap information. | |
| bool | Add (NXOpen::TaggedObject *selection, NXOpen::CaeObjectType::CaeSubType caeSubType, int caeSubId) |
| The object being selected with CAE set object information. | |
| void | Clear () |
| Removes all items from the list. | |
| bool | Contains (NXOpen::TaggedObject *object) |
| Returns whether the specified object is already in the list or not. | |
| bool | DuplicatesAllowed () |
| Returns whether duplicate objects are allowed in the selection list. | |
| std::vector < NXOpen::TaggedObject * > | GetArray () |
| Returns the list of objects in the selection list. | |
| std::vector < NXOpen::SelectObject * > | GetSelectObjectArray () |
| Returns the list of SelectObjects in the selection list. | |
| bool | Remove (NXOpen::TaggedObject *object) |
| Remove specified object from list. | |
| bool | Remove (NXOpen::TaggedObject *object, NXOpen::View *view) |
| Remove specified object from list. | |
| bool | Remove (NXOpen::InferSnapType::SnapType snapType, NXOpen::TaggedObject *selection1, NXOpen::View *view1, const NXOpen::Point3d &point1, NXOpen::TaggedObject *selection2, NXOpen::View *view2, const NXOpen::Point3d &point2) |
| Remove specified object from list. | |
| bool | Remove (NXOpen::SelectionMethod *inputSelectionMethod) |
| Removes the objects from a SelectionMethod from the list. | |
| bool | RemoveArray (const std::vector< NXOpen::TaggedObject * > &objects) |
| Remove specified objects from list. | |
| void | SetArray (const std::vector< NXOpen::TaggedObject * > &objects) |
| Sets the list of objects in the selection list. | |
| int | Size () |
| Returns the number of objects in the list. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Contains objects that define a lattice path.
Not a KF builder; see Fields.FieldManager methods to create a Fields.PathObjects.
Created in NX6.0.1.
| void NXOpen::Fields::PathObjects::ReverseDirection | ( | ) |
Reverses the order of the objects in the path
Created in NX6.0.1.
License requirements : None