Search found 6 matches

by Zdravko
20 Nov 2010, 19:38
Forum: CADViewX
Topic: Dimension from code
Replies: 1
Views: 23860

Dimension from code

Hi
I can create dimension using lindefpoint1, lindefpoint2 and Defpoint, but don't know how to set TextHeight and ArrowSize?

Thanks
by Zdravko
10 May 2010, 02:55
Forum: CADViewX
Topic: IFC file
Replies: 3
Views: 33045

Re: IFC file

Hi
it would be nice if you can implement IFC file support. IFC is great exchange service for construction software, see here:
http://www.ifcwiki.org/index.php/Commercial_Software
All big players are there.

Zdravko
by Zdravko
07 May 2010, 13:20
Forum: CADViewX
Topic: IFC file
Replies: 3
Views: 33045

IFC file

Hi
do you plan to integrate IFC file open/save?

Zdravko
by Zdravko
27 Apr 2010, 17:12
Forum: CADViewX
Topic: Length and image rotate
Replies: 4
Views: 34049

Re: Length and image rotate

> Please check directions of the axes in your DWG
How to do that, please ?

> Entity added by mouse will appear at corresponding point on drawing XY plane
I'm adding entity by code, not by mouse.
Have send you VBS example and DWG file
by Zdravko
26 Apr 2010, 02:49
Forum: CADViewX
Topic: Length and image rotate
Replies: 4
Views: 34049

Re: Length and image rotate

Anyone please?
by Zdravko
23 Apr 2010, 14:13
Forum: CADViewX
Topic: Length and image rotate
Replies: 4
Views: 34049

Length and image rotate

Hi You have wroted this example: var x, x1, y, y1, length: double; begin x := (CADViewX1.CADImage.Converter.Sections[2].Entities[0] as ICADLine).Point.X; x1 := (CADViewX1.CADImage.Converter.Sections[2].Entities[0] as ICADLine).Point1.X; y := (CADViewX1.CADImage.Converter.Sections[2].Entities[0] as I...