[][src]Module arcs::components

Common components used by the arcs CAD library.

Structs

DrawingObject

Something which can be drawn on the screen.

Layer

A logical grouping of data, assembled as though each Layer were laid out on transparent acetate overlays.

LineStyle
Name

A name that can be looked up later in the NameTable.

NameTable

A global Resource for looking up an Entity using its Name.

PointStyle
Selected

An empty Component used to mark an Entity as selected.

Viewport
WindowStyle

Enums

Dimension

A dimension on the canvas.

Geometry

The geometry of a DrawingObject.

Functions

register

Register all specs::Components.