| Solid Edge Part Type Library > FilletWelds Collection : Add Method |
| 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 |
| Value | Description |
|---|---|
| seFilletWeldEqualSetback | FilletBaseWidth is used for both base and target side fillet widths. |
| seFilletWeldThickness | FilletBaseWidth is used as the length of the perpendicular segment from the heel of the fillet to its opposite side. |
| seFilletWeldUnequalSetback | Base and target side fillet widths can be different. |