Thanks!
Thanks!
have you specified that you want a 3D shapefile in the Writer?
Under the Writer parameters:
David
However, this is written into the geometric data of the feature, not saved as an attribute.
To save elevation to an attribute, you need to use a transformer such as ElevationExtractor to create an attibute containing the information within FME. Then link that attribute to a user attribute in the output feature type of your writer.
If you want to expose the Z of the 3D dgn elements there are many to chose from in the native filetype.
Elevation extractor* will work nicely in your workflow, but there is another way. You can also expose them in the format attributes of feature type properties.
right click your dgn reader in workbench, feature type properties, format attributes, in search box type Z, and you'll have the list shortened for you.
igds_insertion_Z*, igds_zhigh, igds_zlow
are a few of the highlights I would look at exposing if you want the Z-ness exposed as available attribute in your outbound filetype, **igds_date_last_modified is also very handy if you need to version datestamp for your gis data.
Steve