cannot move solidbody
i want to insert one part into another part file by using ipartdoc."insertpart2" (c# api). then i selected the part using ifeature."select2" and use ifeaturemanager."insertmovecopy2" to move the part a little bit so that these two parts won't overlay. but no movement happens at all. can anybody help me? thanks.
one more question is that how i can create function to response mouse events such as left-click and read the corresponding coordinate if a point (such as a corner) on one part is selected.
quick