| 711 | return this->GetObjectArrayStatus(EDGE_SET, name); |
| 712 | } |
| 713 | void SetEdgeSetResultArrayStatus(const char* name, int flag) |
| 714 | { |
| 715 | this->SetObjectArrayStatus(EDGE_SET, name, flag); |
| 716 | } |
| 717 | |
| 718 | int GetNumberOfFaceSetResultArrays() { return this->GetNumberOfObjectArrays(FACE_SET); } |
| 719 | const char* GetFaceSetResultArrayName(int index) |
nothing calls this directly
no test coverage detected