<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=iso-8859-7>
<META content="MSHTML 6.00.6000.16640" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px" 
bgColor=#ffffff leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV><FONT face=Arial size=2>Hello, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am creating some polygons in 3D and i am picking 
these actors using the following code</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>int mouseX = 
m_pRenderWindow-&gt;GetInteractor()-&gt;GetEventPosition()[0];<BR>int mouseY = 
m_pRenderWindow-&gt;GetInteractor()-&gt;GetEventPosition()[1];&nbsp;<BR>&nbsp;<BR>vtkObject* 
prop = vtkProp::New();<BR>int i = m_pPropPicker-&gt;PickProp(mouseX, mouseY, 
pChildFrameReference-&gt;m_wndView.m_pVTK-&gt;m_pRenderer);<BR>if 
(i==1)<BR>&nbsp;&nbsp;prop = m_pPropPicker-&gt;GetViewProp();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How can i get the surface area of the polygon 
picked?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2>Polys</FONT></DIV></BODY></HTML>