Search found 10 matches

by Timo
01 Dec 2023, 14:45
Forum: CAD VCL
Topic: Rotated axis
Replies: 1
Views: 927

Rotated axis

Hi

Can you help me with drawing using rotated axis?
I have closed IFC polyline for example. (0,0,0), (10,0,0), (10,10,0), (0,10,0)
Then I know that x-axis is rotated as (0.655, 0, 0). Should i use matrix or ucs coordinates?

So how I can draw this polyline correctly or calculate coordinates.
by Timo
19 Dec 2022, 13:12
Forum: CAD VCL
Topic: Creating new dxf with xdata
Replies: 1
Views: 1616

Creating new dxf with xdata

Hi

I have to create DXF file which must have some extdata/xdata strings assigned to objects (polyline, polygon and region). I have tried to use SetExtData, but it doesn't seems to work as I expected.
Could you give some example how to do this?

I'am using CAD VCL Enterprise 14.0

-- Timo Kervinen
by Timo
17 Jun 2019, 11:15
Forum: CAD VCL
Topic: Text is behind hatch!
Replies: 1
Views: 7966

Text is behind hatch!

Hi

How I can force text entities to front of all other objects?
I have tried sort objects and changing z-coordinates.

-- Timo
by Timo
30 Aug 2018, 10:20
Forum: CAD VCL
Topic: Sorting entities
Replies: 3
Views: 15160

Re: Sorting entities

Hi,

All entities on layer "Koki_Grafiikka_Tausta" should drawn first as background (solid fill entites) and all other entities in their default drawing order.

-- Timo
by Timo
28 Aug 2018, 10:05
Forum: CAD VCL
Topic: Sorting entities
Replies: 3
Views: 15160

Sorting entities

Hi I have some TsgCADCurvePolygon entities and TsgDXFinsert entities. Sometimes CurvePolygon entities are drawn over DXFinserts and sometimes vice versa. Can you give some example code for sorting entities? DXFInserts should be drawn over CurvePolygons which has solid fill. This is correct: http://w...
by Timo
10 Oct 2012, 16:50
Forum: CAD VCL
Topic: Delphi XE3
Replies: 1
Views: 13392

Delphi XE3

When can we expect support for Delphi XE3?
by Timo
18 Nov 2011, 12:30
Forum: CAD VCL
Topic: Sorting
Replies: 1
Views: 12866

Sorting

Hi!

Is there any possibilities to change layers drawing order?

-- Timo
by Timo
12 Aug 2010, 13:49
Forum: CAD VCL
Topic: DWG with TIFF
Replies: 1
Views: 12882

DWG with TIFF

Hi! I have DWG in 2010 format and it contains TIFF image (12224 x 7132 px). CADImportVCL version is 7.5.2 and Delphi 2010. When I tried to open this cad image, i got error "out of system resources". TImage component is able to view same TIFF file. I tried also GraphicEx library but does not support ...
by Timo
28 Oct 2009, 10:57
Forum: CAD VCL
Topic: Out of memory with CadImportVCL 7.2
Replies: 5
Views: 25317

Re: Out of memory with CadImportVCL 7.2

Hi!

I have reinstalled my dev environment and now Cad Import VCL 7.2 works fine.
It seems to be as fast as version 6.1 and resource problems has disappered.

Timo
by Timo
14 Oct 2009, 14:27
Forum: CAD VCL
Topic: Out of memory with CadImportVCL 7.2
Replies: 5
Views: 25317

Out of memory with CadImportVCL 7.2

I have evaluated VCL components with 6.x version (which is available at your web site). Now I have licenced version 7.2 and it seems bit slower (not sure) and it uses much more resources. With demo version I was able to open 8 DWG simultanously, but with version 7.2 this is not possible because it t...