OpenGeode icon indicating copy to clipboard operation
OpenGeode copied to clipboard

Check SolidMesh methods parameters => go elements

Open panquez opened this issue 3 years ago • 0 comments

template < index_t dimension > bool SolidMesh< dimension >::is_edge_on_border( const std::array< index_t, 2 >& vertices ) const

->

template < index_t dimension > bool SolidMesh< dimension >::is_edge_on_border( const PolyhedronFacetEdge& vertices ) const

panquez avatar Jun 07 '22 14:06 panquez