Solid Edge Part Type Library
Add Method
Specifies the number of parent faces.
Specifies the Face objects with which to create the CopySurface object.
Specifies whether to copy or remove internal boundaries when the CopySurface object is created. Valid values are members of the CopySurfaceInternalBoundaryConstants constant set.
Specifies whether to copy or remove external boundaries when the CopySurface object is created. Valid values are members of the CopySurfaceExternalBoundaryConstants constant set.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfFaces As Long, _
   ByRef FaceArray() As Object, _
   Optional ByVal InternalBoundary As Variant, _
   Optional ByVal ExternalBoundary As Variant _
) As CopySurface
Parameters
NumberOfFaces
Specifies the number of parent faces.
FaceArray
Specifies the Face objects with which to create the CopySurface object.
InternalBoundary
Specifies whether to copy or remove internal boundaries when the CopySurface object is created. Valid values are members of the CopySurfaceInternalBoundaryConstants constant set.
ExternalBoundary
Specifies whether to copy or remove external boundaries when the CopySurface object is created. Valid values are members of the CopySurfaceExternalBoundaryConstants constant set.
See Also

CopySurfaces Collection  | CopySurfaces Members

Send comments on this topic.