Structure of conformity file |
<?xml version="1.0" encoding="Windows-1251" standalone="yes"?> - coding of XML file <FsoMapToDxf> - the beginning of a conformity file <DXF> </DXF> - here a filename of DXF classifier <RSC> </RSC> - here a filename of RSC classifier
<TempNastr> - customizings by default are stored in this section <Sqr> - for polygon objects <Color></Color> <Style></Style> <Globalwidth></Globalwidth> </Sqr> <Ln> for linear objects <Color></Color> <Style></Style> <Globalwidth></Globalwidth> </Ln> <Vect> - for vector objects <Color></Color> <Style></Style> </Vect> <Pnt> - for dot (point) objects <Color></Color> <Style></Style> </Pnt> <Txt> - for titles <Color></Color> <Style></Style> <TextHeigth></TextHeigth> </Txt> </TempNastr>
<DXF-Objects> section beginning of DXF classifier description
<Layer> - layers of DXF classifier <name> </name> - layer name <color> </color> - layer color <linetype> </linetype> - a name of a line style of a layer </Layer>
<LineType> - styles of lines of DXF classifier <name> </name> - a name of a line style <text> </text> - description of a line style <globalwidth> </globalwidth> - width of a line </LineType>
<TextStyle> - styles of the text of DXF classifier <name> </name> - a name of the text style <text> </text> - description of the text style </TextStyle>
<Block> - blocks of DXF classifier <layer> </layer> - layer name <name> </name> - block name <Color> </Color> - block color <ScaleX> </ScaleX> - scale on X <ScaleY> </ScaleY> - scale on Y <ScaleZ> </ScaleZ> - scale on Z <text> </text> - description of the block </Block>
<MLine> - styles of multilines of DXF classifier <ref> </ref> - a reference to structure of description of a multiline's style <name> </name> - name of a multiline's style <text> </text> - description of a multiline's style <elnum> </elnum> quantity of elements of a multiline <offset> </offset> - offset (indention) </MLine>
<Hatch> solid's styles of DXF classifier <name> </name> - name of a solid's style <structure> </structure> - structure of a solid </Hatch> </DXF-Objects> - the section end of description of DXF classifier
<Oformlenie> - section of the description of bordering of linear and polygon objects <Line> <objkey> </objkey> - object key <objname> </objname> - object name <BegLine> </BegLine> - name of block for bordering the line beginning <EndLine> </EndLine> - name of block for bordering the line end <BegOtr> </BegOtr> -name of block for bordering the beginning of a line piece <EndOtr> </EndOtr> -name of block for bordering the end of a line piece </Line> <Oformlenie>
<Document> - description beginning of conformity of classifiers objects <Object> - beginning of the object description <Key> </Key> - key of object in RSC classifier <Code> </Code> - code of object in RSC classifier <Name> </Name> - name of object in RSC classifier <Lay> </Lay> - layer of object in RSC classifier <Layer> </Layer> - layer of object in DXF file <Style> </Style> - style of object in DXF file <Color> </Color> - color of object in DXF file <LocP> </LocP> - type of object in RSC classifier <LocA> </LocA> - type of object in DXF file <Thickness> </Thickness> - thickness of object in DXF file <GlobalWidth> </GlobalWidth> - width of object in DXF file <Elevation_Z> </Elevation_Z> - absolute height of object in DXF file <Rotation> </Rotation> - angle of turn of object in DXF file <TextHeight> </TextHeight> - height of the object text in DXF file <WidthFactor> </WidthFactor> - width of the object text in DXF file <Obliquing> </Obliquing> - slope of the object text in DXF file <ScaleX> </ScaleX> - scaling on X of object in DXF file <ScaleY> </ScaleY> - scaling on Y of object in DXF file <ScaleZ> </ScaleZ> - scaling on Z of object in DXF file <LStyle/> <LStyle/> -style of a line for a contour of polygon object <LColor/> <LColor/> - color of a contour of polygon object </Object> - the end of the object description
</Document> - the end of the conformities description of classifiers objects
</FsoMapToDxf> - the file end of conformity
|