Synopsis
PDX_MSGT lpir_Initialize(long option)
Purpose
Initialize the LPIR interface subsystem.
Description
Initialization module for all of the LPIR interface subsystem. This module does the following:
•
Set the message table for the LPIR subsystem.
•
Initialize the following global variables:
lpir__CurBody to MDA_NULL_PTR
lpir__CurLump to MDA_NULL_PTR
lpir__CurShell to MDA_NULL_PTR
lpir__CurFace to MDA_NULL_PTR
lpir__CurLoop to MDA_NULL_PTR
lpir__TrimNurbSurf to PDX_FALSE
lpir__proc_edge_tree to NULL
lpir__proc_vertex_tree to NULL
lpir__proc_surface_tree to NULL
lpir__proc_coedge_tree to NULL
lpir__EntFunc to NULL
Input
option
Options (not used)
Output
none
Return
LPIR_NOERR
.fi