Synopsis
PDX_MSGT licr_ParIntInterp(long option, int model, MDA_PTR pcurve_ptr, long num_of_points, double interval[2], double fit_tol, MDA_PTR *par_int_interp_ptr)
Purpose
Create an ACIS PAR_INT_INTERP
Description
This module will create a ACIS_PAR_INT_INTERP in the ACIS model. This module will set the ACIS_PAR_INT_INTERP fields to the input parameters provided.
Input
option
Options (not used)
model
MDA ACIS model.
pcurve_ptr
MDA pointer to a ACIS_PCURVE.
num_of_points
Number of points to fit.
interval
Interval to fit the points.
fit_tol
Fit tolerace.
Output
par_int_interp_ptr
Pointer to a MDA_PTR to store the ACIS_PAR_INT_INTERP.
Return
LICR_NOERR
Low level error return
.fi