Solid Edge Part Type Library
Add Method
Specifies the number of input surfaces to be included in the StitchSurface object.
Contains the surfaces to be included in the StitchSurface object.
Specifies the option to close gaps during surface stitching.
Specifies the tolerance to use during surface stitching.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfSurfaces As Long, _
   ByRef SurfaceArray() As Object, _
   Optional ByVal Heal As Variant, _
   Optional ByVal Tolerance As Variant _
) As StitchSurface
Parameters
NumberOfSurfaces
Specifies the number of input surfaces to be included in the StitchSurface object.
SurfaceArray
Contains the surfaces to be included in the StitchSurface object.
Heal
Specifies the option to close gaps during surface stitching.
Tolerance
Specifies the tolerance to use during surface stitching.
See Also

StitchSurfaces Collection  | StitchSurfaces Members