Copy of Line_Mesh_Projection · Issue #1173 · compas-dev/compas · GitHub
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.