高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】need help on api insertfillsurface2
need help on api insertfillsurface2
hello all,
i am a newbie to solidwork's add-in development. i have created a sketch comprising 3 line connecting (p1, p2), (p2, p3) and (p3, p1). now what i want is to create a filled surface using this sketch. as this 3 lines makes a triangle so surface creation should be possible. to do this i was trying to use insertfillsurface2, but its not working.
can anyone tell me how to do it (example in c++ would be very helpful) and also explain the parameters of insertfillsurface2. i can understand what is vpatchboundaries (which is the sketch in my case), vcurvaturecontroltype, but what about vfaces and vconstraintcurves.
thanks in advance.
quick
|