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

Go to the source code of this file.

Typedefs

typedef struct MR_Mesh MR_Mesh
 
typedef struct MR_Vector3f MR_Vector3f
 

Functions

MRC_API void MR_deleteTargetFaces_MR_Vector3f (MR_Mesh *obj, const MR_Vector3f *targetCenter)
 
MRC_API void MR_deleteTargetFaces_MR_Mesh (MR_Mesh *obj, const MR_Mesh *target)
 

Typedef Documentation

◆ MR_Mesh

typedef struct MR_Mesh MR_Mesh

◆ MR_Vector3f

typedef struct MR_Vector3f MR_Vector3f

Function Documentation

◆ MR_deleteTargetFaces_MR_Mesh()

MRC_API void MR_deleteTargetFaces_MR_Mesh ( MR_Mesh * obj,
const MR_Mesh * target )

Generated from function MR::deleteTargetFaces. Parameter obj can not be null. It is a single object. Parameter target can not be null. It is a single object.

◆ MR_deleteTargetFaces_MR_Vector3f()

MRC_API void MR_deleteTargetFaces_MR_Vector3f ( MR_Mesh * obj,
const MR_Vector3f * targetCenter )

deletes object faces with normals pointed to the target geometry center Generated from function MR::deleteTargetFaces. Parameter obj can not be null. It is a single object. Parameter targetCenter can not be null. It is a single object.