Represents a collection of CutView objects.
More...
|
class | iterator |
| Iterator for accessing the contents of the collection. More...
|
|
Represents a collection of CutView objects.
To obtain an instance of this class, refer to Part
Created in NX4.0.0.
iterator NXOpen::CutViewCollection::begin |
( |
| ) |
|
Returns an iterator addressing the first element.
Create a linked section view.
- Returns
Created in NX5.0.0.
License requirements : None
- Parameters
-
Delete the Master Cut feature associated with a cut view.
Created in NX4.0.0.
License requirements : None
- Parameters
-
iterator NXOpen::CutViewCollection::end |
( |
| ) |
|
Returns an iterator addressing one past the last element.
Finds the CutView with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However, newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.
An exception will be thrown if no object can be found with the given journal identifier.
- Returns
- View with this identifier
Created in NX4.0.0.
License requirements : None
- Parameters
-
journalIdentifier | Identifier of the cut view to be found |
NXOpen::CutView* NXOpen::CutViewCollection::FindObject |
( |
const char * |
journalIdentifier | ) |
|
Finds the CutView with the given identifier as recorded in a journal.
An object may not return the same value as its JournalIdentifier in different versions of the software. However, newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.
An exception will be thrown if no object can be found with the given journal identifier.
- Returns
- View with this identifier
Created in NX4.0.0.
License requirements : None
- Parameters
-
journalIdentifier | Identifier of the cut view to be found |
Find the cut views of an object.
- Returns
Created in NX5.0.0.
License requirements : None
- Parameters
-
bool NXOpen::CutViewCollection::IsCutBody |
( |
NXOpen::Body * |
body | ) |
|
Return a "true" if the body is a cut body.
- Returns
Created in NX5.0.0.
License requirements : None
- Parameters
-
Return a "true" if the body is a cut body in the view.
- Returns
Created in NX5.0.0.
License requirements : None
- Parameters
-
body | body |
view | Cut view |
uncutBody | Corresponding Uncut body |
bool NXOpen::CutViewCollection::IsToolBody |
( |
NXOpen::Body * |
body | ) |
|
Return a "true" if the body is a tool body.
- Returns
Created in NX5.0.0.
License requirements : None
- Parameters
-
Return a "true" if the body is an uncut body in the view.
- Returns
Created in NX5.0.0.
License requirements : None
- Parameters
-
body | body |
view | Cut view |
cutBody | Corresponding Cut body |
tag_t NXOpen::CutViewCollection::Tag |
( |
| ) |
const |
Returns the tag of this object.
Update the Master Cut feature associated with a cut view.
Created in NX4.0.0.
License requirements : None
- Parameters
-
The documentation for this class was generated from the following file:
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.