Solid Edge Part Type Library
Add Method
Face or RefPlane object. Specifies the object whose intersection with the part model defines the dividing boundary.
Member of the DividedPartCutDirectionConstants constant set. Specifies the direction, with respect to the CuttingSurface, toward the portion of the part model that will be divided to form a new DividedPart.
Provides the full-path specification of the PartDocument name that will contain the DividedPart model.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal CuttingSurface As Object, _
   ByVal CutDirection As DividedPartCutDirectionConstants, _
   ByVal DocumentName As String _
) As DividedPart
Parameters
CuttingSurface
Face or RefPlane object. Specifies the object whose intersection with the part model defines the dividing boundary.
CutDirection
ValueDescription
seDividedPartCutNormalNormal cut
seDividedPartCutReverseNormalReverse normal cut
Member of the DividedPartCutDirectionConstants constant set. Specifies the direction, with respect to the CuttingSurface, toward the portion of the part model that will be divided to form a new DividedPart.
DocumentName
Provides the full-path specification of the PartDocument name that will contain the DividedPart model.
See Also

DividedParts Collection  | DividedParts Members