On May 27, 2012, at 3:09 PM, plussai wrote: > but the RT_ADD_VLIST(vhead, pt1, BN_VLIST_POINT_DRAW) seems > unavailable.SO,How to plot a single point in mged?
The interface provides BN_VLIST_POINT_DRAW but none of the display managers implement support for just drawing points yet. You could add support for drawing points (very simple, in src/libdm/dm-*.c), or just draw a very tiny line segment with a note to use points later. Cheers! Sean ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
