Solid Edge Assembly Type Library
AddFamilyWithTransform Method
The path and file name for the associated document.
Specifies the coordinate on the x-axis that will form the new x origin.
Specifies the coordinate on the y-axis that will form the new y origin.
Specifies the coordinate on the z-axis that will form the new z origin.
Specifies in radians the angle the occurrence is to be rotated along the x-axis.
Specifies in radians the angle the occurrence is to be rotated along the y-axis.
Specifies in radians the angle the occurrence is to be rotated along the z-axis.
The member in the family of assemblies file.
Description
Adds a family occurrence with a transformed coordinate axis system.
Syntax
Visual Basic
Public Function AddFamilyWithTransform( _
   ByVal OccurrenceFileName As String, _
   ByVal OriginX As Double, _
   ByVal OriginY As Double, _
   ByVal OriginZ As Double, _
   ByVal AngleX As Double, _
   ByVal AngleY As Double, _
   ByVal AngleZ As Double, _
   ByVal MemberName As String _
) As Occurrence
Parameters
OccurrenceFileName
The path and file name for the associated document.
OriginX
Specifies the coordinate on the x-axis that will form the new x origin.
OriginY
Specifies the coordinate on the y-axis that will form the new y origin.
OriginZ
Specifies the coordinate on the z-axis that will form the new z origin.
AngleX
Specifies in radians the angle the occurrence is to be rotated along the x-axis.
AngleY
Specifies in radians the angle the occurrence is to be rotated along the y-axis.
AngleZ
Specifies in radians the angle the occurrence is to be rotated along the z-axis.
MemberName
The member in the family of assemblies file.
See Also

Occurrences Collection  | Occurrences Members