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

Add support to allow a LineProfileCharacteristicItem to be identified as lying on a plane or a curved surface. #18

Open
GitHubDaveSmith opened this issue May 16, 2022 · 4 comments

Comments

@GitHubDaveSmith
Copy link

We would like to be able to identify a line as lying on a nominally flat surface such as a plane or a curved surface such as that of a cylinder.

@TomRKramer
Copy link
Collaborator

This request needs clarification. Is a boolean sufficient, or is the id of a feature needed, or is the id of an item of geometry needed?

@daniel-campbell
Copy link
Collaborator

Do you mean: some type of a reference to the "parent" 3D feature on which the given 2D feature lies?

@kyndemil
Copy link

kyndemil commented May 31, 2022 via email

@GitHubDaveSmith
Copy link
Author

Currently we are using a custom attribute of type 'AttributeBool' and so for us a simple boolean would be sufficient for our needs. However, if an optional reference to the "parent" 3D was provided then I am sure that this would work equally well since the presence of a reference would be equivalent to a boolean value of 'true', and no reference would be equivalent to 'false'.

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

No branches or pull requests

4 participants