Synopsis
PDX_MSGT licr_Loop(long option, int model, MDA_PTR next_ptr, MDA_PTR coedge_ptr, MDA_PTR face_ptr, MDA_PTR *loop_ptr)
Purpose
Create an ACIS_LOOP
Description
This module will create a ACIS_LOOP in the ACIS model. This module will set the ACIS_LOOP fields to the input parameters provided.
Input
option
Options (not used)
model
MDA ACIS model
next_ptr
MDA_PTR to a ACIS_LOOP in the linked list of loops, or MDA_NULL_PTR if this is the last ACIS_LOOP.
coedge_ptr
MDA_PTR to a ACIS_COEDGE.
face_ptr
MDA_PTR to the parent ACIS_FACE.
Output
loop_ptr
Pointer to a MDA_PTR to store the new ACIS_LOOP.
Return
LICR_NOERR
Low level error return
.fi