SVG.1

1、

<?xml version="1.0" encoding="UTF-8"?>
<svg width="1000" height="800" viewBox="0 0 1000 800" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cge="http://iec.ch/TC57/2005/SVG-schema#" xmlns:hzsvg="http://holleygrid.cn/svg">

    <style type="text/css">
    <![CDATA[
    <!--

    .class01
    {
    stroke:gray;
    stroke-with:1px;
    fill:none;
    }

    .class02
    {
    stroke:gray;
    stroke-with:1px;
    fill:gray;
    }

    -->
    ]]>
    </style>

    <script type="text/javascript" >
    <![CDATA[
    <!--
        window.onload = function()
        {
        };
    -->
    ]]>
    </script>


    <defs/>

<g>
<!--
柜高:180
-->
    <g>
        <path d="M100 100 L200 100 L150 130 L50 130 Z" class="class01"/>
        <path d="M50 130 L50 310 L150 310 L150 130" class="class01" />
    <!--
        <path d="M50 130 L50 180 L100 180 L100 130 Z" class="class01" />
        <path d="M50 130 L50 180 L100 180 L100 130 Z" class="class01" transform="translate(50, 0)" />
        <path d="M50 130 L50 180 L100 180 L100 130 Z" class="class01" transform="translate(0, 50)" />
        <path d="M50 130 L50 180 L100 180 L100 130 Z" class="class01" transform="translate(50, 50)" />
        <line x1="50" y1="250" x2="150" y2="250" class="class01" />
        <line x1="50" y1="250" x2="150" y2="250" class="class01" transform="translate(0, 20)"/>
        <line x1="50" y1="250" x2="150" y2="250" class="class01" transform="translate(0, 40)"/>
    -->
        <path d="M60 140 L60 170 L90 170 L90 140 Z" class="class01" />
        <path d="M60 140 L60 170 L90 170 L90 140 Z" class="class01" transform="translate(50, 0)" />
        <path d="M60 140 L60 170 L90 170 L90 140 Z" class="class01" transform="translate(0, 50)" />
        <path d="M60 140 L60 170 L90 170 L90 140 Z" class="class01" transform="translate(50, 50)" />
        <line x1="70" y1="250" x2="130" y2="250" class="class01" />
        <line x1="70" y1="250" x2="130" y2="250" class="class01" transform="translate(0, 20)"/>
        <line x1="70" y1="250" x2="130" y2="250" class="class01" transform="translate(0, 40)"/>
    </g>
    <g>
        <path d="M100 100 L200 100 L150 130 L50 130 Z" class="class01" transform="translate(100, 0)"/>
        <path d="M50 130 L50 310 L150 310 L150 130" class="class01" transform="translate(100, 0)" />
    </g>
    <g>
        <path d="M200 100 L200 280 L150 310 L150 130 Z" class="class02" transform="translate(100, 0)"/>
    </g>

    <g>
        <path d="M100 100 L200 100 L150 130 L50 130 Z" class="class01" transform="translate(300, 0)"/>
        <path d="M50 130 L50 310 L150 310 L150 130" class="class01" transform="translate(300, 0)" />
        <path d="M200 100 L200 280 L150 310 L150 130 Z" class="class02" transform="translate(300, 0)"/>
    </g>

    <text x="100" y="80">#1出线柜</text>
    <text x="400" y="80">#2出线柜</text>

    <text x="120" y="180" style="writing-mode: tb;letter-spacing:5px" transform="translate(100, 0)">压变柜</text>
    <text x="120" y="180" style="writing-mode: tb;letter-spacing:5px" transform="translate(300, 0)">计量柜</text>

    <text x="10" y="350" font-size="8pt">小车位置:</text>
    <text x="10" y="375" font-size="8pt">断路器位置:</text>
    <text x="10" y="400" font-size="8pt">功率PQ:</text>
    <text x="10" y="425" font-size="8pt">电流I:</text>


    <text x="150" y="350" font-size="8pt">小车位置:</text>
    <text x="150" y="375" font-size="8pt">三相电压:Va、Vb、Vc</text>
    <text x="150" y="400" font-size="8pt">三相线电压:Vab、Vbc、Vca</text>
    <text x="150" y="425" font-size="8pt">开口之角(零序电压):U0</text>

    <text x="350" y="350" font-size="8pt">电量计算:U*Icosφ*t</text>
</g>

</svg>
<?DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"?>

 

2、

3、

4、

5、

 

posted @ 2018-01-26 16:43  DrMess  阅读(165)  评论(0编辑  收藏  举报