Synopsis

PDX_MSGT gdx_FilletCorner(long option, MTH_2DPNT inPoints[3], double radius, int gdxModel, MTH_2DPNT outPoints[2], MDA_PTR *gdxArcPtr)

Purpose

Create GDX Arc fillet from corner

Description

A GDX Arc will be creating representing the fillet of the corner defined by the specified inPoints. The specified 3 points represent the point before the corner, the corner point itself and the point after the corner repectively. Current support for 90 degree corners only.

Input

option

Options (not used)

inPoints

Points representing corner

radius

Radius of the fillet

gdxModel

Model to create GDX Arc in

Output

outPoints

Start and end points of arc

gdxArcPtr

GDX Arc database pointer

Return

GDX_NOERR or error