| 717 | |
| 718 | int GetNumberOfFaceSetResultArrays() { return this->GetNumberOfObjectArrays(FACE_SET); } |
| 719 | const char* GetFaceSetResultArrayName(int index) |
| 720 | { |
| 721 | return this->GetObjectArrayName(FACE_SET, index); |
| 722 | } |
| 723 | int GetFaceSetResultArrayStatus(const char* name) |
| 724 | { |
| 725 | return this->GetObjectArrayStatus(FACE_SET, name); |
nothing calls this directly
no test coverage detected