MeshLib C++ Docs
Loading...
Searching...
No Matches
MRSolidOfRevolution.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include "MRVector2.h"
5
6namespace MR
7{
10
11
14MRMESH_API Mesh makeSolidOfRevolution( const Contour2f& profile, int resolution = 16 );
15
16}
MRMESH_API Mesh makeSolidOfRevolution(const Contour2f &profile, int resolution=16)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23