You are here: FME Transformers > Surfaces > TINGenerator

TINGenerator

Constructs a Delaunay triangulation based on input points and breaklines. The surface model may be output in a number of representations: a triangulated irregular network (TIN), TIN vertices, TIN edges, and triangles.

Input Ports

Output

SurfaceModel.vertex1_id, SurfaceModel.vertex2_id, and SurfaceModel.vertex3_id identify the vertices that define the triangle
SurfaceModel.slope the slope of the plane defined by the triangle, in degrees, relative to the horizontal plane
SurfaceModel.percentageSlope the slope expressed as ( rise / run ) * 100%, or equivalently tan( SurfaceModel.slope ) * 100%
SurfaceModel.aspect the aspect angle, in degrees, measured by the angle between nx and ny, where nx and ny are are the x and y components of the normal vector of the triangle

Parameters

Example

FME Licensing Level

FME Professional edition and above

Editing Transformer Parameters

About Transformer Parameter Options

Transformer Categories

Surfaces

Search FMEpedia

Search for samples and information about this transformer on FMEpedia.

Keywords: breakline morphology tessellate tessellation "surface model" TIN