Functions | |
void | Insert_Shell_From_Region (HC_KEY key1, int region, const char *options) |
void | QInsert_Shell_From_Region (const char *segment, HC_KEY key1, int region, const char *options) |
HC_KEY | KInsert_Shell_From_Region (HC_KEY key1, int region, const char *options) |
HC_KEY | QKInsert_Shell_From_Region (const char *segment, HC_KEY key1, int region, const char *options) |
void Insert_Shell_From_Region | ( | HC_KEY | key1, | |
int | region, | |||
const char * | options | |||
) |
Creates a new shell containing the points and faces (and any associated attributes) in an existing shell region.
key1 | - key to an existing shell | |
region | - numeric identifier of a region defined on the shell | |
options | - a null string ("") |
void QInsert_Shell_From_Region | ( | const char * | segment, | |
HC_KEY | key1, | |||
int | region, | |||
const char * | options | |||
) |
Similar to Insert_Shell_From_Region(), but operates on a given segment rather than the currently open one.
segment | - segment on which to insert geometry | |
key1 | - key to an existing shell | |
region | - numeric identifier of a region defined on the shell | |
options | - a null string ("") |
HC_KEY KInsert_Shell_From_Region | ( | HC_KEY | key1, | |
int | region, | |||
const char * | options | |||
) |
Similar to Insert_Shell_From_Region(), but returns an HC_KEY to the object.
key1 | - key to an existing shell | |
region | - numeric identifier of a region defined on the shell | |
options | - a null string ("") |
HC_KEY QKInsert_Shell_From_Region | ( | const char * | segment, | |
HC_KEY | key1, | |||
int | region, | |||
const char * | options | |||
) |
Similar to Insert_Shell_From_Region(), but operates on a given segment and returns an HC_KEY to the object.
segment | - segment on which to insert geometry | |
key1 | - key to an existing shell | |
region | - numeric identifier of a region defined on the shell | |
options | - a null string ("") |