Synopsis

PDX_MSGT licr_Wire(long option, int model, MDA_PTR next_ptr, MDA_PTR coedge_ptr, MDA_PTR body_ptr, MDA_PTR *wire_ptr)

Purpose

Create an ACIS_WIRE

Description

This module will create a ACIS_WIRE in the ACIS model. This module will set the ACIS_WIRE fields to the input parameters provided.

Input

option

Options (not used)

modelo

MDA ACIS model

next_ptr

MDA_PTR to the next ACIS_WIRE or MDA_NULL_PTR if this ACIS_WIRE is the last.

coedge_ptr

MDA_PTR to a ACIS_COEDGE.

body_ptr

MDA_PTR to a the parent ACIS_BODY

Output

wire_ptr

Pointer to a MDA_PTR to store the new ACIS_WIRE.

Return

      LICR_NOERR
      Low level error return
      .fi