Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Configurable Fi2 Export

Fi2 Mappings

Export via live plugins like LEB: LEB Plugin (fi2)

Legacy Fi2 Export

FI2 Export Properties

In case of export to the FI2 format, three export options are not available: Export documents, Export geometries and Export attachments.
User can select Include subtree option only. Then export package will contain data for all floor objects that are children of the object selected for the export.

Exported FI2 package can also contain single document for each exported floor but only if two conditions are met:

  • proper Perspective for export is chosen (the one that have documents classes for Floor class so perspective of "All" type can be used).

  • floor have a default document chosen (for selected Secondary Perspective) or there is only one document for given floor.

When exporting in FI2 format, External Domain selected for the export must be the one that is used for importing FI2 files - that is the one with classes that matches FI2 standard.

Otherwise the export will fail.

FI2 ExPort Properties

Domain used in export should have following mapped properties:

  • Document

    • FI2DokumentBeteckning

    • FI2DokumentAndringsbeteckning

    • FI2DokumentTitel

  • fi2property

    • fi2prop_id

    • fi2prop_name

    • GUID

  • fi2structure

    • fi2struct_id

    • fi2struct_name

    • GUID

  • fi2floor

    • fi2spsys_id

    • fi2spsys_name

    • GUID

  • fi2space

    • fi2space_id

    • fi2space_name

    • fi2space_usage

    • fi2space_status

    • GUID

Other properties (except properties for Document) will be added as fi2XXX_value block e.g.:

<fi2space_value>
  <fi2value_code>fi2space_function</fi2value_code>
  <fi2value_value>00</fi2value_value>
</fi2space_value>
  • No labels