| 660 | int GetNumberOfFaceSetArrays() { return this->GetNumberOfObjects(FACE_SET); } |
| 661 | const char* GetFaceSetArrayName(int index) { return this->GetObjectName(FACE_SET, index); } |
| 662 | int GetFaceSetArrayStatus(const char* name) { return this->GetObjectStatus(FACE_SET, name); } |
| 663 | void SetFaceSetArrayStatus(const char* name, int flag) |
| 664 | { |
| 665 | this->SetObjectStatus(FACE_SET, name, flag); |
nothing calls this directly
no test coverage detected