Search found 4 matches

by andyseo
09 Sep 2007, 07:29
Forum: CAD VCL
Topic: The number of entities on a specific layer?
Replies: 1
Views: 11724

The number of entities on a specific layer?

Hi, How can I get the number of entities on a specific layer? I know xx->Converter->Counts[csEntities] gives you the number of total entities, but when I tried to use similar commands to get the number of entities on a specific layer, the only number I am getting is "0" (xx->Converter->Layers ->Coun...
by andyseo
07 May 2007, 19:08
Forum: CAD VCL
Topic: Convert arcs in polyline into polyline
Replies: 2
Views: 12669

Thanks, Sergey,

I was wondering if DottedSingPts was what I wanted and didn't know how to use it, but I got it now. Thank you.
by andyseo
07 May 2007, 15:05
Forum: CAD VCL
Topic: Convert arcs in polyline into polyline
Replies: 2
Views: 12669

Convert arcs in polyline into polyline

Hi,

I have several polylines which consist of arcs and lines in my DXF file.
I need to save them as polylines. How can I convert those arcs into polylines? Thank you.

Regards,
Andy
by andyseo
23 Apr 2007, 22:04
Forum: CAD VCL
Topic: How to get all the entities?
Replies: 1
Views: 10343

How to get all the entities?

Hi, I need to get two things from DXF files. 1. The number of all the entities (shapes) 2. All the entities points so that I can manipulate in my program. Basically I need to extract those two info, and need to draw them in XOR fashion. (So, some shapes are filled and some shapes are unfilled.) How ...