|
下面是UF_MOTION_export_adams_anl_file的介绍,怎么用呢?看不懂!
7 H% f4 i+ ]; SUF_MOTION_export_adams_anl_file (view source)2 t/ h) d; u A5 F
* i* S8 D- @+ QDefined in: uf_motion.h
! x- e0 b% B9 \8 X. `
+ G w4 r2 d0 a8 T/ Q8 E2 H2 S" M# Y1 x- c: D7 @* ?- J( K+ p
Overview* J. U4 P3 E! h. g& u9 K: e! _
# |$ n5 c: ~ p& H8 I' U" }: T
Exports the current Motion model as an ANL file which can then be read
& ~+ U7 A$ ?. K/ _into Adams or any other application which reads Adams ANL files.
) t [: M' O2 ? {3 r+ {" r% G. z
! L5 B5 @4 C7 f- X5 u1 P% _7 S+ T: B8 V. W" M
Environment
4 W* F4 G3 K: a" h
" _+ u# A B) z) T" a. i) ? kInternal or External " m3 C, E# W1 x0 F/ W5 ~
% S! R3 n6 K' G7 f# j9 l
O9 `# O9 n {+ M! `* V- Z
See Also9 @6 n/ h4 g3 y# ~# a
7 K) Z/ ]: Y% p5 ~# @; C# [0 }: IUF_MOTION_init_stl_parameters_struct
% f' c* H- b! ^8 P, l) fUF_MOTION_solve_model M2 E4 h" n0 L6 U5 n8 e
UF_MOTION_calculate_static_equilibrium
) C+ o" H1 {- D! rUF_MOTION_step_articulation - c1 f- N2 f# W, s: S8 ^
UF_MOTION_export_adams_res_file 3 R9 G& \* }$ F2 r2 _0 V5 k* @ F% K
/ V7 Q9 D+ l$ q4 f. a* o* o! ^8 o: U, }# p2 z
History
( n4 o1 M6 h0 o8 H! L9 S0 _* A0 x Z+ @8 s( w) R8 C* k" O
Released in NX3
( i- M$ J7 g- Z* `& a - _: j3 v+ k7 s4 V
; _" L8 \0 E( J0 I9 ^/ M& qRequired License(s)6 o$ |* T$ \* M1 e" \- C! T4 r
! I- q- q& s9 S$ B% y+ q Y. D
gateway
- i$ V: M( Z- d% i1 D! H0 B: m% v: t1 ?5 N" t' w
[- }5 t8 M; b2 [5 ^+ T. f1 Y* I
1 ^) o5 ~/ L4 e) [( k- e# Fint UF_MOTION_export_adams_anl_file7 ?( p5 k" H- v- ?" _( i
(
! y: J; `4 l* H8 k9 k) p6 Wconst char * file_name,
0 }( m* |( |2 ZUF_MOTION_anl_geometry_format_t geometry_format, 0 {' g- o* B: K3 G2 |
UF_MOTION_stl_parameters_p_t stl_params 1 {( J8 z8 B$ y5 G4 _8 `& \
" E* [: \2 P2 i; w( r
)
$ Y5 W [' ~3 |. L
' ~1 Z( G; v6 M3 ]const char * | file_name | Input | The filename of the .anl file to write. It
2 B) J4 m9 P! b$ {' Z& R8 ]should include the entire path to the file.
, g0 l; Z3 d E3 l3 d8 N" x$ @1 lThe filename should end with .anl followed by a
" g/ r- A' E2 k, e4 M. Tterminating 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
+ p4 {/ f" F, Y0 rthis arg contains the parameters to export ' q" y/ _ E9 x" M3 U/ p1 K
the geometry as STL data. Ignored if
0 I) m c: R% y# M2 Ageometry_format != UF_MOTION_stl. | 6 k+ N. i9 N% Y' D: W; C
- W! w9 o' S8 Z
+ n6 i9 T! R/ g& u \8 m |
|