Synopsis
PDX_MSGT licr_PCurve(long option, int model, long def_type, MDA_PTR pcurve_def_ptr, MDA_PTR curve_ptr, MDA_PTR offset_ptr, MDA_PTR *pcurve_ptr)
Purpose
Create an ACIS_PCURVE
Description
This module will create a ACIS_PCURVE in the ACIS model. This module will set the ACIS_PCURVE fields to the input parameters provided.
Input
option
Options (not used)
model
MDA ACIS Model
def_type
Long that indicates the definition type.
pcurve_def_ptr
MDA_PTR to a ACIS_PCURVE_DEF.
curve_ptr
MDA_PTR to a ACIS_CURVE
offset_ptr
MDA_PTR to a ACIS_PAR_VEC.
Output
pcurve_ptr
Pointer to a MDA_PTR to store the new ACIS_PCURVE entity.
Return
LICR_NOERR
Low level error return
.fi