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

TODO: Implement more curve methods #1029

Open
dastan-ansys opened this issue Mar 3, 2024 · 1 comment
Open

TODO: Implement more curve methods #1029

dastan-ansys opened this issue Mar 3, 2024 · 1 comment
Labels
enhancement New features or code improvements

Comments

@dastan-ansys
Copy link
Contributor

📝 Description of the feature

Implement the following functions for curves:
- as_spline
- get_length
- get_polyline
- intersect_curve
- is_coincident

💡 Steps for implementing the feature

Each curve has its own version as these are abstract functions, so how it's implemented for line will be different for the others such as ellipse and circle.

🔗 Useful links and references

No response

@dastan-ansys dastan-ansys added the enhancement New features or code improvements label Mar 3, 2024
@RobPasMue
Copy link
Member

Applies to surfaces as well, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

2 participants