PCL Reference Manual > Broken, Obsolete, Modified and New Functions > Geometry Application Preference (Chapter 3)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Geometry Application Preference (Chapter 3)
Type: Modified
Issue: Patran outputs the error message “Wrong number of arguments for built-in function”.
Resolution: Removed the variable NCURVES from the routine.
Original Description Information:
asm_const_curve_loft
(output_ids, ncurves, slope_control, point_list, slope_list1, slope_list2, created_ids)
Input
 
 
STRING
output_ids[]
The Curve ID List. If blank, 0, or #, Database will assign Curve IDs sequentially
INTEGER
ncurves
Number of curves to create
LOGICAL
slope_control
=TRUE if endpoint slope control is to be enforced
STRING
point_list[]
The point list
STRING
slope_list1[]
The vectors defining the initial slope
 
New Description Information:
asm_const_curve_loft
(output_ids, slope_control, point_list, slope_list1, slope_list2, created_ids)
Input:
 
 
STRING
output_ids[]
The Curve ID List. If blank, 0, or #, Database will assign Curve IDs sequentially
LOGICAL
slope_control
=TRUE if endpoint slope control is to be enforced
STRING
point_list[]
The point list
STRING
slope_list1[]
The vectors defining the initial slope
 
Type: New
Issue: None.
Resolution: None.