UF_FORGEO_register_surface (查看源代码)
 
定义在: uf_forgeo.h
 
概述
Registers the functions required to process foreign surfaces.
NOTE: It is not possible for NX to validate the function
pointers you pass in. However, if any of them are NULL, then an
error code of UF_FORGEO_FUNCTION_MISSING is returned

环境
Internal and External

历史
This function was originally released in V15.0.
 
需要许可证(S)
foreign_geometry

 
int UF_FORGEO_register_surface
(
UF_FORGEO_create_surface_f_t create_function,
UF_FORGEO_ask_surface_params_f_t ask_params_function,
UF_FORGEO_evaluate_surface_f_t evaluate_function
)
UF_FORGEO_create_surface_f_tcreate_functionInput(输入)- function to
invoke for
surface create
UF_FORGEO_ask_surface_params_f_task_params_functionInput(输入)- function to
invoke for
initializing
the surface
parameterization
UF_FORGEO_evaluate_surface_f_tevaluate_functionInput(输入)- function to
invoke to
evaluate the
surface