Search found 13 matches

by mike32m
01 Aug 2008, 12:16
Forum: CAD .NET
Topic: Insert Polyline into given Block
Replies: 3
Views: 15185

Re: Insert Polyline into given Block

yes, so it's correct, but the end (inserting the new elements i have problems with the correct methodes)
it will be helpfull for a more description of these methodes. The helpfile is not so good, not so many descriptions for methodes.
other question: Give it a german helpfile ?
by mike32m
01 Aug 2008, 12:10
Forum: CAD .NET
Topic: German Forum or other German help
Replies: 5
Views: 23187

Re: German Forum or other German help

a registration in german forum end with error:

Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Field 'user_from' doesn't have a default value [1364]

Beim Laden der Seite ist ein SQL-Fehler aufgetreten. Bitte kontaktieren Sie die Board-Administration, falls dieses Problem fortlaufend auftritt.
by mike32m
01 Aug 2008, 12:08
Forum: CAD .NET
Topic: German Forum or other German help
Replies: 5
Views: 23187

Re: German Forum or other German help

Super, no comments and no questions are there. Have nobody questions or problems who is located in Germany ?
Or are not so many librarys buyed from german ?
by mike32m
01 Aug 2008, 09:30
Forum: CAD .NET
Topic: German Forum or other German help
Replies: 5
Views: 23187

German Forum or other German help

Give it an german forum or newsgroup for the developer, who works with the librarys of CADSoftTools ??
by mike32m
01 Aug 2008, 09:28
Forum: CAD .NET
Topic: Refresh the view
Replies: 4
Views: 17332

Re: Refresh the view

Thank, that was the problem.
by mike32m
01 Aug 2008, 09:21
Forum: CAD .NET
Topic: Insert Polyline into given Block
Replies: 3
Views: 15185

Insert Polyline into given Block

I have two problems in my 3D-project: I must change every Polyline with 4 Vertex into two Polylines with 3 Vertex. All polylines are in one block which is inserted into cadImage by an INSERT-Object on a defined position. The cadImage can also have other blocks, without changing and the Block must be...
by mike32m
18 Jul 2008, 18:19
Forum: CAD .NET
Topic: Refresh the view
Replies: 4
Views: 17332

Re: Refresh the view

It sounds simple, but it isn't so. I load an DXF-file to an CADimage, I get over all layout and search for the Entities. Then i create a block for all founded entities, ...: private void LoadDXF() { CADImage dxfCADImage; ... CADBlock block = new CADBlock(); block.Name = "myBlock"; foreach (CADEntity...
by mike32m
17 Jul 2008, 21:25
Forum: CAD .NET
Topic: Refresh the view
Replies: 4
Views: 17332

Refresh the view

I have done some operation by software (insert entities,blocks, ..). At the end i need a refresh to get the new Entities on the view (cadPictureBox). I try: this.cadPictureBox1.Invalidate(); But there is no results, nothing is changend on view. If i change the checkboxes from the treenodes, the view...
by mike32m
15 Jul 2008, 15:11
Forum: CAD .NET
Topic: Import IGS-Files
Replies: 3
Views: 14803

Re: Import IGS-Files

I also need reading igs-Files into a CADImage. We must do some or more operation with these objects. Example: I have two objects (one as dxf, another as igs). These both objects i must load in a structure (cadImage), who I can do some operation with it's entities. I must move one of these object in ...
by mike32m
15 Jul 2008, 14:56
Forum: CAD .NET
Topic: Insert complete block (object) on position
Replies: 7
Views: 30617

Re: Insert complete block (object) on position

What class is TsgDXFInsert ??
I can't find it.
by mike32m
14 Jul 2008, 12:03
Forum: CAD .NET
Topic: Import IGS-Files
Replies: 3
Views: 14803

Import IGS-Files

Have someone Information, how to import igs-Files into cadsoft-structure or about other (open)librarys ?
What about optional Import-Interface for the CADSoftTools CADImport.Net - Version ?

Greatings, Mike
by mike32m
03 Jul 2008, 18:47
Forum: CAD .NET
Topic: Insert complete block (object) on position
Replies: 7
Views: 30617

Re: Insert complete block (object) on position

Thanks it's fine, but this is not the whole result I need. Now I use the AddScaledDXF-Method für insert a complete DXF-File. So I don't think about the entitys of the unknown insert-File. After insert I have an insert-entity with my own name. I can found it simple in the whole datas. That's ok. But ...
by mike32m
26 Jun 2008, 18:57
Forum: CAD .NET
Topic: Insert complete block (object) on position
Replies: 7
Views: 30617

Insert complete block (object) on position

Hello,
we must add two seperate blocks or objects from dxf-files in one new cad-image. Can help someone and give us some helpful ideas ?
Greatings Mike