这是 ugdoc内的,看看应该可以做了
int UF_MODL_create_enlarge
(
tag_t face
int type
char * percent_size [ 4 ]
double tolerance
tag_t * feat_obj_tag
)
tag_t face Input tag of the base face of the enlarged sheet
int type Input enlarge extension type: 0-linear extension; 1-natural extension
char * percent_size [ 4 ] Input Array of the percent increase for the surface parameters. These are character
pointers to allow for input expressions.
For linear type extensions, the range is from [0, 100], with 0 meaning no increase,
and 100 meaning a 100% increase.
For natural type extensions, the range is from [-99, +100], with -99 meaning a 99%
decrease or shrinkage of the surface, and +100 meaning a 100% increase.
percent_size[0] is the percent for U-min
percent_size[1] is the percent for U-max
percent_size[2] is the percent for V-min
percent_size[3] is the percent for V-max
double tolerance Input Distance tolerance for approximations.
tag_t * feat_obj_tag Output tag of the feature record of the enlarged sheet |