Synopsis
PDX_MSGT licr_SplineDef(long option, int model, MDA_PTR sur, MDA_PTR spl_sur, double fitol, int reversed, MDA_PTR *spline_ptr)
Purpose
Create an ACIS_SPLINE_DEF
Description
This module will create a ACIS_SPLINE_DEF in the ACIS model. This module will set the ACIS_SPLINE_DEF fields to the input parameters provided. Refer to the ACIS Programmers Manual for the definition of the parameters for the entity.
Input
option
Options (not used)
model
MDA ACIS model
sur
MDA_PTR to an ACIS_BS3_SURF
spl_sur
MDA_PTR to spl_sur_type surface or MDA_NULL_PTR
fitol
The fit tolerance for the ACIS_SPLINE_DEF
reversed
Flag indicating if the ACIS_SPLINE_DEF is reversed. PDX_TRUE or PDX_FALSE.
Output
spline_ptr
Pointer to a MDA_PTR to store the new ACIS_SPLINE_DEF.
Return
LICR_NOERR
Low level error return
.fi