Autodesk ObjectARX
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
AcEdViewCu be
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
107 Views, 4 Replies
07-24-2012 12:12 AM
Please share some code how to create AcEdViewCube.
I found acedCreateViewCube() but it asks for the AcGsView*.
Please help ASAP.
Re: AcEdViewCu be
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-24-2012 03:45 PM in reply to:
kapil_CCTech
There is already a viewcube, so creating another is a little strange... What do you want to do exactly?
Fenton Webb
Developer Technical Services
Autodesk Developer Network
Re: AcEdViewCu be
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-24-2012 11:43 PM in reply to:
fenton.webb
Thanks for reply.. The current viewCube rotates the co-ordinate system.
I want viewCube for another purpose.
Can I create other viewCube.
I don't know whether it is possible.??
Re: AcEdViewCu be
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-25-2012 01:58 PM in reply to:
kapil_CCTech
It's not possible to have more than one view cube, it's not designed to work like that.
You can create your own view cube using the Transient graphics API though... it allows UI manipulation messages to be passed back to your app in the form of Windows Messages, so it's totally possible
Fenton Webb
Developer Technical Services
Autodesk Developer Network
Re: AcEdViewCu be
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-06-2012 09:16 AM in reply to:
fenton.webb
Here are some specific details:
Kean
