Open CASCADE Technology  6.9.1
Enumerations
TObj_DeletingMode.hxx File Reference

Enumerations

enum  TObj_DeletingMode { TObj_FreeOnly = 0, TObj_KeepDepending, TObj_Forced }
 

Enumeration Type Documentation

Enumerator
TObj_FreeOnly 

Delete objects only without dependence.

TObj_KeepDepending 

Remove object if depending one will be correct elsewhere.

TObj_Forced 

Delete this object and all depenging object.