Search found 10 matches

by AlexBV
04 Jul 2020, 06:10
Forum: CAD VCL
Topic: 3d Polyline points mismatch
Replies: 4
Views: 5426

Re: 3d Polyline points mismatch

Hello !! I am so happy, I think I found the way for both issues:. In order to extract Coordinates, you have to assign the entity to a polyline in the following fashion (see the code).. and then everything works perfect !! Here is the code and is working in all cases: Cheers Alex if tEnt is TsgCADBas...
by AlexBV
04 Jul 2020, 03:03
Forum: CAD VCL
Topic: 3d Polyline points mismatch
Replies: 4
Views: 5426

Re: 3d Polyline points mismatch

I have also another issue with respect to LWPolylines.

The coordinates I get from this file are not at all the real coordinates. (If I extract the same way as shown)
I get negative coordinates and wrong elevation ..

Thanks for your interest !!
by AlexBV
01 Jul 2020, 07:37
Forum: CAD VCL
Topic: 3d Polyline points mismatch
Replies: 4
Views: 5426

Re: 3d Polyline points mismatch

Here is a file with lots of vertex with flags 40 and 48

Thanks.. !!
by AlexBV
30 Jun 2020, 02:05
Forum: CAD VCL
Topic: 3d Polyline points mismatch
Replies: 4
Views: 5426

3d Polyline points mismatch

Hello, I am extracting real coordinates from elements, and I have a lot of mismatch number of coordinates with 3d polylines: Let me explain with a little code: vDrawing is defined as: TsgDWGImage Actual code: NDWGElm := vDrawing.Converter.Sections[csEntities].Count; //sections tDWGP := TsgDXFPoint.C...
by AlexBV
26 May 2020, 22:59
Forum: CAD VCL
Topic: How to Explode a Block
Replies: 7
Views: 34143

Re: How to Explode a Block

Thank you Mikhail,
Implemented and working fine !!
by AlexBV
26 May 2020, 20:46
Forum: CAD VCL
Topic: How to Explode Text
Replies: 4
Views: 5658

Re: How to Explode Text

Mikhail

This is exactly what I was looking for..

Thank you so much !!
by AlexBV
23 May 2020, 18:20
Forum: CAD VCL
Topic: How to Explode a Block
Replies: 7
Views: 34143

Re: How to Explode a Block

Mikhail, Excellent and very illustrative code. My additional question is Is it possible to get the actual Text strokes, as polylines without the use of the font file. ? I saw a function called GetTextPolylines .... somewhere .. should it be it ? What Ia am doing is to convert each entity to a very d...
by AlexBV
23 May 2020, 18:04
Forum: CAD VCL
Topic: How to Explode Text
Replies: 4
Views: 5658

Re: How to Explode Text

>Hello, >What do you mean by "actual coordinates"? Is a Text/MText located in a block? >Mikhail Dear @Mikhail With the very illustrative code you wrote in other post (exploiting blocks), it is possible to explode MText to Text. What I need is to get additionally the actual line stroke of each text c...
by AlexBV
09 May 2020, 02:03
Forum: CAD VCL
Topic: How to Explode Text
Replies: 4
Views: 5658

How to Explode Text

I know it is possible to extract the actual coordinates from a Text and MText..
Ho to do it ??
With GetTextPolylines ???
I get the list ...but I do not know how to Extract the entities..

I would appreciate a little Delphi example !!

Thanks
by AlexBV
08 May 2020, 23:55
Forum: CAD VCL
Topic: How to Explode a Block
Replies: 7
Views: 34143

Re: How to Explode a Block

How to do the same for Text and MText ??

What I really want is to have the coordinates of all the strokes within TEXT and MText..
Thank you !!

Ax