12d Model Reader Parameters

Obtain feature types and attributes from

Use this parameter to select Dataset Schema mode or Fixed Schema mode.

  • Dataset Schema – For every model feature in the .12dxml file, a new feature type is created and takes after the name of the model. Children elements in the model such as string_super, full_tin, and tin are grouped together by their parent model feature. Attributes read are also based on exactly what is in the dataset. By default, obtain feature types and attributes from is set to dataset schema.
  • Fixed Schema – Regardless of the features in the dataset, a feature type for each string_super, full_tin, and tin will be created. All children elements from every model will be sorted into the above feature types. The limitations for this mode is that attributes are fixed. 12d elements may contain nested attributes; however, fixed schema mode will not read beyond the second level of attributes.

Read 12d string_drainage into a Collection of

  • FMECurve(s) – By default, the reader will read a string_drainage network into a collection of FMECurve geometries.
  • FMEPipe(s) – If FMEPipe(s) is selected, the reader will read each string_drainage into a collection of FMEPipe geometries.

Show alignment vertical data

12D models may contain a super_string_alignment element. This element contains both the horizontal and vertical geometry of an alignment.

By default, the reader only reads the horizontal data from the element. If this option is checked, it will read both horizontal and vertical geometry data using an FMEAggregate geometry.