[vtkusers] _How_to_use_vtk_Widgets_in_C#
Elvis Dowson
elvis.dowson at mac.com
Sat Apr 11 09:10:15 EDT 2009
Hi,
VTK uses a process to automatically generate the wrapping
for other libraries, internally it is all C++ code, but then it
generates the wrappers for all the other languages automatically.
Perhaps if you can dig through the sources and find in which file the
list of vtk classes that are to be included for wrapping, you might be
able to get away with doing a reconfigure and rebuilding the vtk
libraries.
Perhaps if someone could help by telling us which files to modify, to
include the vtkAngleWidget and vtkDistanceWidget classes in the .net
wrapper?
Best regards,
Elvis
On Apr 11, 2009, at 4:28 PM, kigihanko wrote:
> Thank you for your advice,Elvis.
>
> About the 4 problems I have asked ,I 've got answers to some of them.
>
> As I see it,
>
> vtkImplicitPlaneWidget,vtkAngleWidget,vtkDistanceWidget could solve
> my problem.
>
> However,vtkAngleWidget and vtkDistanceWidget haven't been included
> in vtk .net wrapper.
>
> That's to say ,I can't use them unless I switch to C++ or tcl.What'
> worse,althought I could use vtkImplicitPlaneWidget,the control of
> the left Mouse button is seized ,that makes it impossible to rotate
> the 3D model. :(
>
>
More information about the vtkusers
mailing list