Search found 8 matches
- 13 Feb 2017, 17:51
- Forum: CAD .NET
- Topic: OnResolveXRefEvent
- Replies: 6
- Views: 34079
Re: OnResolveXRefEvent
Yes. Exactly. The xrefs are located in a different directory and different name than the original name it appears in the original model. I have a translation table between the original name and the new name. so for instance what I want to achieve is something like: private static bool Converter_OnRe...
- 12 Feb 2017, 10:24
- Forum: CAD .NET
- Topic: OnResolveXRefEvent
- Replies: 6
- Views: 34079
Re: OnResolveXRefEvent
Thanks.
But we still have a major problem. The new XREF is not in the right position, sizing, rotation etc.
Is there a way to copy all sizing, position definition from the unresolved reference?
Or on the other side (which will make things VERY easy) to make the AFileName passes by ref?
Dror
But we still have a major problem. The new XREF is not in the right position, sizing, rotation etc.
Is there a way to copy all sizing, position definition from the unresolved reference?
Or on the other side (which will make things VERY easy) to make the AFileName passes by ref?
Dror
- 09 Feb 2017, 12:11
- Forum: CAD .NET
- Topic: Change an XRef
- Replies: 5
- Views: 26669
Re: Change an XRef
But is there a way to add the new file to the exact location, rotation etc of the original xref (before deletion)?
Dror
Dror
- 07 Feb 2017, 23:33
- Forum: CAD .NET
- Topic: OnResolveXRefEvent
- Replies: 6
- Views: 34079
OnResolveXRefEvent
Hi Guys, I need some documentation on How OnResolveXRefEvent event works Can I use it to resolve xrefs which are not found on same dir or on original location? If not I need a way to manually load xrefs I'm trying to use this code but the xref is not resolved on the image. Do I need to reload/refres...
- 23 Jan 2017, 14:25
- Forum: CAD .NET
- Topic: Problem with hebtxt.shx
- Replies: 8
- Views: 50513
Re: Problem with hebtxt.shx
Can I use the delphi drawing engine in my c# code
Dror
Dror
- 22 Jan 2017, 11:28
- Forum: CAD .NET
- Topic: Problem with hebtxt.shx
- Replies: 8
- Views: 50513
Re: Problem with hebtxt.shx
Hi,
It does work with your online demo on https://www.sharecad.org/
So I guess there is a workaround for it.
Can you please check?
Dror
It does work with your online demo on https://www.sharecad.org/
So I guess there is a workaround for it.
Can you please check?
Dror
- 18 Jan 2017, 18:20
- Forum: CAD .NET
- Topic: Problem with hebtxt.shx
- Replies: 8
- Views: 50513
Re: Problem with hebtxt.shx
OK.
Other Hebrew fonts SHXs works just fine. What is the difference?
I need a workaround.
Can I iterate on all font styles and change font?
When can I expect a beta version with fix?
Dror
Other Hebrew fonts SHXs works just fine. What is the difference?
I need a workaround.
Can I iterate on all font styles and change font?
When can I expect a beta version with fix?
Dror
- 17 Jan 2017, 18:24
- Forum: CAD .NET
- Topic: Problem with hebtxt.shx
- Replies: 8
- Views: 50513
Problem with hebtxt.shx
Hello. I have a sample model with a text fiels in Hebrew. (Attached sample heb.zip ) the text style called "HEBTEXT" and its connected to a font named Hebtxt.shx (also attached dwg.zip ). cadImage.SearchSHXPaths = true; cadImage.SHXSearchPaths = @"c:\Program Files\Autodesk\AutoCAD 2017\Fonts"; cadIm...