MeshLib
 
Loading...
Searching...
No Matches
MRPartialOffset.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include "MROffset.h"
5
6namespace MR
7{
8
12MRMESH_API Expected<Mesh> partialOffsetMesh( const MeshPart& mp, float offset, const GeneralOffsetParameters& params = {} );
13
14} //namespace MR
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRCameraOrientationPlugin.h:7
tl::expected< T, E > Expected
Definition MRExpected.h:49
MRMESH_API Expected< Mesh > partialOffsetMesh(const MeshPart &mp, float offset, const GeneralOffsetParameters &params={})
allows the user to select in the parameters which offset algorithm to call
Definition MRMesh/MROffset.h:98
Definition MRMesh/MRMeshPart.h:11