RingΒΆ

Type:section
Appearance:multiple

The Ring is a geometrical primitive characterized by its radius (Radius) and width (LineWidth). A Ring is a region limited by two concentric circles. The width LineWidth refers to the difference if the two and the Radius is their average.

The default port is the center of the circles at position [0, 0]. After geometrical operations like relative positioning or cutting are performed, the Ring will be discretized by a number of linear segments with end points which are located on the defined circles. The number of these segments is defined by the parameter RefineAll.

A typical Ring might be defined like this:

Ring{
  Name = "Ring_1"
  DomainId = 1
  Priority = 1
  Radius = 100.0
  Width = 20.0
  RefineAll=2
}