Returns 1 if the point is inside the cell, 0 otherwise.
Namespace: OIV.MeshViz.DataAssembly: 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
)
Public Function LocatePoint (
coord As SbVec3f,
tolerance As Single,
<OutAttribute> ByRef pcoord As SbVec3f
) As Integer
public:
int LocatePoint(
SbVec3f coord,
float tolerance,
[OutAttribute] SbVec3f% pcoord
)
member LocatePoint :
coord : SbVec3f *
tolerance : float32 *
pcoord : SbVec3f byref -> int
Parameters
- coord
- Type: OIV.InventorSbVec3f
- tolerance
- Type: SystemSingle
- pcoord
- Type: OIV.InventorSbVec3f
Return Value
Type:
Int32Remarks Gets also the parametric coordinate of the point and its weights
See Also