求问,怎样对多边形的顶点进行移动操作呀
通过捕捉要移动的点,先把点删除,然后将点增加或减少x,y坐标再插入多边形可行吗?谢谢1 MoveStretchPoint
2 SetPointAt ivde 发表于 2015-5-21 08:45 static/image/common/back.gif
1 MoveStretchPoint
2 SetPointAt
请问MoveStretchPoint这个函数怎么使用呀,我在AutoCAD .net开发人员手册中怎么没有找到呢?谢谢 遇见123go 发表于 2015-5-21 20:43 static/image/common/back.gif
请问MoveStretchPoint这个函数怎么使用呀,我在AutoCAD .net开发人员手册中怎么没有找到呢?谢谢
Autodesk.AutoCAD.DatabaseServices.Entity
MoveStretchPointsAt
System.Void
MoveStretchPointsAt(
Autodesk.AutoCAD.Geometry.IntegerCollection indices,
Autodesk.AutoCAD.Geometry.Vector3d offset)
Parameters
indices Input Autodesk.AutoCAD.Geometry.IntegerCollection object.
offset Input Autodesk.AutoCAD.Geometry.Vector3d object.
Return Type
System.Void
ivde 发表于 2015-5-21 21:18 static/image/common/back.gif
Autodesk.AutoCAD.DatabaseServices.Entity
MoveStretchPointsAt
好的,谢谢哈
页:
[1]