|
下面是UF_MOTION_export_adams_anl_file的介绍,怎么用呢?看不懂!, U" A. j* [3 b& \: J$ Q7 o
UF_MOTION_export_adams_anl_file (view source)
! p" G Y9 ]% Q. ]! T! B# M' } . z$ S& K! r6 \. @
Defined in: uf_motion.h0 ?* L$ ~+ N% `- y) K# A }
, J0 a6 m( ` x' W- s' M* v0 Z' Q" {' l
Overview$ u) x# r B6 d
, c+ O* v: ~- G
Exports the current Motion model as an ANL file which can then be read
2 {, \4 E4 q' _, ?6 Vinto Adams or any other application which reads Adams ANL files. m6 \! ~3 F# j( z3 w0 o
z* F+ d# a" }" f
Q# J- n" @( N" Z4 O# I1 n3 _5 q
Environment: ~$ y5 ~' y$ o& E* W
3 i, m, u" m6 |6 N1 s5 ^! JInternal or External 8 _. T1 O7 K* ^% Z
% S: i3 _% O* o2 `+ c% A1 o- [9 c$ z: _
See Also
1 r w; ]1 c2 f' i+ E+ K( R
, O' }9 b" a2 D7 fUF_MOTION_init_stl_parameters_struct , g, K! V5 |2 |& ~* G0 a! j
UF_MOTION_solve_model & u' R. d# X+ ~& R! w# ^. G+ k0 x! g
UF_MOTION_calculate_static_equilibrium
/ C2 Y; w$ f+ r: Q* Q0 DUF_MOTION_step_articulation ! c$ I O# d* q0 `; o! q. [1 m, @
UF_MOTION_export_adams_res_file
6 n- W4 E9 g. _ J2 U% s% s; c) C Z6 q5 H# Y2 ]9 t
1 P4 E3 u! }1 J6 bHistory( u$ ]: l5 T) i
" Q0 b' i3 F0 i& H0 ~( j# P) ^
Released in NX3
0 j$ r G& Y6 O) L7 @: e" R. ~' b % s/ {' P( S2 o1 A! g
1 L+ C3 ]" K, X& ?# O
Required License(s)
+ M$ a: O; g& J) x* e$ G. n1 }6 P% X2 w+ b6 m- y: d: n
gateway4 u$ S7 G7 V) z
/ _' Z& d- n% d0 `( X- I5 v
3 y* h" o8 s+ u
7 L8 o$ ~- n" ]( z4 t n/ z: m/ G3 Hint UF_MOTION_export_adams_anl_file( X0 W8 u, C! I- o* u1 |# T$ E2 ?+ l6 d
(( d! F& X: ^, e
const char * file_name, 7 a6 l% @/ @- m0 p# N
UF_MOTION_anl_geometry_format_t geometry_format,
6 N$ i8 Z, f1 ^$ I2 @: l2 yUF_MOTION_stl_parameters_p_t stl_params 8 H* b& b. v) @( W
+ j M" Q, L( C$ L0 a7 K H& W)
: i$ `0 R4 |: L8 g, L6 m* t3 n
& h8 C' k# S h- Z" \const char * | file_name | Input | The filename of the .anl file to write. It + m1 W/ i d* e1 g
should include the entire path to the file.
% A. b" N3 B/ ]6 ^5 F4 QThe filename should end with .anl followed by a
+ l8 r; c- _9 l4 o9 r3 dterminating 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 9 \$ U! z E8 `
this arg contains the parameters to export
: R/ l- ?+ S8 Sthe geometry as STL data. Ignored if i- x6 x2 d5 F3 D; e, Y
geometry_format != UF_MOTION_stl. | 8 | @, o, S- G/ G
& o2 t _6 S/ Z! @/ W/ `" @1 ?
' G9 z/ P; r* d9 h# z, }9 i: k0 m
|
|