NX Open C++ Reference Guide
|
Represents a Cut View
Cut Views may only be created via a Master Cut Builder.
More...
Public Member Functions | |
std::vector < NXOpen::DisplayableObject * > | GetCutBodies () |
Find the cut bodies in a cut view. | |
bool | IsCutViewOutOfDate () |
Returns a "true" if the cut view is out of date Created in NX5.0.0. | |
bool | IsModelingTypeCut () |
Returns a "true" if the view is a sectioned (persistent) model view Created in NX5.0.0. |
std::vector<NXOpen::DisplayableObject *> NXOpen::CutView::GetCutBodies | ( | ) |
Find the cut bodies in a cut view.
bool NXOpen::CutView::IsCutViewOutOfDate | ( | ) |
Returns a "true" if the cut view is out of date
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
bool NXOpen::CutView::IsModelingTypeCut | ( | ) |
Returns a "true" if the view is a sectioned (persistent) model view
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")