Search found 2 matches
- 14 Oct 2008, 05:24
- Forum: CAD .NET
- Topic: CADDrawMode.Black draws in "white"
- Replies: 1
- Views: 10403
CADDrawMode.Black draws in "white"
*** Applies to: cadimport.net ext v6.3 VB editor cadimport.dll ver. 6.3.2942.31653 *** The following should draw the entities in black but instead draws it in white: Me.cadImage1.DrawMode = CADImport.CADDrawMode.Black Solution: Cycle through the CAD layers and change each colour as follows: ' colour...
- 24 Sep 2008, 09:43
- Forum: CAD .NET
- Topic: Snap to nearest entity point (VIEWER)
- Replies: 1
- Views: 10942
Snap to nearest entity point (VIEWER)
Scope: "CAD Import .NET" VIEWER demo downloaded from http://www.cadsofttools.com/download/cadimportnet.zip cadimport.dll version 6.3.2942.31648 or later Background: I struggled with getting the coordinates of a snap point for this old version of the viewer demo. Here are my findings after I success...