|
下面是UF_MOTION_export_adams_anl_file的介绍,怎么用呢?看不懂!
- q; e; T1 j1 F# E! T* EUF_MOTION_export_adams_anl_file (view source)
" k- s. A6 [" Q. r& O
9 f* K8 |" ~# gDefined in: uf_motion.h7 m: C, e* _- C$ s8 `; g
8 }0 U. Q/ g0 X) k9 {) k0 ]
% O+ |1 A- g; rOverview7 ?' Y0 I8 |8 t, ]8 @* L
+ E; d- H8 B8 ^- @- z7 k
Exports the current Motion model as an ANL file which can then be read N0 z O3 _$ Q. e `6 l" |
into Adams or any other application which reads Adams ANL files.
7 B/ R! c0 W0 Y
1 _- m. \$ j5 R# K; J
+ a% I% h6 [- M+ @4 @! t2 @Environment2 F8 p- U5 a1 o9 b1 @( k8 J; t$ ^1 @
! L/ _5 z5 a7 u9 ]5 A) aInternal or External
9 }- j; J, \3 u9 @ w9 V" n* Z! y8 L0 d# z o
* B! t7 o# d; D- a5 r
See Also
# [- J2 g# S. \' o
1 W1 J0 h7 S: x% c& A* \UF_MOTION_init_stl_parameters_struct
* F" _. W5 U S; _2 K/ _UF_MOTION_solve_model 5 r( q5 {" ?4 G$ P9 g. g
UF_MOTION_calculate_static_equilibrium
+ m, R! {0 u# p" J vUF_MOTION_step_articulation # y- V# v$ ^5 v/ {1 Z; S' z
UF_MOTION_export_adams_res_file 0 o- y. I9 o% \3 W
9 N1 m6 T/ ]$ n! j4 l, d" ]
. k. k) f/ M8 n8 v+ `9 cHistory% H" K& }. |3 v
1 h* ~( T+ m+ \7 w. n/ J* P- O2 b! ~
Released in NX3 : r$ ]7 V( n9 @3 d0 { {# K% M: v) B
! E" ]% M) W0 _& T) y
, G: G; v+ r2 @6 ~. U. e
Required License(s)
9 [2 @6 t6 G% W/ _+ T" [ U
: j. z4 Z% _& \! bgateway
3 Y0 s1 T" b0 @# }6 T1 T4 Y8 d
0 j) F; o4 ]4 p7 c) _- {) A9 |0 p- Z7 M! ^2 W& F
1 I/ n1 J4 @) a1 H6 l
int UF_MOTION_export_adams_anl_file, g' c, V( ?5 _3 s& N- k
(
( ]! ~ ^7 \! c6 q4 Sconst char * file_name,
) `+ l5 y6 N* t3 J& gUF_MOTION_anl_geometry_format_t geometry_format,
# E! Q. t/ W, t* s- V1 L1 y2 [UF_MOTION_stl_parameters_p_t stl_params
6 k; {( d2 X+ e: [5 C+ l, E; O0 @4 ~* e
)
0 p& l/ `1 E% z, J7 T/ Q: z8 @( j: U7 G: V
const char * | file_name | Input | The filename of the .anl file to write. It
- `0 p+ q5 u2 `( {' C: Bshould include the entire path to the file.
$ u8 R9 L: F! T& pThe filename should end with .anl followed by a
9 h$ j G2 Y' w3 T$ x- uterminating 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
" B, t. [1 r9 g& N3 G1 y, q4 s+ Zthis arg contains the parameters to export
1 r4 S3 ~1 ?* @- w2 J) t7 w9 Bthe geometry as STL data. Ignored if
( X9 C4 a. a5 ]1 Bgeometry_format != UF_MOTION_stl. |
( R) C( f( H4 `
0 c5 F/ A" d0 F- ^3 w4 M+ t+ U
5 f% n' j, ~8 u5 U |
|