Go to the source code of this file.
◆ MR_expected_std_vector_std_vector_MR_Vector3f_std_string
◆ MR_Mesh
◆ MR_std_function_float_from_int32_t
◆ MR_std_vector_MR_MeshTriPoint
◆ MR_offsetSurfaceLine_float()
Returns contours in mesh
space that are offset from surfaceLine
on offset
amount in all directions.
- Parameters
-
mesh | mesh to perform offset on |
surfaceLine | surface line to perofrm offset from |
offset | amount of offset, note that absolute value is used |
- Returns
- resulting offset contours or error if something goes wrong
Generated from function MR::offsetSurfaceLine
. Parameter mesh
can not be null. It is a single object. Parameter surfaceLine
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_std_vector_std_vector_MR_Vector3f_std_string_Destroy()
to free it when you're done using it.
◆ MR_offsetSurfaceLine_std_function_float_func_from_int32_t()
Returns contours in mesh
space that are offset from surfaceLine
on offsetAtPoint
amount in all directions.
- Parameters
-
mesh | mesh to perform offset on |
surfaceLine | surface line to perofrm offset from |
offsetAtPoint | function that can return different amount of offset in different point (argument is index of point in surfaceLine ), note that absolute value is used |
- Returns
- resulting offset contours or error if something goes wrong
Generated from function MR::offsetSurfaceLine
. Parameter mesh
can not be null. It is a single object. Parameter surfaceLine
can not be null. It is a single object. Parameter offsetAtPoint
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_std_vector_std_vector_MR_Vector3f_std_string_Destroy()
to free it when you're done using it.