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

Create Hatch using entities #467

Open
DomCR opened this issue Oct 2, 2024 · 0 comments
Open

Create Hatch using entities #467

DomCR opened this issue Oct 2, 2024 · 0 comments
Labels
feature New feature added

Comments

@DomCR
Copy link
Owner

DomCR commented Oct 2, 2024

I'm not sure how Autocad handles the entities in the BoundaryPath I think they are only used as a reference, meaning that if you change the entity size the hatch is updated as well, but as far as I know, to draw a Hatch you need to create the edges, adding the entity doesn't do the trick.

So this line boundaryPath.Entities.Add(circle); is not creating anything, only referencing (I think).

Originally posted by @DomCR in #466 (comment)

@DomCR DomCR added the feature New feature added label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature added
Projects
None yet
Development

No branches or pull requests

1 participant