NX Open C++ Reference Guide
|
Represents a dynamic section
Created in NX6.0.0.
More...
Public Member Functions | |
void | UpdateSectionCuts (NXOpen::Update::Option updateOption) |
Updates the section-cuts (curves) associated with the dynamic section object if they are out-of-date. |
Represents a dynamic section
Created in NX6.0.0.
void NXOpen::Display::DynamicSection::UpdateSectionCuts | ( | NXOpen::Update::Option | updateOption | ) |
Updates the section-cuts (curves) associated with the dynamic section object if they are out-of-date.
If the section object is out-of-date, then it is first logged for update. If update option is Update::OptionNow , then the update is performed immediately. If the user wants to update multiple section objects, then it is optimal to specify the update option as Update::OptionLater and perform update at the end using Update::DoUpdate .
An valid undo mark Session::UndoMarkId must have been set so that the session can be rolled back successfully if an error occurs. See Session::SetUndoMark .
Created in NX6.0.0.
License requirements : None
updateOption | Update option |