Solid Edge Assembly Type Library
AddFamilyWithMatrix Method
The path and file name for the associated document.
Specifies the position and orientation of the occurrence. This is a single-dimension array that defines a valid transformation matrix.
The member in the family of assemblies file.
Description
Adds a family occurrence with matrix to the referenced Occurrences collection object.
Syntax
Visual Basic
Public Function AddFamilyWithMatrix( _
   ByVal OccurrenceFileName As String, _
   ByRef Matrix() As Double, _
   ByVal MemberName As String _
) As Occurrence
Parameters
OccurrenceFileName
The path and file name for the associated document.
Matrix
Specifies the position and orientation of the occurrence. This is a single-dimension array that defines a valid transformation matrix.
MemberName
The member in the family of assemblies file.
See Also

Occurrences Collection  | Occurrences Members

Send comments on this topic.