|
下面是UF_MOTION_export_adams_anl_file的介绍,怎么用呢?看不懂!8 e3 k# J: r, V: a$ l
UF_MOTION_export_adams_anl_file (view source)
, A3 K8 k0 I* z3 q' M 1 t, v& z. Z/ f5 ?% X5 D
Defined in: uf_motion.h
0 l4 S( Q2 R$ n9 } f8 g
2 A& P! l9 }# A) C9 F4 o- ~+ H! `+ k7 e
Overview. s4 P. W& X& T
6 _! Q" y7 Q! d0 \1 ZExports the current Motion model as an ANL file which can then be read
* v( ]) u y- |6 D0 Binto Adams or any other application which reads Adams ANL files. ) E% V+ C! i1 T/ B( @/ X' n
: l, |+ T6 o+ z0 M6 [' A S1 H) Q/ X/ c7 f' B1 a) N7 x
Environment5 V* x3 W! H' @$ Z& `* {2 F
$ e2 \, F P7 j! i+ H
Internal or External . l" Q" S- I" o7 h2 ~
. N. f9 K% e3 ^ l- c P" ^
" [- k; X0 w9 s1 T r B" A) J
See Also) j: ?$ `" `/ A) E, G
8 Q* M7 ~" P$ @3 ?1 D: i! hUF_MOTION_init_stl_parameters_struct
% x- w/ l1 t) \9 A9 Y- a' }UF_MOTION_solve_model ; G [: z; t1 m6 k% h
UF_MOTION_calculate_static_equilibrium
, s* K$ X( ~# g% q2 ]$ ~: Y, `UF_MOTION_step_articulation
) z# K K* F* s/ J( }3 rUF_MOTION_export_adams_res_file
4 F( a) H V' s
6 N4 z/ \' X/ N5 t/ h* S; F4 Y/ U9 {! U8 h+ r
History. E* e' Q u4 e0 r: f- r% d
& X C( ?! S. s4 c- ^
Released in NX3
, ?; K" n) C# d
! C- {7 l: e2 E8 ?# L$ p
4 V/ O Y4 ?6 |- g& w4 O2 BRequired License(s)
; n( ]/ ~; V& Y
: ~# l! G% |# c" S ugateway
9 z, n* @( \8 q8 S# n+ Y
, r5 i2 W7 M3 y1 f2 i. S& G" o1 @( G/ e7 c7 J5 ^$ M$ ~& Q
1 {0 I# u; m+ h. d+ S: Z+ W
int UF_MOTION_export_adams_anl_file/ w( _ e+ _& ] x- o8 Z. w( x D
(" I1 Y; P# j+ T$ c% o3 s- ^5 C1 j
const char * file_name,
: H6 q, D5 r( sUF_MOTION_anl_geometry_format_t geometry_format, , F2 k* P- {8 B6 u7 u+ b
UF_MOTION_stl_parameters_p_t stl_params 0 E2 ]" x3 `6 {4 j2 z ^/ B
7 a7 O7 c1 ]% ?2 `' _& J
)
5 U/ r$ B3 J, x5 R1 [
* E2 M, a5 i# o/ vconst char * | file_name | Input | The filename of the .anl file to write. It % }; w# ^+ n2 j) ^. r
should include the entire path to the file.
* z" H" i( E2 h TThe filename should end with .anl followed by a
( k% }0 h4 v/ cterminating 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 ! @/ s1 S% D6 C" w& ~
this arg contains the parameters to export ( P/ J1 Y( ]# K4 Z- P! Q, `0 o
the geometry as STL data. Ignored if
, ?( g1 `# H8 `0 j, V) j( Ogeometry_format != UF_MOTION_stl. |
2 q% X: C6 R$ d8 ]# C2 r; C 4 P: K, x2 W3 x# ~4 o# @ G4 T; E; d
/ [& r! f- i; L8 S! ], ~7 T |
|