Synopsis
PDX_MSGT licr_Lump(long option, int model, MDA_PTR next_ptr, MDA_PTR shell_ptr, MDA_PTR body_ptr, MDA_PTR *lump_ptr)
Purpose
Create an ACIS_LUMP
Description
This module will create a ACIS_LUMP in the ACIS model. This module will set the ACIS_LUMP fields to the input parameters provided.
Input
option
Options (not used)
model
MDA ACIS Model
next_ptr
MDA_PTR to the next MDA_LUMP in the linked list, or MDA_NULL_PTR if the ACIS_LUMP is the last.
shell_ptr
MDA_PTR to the child ACIS_SHELL.
body_ptr
MDA_PTR to the parent ACIS_BODY.
Output
lump_ptr
Pointer to MDA_PTR to store the new ACIS_LUMP.
Return
LICR_NOERR
Low level error return
.fi