/**
* Builds 2D mesh models.
* @memberof profiles
* @namespace mesh
*/
const mesh2dInit = ({ lib, swLib }) => {
/**
* Builds a 2D mesh
* @memberof profiles.mesh
* @returns ...
*/
const meshProfile = () => {
}
return {
meshProfile
};
}
module.exports = { init: mesh2dInit }