CircleΒΆ

Type:section
Appearance:multiple

The Circle is a geometrical primitive characterized by its radius (Radius). The default port is the center of the circle at position [0, 0]. After geometrical operations like relative positioning or cutting are performed, the Circle will be discretized by a number of linear segments with end points which are located on the defined circle. The number of these segments is defined by the parameter RefineAll.

A typical Circle might be defined like this:

Circle {
  Name = "Circle_1"
  DomainId = 1
  Priority = 1
  Radius = 100.0
}