Skip to content

Commit

Permalink
Refactored problematic attribute name depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
atomprobe-tc committed Sep 25, 2024
1 parent 3585a55 commit 5df6969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions base_classes/NXcg_half_edge_data_structure.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@
Such a data structure can be used to efficiently circulate around faces
and iterate over vertices of a planar graph.
</doc>
<attribute name="depends_on" type="NX_CHAR">
<doc>
Hint to help resolve in which Euclidean coordinate system
field values vertices are defined.
</doc>
</attribute>
<field name="dimensionality" type="NX_POSINT" units="NX_UNITLESS">
<doc>
Dimensionality of the primitives described.
Expand Down
4 changes: 2 additions & 2 deletions base_classes/NXcg_polyline_set.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ multiple vertices possible with the same point coordinates but different names.-
The sequence describes the positive traversal along the polyline when
walking from the first to the last vertex.
</doc>
<attribute name="depends_on" type="NX_CHAR">
<field name="depends_on" type="NX_CHAR">
<doc>
Reference to an instance of :ref:`NXcg_point_set` which defines
the location of the vertices that are referred to in the
NXcg_polyline_set instance.
</doc>
</attribute>
</field>
<field name="number_of_unique_vertices" type="NX_POSINT" units="NX_UNITLESS">
<doc>
The total number of vertices that have different positions.
Expand Down

0 comments on commit 5df6969

Please sign in to comment.