[vtkusers] Setting size of vtkPlaneSource
Doug Hoppes
dhoppes at mbfbioscience.com
Wed Mar 18 15:18:21 EDT 2015
Hi all,
Okay, this may be a simple question but I can't seem to find the answer. I have a vtkplanesource and I need to set the size of the plane. How?
My code:
// Create a plane
vtkSmartPointer<vtkPlaneSource> planeSource = vtkSmartPointer<vtkPlaneSource>::New();
planeSource->SetCenter(pCenterPoint);
planeSource->SetNormal(pLineVector);
Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150318/8b977a92/attachment.html>
More information about the vtkusers
mailing list