Removes from this set all lower order features of objects already in this set
Arguments | none | |
Return value | Pointer to this object | Allows multiple function calls to be chained together |
Example
To select all those objects that do not define higher order features
call selection.add("All")
call selection.removeLOF()
Back to ObjectSet
Back to Overview