Raw File
beam3d.gml
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="OpenGeoSysGLI.xsl"?>

<OpenGeoSysGLI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogs="http://www.opengeosys.org">
    <name>beam3d_geometry</name>
    <points>
        <point id="0" x="-1" y="0" z="0"/>
        <point id="1" x="-1" y="0" z="1"/>
        <point id="2" x="-1" y="1" z="1"/>
        <point id="3" x="-1" y="1" z="0"/>

        <point id="4" x="1" y="0" z="0"/>
        <point id="5" x="1" y="0" z="1"/>
        <point id="6" x="1" y="1" z="1"/>
        <point id="7" x="1" y="1" z="0"/>
    </points>

    <surfaces>
        <surface id="0" name="left">
            <element p1="0" p2="1" p3="2"/>
            <element p1="0" p2="3" p3="2"/>
        </surface>
        <surface id="1" name="right">
            <element p1="4" p2="5" p3="6"/>
            <element p1="4" p2="7" p3="6"/>
        </surface>
        <surface id="2" name="back">
            <element p1="1" p2="2" p3="5"/>
            <element p1="5" p2="6" p3="2"/>
        </surface>
        <surface id="3" name="front">
            <element p1="0" p2="3" p3="4"/>
            <element p1="4" p2="7" p3="3"/>
        </surface>
        <surface id="4" name="bottom">
            <element p1="0" p2="1" p3="4"/>
            <element p1="4" p2="5" p3="1"/>
        </surface>
        <surface id="5" name="top">
            <element p1="2" p2="3" p3="6"/>
            <element p1="6" p2="7" p3="3"/>
        </surface>
    </surfaces>
</OpenGeoSysGLI>
back to top