Click or drag to resize
PbMesh.FindContainingCell Method (SbVec3f, Single, SbVec3f, PbCell)

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public PbCell FindContainingCell(
	SbVec3f point,
	float tolerance,
	out SbVec3f pcoord,
	PbCell adjacent_cell
)

Parameters

point
Type: OIV.Inventor.SbVec3f
tolerance
Type: System.Single
pcoord
Type: OIV.Inventor.SbVec3f
adjacent_cell
Type: OIV.MeshViz.Data.PbCell

Return Value

Type: PbCell
Remarks