
Functions | |
| void | MShow_Specific_Edge_Visibilities (HC_KEY key, int count, const int *indices1, const int *indices2, char *settings) |
| Shows per-edge visibility settings on multiple edges at once. More... | |
| void MShow_Specific_Edge_Visibilities | ( | HC_KEY | key, |
| int | count, | ||
| const int * | indices1, | ||
| const int * | indices2, | ||
| char * | settings | ||
| ) |
Shows per-edge visibility settings on multiple edges at once.
| key | - Key of a shell or mesh. |
| count | - Number of edges on which to show visibility. |
| indices1 | - |
| indices2 | - Together with indices1, these form ordered pairs of vertices defining edges. |
| settings | - Visibility setting per edge, zero (0) for off, non-zero for on. Returned to user. |