Search found 6 matches

by JobaDiniz
18 Jun 2009, 04:12
Forum: CAD .NET
Topic: Reading CADText from CADMText
Replies: 1
Views: 10384

Reading CADText from CADMText

I saw that in CADImportDemos.CADViewerDemo you guys managed to get each text belonged to a Multitext. You used a specific static method called "LoadTreeNodes" from CADImportFace class. This method loads the entities of an autocad file into a TreeView Control, and when node is multiline, the sub-node...
by JobaDiniz
18 Jun 2009, 01:52
Forum: CAD .NET
Topic: Help with Table and Text
Replies: 3
Views: 14091

Re: Help with Table and Text

So, is it possible programmatically add a block containing some CADMText and a RasterImage (assuming I understood that raster image is an image on .jpg format)?
by JobaDiniz
09 Jun 2009, 04:40
Forum: CAD .NET
Topic: PolyLine, Line, Length
Replies: 3
Views: 14696

Re: PolyLine, Line, Length

Now i'm in trouble here.
I have to calculate the length of an ellipse.
Anyone knows how can I do that with the properties Ratio, RadPt and/or Angle?
by JobaDiniz
05 Jun 2009, 17:42
Forum: CAD .NET
Topic: Help with Table and Text
Replies: 3
Views: 14091

Help with Table and Text

I'd appreciate some help with drawing or adding a table on the CADImage.
How can I add a Table containing Text on the CADImage?

I don't wanna show the image to the user in order it could draw the table. No, i don't wanna that.
I just wanna add this table programmatically.

Please.
Thanks.
by JobaDiniz
05 Jun 2009, 03:56
Forum: CAD .NET
Topic: PolyLine, Line, Length
Replies: 3
Views: 14696

Re: PolyLine, Line, Length

Well, i think i solved the problem.
I sum the distances of each DPoint belonging to the PolyLine, as well the Line.
by JobaDiniz
04 Jun 2009, 17:26
Forum: CAD .NET
Topic: PolyLine, Line, Length
Replies: 3
Views: 14696

PolyLine, Line, Length

How can I get the PolyLine's Length? Or Line's Length?
I didn't find this property.
Is there some math to calculate this?