1990chs 发表于 2014-4-23 11:49:21

NX二次开发UF_MOTION_export_adams_anl_file怎么用?

下面是UF_MOTION_export_adams_anl_file的介绍,怎么用呢?看不懂!
UF_MOTION_export_adams_anl_file (view source)

Defined in: uf_motion.h


Overview

Exports the current Motion model as an ANL file which can then be read
into Adams or any other application which reads Adams ANL files.


Environment

Internal or External


See Also

UF_MOTION_init_stl_parameters_struct
UF_MOTION_solve_model
UF_MOTION_calculate_static_equilibrium
UF_MOTION_step_articulation
UF_MOTION_export_adams_res_file


History

Released in NX3


Required License(s)

gateway



int UF_MOTION_export_adams_anl_file
(
const char * file_name,
UF_MOTION_anl_geometry_format_t geometry_format,
UF_MOTION_stl_parameters_p_t stl_params

)


const char *file_nameInputThe filename of the .anl file to write. It
should include the entire path to the file.
The filename should end with .anl followed by a
terminating NULL character.
UF_MOTION_anl_geometry_format_tgeometry_formatInputThe format to export the geometry.
UF_MOTION_stl_parameters_p_tstl_paramsInputIf geometry_format == UF_MOTION_stl, then
this arg contains the parameters to export
the geometry as STL data. Ignored if
geometry_format != UF_MOTION_stl.




页: [1]
查看完整版本: NX二次开发UF_MOTION_export_adams_anl_file怎么用?