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