Changes between Version 1 and Version 2 of rp_xml_ele_unirect2d


Ignore:
Timestamp:
Dec 4, 2007 12:30:07 PM (17 years ago)
Author:
gah
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rp_xml_ele_unirect2d

    v1 v2  
    33A unirect2d object defines a uniform rectangular (regular) grid in two dimensions. The grid represents the points in 2D space associated with the values a '''{{{field}}}''' object.
    44{{{
    5 <meshgrid id="mygrid">
     5<unirect2d id="mygrid">
     6  <about>
     7    <label>2D Rectangular Uniform Mesh</label>
     8  </about>
    69  <axis>
    710    <label>X Axis Label</label>
     
    1720    <steps>5</steps>
    1821    <units>um</units>
    19   </axis> 
    20     <label>Z Axis Label</label>
    21     <min>1.0</min>
    22     <max>100.0</max>
    23     <steps>10</steps>
    24     <units>um</units>
    25   </axis>
    2622</unirect2d>
    2723}}}