Repeat Enumeration
Specifies how texts and symbols are repeated when they are visualized along lines and polygon edges.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum Repeat
Values
Value name | Value | Description |
---|---|---|
Nodes | 0 | A text/symbol is generated at each node. |
Node | 1 | The text/symbol is generated at the node with the index specified by the PointVisualizer.At property . If the number is negative, the number of points in the line is added to the value, making it possible to specify nodes from the end of the list, e.g. -1 for the last node, -2 for the second last node etc. If the number has a fraction, the textsymbol is generated between two nodes, e.g. 3.5 places the text/symbol between nodes 3 and 4 (the fourth and fifth point since the list is zero-based). |
Interval | 2 | The text/symbol is repeated along the line with the distance between repetitions defined by the PointVisualizer.At property. |
No | 3 | The text/symbol is placed at a distance from the start of the line defined by the property PointVisualizer.At property where 0.0 means the start and 1.0 means the end. |
Distributed | 4 | The texts/symbols are distributed evenly along the line in such a way that the distance between them never exceeds the value given by the PointVisualizer.At property. |
FarthestAtDirection | 5 | The PointVisualizer.At property is interpreted as a direction in clockwise degrees: if the property AzimuthRotation is True, then at is a geographic azimuth (0 north, 90° east, ...), otherwise, it is an angle in the coordinate reference system of the feature (0° up, 90° right, ...). The textsymbol is placed at the node that is farthest away in the at direction (for example, PointVisualizer.At 90° gives the eastmost or rightmost node). If an entire edge is farthest away, then the textsymbol is placed at its midpoint. |
Remarks
This is an enumeration type, used in the PointVisualizer.Repeat property , that specifies how symbols and texts should be repeated along lines and polygon edges.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Platforms
Windows, Linux, Android