|
下面是UF_MOTION_export_adams_anl_file的介绍,怎么用呢?看不懂!
+ O+ u8 l( n* V1 l, c; g/ U- N, PUF_MOTION_export_adams_anl_file (view source)
0 L' y' I% t# \7 O) s! I ~
* ~) L6 V6 l& l5 QDefined in: uf_motion.h+ _0 D5 j+ L5 ^5 t' M
2 n3 a: o# a' A6 W
L. U- F7 Q& Y# }6 A7 x/ nOverview
1 g \. s! Z, h- Q7 G- k$ s
$ Y. Z* D2 d2 w3 IExports the current Motion model as an ANL file which can then be read
: H# R' z% a9 T% } b- j" q( Cinto Adams or any other application which reads Adams ANL files.
( h% M% p$ w2 I5 y: w
M( R6 d% i1 a p9 M, p" z6 I. \ _; g( `7 k# E8 M
Environment8 ]. Y) p7 H4 O- \, I# I
% c+ h+ A% I3 Z# |; q3 m# BInternal or External
0 f6 H) u$ v9 A+ O
. r. O% L+ B$ ~# d: W2 m( o" Q) M+ H+ V+ M; ~/ f
See Also
% n$ y1 @! c L7 L* y a4 I, i) y) F9 g
UF_MOTION_init_stl_parameters_struct
- g0 f6 Y& e5 L! E. D! w' B9 _' GUF_MOTION_solve_model o6 \% B" A, b1 t0 D) {
UF_MOTION_calculate_static_equilibrium
( m9 V" n) n% C; QUF_MOTION_step_articulation + T& i4 F. D3 P, [1 C* E
UF_MOTION_export_adams_res_file
+ n9 j$ h+ [& b0 D" d$ v* s! V8 L v3 F/ }0 B, Q
! U' h0 p( s: f
History
5 k$ [ P5 W7 Q6 F
r; C+ `% {$ k- qReleased in NX3 - S* {2 k% P6 b% F6 R$ B
f9 C+ d8 Q' m1 M0 j. {/ k5 U
: H# a; |! W+ Q4 Z0 c* i- F! f' }. a
Required License(s)7 Q% r* S9 g5 Z1 m# h, z& ?) R+ @
R0 y# W9 D7 [* ~. L- ]" t% ^! ?7 y: w' V
gateway2 \- _; m) H/ v0 w
0 t3 i6 r$ W: a5 f |7 ?9 j) ?- q
' _: E8 S; m3 ]
0 z4 u: L/ ?9 M E( L% J I( |) Q- j
int UF_MOTION_export_adams_anl_file
( E# T5 r, ]8 @(6 L1 Q' n) ~7 Q1 |& Z8 b
const char * file_name, * x( e! k, r1 o, C
UF_MOTION_anl_geometry_format_t geometry_format,
; e5 s) h/ \$ G- V8 U/ F5 C& `UF_MOTION_stl_parameters_p_t stl_params ( B+ N* Y( u: s6 h: Z# A1 i$ D
, F6 A% m6 x Q% P/ Q- l)
" g: g' ~: v; y# ]
. y- i& u* W+ \2 Tconst char * | file_name | Input | The filename of the .anl file to write. It ! h5 g v7 Y1 [, g& K. a
should include the entire path to the file. 0 g; E% ~6 p+ |& c8 _/ N. D \) ]- r2 }
The filename should end with .anl followed by a , y* O, J* z. ^- r5 L$ ?
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 ! ]! Z& W3 _+ K. }2 e* w
this arg contains the parameters to export
& x2 r6 q8 ^3 q# `- {the geometry as STL data. Ignored if
7 Y) _! o2 t' \4 kgeometry_format != UF_MOTION_stl. | . f0 [. V; Y& ?; I
! S" P5 M* @: ]5 g8 ?
1 v7 K' y( Y. H- Z2 I3 t |
|