Synopsis
PDX_MSGT gdx_FaceProcessAll(long option, long nurb_conv_option, int prep_option, double target_coin_tol, double target_gap_tol, int degree, MDA_PTR gdx_face_ptr, int *num_new_faces, MDA_PTR **gdx_new_face_ptrs, int *status)
Purpose
Prepare and Convert a GDX Face for processing by other GDX functions.
Description
For full documenation, see gdx_SolidProcessAll
Input
options
See gdx_SolidProcessAll
nurb_conv_option
See gdx_SolidProcessAll
prep_option
See gdx_SolidProcessAll
target_coin_tol
Coincident Point tolerance for Target system
target_gap_tol
Gap tolerance for Target system
degree
Degree to be used when forcing/reducing degrees in NURB data
gdx_face_ptr
Database pointer of a GDX Face
Output
num_new_faces
Number of new faces created
gdx_new_face_ptrs
faces created
status
Status flag of whether the GDX Face was processed
Return
GDX error code