Solid Edge Part Type Library
Add Method
Specifies the number of base faces to be included.
Specifies the profile(s)/path(s) of the base faces.
Specifies the number of target faces to be included.
Specifies the profile(s)/path(s) of the target faces.
Member of the LabelWeldData constant set that specifies the weld symbology for the weld.
Member of the FilletWeldSetbackConstants constant set that specifies the setback method of the weld.
Specifies the base thickness of the weld.
Specifies the target width of the weld.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfBaseFaces As Long, _
   ByRef BaseFaces() As Object, _
   ByVal NumberOfTargetFaces As Long, _
   ByRef TargetFaces() As Object, _
   ByVal LabelWeldDataObject As LabelWeldData, _
   ByVal FilletSetbackMethod As FilletWeldSetbackConstants, _
   ByVal FilletBaseWidthOrThickness As Double, _
   ByVal FilletTargetWidth As Double _
) As FilletWeld
Parameters
NumberOfBaseFaces
Specifies the number of base faces to be included.
BaseFaces
Specifies the profile(s)/path(s) of the base faces.
NumberOfTargetFaces
Specifies the number of target faces to be included.
TargetFaces
Specifies the profile(s)/path(s) of the target faces.
LabelWeldDataObject
Member of the LabelWeldData constant set that specifies the weld symbology for the weld.
FilletSetbackMethod
ValueDescription
seFilletWeldEqualSetbackFilletBaseWidth is used for both base and target side fillet widths.
seFilletWeldThicknessFilletBaseWidth is used as the length of the perpendicular segment from the heel of the fillet to its opposite side.
seFilletWeldUnequalSetbackBase and target side fillet widths can be different.
Member of the FilletWeldSetbackConstants constant set that specifies the setback method of the weld.
FilletBaseWidthOrThickness
Specifies the base thickness of the weld.
FilletTargetWidth
Specifies the target width of the weld.
See Also

FilletWelds Collection  | FilletWelds Members

Send comments on this topic.