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

Environment_Engine: New SetRegionGeometry #2851

Closed
rboulton-BH opened this issue Jun 7, 2022 · 2 comments · Fixed by #2859
Closed

Environment_Engine: New SetRegionGeometry #2851

rboulton-BH opened this issue Jun 7, 2022 · 2 comments · Fixed by #2859
Assignees
Labels
type:feature New capability or enhancement

Comments

@rboulton-BH
Copy link
Contributor

Description:

When it's necessary to manually edit the Region geometry (Perimeter), it's useful to have a quick way of matching the new, manually edited geometry back to the original Region then to set the new geometry as the Region Perimeter property value, i.e. to overwrite the previous geometry with the manually edited version.

My proposed method is to use the Location point from the original Room and use IsContaining to check whether that sits within the new, edited geometry. In GH long hand, that looks something like this:
image

@rboulton-BH rboulton-BH added the type:feature New capability or enhancement label Jun 7, 2022
@rboulton-BH
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants