Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I fould some problem in rev. 49, and created the patch for fix them. #2

Open
GoogleCodeExporter opened this issue Aug 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Thank you for a wonderful library. 
I found some problem, and created the patch for fix them.

* problem 1. when reading iges file containing 112 element, the program freeses.

What steps will reproduce the problem?
- When the program reads the iges file containing the element of 112 by using
  MGIgesIfstream, it freezes. 

What is the expected output? What do you see instead?
  The program should read the iges file containing the element of 112 properly,
  and should progress to the next processing.

What version of the product are you using? On what operating system?
  source : rev. 49 (trunk)
  OS : Win7

* problem 2. when intersecting straight line and surface, the program aborts.

What steps will reproduce the problem?
- When the program execute MGRSBRep::isect(const MGStraight& sl), it 
sometimes aborts.

What is the expected output? What do you see instead?
  The program should execute intersection and should progress to the next processing.

What version of the product are you using? On what operating system?
  same as problem 1.

This patch includes the correction of above two problems, and
some minor adjustment (about iteration incrementation, 
default constructor of TLData, and comparison operator of MGPickObject.)

Would you apply this patch for the further improvement in convenience?

Original issue reported on code.google.com by [email protected] on 7 Jul 2012 at 2:19

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant