compas-dev / compas-dev/compas
Line_Mesh_Projection
Open
enhancement
- Dominant language
- Python
- Stars
- 386
- Forks
- 122
- Avg merge
- 11d 46m
- Merged PRs (30d)
- 1
Description
# Feature Request
As a user, I want to have a projection function which could project a `compas.geometry.Line` into a `compas.datastructures.Messh` so that we can make use of it for many scenarios. i.e. Line_Mesh_Projection, Polyline_Mesh_Projection.
## Suggest Inputs:
`Mesh`, `Line` and `Vector` direction.
## Suggest Outputs:
Projected line as a `Polyline`, the normals of each polyline point.
Contributor guide
Assessment
This issue has not been assessed yet.