查看单个帖子
旧 2009-04-12, 09:06 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】highlight of sketch

highlight of sketch
hello,
i need a highlight a simple straight line in some 3d sketch by api. similar like if mouse cursor move under gui.
i have tried this:
sketch swskx = (sketch)swftr.getspecificfeature2();
object[] objsegs = (object[])swskx.getsketchsegments();
foreach (object objseg in objsegs)
{
sketchsegment swseg = (sketchsegment)objseg;
swseg.select4(true, null);
body2 swwire = swseg.createwirebody();
int ires = swwire.display3(swasm.getcomponentbyname(swftr.name), 255, 0);
}
but it does not work.
thank you for response.
petr bartoš
quick
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)