|
下面是UF_MOTION_export_adams_anl_file的介绍,怎么用呢?看不懂!1 u8 D+ { ~5 [* a' J n
UF_MOTION_export_adams_anl_file (view source)9 q) ]9 X) j o4 u
# p: @" j6 d% |+ j( a! t
Defined in: uf_motion.h, t& y2 c' ]" I( e% z
e& n s! }# ^# W8 d ~/ s! T" e! P( N/ q$ o# j
Overview# k7 H4 Z: m8 w) n5 x+ q; V' o' F
: S# ~) ^: D6 }! ^
Exports the current Motion model as an ANL file which can then be read
; j4 G9 `/ ~. o: Z* O4 i2 B2 rinto Adams or any other application which reads Adams ANL files.
3 o& G& r4 \( E9 J2 Y8 F. [' K, a% T- n/ L6 B1 O' e
8 s5 N. \2 v4 VEnvironment
7 O3 n e B+ H# p: a
; r+ n" ?0 M/ X; F5 A9 t+ IInternal or External ) M- T$ t3 A' ~' u
6 {" B8 C9 o! d: a3 n2 W
) |+ N) ~+ s: B/ `" W; H- i
See Also! b& z$ p2 |: x% B* z- k: V, l0 W& j! ]
6 \) p( B) M9 ]UF_MOTION_init_stl_parameters_struct 7 a7 f& o k1 @
UF_MOTION_solve_model $ X) J1 q# P- y
UF_MOTION_calculate_static_equilibrium
( K) ]0 }! `9 r( W7 \* {UF_MOTION_step_articulation
- } H6 h. ?0 ~; ]UF_MOTION_export_adams_res_file
: L4 M/ U& O! ^* i
, _% f& I' {) ^* C/ Z) r8 {5 [( h# g2 E1 |, b. Q4 w! b
History
' `5 s2 k5 S) n6 c0 V. d8 F
7 x; o5 p7 b' [" D- H XReleased in NX3
9 f4 t; i/ ? l! ^
4 R8 A! Q1 E( m, t9 t8 l) p0 p2 v+ a# K
Required License(s)
- g J1 ]% t. g3 R. D% t1 b) {" e* R0 k
gateway3 k( N' k) R$ p* u. W: j
+ ^9 l9 c# e2 O, Z0 k6 R! Z) M/ i6 ?& U5 K
! }1 S( m/ X! x& T2 M" Fint UF_MOTION_export_adams_anl_file
( @* f1 B) ~; E: |1 D(
% R: k* l$ K# U. sconst char * file_name,
2 q L6 q5 ?" U$ sUF_MOTION_anl_geometry_format_t geometry_format,
' ?/ @/ k+ a# k. gUF_MOTION_stl_parameters_p_t stl_params
; z0 I3 W) Y5 C4 L) x2 Q
- | z1 i& q# F P)
* l* k0 x* R$ N W: c }" i j9 V
( K: L* V6 R& wconst char * | file_name | Input | The filename of the .anl file to write. It
: s9 y( s4 A+ C! a( P: ^should include the entire path to the file. " M% Z" n2 I5 r- B3 Q
The filename should end with .anl followed by a 9 D u7 W5 v9 P$ S1 ~6 i
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
, h6 u; Y+ S0 V' O" k0 T% D8 Xthis arg contains the parameters to export
, {3 r8 W0 _$ V- y; gthe geometry as STL data. Ignored if ( n7 q4 c, P) |* W
geometry_format != UF_MOTION_stl. |
9 ^/ M) t: n( J, S- X
, z$ j! E! }$ M. f9 H' ]4 z
3 ]- o" t$ k* v3 k |
|