Skip to content

Commit

Permalink
ignore new function in MR_BIND
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantim committed Dec 27, 2024
1 parent 41b4896 commit 35efbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MRMesh/MRContoursCut.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ using MeshTriPointsConnector = std::function<Expected<SurfacePath>( const MeshTr
* \param pivotIndices optional output indices of given meshTriPoints in result OneMeshContour
*/
[[nodiscard]]
MRMESH_API Expected<OneMeshContour> convertMeshTriPointsToMeshContour( const Mesh& mesh, const std::vector<MeshTriPoint>& meshTriPoints,
MR_BIND_IGNORE MRMESH_API Expected<OneMeshContour> convertMeshTriPointsToMeshContour( const Mesh& mesh, const std::vector<MeshTriPoint>& meshTriPoints,
MeshTriPointsConnector connectorFn, std::vector<int>* pivotIndices = nullptr );

/// Geo path search settings
Expand Down

0 comments on commit 35efbd0

Please sign in to comment.