![]() |
Microscopy Image Browser 2.91
MIB
|
Send a surface from MIB to Imaris. More...
Functions | |
function connImaris = | mibSetImarisSurface (surface, connImaris, options) |
Send a surface from MIB to Imaris. | |
Send a surface from MIB to Imaris.
function connImaris = mibSetImarisSurface | ( | surface, | |
connImaris, | |||
options ) |
Send a surface from MIB to Imaris.
surface | a structure with fields: .vertices - coordinates of vertices [Nx3] .faces - indeces of vertices for each face/triangle .normals - matrix with normals [Nx3] |
connImaris | [optional] a handle to Imaris connection |
options | an optional structure with additional settings
|
connImaris | a handle to Imaris connection |
Examples:
References A(), B(), C(), mibConnectToImaris(), min, N, and n.
Referenced by mibRenderModel().