Synopsis

PDX_MSGT iges_ConvertFromSolids(long option, int model)

Purpose

Create IGES solid entities from ITI_SOLIDs.

Description

IGES SOLID entities will be created for each ITI_SOLID entity found in the specified model. Each topological entity found while stepping through the ITI_SOLID entity will be converted. The resulting IGES entities will then be placed in the input model. OTM trees and OLM lists are used to avoid duplicate creations. Empty iges vertex and edge lists are created here before the conversion begins. The individual edges and vertices are then stored in an OLM list and copied into the list entities after the conversion is complete. One vertex and edge list will be created for the entire model unless the IGES_EACHLIST option is input. By specifying IGES_EACHLIST, a separate vertex and edge list will be created for each ITI_SOLID in the model.

Input

option

IGES_EACHLIST

If specified, one vertex and edge list will be created for each solid entity in the file.

model

The model number the solids are in.

Return

IGES error code