Synopsis

PDX_MSGT gdx_PolyShellToPolylineOutlines(long option, MDA_PTR gdxPolyShellPtr, int gdxModel, MDA_COUNT *numPolylinePtrs, MDA_PTR **gdxPolylinePtrs)

Purpose

Convert GDX_POLY_SHELL to GDX_POLYLINE outlines

Description

The specified GDX_POLY_SHELL entity will be converted to a GDX_POLYLINE entities representing the outline in the specified model. This operation will only be performed if all of the points in the GDX_POLY_SHELL are coplanar.

Input

option

Options (not used)

gdxPolyShellPtr

GDX_POLY_SHELL entity to convert

gdxModel

GDX model to create GDX_POLYLINEs in

Output

numPolylinePtrs

Number of GDX_POLYLINE entities created

gdxPolylinePtrs

Array of GDX_POLYLINE entities created

Return

GDX_NOERR or error