|
how to move a solidbody
i am developing an addin using c#. i want to move a solidbody in a part file. how can i do so? i tried "insertmovecopybody2". but it doesn't work. i also tried to using "getdefinition". but it cannot return movecopyfeaturedata. could anyone help me?
i know how to move solidbody now. but i only have a feature handler which contains a solidbody. i need get the name of solidbody from the feature handler. i am doing so. if you have any experience with this, please help. thanks
now i have a "ifeature" handler in a part document. this feature contains a "solidbody". how can i get the name of the "solidbody"? i am using c#.
many thanks
i tried to use "ifeature.igetfaces2" to obtain "face2" array, which is shown in the api help file. but the function "ifeature.igetfaces2" (c#) only return "face2" object instead of an array. if i try to obtain this "face2" object, the program crashes.
can anybody help me?
quick |
|