Click or drag to resize
PoMeshProbePointSetEnterMeshCallback Method (PoMeshProbePointProbeCB)

Note: This API is now obsolete.

Use LeaveMeshCallback property instead. Set a delegate that is triggered each time the probe enters 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 EnterMeshCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetEnterMeshCallback(
	PoMeshProbePointProbeCB cb
)

Parameters

cb
Type: OIV.MeshViz.DataPoMeshProbePointProbeCB
See Also