Wireframe
The function CdDxAddTo() is the high-level routine
set up for OpenVX users to add entities to the database. You will need
to familiarize yourself with the structure VsDxEnt which is in
the VxCommonPub.h header file. This structure contains a union
of various structures and may be used to add wireframe geometry (curve),
layers, text, dimensions, etc. While this structure does support surfaces,
it recommended that you use the method detailed in the following section
for adding these.
The source file openvx/src/ovxCrv2Vws.c provides an example of adding wireframe (curve) geometry to the database.