UF_MODL_refit_face_data_s (view source)
 
Defined in: uf_modl_types.h
 
Also known as:
 
Overview
Following is a structure definition for refit face feature data.
It includes all the input elements to create a Refit Face feature.

Parameters are to be specified as follows:
1.Face
2.Target data
3.Refit direction
4.Refit method
5.Desired U degree (integer between 1 and 24)
6.Desired U number of patches (positive integer)
7.Desired V degree (integer between 1 and 24)
8.Desired V number of patches (positive integer)
9.umin edge continuity
10.umax edge continuity
11.vmin edge continuity
12.vmax edge continuity
13.Tolerance (any number larger than 0)
14.Smoothness (any number between 0 and 100)
15.Modification percentage (any number between 0 and 100)


Data Members

face
tag_t
NX eid of a face to be refit

target_data
UF_MODL_refit_face_target_data_p_t
target data

direction_data
int
Surface refitting direction

method_data
int
Surface refitting method

u_deg_int_data
int
Degree in U

u_patch_int_data
int
Number of patches in U

v_deg_int_data
int
Degree in V

v_patch_int_data
int
Number of patches in V

umin_cnstr_data
UF_MODL_refit_face_continuity_t
umin edge continuity

umax_cnstr_data
UF_MODL_refit_face_continuity_t
umax edge continuity

vmin_cnstr_data
UF_MODL_refit_face_continuity_t
vmin edge continuity

vmax_cnstr_data
UF_MODL_refit_face_continuity_t
vmax edge continuity

tolerance_real_data
double
Tolerance

smoothness_real_data
double
Smoothness (only with target)

percentage_real_data
double
Modification percentage (only with target)