Feature Representation

In addition to the generic FME feature attributes that FME Workbench adds to all features (seeAbout Feature Type Attributes), this format adds the format-specific attributes described in this topic.

TetGen features consist of geometry and attributes. The attribute names are defined in the DEF line and there is a value for each attribute in each TetGen feature.

Each TetGen feature contains a special attribute to hold the type of the geometric entity. At present, only solids are supported. These are identified by the format attributetetgen_typewith a value oftetgen_solid.

Features can have one or both of the format-specific attributestetgen_region_attributeandtetgen_volume_constraint. Both of these attributes store float values, and both are optional.

See theTetGen documentationfor more information on region attributes and volume constraints.