Overload_Rhino_Geometry_Curve_ProjectToMesh - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() ![]() |
ProjectToMesh(Curve, Mesh, Vector3d, Double) | Projects a curve to a mesh using a direction and tolerance. |
![]() ![]() |
ProjectToMesh(Curve, IEnumerable(Mesh), Vector3d, Double) | Projects a curve to a set of meshes using a direction and tolerance. |
![]() ![]() |
ProjectToMesh(IEnumerable(Curve), IEnumerable(Mesh), Vector3d, Double) | Projects a curve to a set of meshes using a direction and tolerance. |