Skip to content
Discussion options

You must be logged in to vote

Thanks, I see: in this case you would need something like

/// Cuts \p mesh by \p contour by projecting all the points
/// \param xf transformation from the CSYS of \p contour to the CSYS of \p mesh
/// \note \p mesh is modified, see \ref cutMesh for info
/// \return Faces to the left of the polyline
[[nodiscard]] MRMESH_API Expected<FaceBitSet> cutMeshByContour( Mesh& mesh, const Contour3f& contour, const AffineXf3f& xf = {} );
/// Cuts \p mesh by \p contours by projecting all the points
/// \param xf transformation from the CSYS of \p contour to the CSYS of \p mesh
/// \not…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Grantim
Comment options

Answer selected by nsmela
@nsmela
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants