45 lines
2.8 KiB
XML
45 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<scene name="test_chart" describe="测试图表解析" uuid="{test-uuid}" viewpoint="120.000000, 25.000000, 100.000000, 0.000000, -90.000000, 8200000.000000" commondPath="">
|
|
<charts>
|
|
<Wave file="D:/Project/DYTSrouce/bin/Release/workspace/test/Wave.txt"/>
|
|
<Report Report="D:/Project/DYTSrouce/bin/Release/workspace/test/Report.txt"/>
|
|
<RD RD="D:/Project/DYTSrouce/bin/Release/workspace/test/RD.txt"/>
|
|
<SimMatlab SimMatlab=""/>
|
|
</charts>
|
|
<timestep path="Timestep.txt"/>
|
|
<lamp path="D:/Project/DYTSrouce/bin/Release/workspace/test/Lamp.txt"/>
|
|
<commond path="command.xml"/>
|
|
<files>
|
|
<type name="curve" count="2">
|
|
<chart name="测试曲线1" path="Wave.txt" xTitle="时间" yTitle="幅度" xMin="0" xMax="250" xCount="6" yMin="-800" yMax="800" t="0">
|
|
<curve name="曲线1" color="255,0,0" start="1" stop="241"/>
|
|
<curve name="曲线2" color="0,255,0" start="50" stop="200"/>
|
|
</chart>
|
|
<chart name="测试曲线2" path="Wave2.txt" xTitle="频率" yTitle="功率" xMin="0" xMax="100" xCount="5" yMin="0" yMax="1000" t="0">
|
|
<curve name="功率曲线" color="0,0,255" start="1" stop="100"/>
|
|
</chart>
|
|
</type>
|
|
<type name="surface" count="1">
|
|
<Chart Name="RD图" path="RD.txt" xTitle="y" yTitle="z" zTitle="x" xMin="0" xMax="14000" xCount="7" yMin="0" yMax="0" yCount="0" zMin="0" zMax="70" zCount="7" t="0">
|
|
<curve Name="RD曲面" Color="61,38,168" Start="0" Stop="0" x="y" y="z" z="x"/>
|
|
</Chart>
|
|
</type>
|
|
<type name="table" count="1">
|
|
<chart Name="测试表格" path="Report.txt" head="编号,信噪比,方位瞄准线,俯仰注视角,方位,俯仰,属性,多普勒,航线,速度,经度,纬度,距离,速率,径向尺寸,目标RCS" t="0">
|
|
<curve Name="目标1" color="" data="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16"/>
|
|
</chart>
|
|
</type>
|
|
<type name="light" count="1">
|
|
<chart name="信号灯" path="Lamp.txt" openColor="0,255,0" closeColor="255,0,0" t="0">
|
|
<curve name="目标1,目标2,目标3" data="1,2,3"/>
|
|
</chart>
|
|
</type>
|
|
</files>
|
|
<entities>
|
|
<Entity uuid="{test-entity-uuid}" name="test_entity">
|
|
<MeshComponent mesh="test/test.ive" location="0.000000,0.000000,0.000000" rotation="0.000000,0.000000,0.000000" scale="1.000000,1.000000,1.000000" uuid="{test-mesh-uuid}">
|
|
<LabelComponent text="test_entity" fontSize="26" visible="true" color="1.00,0.00,0.00,1.00" location="0.000000,0.000000,0.000000" rotation="0.000000,0.000000,0.000000" scale="1.000000,1.000000,1.000000" uuid="{test-label-uuid}"/>
|
|
</MeshComponent>
|
|
</Entity>
|
|
</entities>
|
|
</scene> |