Go to the source code of this file.
◆ MR_expected_std_vector_std_vector_MR_Vector3f_std_string
Stores either a std::vector<std::vector<MR::Vector3f>> that represents success or a std::string that represents an error. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ 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_int()
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.