Search found 6 matches
- 20 Nov 2010, 19:38
- Forum: CADViewX
- Topic: Dimension from code
- Replies: 1
- Views: 24161
Dimension from code
Hi
I can create dimension using lindefpoint1, lindefpoint2 and Defpoint, but don't know how to set TextHeight and ArrowSize?
Thanks
I can create dimension using lindefpoint1, lindefpoint2 and Defpoint, but don't know how to set TextHeight and ArrowSize?
Thanks
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
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
IFC file
Hi
do you plan to integrate IFC file open/save?
Zdravko
do you plan to integrate IFC file open/save?
Zdravko
- 27 Apr 2010, 17:12
- Forum: CADViewX
- Topic: Length and image rotate
- Replies: 4
- Views: 34399
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
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
- 26 Apr 2010, 02:49
- Forum: CADViewX
- Topic: Length and image rotate
- Replies: 4
- Views: 34399
Re: Length and image rotate
Anyone please?
- 23 Apr 2010, 14:13
- Forum: CADViewX
- Topic: Length and image rotate
- Replies: 4
- Views: 34399
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...