Synopsis

PDX_MSGT igdx_108ToPlane(long option, MDA_PTR iges_108_ptr, int gdx_model, MDA_PTR *gdx_plane_ptr)

Purpose

Create the GDX plane entity from the IGES plane surface entity.

Description

Creates the GDX form of the IGES plane entity in the specified model and optionally commits the definition to the database. The form of the IGES plane must be form 0.

Input

option

IGDX_APPLYMTX

Apply the IGES matrix to the GDX definition

IGDX_NOFORMCHK

Do not check the form of the surface.

iges_108_ptr

The IGES 118:0 entity database pointer

gdx_model

The GDX plane entity model for creation

Output

gdx_plane_ptr

The pointer to the GDX form of the plane structure or the GDX model data database pointer for IGDX_COMMIT.

Return

      IGDX_NOERR
      IGDX_INVALIDENTITYFORM
      IGDX_INVALIDMODEL
      Low level error return
      .fi