Solid Edge Part Type Library
SetTrimTools Method
Specifies the number of objects in ToolsArray.
Specifies the curves, edges, faces, or reference planes used as input for the TrimSurface object.
Description
Set the trimming tools (curves, or faces, or reference plane).
Syntax
Visual Basic
Public Sub SetTrimTools( _
   ByVal NumberOfEdges As Long, _
   ByRef ToolArray() As Object _
) 
Parameters
NumberOfEdges
Specifies the number of objects in ToolsArray.
ToolArray
Specifies the curves, edges, faces, or reference planes used as input for the TrimSurface object.
See Also

TrimSurface Object  | TrimSurface Members