几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   SolidWorks二次开发 (http://www.dimcax.com/hust/forumdisplay.php?f=111)
-   -   【转帖】ranslating sketch or changing insertionpoin (http://www.dimcax.com/hust/showthread.php?t=4597)

yang686526 2009-04-12 07:51 PM

【转帖】ranslating sketch or changing insertionpoin
 
translating sketch or changing insertionpoint
i use paste to paste a sketch from another part. the problem is it is not at the right position. the help says it inserts at the current insertion point but i can't find any place where it mentions how to change it. (except for blocks with i'd rather not create)
so how can i change the insertion point and/or translate a sketch?
tools->sketch tools->modify
jeff mirisola, cswp, certified driveworks ae
this doesn't work because i don't know the location of the point. i need an absolute translation and not a relative one. (i'd like to move the sketch to a specific point) i sorta need a relation.
basically i need to add a coincident relation between two sketches(or a sketch and 3dsketch) but i can't do this so i need to manually translate.
i'm guessing it would insert at the last clicked position, so try to add the following line before the paste:
part.extension.selectbyid2 "", "nothing", x, y, z, false, 0, nothing, 0
where x, y and z is the position you wish to insert it at.
to get that position from the original sketch is to select the last point you select, and call selectionmgr::getselectionpoint2 to get the model space coordinates.


所有的时间均为北京时间。 现在的时间是 03:36 PM.