UF_WEB_author_html (view source)
 
Defined in: uf_web.h
 
Overview
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.

Environment
Internal and External

History
Original release was in V13.0.
 
Required License(s)
gateway

 
int UF_WEB_author_html
(
char * output_filename,
char * template_filename,
int apply_to_each_component
)
char *output_filenameInputOutput HTML file
char *template_filenameInputTemplate file to use
intapply_to_each_componentInputFALSE = 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 (view source)
 
Defined in: uf_web.h
 
Overview
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.

Environment
Internal and External

History
Original release was in V13.0.
 
Required License(s)
gateway

 
int UF_WEB_write_to_file
(
char * output_string
)
char *output_stringInputOutput HTML file