MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshReplicate.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
9
10
12MRMESH_API void replicateZ( Mesh & m, const Mesh & target );
13
14}
MRMESH_API void replicateZ(Mesh &m, const Mesh &target)
adjusts z-coordinates of (m) vertices to make adjusted (m) similar to (target)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23