![]() |
【转帖】我这个旋转text结果怎么不对?
我这个旋转text结果怎么不对?
www.dimcax.com 我这个旋转text结果怎么不对? foreach(objectid id in btr) { entity ent = (entity)myt.getobject(id,openmode.forwrite); if(ent.gettype() == typeof(text)) { text et=(text)ent; et.rotation=45.0; //autodesk.autocad.geometry.matrix3d m3d =new matrix3d(); //m3d.settorotation(2,new vector3d(0,0,0),ent.position); //ent.transformby(m3d); et.recordgraphicsmodified(true); } } 运行过后没有反应。。怎么回事??谢谢! |
所有的时间均为北京时间。 现在的时间是 11:55 PM. |