Brief Index      Full Index      I.M. Reference

Insert_Shell_From_Region


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)

Function Documentation

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.

Parameters:
key1 - key to an existing shell
region - numeric identifier of a region defined on the shell
options - a null string ("")

DETAILS

NOTES

RESTRICTIONS

See also:

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.

Parameters:
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 ("")

DETAILS

No additional details. See Insert_Shell_From_Region()

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.

Parameters:
key1 - key to an existing shell
region - numeric identifier of a region defined on the shell
options - a null string ("")
Returns:
key

DETAILS

No additional details. See Insert_Shell_From_Region()

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.

Parameters:
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 ("")
Returns:
key

DETAILS

No additional details. See Insert_Shell_From_Region()

Main Index
Brief Index      Full Index      I.M. Functions