UF_WEB_author_html (查看源代码)
定义在: uf_web.h
概述
Create an HTML document based on the contents of the NX
HTML template. The template allows you to customize the NX contents
of the HTML. See the NX Online Help for details of
the contents of the NX HTML template file.
NOTE: When using this function the UGSPREADSHEET command is not functional.
环境
内部和外部
历史
Original release was in V13.0.
需要许可证(S)
ug_web_express
int UF_WEB_author_html
(
char * output_filename,
char * template_filename,
int apply_to_each_component
)
| char * (字符型指针) | output_filename | Input(输入) | Output HTML file |
| char * (字符型指针) | template_filename | Input(输入) | Template file to use |
| int (整数型) | apply_to_each_component | Input(输入) | FALSE = Template is applied once to the assembly TRUE = Template is applied once to each component of the assembly with the work part being automatically changed. |
UF_WEB_write_to_file (查看源代码)
定义在: uf_web.h
概述
Writes text to the current HTML output file specified with
UF_WEB_author_html. This function is generally used with the
<@UGUF..> template command in order to write data into the
output HTML file from an internal Open API program.
环境
内部和外部
历史
Original release was in V13.0.
需要许可证(S)
ug_web_express
int UF_WEB_write_to_file
(
char * output_string
)
| char * (字符型指针) | output_string | Input(输入) | Output HTML file |