Click here to Skip to main content
15,917,061 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have tried the code using some example code

m_vtkWFC = gcnew VTKWindowsFormsControl::GUI;
Controls->Add (m_vtkWFC);
m_vtkWFC->Anchor = AnchorStyles::Top | AnchorStyles::Bottom | AnchorStyles::Left |
AnchorStyles::Right;
m_vtkWFC->Size = Size;
WindowState = FormWindowState::Maximized;


1)How to visualize it in the Window GUI in a panel ?
2)what is the code to View angle of the point cloud data in VTK?

What I have tried:

I have tried the code using some example code

m_vtkWFC = gcnew VTKWindowsFormsControl::GUI;
Controls->Add (m_vtkWFC);
m_vtkWFC->Anchor = AnchorStyles::Top | AnchorStyles::Bottom | AnchorStyles::Left |
AnchorStyles::Right;
m_vtkWFC->Size = Size;
WindowState = FormWindowState::Maximized;
Posted
Updated 1-Jun-16 22:11pm

1 solution

You better learn from a VTK tutorial or try it on some VTK websites.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900