Solid Edge Assembly Type Library
BundleOccurrences Method
Specifies the occurrences to transfer to the new file.
Specifies the new file name.
Specifies a template file. If no template file is specified, the default template file is used.
Description
Creates a new file and places it in the assembly document with a grounded constraint at a position coincident with the assembly origin.
Syntax
Visual Basic
Public Function BundleOccurrences( _
   ByRef OccurrencesToTransfer() As Object, _
   ByVal OccurrenceFileName As String, _
   Optional ByVal TemplateFileName As Variant, _
   Optional ByVal Subassembly As Variant _
) As Occurrence
Parameters
OccurrencesToTransfer
Specifies the occurrences to transfer to the new file.
OccurrenceFileName
Specifies the new file name.
TemplateFileName
Specifies a template file. If no template file is specified, the default template file is used.
Subassembly
Remarks
After creation, it then transfers the occurrences to the new assembly and returns a pointer to the new assembly object.
See Also

AssemblyDocument Object  | AssemblyDocument Members