kitchuu wrote:

> I am trying to create a tin Mesh from input DTM (ascii xyz) data.
> I read in the ascii csv file -> Create 3d point -> Feed the 3d points
> into a TINGenerator transformer.
> 
> I now get a TIN file with lots of triangles.

This is the default TINGenerator behaviour.

> I want to aggregate all the triangles in to a MESH. I tried the
> aggregator transformer, but it doesnt seem to do anything.

You'll need to aggregate them based upon a common attribute. Try adding 
an attribute to all the triangles (using an AttributeCreator) and set it 
to a default value, then use the Aggregator and set it to group by that 
newly created attribute.

Hope this helps.
-- 
Hans van der Maarel
Red Geographics
www.redgeographics.com / [EMAIL PROTECTED]




For insights into what's up at Safe Software and what's on the development 
horizon, visit Safe's blog at spatial-etl.blogspot.com.

Safe Software has also made slides available that outline enhancements planned 
for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 
of the FME Worldwide Users Conference. To view these slides, visit 
www.safe.com/2006uc.

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/fme/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to