Synopsis

PDX_MSGT gdx_SolidRemoveDegenEdges(long option, MDA_PTR solid_db_ptr, int *removed)

Purpose

Remove Degenerate edges from a solid.

Description

This routine will remove all edges from a solid that have model and parm space edges that are both smaller than msp_tol and psp_tol respectively.

Input

option

Options (Not Used)

solid_db_ptr

The database pointer for the GDX solid entity

Output

removed

Flag telling if an edge has been removed PDX_TRUE has, PDX_FALSE hasn't

Tolerances

      MODEL_SPACE_PNT_TOL
      PARM_SPACE_PNT_TOL
      .fi

Return

      GDX_NOERR
      GDX_INVALIDMODEL
      Low level error return
      .fi