Difference between revisions of "Point definition"

From wiki.fine.cz
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Definition of point. Dimensions are in [mm]
Definition of point. Dimensions are in [mm]
{| class="wikitable"
!Property
!XML
!Description
!Default
|-
|X coordinate
|<sup>[[Legend of XML elements|[A]]]</sup> <code>X</code>
|X coordinate od point [mm]
|(empty)
|-
|Y coordinate
|<sup>[[Legend of XML elements|[A]]]</sup> <code>Y</code>
|Y coordinate od point [mm]
|(empty)
|}
'''Example of Data XML'''


<code><Pt X="0" Y="3.25" /></code>
<code><Pt X="0" Y="3.25" /></code>

Latest revision as of 08:49, 1 June 2022

Definition of point. Dimensions are in [mm]

Property XML Description Default
X coordinate [A] X X coordinate od point [mm] (empty)
Y coordinate [A] Y Y coordinate od point [mm] (empty)

Example of Data XML

<Pt X="0" Y="3.25" />