Solid Edge Part Type Library
Insert Method
Specifies a Face or RefPlane whose interesection with the part model defines the dividing boundary.
Member of the DividedPartCutDirectionConstants set that specifies direction, with respect to the cutting surface, toward the portion of the part model that will be divided to form a new divided part.
Specifies the full-path name of the file that will contain the DividedPart model.
Specifies the member of the DividedParts collection whose order you want the inserted DividedPart to assume.
Description
Adds a DividedPart object to the collection
Syntax
Visual Basic
Public Function Insert( _
   ByVal CuttingSurface As Object, _
   ByVal CutDirection As DividedPartCutDirectionConstants, _
   ByVal DocumentName As String, _
   ByVal InsertBefore As DividedPart _
) As DividedPart
Parameters
CuttingSurface
Specifies a Face or RefPlane whose interesection with the part model defines the dividing boundary.
CutDirection
ValueDescription
seDividedPartCutNormalNormal cut
seDividedPartCutReverseNormalReverse normal cut
Member of the DividedPartCutDirectionConstants set that specifies direction, with respect to the cutting surface, toward the portion of the part model that will be divided to form a new divided part.
DocumentName
Specifies the full-path name of the file that will contain the DividedPart model.
InsertBefore
Specifies the member of the DividedParts collection whose order you want the inserted DividedPart to assume.
Remarks
This method adds a DividedPart object to the collection, gives that DividedPart the order value of the DividedPart passed in as InsertBefore, and reorders the Order properties of the effected DividedParts within the collection. The actual PartDocument that corresponds to the DividedPart is not created until the DividedPart.Populate method is called.
See Also

DividedParts Collection  | DividedParts Members