Click or drag to resize
PbCellLocatePoint Method

Returns 1 if the point is inside the cell, 0 otherwise.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int LocatePoint(
	SbVec3f coord,
	float tolerance,
	out SbVec3f pcoord
)

Parameters

coord
Type: OIV.InventorSbVec3f
tolerance
Type: SystemSingle
pcoord
Type: OIV.InventorSbVec3f

Return Value

Type: Int32
Remarks

Gets also the parametric coordinate of the point and its weights

See Also