PbMeshFindContainingCell Method (SbVec3f, Single, SbVec3f, PbCell) |
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbCell FindContainingCell(
SbVec3f point,
float tolerance,
out SbVec3f pcoord,
PbCell adjacent_cell
)
Public Function FindContainingCell (
point As SbVec3f,
tolerance As Single,
<OutAttribute> ByRef pcoord As SbVec3f,
adjacent_cell As PbCell
) As PbCell
public:
PbCell^ FindContainingCell(
SbVec3f point,
float tolerance,
[OutAttribute] SbVec3f% pcoord,
PbCell^ adjacent_cell
)
member FindContainingCell :
point : SbVec3f *
tolerance : float32 *
pcoord : SbVec3f byref *
adjacent_cell : PbCell -> PbCell
Parameters
- point
- Type: OIV.InventorSbVec3f
- tolerance
- Type: SystemSingle
- pcoord
- Type: OIV.InventorSbVec3f
- adjacent_cell
- Type: OIV.MeshViz.DataPbCell
Return Value
Type:
PbCellRemarks See Also