|
主要代码如下 请大家支持下" Z- y* `: k# D8 h3 `8 |2 b! r4 M9 [
UF_CURVE_create_arc(&arc_coords,&arc_id);
0 p* w9 _6 g- d H6 C, P) e
# S* F! R0 B3 b8 S) M# j
/ Z$ Q5 U3 K* J: P k. B& S$ A% m
2 m- i2 T+ [8 S4 g% UUF_CURVE_create_point (point_coords1,&point1);! a) f/ d1 o3 _: d
# x8 W# a `0 q
UF_CURVE_help_data_p_t help_data_p;4 j: I5 J* m w
UF_CURVE_limit_p_t limit_p[2]; 7 C# o9 z9 `; M- B! \ {% z- }% ]
uc1601("1",1);
- F4 k- R% G7 m$ E/ ?. ~4 C+ wlimit_p[0].limit_type = UF_CURVE_limit_value;/* 到这就死了*/
1 f- Z) O$ _: m2 y S* luc1601("2",1); % k5 k6 E2 c* r) X
limit_p[1].limit_type = UF_CURVE_limit_value;
0 r: u9 |# N- Y+ l) \" Ltag_t support_plane; 6 J0 o8 H' B. A2 m" E
9 B3 h- [. u; ~: l
! z T2 @/ ~: V5 }1 _UF_MODL_create_fixed_dplane(ctr_point, direction, &support_plane);
. {& H" U( \% h6 V) ^) G& r2 ]4 m; S
logical is_asso=true;
3 H. z- R$ n+ d R+ Z' ytag_p_t line_feature_id ;
% _" h3 k! E# P5 tUF_CURVE_create_line_point_tangent (point1,arc_id,help_data_p,limit_p,support_plane,is_asso,line_feature_id); |
|