<!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> </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> </DIV>
<DIV><FONT face=Arial size=2>int mouseX =
m_pRenderWindow->GetInteractor()->GetEventPosition()[0];<BR>int mouseY =
m_pRenderWindow->GetInteractor()->GetEventPosition()[1]; <BR> <BR>vtkObject*
prop = vtkProp::New();<BR>int i = m_pPropPicker->PickProp(mouseX, mouseY,
pChildFrameReference->m_wndView.m_pVTK->m_pRenderer);<BR>if
(i==1)<BR> prop = m_pPropPicker->GetViewProp();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2>Polys</FONT></DIV></BODY></HTML>