|
主要代码如下 请大家支持下& o: c7 L7 o, e6 F
UF_CURVE_create_arc(&arc_coords,&arc_id);
9 {' ?; W: n( ~/ U; A" O& ^ `5 ~+ ] O
/ W# Y: K7 j. ]' l6 v# O$ ~
0 E4 _! {$ B2 j% f5 z7 G, j
- p. I1 l( E" k3 D: m0 n% yUF_CURVE_create_point (point_coords1,&point1);
, Z3 h' a' q! [9 O/ m, u& a! V3 b8 U( s8 e
UF_CURVE_help_data_p_t help_data_p;' y/ m' L5 g7 H" ^4 I- J7 q8 }
UF_CURVE_limit_p_t limit_p[2]; 4 @1 K+ b: F [% V
uc1601("1",1);- D+ v5 k9 f5 w4 h! ]
limit_p[0].limit_type = UF_CURVE_limit_value;/* 到这就死了*/
& S$ Z" g# c9 A+ [uc1601("2",1);
. Q* `* b& ~; J: m h7 D# U. D' Ilimit_p[1].limit_type = UF_CURVE_limit_value;
6 R* O V3 F8 g& y& |tag_t support_plane;
. ^- S7 {3 p5 ]" Y. T8 h; T$ p4 D! Y& ?3 o
) m& n) M$ T; x; UUF_MODL_create_fixed_dplane(ctr_point, direction, &support_plane);# w' G3 |" Y/ s- M
/ D% \/ f0 b) H, x( C+ P
logical is_asso=true;
+ N+ l7 a5 X0 s4 Z: a& q' X& N- O, Xtag_p_t line_feature_id ;
7 ?! _2 N- k2 a/ B7 }: jUF_CURVE_create_line_point_tangent (point1,arc_id,help_data_p,limit_p,support_plane,is_asso,line_feature_id); |
|