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

TrimSurface Object  | TrimSurface Members