Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library component painter
val lib : unit -> t
lib ()
append_lib stream context
appends the lib contained in the stream
to the context.
val plot_comp :
t ->
string ->
int ->
coord ->
transfo ->
drawContext ->
drawContext * bool
plot_comp lib name partnumber origin transformation context
find in lib
the component with given name
and plot the part partnumber
at origin
after transfomation
into the graphical context
.