| 721 | return this->GetObjectArrayName(FACE_SET, index); |
| 722 | } |
| 723 | int GetFaceSetResultArrayStatus(const char* name) |
| 724 | { |
| 725 | return this->GetObjectArrayStatus(FACE_SET, name); |
| 726 | } |
| 727 | void SetFaceSetResultArrayStatus(const char* name, int flag) |
| 728 | { |
| 729 | this->SetObjectArrayStatus(FACE_SET, name, flag); |
nothing calls this directly
no test coverage detected