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

Added basic Hatch support #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Serthys
Copy link
Contributor

@Serthys Serthys commented Feb 17, 2019

No description provided.

@Serthys Serthys changed the title Added basic Hatch support por #38 Added basic Hatch support Feb 17, 2019
Copy link
Member

@bzuillsmith bzuillsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome addition to the parser! Just needs a couple minor changes I think and then we are good to go. Thanks for the work on this!

});

it('should parse HATCH', function() {
verifyDxf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new way to do this would be to just call verifyDxf(path.join(__dirname, 'data', 'hatch.dxf')); and the result will be suffixed with .received.json instead of .actual.json.

// case 92: // Number of bytes in the proxy entity graphics represented in the subsequent 310 groups, which are binary chunk records (optional)
// This one is from common entity propierties
case 93:
var boundryVerticeCount = curr.value;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should this be boundaryVertexCount.

package.json Show resolved Hide resolved
@kbasten
Copy link

kbasten commented Jul 17, 2022

Is there any update on this? It seems like only very minor changes to make it into master.

@dlabz dlabz mentioned this pull request Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants