Synopsis
(macro) PDX_MSGT stcr_MSSR(long option, MDA_PTR orig_db_ptr, char *name, int num_items, MDA_PTR *item_ptr, MDA_PTR rprcnt_ptr, int step_model, MDA_PTR *mssr_ptr)
Purpose
Create a STEP MANIFOLD_SURFACE_SHAPE_REPRESENTATION entity.
Description
Creates a STEP MANIFOLD_SURFACE_SHAPE_REPRESENTATION entity in the specified model based on the data provided. The data provided must result in a valid defintion. The orig_db_ptr argument should contain the database pointer of the entity that the new entity was created from (usually this should be obtained by the calling routine via mda_GetOrigDbptr) or MDA_NULL_PTR. See the mda_intro man page for more information about predecessor entities.
Input
option
Options (not used)
orig_db_ptr
The original entities orig_db_ptr as obtained from the mda_GetOrigDbptr call, or MDA_NULL_PTR
name
Name attribute
num_items
Number of items
item_ptr
Array of MDA pointers to representation item entities
rprcnt_ptr
MDA pointer to GmRpCn/GUAC/RepCnt external entity
step_model
The model for creating the STEP entity or entities
Output
mssr_ptr
The database pointer of the resulting STEP entity
Return
STCR error code