Currently the isBoundary property is not used in any part of the model. This is a placeholder in case any future functions need the property.
Member Mesh::Mesh (const std::vector< Vertex > &srcVertices, const std::vector< Face > &srcFaces, Param &srcParam) __attribute__((deprecated("Initialize with Mesh(Param &srcParam) and setup with setup_from_vertices_faces instead.")))
This function is deprecated, initialize with Mesh(Param &srcParam) and setup with setup_from_vertices_faces instead.