MeshLib C Docs
Loading...
Searching...
No Matches
MRMeshReplicate.h File Reference
#include <MRCMisc/exports.h>

Go to the source code of this file.

Typedefs

typedef struct MR_Mesh MR_Mesh
 

Functions

MRC_API void MR_replicateZ (MR_Mesh *m, const MR_Mesh *target)
 

Typedef Documentation

◆ MR_Mesh

typedef struct MR_Mesh MR_Mesh

Function Documentation

◆ MR_replicateZ()

MRC_API void MR_replicateZ ( MR_Mesh * m,
const MR_Mesh * target )

adjusts z-coordinates of (m) vertices to make adjusted (m) similar to (target) Generated from function MR::replicateZ. Parameter m can not be null. It is a single object. Parameter target can not be null. It is a single object.