tags Reticle definition file format

Brief

The section describes the reticle definition file format

Details

The root tag of the file must be reticle.

Note: all coordinates, dimensions and sizes are defined in angular units. The angular unit format is a number followed by the unit name. Most used unit names for reticles are mil (mildot), mrad (milliradian) and moa (minutes of angle). For Wasrshaw Pact reticles, ths, e.g. "a thousdand" (1/3000 of full circle) may also be useful.

Examples: 1mil, -5.5moa, 1.7mrad.

For complete list of the supported units please refer to Measurement library source: AngularUnit.cs.

Note: colors are set by SVG/HTML/CSS color names. For the complete list of the possible values please refer to CSS documentation.

Open example below for mildot reticle definition

Example Show

Tags

bdc

The list of the bullet drop compensation points.

bdc

The bullet drop compensator point definition.

elements

Elements list.

reticle

The root element of the reticle definition

reticle-circle

A circle

reticle-line

Reticle element: a line

reticle-path

Reticle element: a path (sequence of lines and arcs)

reticle-path-arc

Path element: draw an arc to the specified position.

reticle-path-line-to

Path element: draw a line to the specified position.

reticle-path-move-to

Path element: move to the specified position.

reticle-rectangle

Reticle element: a rectangle

back