Search found 54 matches

by FieldConsult
12 Apr 2019, 14:22
Forum: CAD VCL
Topic: Block containing 3dSolid
Replies: 8
Views: 14160

Re: Block containing 3dSolid

@cmOdeon

The problem lies in the routine of reading the DXF files because if you save your file in dwg format, the library reads the content and the 3D Demo shows the two cubes.

Cheers...
by FieldConsult
20 Aug 2018, 21:18
Forum: CAD VCL
Topic: Transition between 2D and 3D is very slow
Replies: 9
Views: 32424

Re: Transition between 2D and 3D is very slow

It is possible to tell us how to solve this problem since the presentation makes it unfeasible to use the library for professional and serious development?.

The 3D visualization is horrible

Tahnks!!
by FieldConsult
30 Jun 2018, 15:16
Forum: CAD VCL
Topic: Transition between 2D and 3D is very slow
Replies: 9
Views: 32424

Re: Transition between 2D and 3D is very slow

This is not a version problem, this is the same file using the demo version of v12
Triangles Colors v12.PNG
Triangles Colors v12.PNG (50.93 KiB) Viewed 32290 times
by FieldConsult
29 Jun 2018, 22:38
Forum: CAD VCL
Topic: Transition between 2D and 3D is very slow
Replies: 9
Views: 32424

Re: Transition between 2D and 3D is very slow

I have sent the file to the support by mail:
The files is: Triangles Test Files.zip

Remember that this file was created after reading all the information of structures from a source file in IFC format

Thank!
by FieldConsult
29 Jun 2018, 21:11
Forum: CAD VCL
Topic: Transition between 2D and 3D is very slow
Replies: 9
Views: 32424

Re: Transition between 2D and 3D is very slow

Testing again: Triangles draw with the library on 3DNavigator: Triangles Colors3.PNG The same triangles, saved to dwg file with the library and open with Autocad: Triangles Colors4.PNG Colors of the triangles are wrong with the library not with the video card or something else. The same file saved w...
by FieldConsult
28 Jun 2018, 21:20
Forum: CAD VCL
Topic: Transition between 2D and 3D is very slow
Replies: 9
Views: 32424

Re: Transition between 2D and 3D is very slow

For example: if I draw the triangles with the 3D view activated and the 2D view deactivated, the image is not reflected at the end of the process of drawing the triangles (the number of triangles varies with the type of model, from a few hundred to a few thousand). The 2D view must be activated firs...
by FieldConsult
27 Jun 2018, 21:27
Forum: CAD VCL
Topic: Transition between 2D and 3D is very slow
Replies: 9
Views: 32424

Transition between 2D and 3D is very slow

Whenever I create an image with a considerable number of triangles, the transition between 2D and 3D is very slow. Is it necessary to re-read all the entities each time the 2D or 3D viewer is set? According to the code, when go from 2D to 3D visualization, iterate process through all the entities in...
by FieldConsult
22 Jun 2018, 01:10
Forum: CAD VCL
Topic: Several blocks inside one block
Replies: 2
Views: 15760

Re: Several blocks inside one block

Hi, I followed the code as you indicated it but it causes an error in the resulting file can not be opened in autocad. As I have indicated each source block is already belonging to its own Insert, when associating each block with the new block, I think that a conflict of ownership (Owner) of the ent...
by FieldConsult
21 Jun 2018, 21:22
Forum: CAD VCL
Topic: Object Extended Data
Replies: 5
Views: 20901

Re: Object Extended Data

OK,

But I ready ask for "Property Set" on Extended Data, no for Hyperlink!! This propertis are no implemented on dwg 2004. I have done a test and I have created a Property Set with Autocad Architecture 2018 and I have exported the file to the 2004 dwg version and the property set has disappeared.
by FieldConsult
21 Jun 2018, 20:10
Forum: CAD VCL
Topic: Object Extended Data
Replies: 5
Views: 20901

Re: Object Extended Data

Hi, I refer to the information here, see figure: [img] EED-DWG.PNG [/img] Okay, but due to the fact that the library only save files until the 2004 version of dwg, according to the information I have, it would only be possible to read some information but not record new or updated information, right?
by FieldConsult
21 Jun 2018, 16:34
Forum: CAD VCL
Topic: Object Extended Data
Replies: 5
Views: 20901

Object Extended Data

HI,

Is it possible to access the information stored in the Property Set of an Object, the contents in the Extended Data?

If is possible, can you show some cod.

Is it possible to modify or alter the information and properties stored in the Property Set?

Thanks!!
by FieldConsult
21 Jun 2018, 16:31
Forum: CAD VCL
Topic: Several blocks inside one block
Replies: 2
Views: 15760

Several blocks inside one block

HI, I have several blocks, in a in memory CADImage, and I need to include these blocks in a single resulting block. I need the blocks to remain as independent blocks within the new block and not copy the entities to a new block. Can yo show the necessary code to iterate between all the entities in t...
by FieldConsult
10 Jun 2018, 16:15
Forum: CAD VCL
Topic: Error when save to dwg format with blocks containing 3dFaces
Replies: 4
Views: 20878

Re: Error when save to dwg format with blocks containing 3dF

The Code Iuse is: function MakeSingleDTMFaces(pt1, pt2, pt3: TFPoint; blockName: string = 'Block'): TsgDXF3dFace; begin Result:= TsgDXF3dFace.Create; Result.Point:= pt1; Result.Point1:= pt2; Result.Point2:= pt3; Result.Point3:= pt3; Result.Layer:= DwgCADImage.Converter.LayerByName(blockName); end; p...
by FieldConsult
03 Jun 2018, 20:47
Forum: CAD VCL
Topic: Export DXF DWG
Replies: 6
Views: 21549

Re: Export DXF DWG

This problem is coming form long time ago, I can see another user with the same problem. I have tried both alternatives, loading an empty file and creating a new one in memory, in both cases the problem is the same. I think what is needed is the publication of what entities is really capable of savi...
by FieldConsult
03 Jun 2018, 20:47
Forum: CAD VCL
Topic: Error when save to dwg format with blocks containing 3dFaces
Replies: 4
Views: 20878

Re: Error when save to dwg format with blocks containing 3dF

This problem is coming form long time ago, I can see another user with the same problem (Export DXF DWG topic, Do you create DXF and DWG files from scratch or resave the existing files?). I have tried both alternatives, loading an empty file and creating a new one in memory, in both cases the proble...