少尉
UID2111718
U币1
G币1994
技术0
主题14
精华0
阅读权限75
注册时间2013-11-3
最后登录2024-9-29
在线时间104 小时
少尉
|
下面是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_name | Input | The 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_t | geometry_format | Input | The format to export the geometry. | UF_MOTION_stl_parameters_p_t | stl_params | Input | If 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. |
|
|