MeshLib C Docs
Loading...
Searching...
No Matches
MRSurfaceLineOffset.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
10typedef struct MR_expected_std_vector_std_vector_MR_Vector3f_std_string MR_expected_std_vector_std_vector_MR_Vector3f_std_string; // Defined in `#include <MRCMisc/expected_std_vector_std_vector_MR_Vector3f_std_string.h>`.
11typedef struct MR_std_function_float_from_int32_t MR_std_function_float_from_int32_t; // Defined in `#include <MRCMisc/std_function_float_from_int32_t.h>`.
12typedef struct MR_std_vector_MR_MeshTriPoint MR_std_vector_MR_MeshTriPoint; // Defined in `#include <MRCMisc/std_vector_MR_MeshTriPoint.h>`.
13
14
27
41
42#ifdef __cplusplus
43} // extern "C"
44#endif
struct MR_std_vector_MR_MeshTriPoint MR_std_vector_MR_MeshTriPoint
Definition MRAggregateFlow.h:23
struct MR_std_function_float_from_int32_t MR_std_function_float_from_int32_t
Definition MRContoursCut.h:23
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
struct MR_expected_std_vector_std_vector_MR_Vector3f_std_string MR_expected_std_vector_std_vector_MR_Vector3f_std_string
Definition MRSurfaceLineOffset.h:10
MRC_API MR_expected_std_vector_std_vector_MR_Vector3f_std_string * MR_offsetSurfaceLine_std_function_float_func_from_int32_t(const MR_Mesh *mesh, const MR_std_vector_MR_MeshTriPoint *surfaceLine, const MR_std_function_float_from_int32_t *offsetAtPoint)
Returns contours in mesh space that are offset from surfaceLine on offsetAtPoint amount in all direct...
MRC_API MR_expected_std_vector_std_vector_MR_Vector3f_std_string * MR_offsetSurfaceLine_float(const MR_Mesh *mesh, const MR_std_vector_MR_MeshTriPoint *surfaceLine, float offset)
Returns contours in mesh space that are offset from surfaceLine on offset amount in all directions.
#define MRC_API
Definition exports.h:11