Search found 13 matches

by michael
30 Jul 2008, 02:47
Forum: CAD VCL
Topic: Mapping a CAD Point
Replies: 7
Views: 35283

Re: Mapping a CAD Point

Bronek:

What values are you sending in for the RectangleF parameters?
by michael
25 Mar 2008, 01:42
Forum: CAD .NET
Topic: DWF File Support
Replies: 3
Views: 13971

Where is DWF support at on the task list now?
by michael
24 May 2007, 00:04
Forum: CAD VCL
Topic: Way to draw a specific portion of model view
Replies: 1
Views: 10733

Way to draw a specific portion of model view

Is there a way to select a particular region of the Model view of my dwg files? I know, for instance, that one type of drawing always has content located in a region with UpperLeft corner = 12.581,14.547 and a LowerRight of 20.144, 4.185. How would I select this area draw and then print this specifi...
by michael
26 Apr 2007, 00:39
Forum: CAD .NET
Topic: Request 4 C# sample code -Entities in named view
Replies: 1
Views: 10197

Request 4 C# sample code -Entities in named view

Does anyone have some sample code on how they extracted all of the entities beloning to a named view?
by michael
26 Apr 2007, 00:38
Forum: CAD .NET
Topic: Printing CADImage
Replies: 14
Views: 58984

Sergey:

With this code I get an image about 1" high when run the viewer demo and select the FILE | Custom Print Preview option.

Any suggestions on what I may be doing wrong?
by michael
24 Apr 2007, 18:08
Forum: CAD .NET
Topic: Printing CADImage
Replies: 14
Views: 58984

One problem, CADImage doesn't have a MMToPixelX property
by michael
24 Apr 2007, 17:59
Forum: CAD .NET
Topic: Printing CADImage
Replies: 14
Views: 58984

Thank you!

I'll give that a try right now.
by michael
17 Apr 2007, 01:39
Forum: CAD .NET
Topic: DrawToBitmap
Replies: 1
Views: 10818

DrawToBitmap

When using the private void Document_PrintPage(object sender, PrintPageEventArgs e) { <div align="left"> if (_cadImage != null) // this is CADImage object { _cadImage.Draw( e.Graphics, _rectCadImage ); }</div id="left"> } I can get the lines and graphical aspects of the drawing to print correctly, b...
by michael
16 Apr 2007, 17:32
Forum: CAD .NET
Topic: Printing CADImage
Replies: 14
Views: 58984

Thank you!

We recently purchased a 1000 user license and this functionality, the printing of a drawing in real size is one of the most important needs we have.
by michael
14 Apr 2007, 00:20
Forum: CAD .NET
Topic: Printing CADImage
Replies: 14
Views: 58984

Anyone? This is becoming a signifigant source of frusteration. I can adjust the CADImage on the screen to what ever size I want. But when I call CADImage print.. it pretty much does it's own thing. Can you please provide some sample code that will print out a CADImage with the exact size(s) that the...
by michael
12 Apr 2007, 01:15
Forum: CAD .NET
Topic: Printing CADImage
Replies: 14
Views: 58984

Thanks for your earlier response. Your email included this code snippet: We will prepare respective code soon. Until that just for information it is necessary to manipulate with the following lines: double realScaleDouble = (this.curSize.Width / this.image.AbsWidth) * image.MMToPixelX; double i = th...
by michael
30 Mar 2007, 01:49
Forum: CAD .NET
Topic: Printing CADImage
Replies: 14
Views: 58984

Using voloview to display a DWG file, I could programmically set the scaling and page layout information( portrait, landscape, etc ) Using CAD Import DLL I haven't figured out a way of controling the printing process. Anyone have any ideas? The drawing is created real size, but when my box prints th...
by michael
28 Mar 2007, 23:42
Forum: CAD .NET
Topic: Printing CADImage
Replies: 14
Views: 58984

Printing CADImage

Anyone know what I need to do to set the scaling on an image so that it will print using the real world dimensions?

If a line is 3.5 inches long, I'd like the line to measure 3.5 inches long when it's printed.