|
主要代码如下 请大家支持下
& x& Z) }2 W2 O% H9 ]# ?) Q- Q# DUF_CURVE_create_arc(&arc_coords,&arc_id);
! P. ~, X/ e& d% w$ T
9 D7 K3 s- Y+ M" _# _5 V0 P _3 [2 b8 _
- J0 F! o( o3 a& E
UF_CURVE_create_point (point_coords1,&point1);
4 k" S3 x/ y J- j( T. J; D9 k
UF_CURVE_help_data_p_t help_data_p;
, g+ Y5 n$ {0 u" H( ^7 h' X$ \+ FUF_CURVE_limit_p_t limit_p[2];
5 G! o2 @7 Y& m( g2 x ], vuc1601("1",1);
' E6 X8 a* ?" y" z+ B {limit_p[0].limit_type = UF_CURVE_limit_value;/* 到这就死了*/
& b- l# t5 s: |9 ]/ {! f Uuc1601("2",1); & N, b9 g. v1 A! E+ Y j
limit_p[1].limit_type = UF_CURVE_limit_value;7 V+ z7 b0 D' ]! M) U/ f7 k1 R
tag_t support_plane; $ D- I; ?2 y2 D( B; X% ^6 P
0 G! D5 L0 D. K7 C3 j* Z- \) U; ? b6 a; _; X5 r
UF_MODL_create_fixed_dplane(ctr_point, direction, &support_plane);
3 c# c! `& _' n' J- v
: X7 j7 Y8 u- |1 H5 D9 jlogical is_asso=true;
s+ n2 A) \4 f/ a/ E) r7 T1 O6 Dtag_p_t line_feature_id ;
. c7 r5 H! _1 }0 \9 e) i& T* DUF_CURVE_create_line_point_tangent (point1,arc_id,help_data_p,limit_p,support_plane,is_asso,line_feature_id); |
|