Search found 8 matches
- 27 Oct 2006, 13:49
- Forum: CAD VCL
- Topic: Overlaying dxf files
- Replies: 1
- Views: 9909
Overlaying dxf files
Hi,
I would like to load a dxf image, then create an empty version of this dxf file and save it to disk.
The empty version of the dxf I want to load as an overlay to the original file. Very much like redlining, but I need to use lots of layers.
Is this possible with CADImportVCL?
Regards,
Andy
I would like to load a dxf image, then create an empty version of this dxf file and save it to disk.
The empty version of the dxf I want to load as an overlay to the original file. Very much like redlining, but I need to use lots of layers.
Is this possible with CADImportVCL?
Regards,
Andy
- 23 Oct 2006, 13:02
- Forum: CAD VCL
- Topic: Turning layers on and off
- Replies: 3
- Views: 15365
- 20 Oct 2006, 20:37
- Forum: CAD VCL
- Topic: Layer drawing order
- Replies: 1
- Views: 10255
Layer drawing order
Hi,
How can I control the drawing order of the layers? i.e. how can I send a layer to the back of the drawing so that if it's a solid colour, I can still the the other entities on top of it.
...Andy
How can I control the drawing order of the layers? i.e. how can I send a layer to the back of the drawing so that if it's a solid colour, I can still the the other entities on top of it.
...Andy
- 20 Oct 2006, 20:14
- Forum: CAD VCL
- Topic: Turning layers on and off
- Replies: 3
- Views: 15365
Turning layers on and off
Hi, I am using the following code snippets to turn layers on and off: sgImagePlan.LoadFromFile(DBTextPlanFilename.Caption); sgImagePlan.Align := alNone; sgImagePlan.Align := alClient; Fimg := TsgDXFImage(sgImagePlan.Picture.Graphic); Fimg.Converter.LayerByName(LayerName).Visible := true; //on or Fim...
- 16 Oct 2006, 23:05
- Forum: CAD VCL
- Topic: Follow on from Stevez floorplan question
- Replies: 3
- Views: 15204
Sergey, Thanks for the example. This is why I asked the question about the layer count in a dxf file. As you say, the unique part of the entity in this example is the layer name, so If I want to add 110 unique entities, then I would need to create an additional 110 layers. Is there a limit for dxf f...
- 16 Oct 2006, 12:57
- Forum: CAD VCL
- Topic: Follow on from Stevez floorplan question
- Replies: 3
- Views: 15204
Follow on from Stevez floorplan question
Hi, Looking at the example from the 28th April, this will colour all entities on the 'www' layer - if I am interpreting it correctly. How can you select just one of these entities? Is there an attribute for polyline, or circle etc, that can be set to a unique value, and hence, check this value when ...
- 10 Oct 2006, 22:16
- Forum: CAD VCL
- Topic: Viewer demo problem
- Replies: 3
- Views: 15629
- 10 Oct 2006, 12:11
- Forum: CAD VCL
- Topic: Viewer demo problem
- Replies: 3
- Views: 15629
Viewer demo problem
Hi, I have installed the component into D2005, and when I run the viewer demo, load a dxf, and hit the layer button, the program throws an exception. Is this a known problem? If so, what's the fix. Also, I have noted from the demos that there appears to be very little in the way of adding entities a...