[vtkusers] How I can use vtkImplicitPlaneWidget

Bill Lorensen bill.lorensen at gmail.com
Mon Jan 18 12:42:12 EST 2010


David,

>From the documentation of vtkImplicitPlaneWidget

  // Description:
  // Get the normal to the plane.
  void SetNormal(double x, double y, double z);
  void SetNormal(double x[3]);
  double* GetNormal();
  void GetNormal(double xyz[3]);


Bill

On Mon, Jan 18, 2010 at 11:11 AM, David Doria <daviddoria+vtk at gmail.com> wrote:
> On Mon, Jan 18, 2010 at 11:09 AM, toulgen <toulgen at gmail.com> wrote:
>> Hi vtk-users,
>>
>>
>>
>> I want to use a vtkImplicitPlaneWidget but I don’t know how I can use it.
>>
>> Have you any example under C++?
>>
>>
>>
>> Thx,
>>
>> ToulGen
>
> I started an example here if anyone cares to finish it:
> http://www.cmake.org/Wiki/VTK/Examples/Widgets/ImplicitPlaneWidget2
>
> Thanks,
>
> David
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list