Solid Edge Part Type Library
IsValidTool Method
Specifies the number of surfaces in TargetsArray.
Specifies the surfaces to be split.
Specifies the splitting element to be evaluated.
Description
Returns True if the specified splitting element is valid for the specified target surfaces.
Syntax
Visual Basic
Public Function IsValidTool( _
   ByVal NumberOfTargets As Long, _
   ByRef TargetsArray() As Object, _
   ByVal pTool As Object _
) As Boolean
Parameters
NumberOfTargets
Specifies the number of surfaces in TargetsArray.
TargetsArray
Specifies the surfaces to be split.
pTool
Specifies the splitting element to be evaluated.
See Also

SplitFaces Collection  | SplitFaces Members