Ok... So I have two points on the x,y plane. I create a line with the distance of the two points. I then create a solid using this line. Now I want to translate and rotate this solid into 3d space. I don't know any of the angles, just the distance of the line and where I want the solid to end up. How can I go about moving this solid exactly to where I want it? Any help is greatly appreciated! --SDS--
Need a little more info....are you creating an object (2d) ie flat, the extruding that object? the your going to use the rotate 3d command under the "modify" pull-down. If I understood correctly..... Paul
Is there a way we can manipulate the align function through arx code and if so could you send an example of code on how to implement?
Is anybody can help to provide example code for implementation of align command in objectarx.?? We need some help regarding Modify -> 3d Operation -> Align. Command implementation. Scenario I am trying to implement: I have one solid object (which I have created after revolution about x axis) and One 3d space line with AcGePoint3d Pt1 (200,100, 80) AcGePoint3d Pt2 (200,150, 100) points. I want to align (Modify -> 3d Operation -> Align) solid object to the line represent by above two point. We are struggling with the Align command in objectARX. Do you have some code snippets of how to use that function predictably? SDS
The ObjectARX Customization discussion group can be accessed in either of the following ways: By NNTP discussion group reader at news://discussion.autodesk.com/autodesk.autocad.objectarx By HTTP (web-based) interface at http://discussion.autodesk.com/forum.jspa?forumID=34 -- Tracy W. Lincoln - TLConsulting http://TLConsulting.blogspot.com/ Consulting, Design & Training Specialist Autodesk Discussion Group Facilitator command in objectarx.??