Search found 15 matches

by rafaellippert
02 Dec 2019, 22:58
Forum: CAD .NET
Topic: Rotate all Entities (just entities)
Replies: 4
Views: 4725

Re: Rotate all Entities (just entities)

Yes, Startangle and endangle.
There is a note about Extrusion as well.

Because I have arcs resulting from mirroring / flip (extrusion)
by rafaellippert
02 Dec 2019, 22:44
Forum: CAD .NET
Topic: Rotate all Entities (just entities)
Replies: 4
Views: 4725

Re: Rotate all Entities (just entities)

support wrote:
02 Dec 2019, 22:20
Hello Rafaellip,

The given topic was discussed earlier. Please read this: viewtopic.php?f=15&t=4666

Mikhail
Thanks,
but It no contains ARCs, and they are the hardest part....

Thanks
by rafaellippert
02 Dec 2019, 22:01
Forum: CAD .NET
Topic: Rotate all Entities (just entities)
Replies: 4
Views: 4725

Rotate all Entities (just entities)

Hello, I need rotate all entities, but the cadImage.Rotate change just parameter and the entities continue internally with your real data. In AutoCAD the Axis too rotate and this is not good for me. I try to rotate each object, but it is very difficult to do this. Especially for the ARCs. My only ne...
by rafaellippert
05 Oct 2019, 19:48
Forum: CAD .NET
Topic: How to mirror an CADArc
Replies: 12
Views: 9856

Re: How to mirror an CADArc

Hello Mikhail

The example file 1101_mirrored.dxf you created has the same problem (Compacted with SevenZip).

Please see the attached GIF Video.


After clicking on the ARCs they are moved to the old position..


Thanks,
by rafaellippert
05 Oct 2019, 00:33
Forum: CAD .NET
Topic: How to mirror an CADArc
Replies: 12
Views: 9856

Re: How to mirror an CADArc

Perfect!
Now it's Working fine!


Thanks!!
by rafaellippert
05 Oct 2019, 00:32
Forum: CAD .NET
Topic: Append DXF Files in a CADImage
Replies: 7
Views: 33991

Re: Append DXF Files in a CADImage

Hello!
Do you have any news about this?
I'm need to attach DXF file into other DXF File.

Thanks,
RafaelLi
by rafaellippert
04 Oct 2019, 21:05
Forum: CAD .NET
Topic: How to mirror an CADArc
Replies: 12
Views: 9856

Re: How to mirror an CADArc

Hello,
I downloaded the new version CadImport 14 Trial version.
However, it still has the same problem.
Attached is an example in C # with a demo project in the "DEBUG" folder.

What can I be doing wrong?

Thanks
by rafaellippert
04 Oct 2019, 02:25
Forum: CAD .NET
Topic: How to mirror an CADArc
Replies: 12
Views: 9856

Re: How to mirror an CADArc

I'm using the version 12.1.20.21127
by rafaellippert
04 Oct 2019, 01:36
Forum: CAD .NET
Topic: How to mirror an CADArc
Replies: 12
Views: 9856

Re: How to mirror an CADArc

Thansks,
but is now generate with entities with problems. The strokes are misaligning.
The image and DXF File is attached .

Any ideas what it might be?

Thanks,
by rafaellippert
04 Oct 2019, 00:45
Forum: CAD .NET
Topic: How to mirror an CADArc
Replies: 12
Views: 9856

Re: How to mirror an CADArc

Thanks!!
but, how to use this example?

Like this: ?
MirrorEntityInAxis(cadImage2, cadImage2.CurrentLayout, CADAxis.OX)

I need to Mirror vertically all the entities contained in cadImage2.CurrentLayout.
An example DXF File is attached.


Thanks,
RafaelLi
by rafaellippert
03 Oct 2019, 23:29
Forum: CAD .NET
Topic: How to mirror an CADArc
Replies: 12
Views: 9856

How to mirror an CADArc

Hello,
Is it possible to mirror an entire entity?
I tried to do it manually in each entity, but in the arches I have some difficulty. Is there any practical way to do? What would it be like?

Thanks,
RafaelLi
by rafaellippert
26 Jul 2016, 23:00
Forum: CAD .NET
Topic: Append DXF Files in a CADImage
Replies: 7
Views: 33991

Re: Append DXF Files in a CADImage

Ok Mikhail,
please if you can help me with an example I would greatly appreciate it. Because basically that's what I need to advance on the project with the CADSOFT tool.

Thanks,
by rafaellippert
26 Jul 2016, 20:13
Forum: CAD .NET
Topic: Append DXF Files in a CADImage
Replies: 7
Views: 33991

Re: Append DXF Files in a CADImage

Hello Mikhail,
Do you have a sample of how to copy the entities of an external DXF file to the main one?

Thanks,
by rafaellippert
26 Jul 2016, 17:07
Forum: CAD .NET
Topic: Append DXF Files in a CADImage
Replies: 7
Views: 33991

Re: Append DXF Files in a CADImage

Thank you,
however, so the export to DXF cadImagem will be a reference the path to the file attached DXF.
I need to become a single output file DXF, being independent of DXF files included.
How to proceed?

Thanks,
by rafaellippert
26 Jul 2016, 00:10
Forum: CAD .NET
Topic: Append DXF Files in a CADImage
Replies: 7
Views: 33991

Append DXF Files in a CADImage

Hi!
How to append DXF files in a CADImage for later export all in one DXF file?

My need is to compose a DXF containing other DXFs positioned in your body. And later that I save all in one DXF.

Thanks,
Rafaelli