Questions tagged [teigha]

A software development platform used to create engineering applications including CAD. The main idea is to make core graphics technology accessible to software developers allowing them to focus on application development.

Definition:

A software development platform developed by Open Design Alliance used to create engineering applications including CAD.

The main idea is to make core graphics technology accessible to software developers allowing them to focus on application development.

Important Links:

8 questions
5
votes
2 answers

ObjectARX, RealDWG or Teigha?

I'm planning on developing a piece of software that reads & manipulates data in a .dwg file. Instead of writing my own library that handles the 'reading' of the data file, I've decided to use either RealDWG or Teigha, however I'm struggling to…
Joe Morgan
  • 430
  • 2
  • 8
  • 19
3
votes
1 answer

DllNotFoundException PInvoke issue

During tests execution in Visual Studio 2013 (C# code) I have such error: System.TypeInitializationException: System.TypeInitializationException: The type initializer for 'Teigha.Core.GlobalsPINVOKE' threw an exception. --->…
Zygmuntix
  • 339
  • 3
  • 13
2
votes
0 answers

How to resolve SEHException with COM Component?

This is my environment. C# / Winform / VisualStudio2013 / C++ dll(TeighaX) We updated from TeighaX version 4 to 4.3. It works in other environment but not in my environment. An error message is generated when initializing form. Error code is…
H.seongjun
  • 41
  • 6
1
vote
2 answers

Computing offset curve with Teigha 4.1.1

I am struggling with computing a parallel line to the existing line in certain distance. I have tried: OdGeLine2d::getTrimmedOffset() OdGeLineSeg2d::getTrimmedOffset() OdGeLine3d::getTrimmedOffset() OdGeLineSeg3d::getTrimmedOffset() but all of them…
Tomas
  • 2,170
  • 10
  • 14
0
votes
0 answers

Create pdf from the paper space of CAD dxf using java

How a PDF from the Paper Space of CAD dxf file can be created using java? I am able to create a pdf from dxf file using ODA Teigha for Java, but I am not sure if it is creating from the paper space or model space or something else. I am sorry I am…
0
votes
2 answers

What caseless matching algorithm does Autocad use to compare layer names?

Autocad DXF and DWG files use unicode strings to identify layers. I've determined experimentally that Autocad must employ some sort of case folding and normalisation (Autocad considers 'groß' and 'GROSS' to be the same, and 'Am\U+00e9lie' and…
Peter Graham
  • 11,323
  • 7
  • 40
  • 42
-1
votes
1 answer

how to deal with this assertion debug failure

I am debugging a code that generates five dxf files. Everything works correctly for the first generation. As soon as I start creating the second dxf file I get this error. Could someone help me and explain me the problem. I am not able to post the…
Zac Boussaid
  • 35
  • 1
  • 8
-1
votes
1 answer

how to solve a violation Error using a method

I am getting such a weird violation error by using the getAt() method. I use the method in this order: OdDbBlockTablePtr w_kOdBlockTablePtr ; bool lbCreateDefaults = false; OdDb::MeasurementValue lkMeasurement = OdDb::kEnglish; …
Zac Boussaid
  • 35
  • 1
  • 8