Search found 4 matches

by JaviGonzalez
22 Oct 2008, 13:26
Forum: CAD .NET
Topic: Width and height of plt
Replies: 13
Views: 55946

Re: Width and height of plt

First of all, Is there a correspondence between CAD units and inches or millimeters? If that correspondence is not generic, I suppose that a particular CAD file should include the information of the picture real dimensions. I mean, a correspondence between cad units and real units (millimeters or in...
by JaviGonzalez
22 Oct 2008, 12:05
Forum: CAD .NET
Topic: Width and height of plt
Replies: 13
Views: 55946

Re: Width and height of plt

So, what's the way to get the real measurements in millimeters, centimeters... of the CAD file?
by JaviGonzalez
21 Oct 2008, 14:49
Forum: CAD .NET
Topic: Width and height of plt
Replies: 13
Views: 55946

Re: Width and height of plt

Thanks for the quick reply. do you know if AbsHeight and AbsWidth will return millimeters when i set before the millimeters property (CADImage) to true? (sample code below) CADImage cadImage = CADImage.CreateImageByExtension(path); cadImage.Millimeters = true; double width = cadImage.AbsWidth; doubl...
by JaviGonzalez
21 Oct 2008, 13:59
Forum: CAD .NET
Topic: Width and height of plt
Replies: 13
Views: 55946

Re: Width and height of plt

Hello,

Which unit of measurement does AbsWidth and AbsHeight return?