Difference between revisions of "IFC"

From wiki.fine.cz
Jump to navigation Jump to search
m
Line 3: Line 3:
===Data Category===
===Data Category===
There are categories which can be possible export to IFC file:
There are categories which can be possible export to IFC file:
 
{| class="wikitable"
|+hhhh
!
!TCatIfcDataCategory
!Comment
!
|-
|
|cidc_Element
|obecny prvek
|
|-
|
|cidc_GEO_Wall
|operna zed
|
|-
|
|
|
|
|}
TCatIfcDataCategory = (
TCatIfcDataCategory = (


Line 68: Line 89:
    cidc_GEO_WaterSurface3D,    // povrch zadane vody (napr. ve Strati)
    cidc_GEO_WaterSurface3D,    // povrch zadane vody (napr. ve Strati)


    cidc_GEO_SoilVolumes3D);    // tělesa zemin (napr. ve Strati)
    cidc_GEO_SoilVolumes3D);    // tělesa zemin (napr. ve Strati)   
 


===Classification specification===
===Classification specification===
Classification is unique code which describes exported structure.
Classification is unique code which describes exported structure.

Revision as of 15:19, 25 November 2022

This is specification for IFC export of FINE geotechnical components.

Data Category

There are categories which can be possible export to IFC file:

hhhh
TCatIfcDataCategory Comment
cidc_Element obecny prvek
cidc_GEO_Wall operna zed

TCatIfcDataCategory = (

    cidc_Element,               // obecny prvek

    cidc_GEO_Wall,              // operna zed

    cidc_GEO_SoilLayer,         // vrstva zeminy

    cidc_GEO_FrontFaceResist,   // odpor na lici

    cidc_GEO_SheetingWall,      // pazici konstrukce

    cidc_GEO_Anchor1D,          // kotva 1D

    cidc_GEO_Anchor2D,          // kotva 2D

    cidc_GEO_AnchorBase,        // kotveni zakladu

    cidc_GEO_Footing,           // patka

    cidc_GEO_Pile,              // pilota

    cidc_GEO_Water1D,           // voda 1D

    cidc_GEO_Water2D,           // voda 2D

    cidc_GEO_Terrain,           // teren napr. SkSvah

    cidc_GEO_Support1D,         // podpora 1D

    cidc_GEO_Props1D,           // rozpera 1D

    cidc_GEO_NailedSlope,       // hrebikovany svah

    cidc_GEO_Nail,              // hreb

    cidc_GEO_GeoReinforcement,  // vyztuzeni (geovyztuhy)

    cidc_GEO_Beam,              // nosnik

    cidc_GEO_Interface2D,       // rozhrani 2D

    cidc_GEO_Interface3D,       // rozhrani 3D (napr. Rozhrani ve Strati)

    cidc_GEO_FieldTest,         // polni zkouska

    cidc_GEO_LabTest,           // laboratorni zkouska

    cidc_GEO_CrossSection1D,    // profil 1D (napr. jako Vysledny profil ze Strati)

    cidc_GEO_CrossSection2D,    // profil 2D (napr. jako Vysledny rez ze Strati)

    cidc_GEO_Earthwork,         // zemni uprava

    cidc_GEO_ExternalObject,    // externi objekt

    cidc_GEO_Profile2D,         // profil 2D (napr. jako Zemni profil ze Strati)

    cidc_GEO_SubsoilInterface3D,// povrch rozhrani

    cidc_GEO_TerrainSurface3D,  // povrch terenu (napr. ve Strati)

    cidc_GEO_WaterSurface3D,    // povrch zadane vody (napr. ve Strati)

    cidc_GEO_SoilVolumes3D);    // tělesa zemin (napr. ve Strati)   


Classification specification

Classification is unique code which describes exported structure.