UF_NX2D_import_file (view source)
 
Defined in: uf_nx2d.h
 
Overview
Imports an NX-2D file into NX. The geometry imported will be created in
the current work part.

Return
Return code:
0 = No error
not 0 = Error code

Environment
Internal and External

History
Originally released in nx1.0.1
 
Required License(s)
gateway

 
int UF_NX2D_import_file
(
const char * filename,
logical skip_hidden_wireframe,
logical import_as_sketch
)
const char *filenameInputFile specification for the NX2D
file to import.
logicalskip_hidden_wireframeInputNot used. The NX2D import file will
not contain hidden wireframe geometry
in the first place so this parameter
has no effect. May be True or False.
logicalimport_as_sketchInputIf TRUE, the NX-2D wireframe data
will be imported as sketches.