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 possibility to extract more vertices information #789

Open
StefanThoene opened this issue May 13, 2024 · 0 comments
Open

Add possibility to extract more vertices information #789

StefanThoene opened this issue May 13, 2024 · 0 comments
Labels
aps Anything related to Ansys Prime Server enhancement New features or code improvements

Comments

@StefanThoene
Copy link

📝 Description of the feature

allow a user to extract the coordinate of a vertex/node (x/y/z) and the orientation of the surface normal (unit vector) (x/y/z).

💡 Steps for implementing the feature

method to return a list of al vertice coordinates e.g.

vertices : List[float]
Coordinates of all points [p1x, p1y, p1z, p2x, p2y, p2z, ...].

method to return triangle/mesh information

facets : List[int]
Indexes of points for all triangles [t1_1, t1_2, t1_3, t2_1, t2_2, t2_3, ...].

method to return normal information

normals: List[float],
Normal vector for all points [n1x, n1y, n1z, n2x, n2y, n2z, ...].

the information of all 3 information is related and should be best case returned togethe

🔗 Useful links and references

#777

@StefanThoene StefanThoene added the enhancement New features or code improvements label May 13, 2024
@waltersma waltersma added the aps Anything related to Ansys Prime Server label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aps Anything related to Ansys Prime Server enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

2 participants