Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, February 9, 2012 6:36:00 AM(UTC)
David9908Liu

Groups: Registered
Posts: 10


I am using LEADTools 17 and c#.

I know I can rotate the 3D volume by using mouse operation, but can I control the rotate by programming? Say rotate a special angle by code so I can use a timer to practice a 4D effect.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, February 10, 2012 5:34:31 AM(UTC)

Walter  
Walter

Groups: Tech Support
Posts: 366

Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)

Hello David,

This should be possible using the MedicalContainer methods. The MedicalContainer can be accessed through the Medical3DControl.ObjectsContainer property.

Specifically, you could use the RotateX(), RotateY(), or RotateZ() to do something like this:
_medical3DControl.ObjectsContainer.RotateX(100.0f);


Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.044 seconds.