* Turn on/off all Patches including the Internal Mesh. */
| 257 | * Turn on/off all Patches including the Internal Mesh. |
| 258 | */ |
| 259 | void DisableAllPatchArrays() { this->DisableAllSelectionArrays(this->PatchDataArraySelection); } |
| 260 | void EnableAllPatchArrays() { this->EnableAllSelectionArrays(this->PatchDataArraySelection); } |
| 261 | |
| 262 | ///@{ |
nothing calls this directly
no test coverage detected