Message 1 of 4

Not applicable
07-30-2012
05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
AcDb3dSolid* lSphere=new AcDb3dSolid();
lSphere->createSphere(30);
I have created sphere. But it is at origin.
I want to draw sphere at location (10,10,10).
help with piece of code.
tnx
Solved! Go to Solution.