Skip to content

Commit

Permalink
fixes #547: defines vector_units attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Mar 12, 2017
1 parent 18fb184 commit 258b391
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion base_classes/NXtransformations.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<!-- <item value="general" /> -->
</enumeration>
</attribute>
<attribute name="vector" units="NX_DIMENSIONLESS" type="NX_NUMBER">
<attribute name="vector" type="NX_NUMBER">
<doc>
Three values that define the axis for this transformation.
The axis should be normalized to unit length, making it
Expand All @@ -141,6 +141,11 @@
</doc>
<dimensions rank="1" value="3" />
</attribute>
<attribute name="vector_units" type="NX_CHAR">
<doc>
The units for the ``vector`` attribute should be consistent with :ref:`NX_UNITLESS`.
</doc>
</attribute>
<attribute name="offset" type="NX_NUMBER">
<doc>
A fixed offset applied before the transformation (three vector components).
Expand Down

0 comments on commit 258b391

Please sign in to comment.