Click or drag to resize
PoMeshProbePointSetLeaveMeshCallback Method (PoMeshProbePointProbeCB)

Note: This API is now obsolete.

Use LeaveMeshCallback property instead. Set a delegate that is triggered each time the probe leaves the mesh.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use LeaveMeshCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetLeaveMeshCallback(
	PoMeshProbePointProbeCB cb
)

Parameters

cb
Type: OIV.MeshViz.DataPoMeshProbePointProbeCB
See Also