Solid Edge Part Type Library
Edit Method
Specifies the number of surfaces in TargetsArray.
Specifies the surfaces that are split.
Specifies the number of splitting elements in ToolsArray.
Specifies the elements that split the surfaces.
Description
Edits the inputs for the referenced object.
Syntax
Visual Basic
Public Sub Edit( _
   ByVal NumberOfTargets As Long, _
   ByRef TargetsArray() As Object, _
   ByVal NumberOfTools As Long, _
   ByRef ToolsArray() As Object _
) 
Parameters
NumberOfTargets
Specifies the number of surfaces in TargetsArray.
TargetsArray
Specifies the surfaces that are split.
NumberOfTools
Specifies the number of splitting elements in ToolsArray.
ToolsArray
Specifies the elements that split the surfaces.
See Also

SplitFace Object  | SplitFace Members

Send comments on this topic.